My Commodore 64
2012/03/23
Thank you @titanas for preserving it. Glad to know it is in good hands.
From the memcached FAQ:
How can you list all keys?
With memcached, you can’t list all keys. There is a debug interface, but that is not an advisable usage.
I was working on some stuff with MIMEDefang, Cache::Memcached and memcached at $work and stumbled upon just that. I wanted to check what exactly was going on while developing. About two hours after reading the informal text protocol specification for memcached, I had a crude working implementation of set and get in Perl and keys stored in a BerkeleyDB hash so that they could be inspected by external tools like makemap and postmap.
I’ve cut a lot of corners in this implementation, like:
- the delete queues are not implemented (yet)
- no check is done whether the inserted value is of the declared length in bytes
- an inserted value cannot contain a \n
- It is not demonizing yet
Give it few nights and enough interest and I think that I may fix those too. So anyway here is the project page and code:
→ https://code.google.com/p/memcachedperl/
I hope it is useful to at least one more person.
While writing these lines I came up with: Sysadmins do it in Perl, Devops in Python. I do not know how true people may consider this, but indeed Python would have been a much better choice. Oh well, next time.
Καζούρα
2012/03/16
ΑΠΟΕΛ
2012/03/08
Ήταν λοιπόν που λες κάτι πουθενάδες, ο Χιώτης, ο Πουρσαϊτίδης, ο Μπίδης και κάτι άλλα παιδιά …
(ref)
Τσίπουρο
2012/03/05
The tension that is not going away …
2012/02/29
Stewart Brand of the famous “Information wants to be free” statement has actually commented in more detail:
Information wants to be free because it has become so cheap to distribute, copy, and recombine—too cheap to meter. It wants to be expensive because it can be immeasurably valuable to the recipient. That tension will not go away.
I revisited the above because of the recent Stratfor 2012 email leak. It represents the tension clearly: Stratfor sells expensive intelligence services (information), while in fact information once generated and stored (electronically) is bound to break free.
Spot the reference (resurrected)
2012/02/28
I was looking for the particular quote below today. With the help of Sakis and the Internet Archive, I located it. Martin Luther on books:
The multitude of books is a great evil. There is no limit to this fever for writing; every one must be an author; some out of vanity, to acquire celebrity and raise up a name, others for the sake of mere gain.
The goal that never was and the myth that is
2012/02/25
The man previously known for “the goal that never was” is now living his myth in Greece. And if someone takes the time to find out his life’s story, he deserves the myth.
Respect.
* I was at OAKA when I shot the photograph. I was thinking about the “Live your myth in Greece” slogan, and whether anyone in this country lives his myth. Roy does.
Wiener on who and what we are
2012/02/23
This was posted on CYBCOM by Bernard Scott:
We are but whirlpools in a river of ever-flowing water. We are not stuff that abides, but patterns that perpetuate themselves.…We are swimming upstream against a great torrent of disorganization….In this, our main obligation is to establish arbitrary enclaves of order and system….It is the greatest possible victory to be, to continue to be, and to have been. No defeat can deprive us of the success of having existed for some moment of time in a universe that seems indifferent to us.
This is no defeatism….The declaration of our own nature and the attempt to build up an enclave of organization in the face of nature’s overwhelming tendency to disorder is an insolence against the gods and the iron necessity that they impose. Here lies tragedy, but here lies glory too.
lost input channel to mta after rcpt
2012/02/18
A couple of days ago the enet.gr domain went missing. I observed this because of a call I got from our press office where a user complained that sending mail to journalists was not possible: “I can email all the world, except journalists”. The mail logs showed that:
Feb 17 13:08:26 ns sm-mta[1215]: q1HB5o4Y001215: lost input channel from host.name [x.x.x.x] to mta after rcpt
So what was wrong? Because of delays in DNS server responses regarding enet.gr, Thunderbird timed out and dropped the connection (the problem appeared to be Thunderbird specific). My quick hack of the moment because I was on the road was to point enet.gr to 127.0.0.1 in the SMTP server’s /etc/hosts (I was on the road with limited connectivity). A far better solution is to increase the value of mailnews.tcptimeout preference.




