Returning to the era of 'duplicated' Ethernet addresses
Once upon a time back in the old days, Sun caused quite a stir bydeciding that they would make the Ethernet addresses for their hardwarebe an attribute of the machine, not of the network interface. Or totranslate, Sun machines used the same Ethernet address on all of theirinterfaces instead of doing what everyone else did, which was to havea different Ethernet address on each interface. This is spec-legal butcaused various sorts of annoyances for system administrators and networkdesigners; among the set of people who
/u, one of our long-standing Unix customizations
One of Unix's small problems is that it has no simple and universal wayto refer to people's home directories, especially other people's homedirectories. Some people are about to pipe up about ~user , but that'snot a universal way; support for it has to be added to every programthat will use it (and in every context where they resolve file names),and inevitably there are programs where it is not supported at all or isnot supported everywhere. Beyond that,
舊橋食過世,不悶嗎?
奧秘
Good Old Days
So what can I teach the new interns? They looked helpless indeed. I rose from my chair, and straightened my white coat. "Honestly, I once made a bad mistake during my internship." I tried to correct myself. "Well, I've
造了一個很長的夢
https://ericayuen.blogspot.com/2008/01/blog_11.html
空難過後, 粉身碎骨的你原來活著, 還康復過來.
我們在小學碰面, 你的樣子一點也沒變.
相認的時候, 沒有驚呼狂叫, 沒有抱頭痛哭.
"終於再遇上",
骨精玲想講講... ... 關於按摩
Nikon增距鏡
入手的增距鏡,nikon系統的總計有三支
NIKON增距鏡
AF-S Teleconverter TC-20E III
AF-Teleconverter tc-16a
Kenko DGX TELEPLUS PRO 300 2X
A gotcha with Python's socket.htonl() and ntohl()
Here is something that I ran into the other day :the socket module 's htonl() and ntohl() functions will return signed numbers undersome circumstances, not unsigned ones, which means that for some inputvalues they will return negative numbers.
(Some quick testing suggests that this happens on 32-bit x86 machinesbut not 64-bit x86 Linux machines; all of the 32-bit machines I haveaccess to are running some version of Python 2.5.
A corollary to the limits of anti-spam precautions
One of the corollaries to the limits of certain sorts of anti-spamheuristics is that if you see spam softwareactively working to get around any particular sort of precaution, youcan assume that the particular precaution is getting reasonably popular.
This follows from spammers being lazy but not stupid; if the precautionwas not reasonably popular, dealing with it probably wouldn't be worththe time of the programmers behind the spam bots. That they do deal withit implies that it is worth their while to do so, which