This Is Not War, This Is Pest Control
Holy shit this episode of Doctor Who is far too amazing for its own good. Not to reveal any spoilers, but Daleks versus Cybermen.
Daleks.
Cybermen.
Ten year old me is weeping openly.
Holy shit this episode of Doctor Who is far too amazing for its own good. Not to reveal any spoilers, but Daleks versus Cybermen.
Daleks.
Cybermen.
Ten year old me is weeping openly.
This summer I started on a journey to rebuild the Whole Music Club’s website. It now features custom labelling of shows and bands with media management and stuff like that. Basically I beat my head against the data for a while and pooped out the back end code. Zach took the superstructure that I had built and laid some sweet html, css, and javascript on top of it. Our edifice that we erected (our erection, if you will) has already garnered praise from the staff and at least one band.
I wish that Paul had been here to hit it with the style hammer, though. Paul totally rules.
It could take a WEEK to transfer 30g+ of gallery images to the new server.
A WEEK.
Oh man.
This link clearly explains it:
http://www.google.com/trends?q=%70%6frn%2C+n%6ft+%70%6frn&ctab=0&geo=all&date=all
porn not porn
I’m pretty sure that most of my bandwidth goes to making downloads of gallery available to the wild internets. I have transferred about half a terabyte since September 2004 to May of 2005. Wow. That’s a ton of data (if each byte weighs about 1.65015943 micrograms).
Uh.
I had to print a postscript file on windows. Adobe apparently hates people, so they don’t make their acrobat reader just read postscript files (which would make sense, since postscript and pdf are somewhat related).
Instead I had to install ghostscript, add its /lib and /bin directories to the system path, and then add an action to the file associations for postscript files to call ps2pdf with the filename and the filename concatenated with .pdf. Hooray for wasting a half an hour looking for examples on the internet. The key here is that it was not any harder to do this on windows than it would have been on linux, it’s just that everyone who does it on windows ends up writing a shareware GUI wrapper for it. That’s great if that’s your bag, but I just want to right click on it and do pdf. Actually, I might make that the default double click action — it just poots out a pdf, because when am I ever going to be dicking around in ps files?
Now to read “TOP-DOWN ANALYSIS OF PATH COMPRESSION.”
Ugh. Stop writing shit in LaTEX. Just use html, then you wouldn’t have these problems. Jerks.
Python would be great if it used braces and ignored whitespace.
C++ is great if you don’t use any classes.
Ruby on rails would be great if you could use another language.
shit = { /* stuff to do */ }
while shit
shit()
end
There’s a default argument $_
Wouldn’t that pick up the value of shit, since it was the last assignment?
while $_
$_()
end
But then, really, since it is the default argument, can’t you just do
while
$_()
end
or, really, since it’s the default,
while
end
See? Ruby writes itself!
40 queries. 0.121 seconds.