Super cool idea -- using servers to heat homes
Why not heat your home and water with a rack of servers?. From clickolinko.
Name: Peter A. H. Peterson
Member since: 2000-03-30 18:17:14
Last Login: 2012-03-01 04:39:16
Homepage: http://tastytronic.net/~pedro
Notes:
I'm a grad student at UCLA getting an PhD in Computer Science.
I am also the CEO and President of TASTYTRONIC INDUSTRIES, an intensely powerful multinational corporation that supports many different kinds of projects, including: robotfindskitten, redvinegar, Skates Sharpened and Repaired, The Last Transmission from Starbase XY003, and The Tastytronic Diner BBS, which uses mod_virgule. I am working on several software projects at the moment; the only one with a public site is the ASCIIweb page generation system, which you can see at the ASCIIweb site.
I founded UFO Chicago, the Users of Free Operating Systems of Chicago, a LUG-like discussion group that meets on the north side of Chicago. I was also one of the Chicago-area organizers of the Chicago area Dmitry Protests (back in the day).
Super cool idea -- using servers to heat homes
Why not heat your home and water with a rack of servers?. From clickolinko.
SESE -- Single Entry, Single Exit -- Considered Misunderstood
PFNA -- Proposal For New Acronym
We already have TLA, for Three Letter Acronym, but I've been thinking for a while that the TLA namespace is almost exhausted, which could result in the catastrophic failure of efficient communication. Either that, or everyone is going to have to start using NAT to allow multiple expressions to hide behind one TLA (... but that's a topic for a separate post.) Anyway, having just encountered the acronym SPOF -- Single Point Of Failure -- I propose the acronym AOFL: Acronym Of Four Letters. You can either speak it as "A-O-F-L" or, as I prefer, as "awful."
Acronym creators should transition to the new AOFL protocol as soon as possible.
Update: I'm reminded by Nick Moffitt about ETLA -- Extended Three Letter Acronym. There's also a list there of other four letter acronym acronyms, and even my favorite, which describes the class of acronyms including things like LASER and SCUBA: VLFLA -- Very Long Five Letter Acronym. So I guess that AOFL will just be a forgotten standard -- the Betamax to ETLA's VHS.
cosmic rays!
Pretty cool story about encountering a random bit flip corruption in RAM, and recovering from it.
when will I ever learn?
I do a lot of performance testing in the course of my research, and so, like a lot of other people I imagine, I wrote a little test harness to manage running jobs. That harness treats each test as a discrete part of a larger test -- and runs through them individually until complete. The benefit of this is that you can use the model to make sure that your conditions are the same for each test, you can see the progress of the overall tests by looking at the job queue, and you can pick up where you left off if something goes wrong. I've spent a lot of time on that script.
But then, I always forget about it and start a long string of jobs using a nested for loop... and then I lose all those benefits. My tests aren't particularly sensitive to conditions, but since I didn't use a job queue of any kind, I have no idea when the overall tests will end, and if I kill the task, I'll lose all my progress. Gar!
pedro certified others as follows:
Others have certified pedro as follows:
[ Certification disabled because you're not logged in. ]
New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!