Dumb switches are now too smart for my good
Here's an ironic thing: basic switches these days are now too smartfor their own good, or at least for my good. The issue is that eventheoretically dumb switches are VLAN aware, which means that they willonly pass VLAN tagged packets if they've been told about the particularVLAN is tagged for.
The problem this creates is that it is now impossible to have ageneric traffic monitoring switch. What you'd like to have is asmall switch that's pre-configured with a
A comment spam precaution that didn't work out
Every now and then I try a comment spam precaution and it backfires on me. So let me amend myprevious remarks: it turns out that refusing comments from people thatare on the XBL is a bad idea.
It's a superficially attractive idea, which is why I implemented itway back when; the XBL is (theoretically) listing addresses ofcompromised machines and open proxies, and I have seen comment spamattempts from XBL -listed IP addresses. But the XBL itself containswarnings against this sort of usage
雙魚座
How my CGI to CGI/SCGI frontend works
In ExploitingPolymorphicWSGI , I talked about how I use the flexibilityof WSGI to run DWiki as either a CGI or a SCGI server by using a smallfrontend CGI program. Because there are some subtle bits to how thisworks, I thought I would write down how the CGI frontend works.
The overall logic is:
- try to talk to an existing SCGI daemon.
- otherwise, check the load and try to start a daemon if the load isbetween a minimum and a maximum, and then talk to it.
- otherwise, if
其實是很清楚的
蘇珊桑塔說正面面對照相

變向他者的本土身分追尋(一個月前的自尋短見)
那個碼頭已被拆散了。七月最後的兩個晚上,該來的朋友都來了,而不認識的又比認識的來得多。靜坐區圍着絕食者,夜裏很多人留下來睡。
我睡不着,看着本來疏空的碼頭睡滿了人,感覺奇異。我們在
BitTorrent's protocol is not designed to hide
Every so often, I will hear someone say that Bram Cohen clearly wroteBitTorrent to facilitate piracy (despite any of his claims to thecontrary) because it was deliberately designed to frustrate attemptsto monitor its traffic. This claim irritates me partly because it isclearly wrong, almost blatantly so.
(Disclaimer: I am talking here about classic BitTorrent, as it wasbefore ISPs started whacking things with hammers and people startedreacting.)
There are two important things in a BitTorrent transfer: the peers, thecollection of machines
My expectations for responsible spider behavior
My minimum technical requirements forreal web spiders are deliberately quite black and white. But there arealso a number of more fuzzy things that I expect from responsible webspiders. Bear in mind that these aren't hard and fast rules and I can'tgive precise numbers and so on.
(As before, this only applies to what I'm calling 'real' or 'legitimate' web spiders ; I can't expectany particular behavior from malicious web spiders.)
Disclaimers in place, here'