
This reminded me of the opening line to Neuromancer: The sky above the port was the color of television, tuned to a dead channel. Anyone have more links to literature (in all of it's forms) using the meme of an electric description for the sky?
Covering security, programming, systems administration and other interesting topics.

Labels: humor
As one who works in the financial services industry, I get the vituperation privilege of working with a mainframe on what seems to be at least a weekly basis, if not daily for weeks at a time.
As I fire up certain programs that are required for my job, I'm confronted with the following woes:

(Bug, via xkcd)
I recently introduced AsmodianX to the somewhat dated "FAIL!" Internet meme. That is, illustrations where something has gone wrong, captioned with the word "FAIL!" This can be a boat full of cargo that's about to fall overboard or a skateboarder doing a face plant. Things of that nature.
Of course, this evolved, and certain tragic situations (such as an entire truckload of beer bottles shattered on the highway) came to be labeled "Epic Fail!"
Epoch Fail is a terribly funny play on words with Epic Fail, obviously. This refers to Epoch time. The current POSIX Epoch started midnight, Jan 1, 1970 and will come to an end (run out of the 32-bit space) sometime in 2038.
Physics Humor
Werner Heisenberg went for a drive and got stopped by a traffic cop.
The cop asked, "Do you know how fast you were going?"
Heisenberg replied, "No, but I know where I am."
What do you get when you combine a 30-mph car and a geese flying 10-mph West?
ERROR: You can't add scalar and vector quantities
Two atoms bump into each other.
"Are you okay, buddy?", asks the first atom.
"I lost an electron" replies the second atom.
The first atom asks "Are you sure?"
The second atom snarls, "I'm positive!"
Susan was in chemistry,
Susan is no more.
For what she thought was H2O,
Was H2SO4.
Johnny, feeling life a bore,
Drank some H2SO4.
Johnny's father, an MD,
Gave him CaCO3.
Now he's neutralized, it's true,
But now he's full of CO2!
Jokes about cobalt, radon and yttrium are so CoRnY
René Descartes walks into a bar. The bartender says "Hey pal, want a beer?"
Descartes replies "I think not." and disappears.
Labels: humor
[eric] sent this job posting to me today and I just about fell out of my chair!
Quoted for evidence (I'm sure the posting won't last forever out there)
Obviously, they're talking about self-described "web developers" or "web designers" who take open-source web-apps and build around that. Still, worded this way, I have to laugh out loud.
- Title:
- PHP/MySQL Web Developer
- Skills:
- 6+ Years in PHP Programming with Proficiency using MySQL, Standards-compliant HTML
- Date:
- 1-24-2008
- Location:
- Kansas City, MO
- Area code:
- 816
- Tax term:
- FULLTIME
- Pay rate:
- Based on experience
- Length:
- Permanent
- Position ID:
- 073134
- Dice ID:
- 10217525
- Job description:
- Premiere Web development firm looking for experienced Web developers with the following characteristics:
* Proficient in PHP, MySQL, CSS
* Likes working in small, talented team environment
* Welcomes challenges, trouble-shooting and diversity of jobs
* Enjoys client contact
* Interested in learning new skill sets
* Hosting environment setup and management a plus
Note: Candidates who rely on open source code to solve problems need not apply.
Note: Candidates who rely on pre-packaged applications or frameworks such as Joomla or Cake to create web sites need not apply.Oh well, it was funny while it lasted.

$ truss -o ls.truss.out lschuser.sh find.truss.out ls.truss.out megascan.sh test.pl
# truss -o sshd.truss.out -p 3088You can view ls.truss.out to see what it found.
$ ktrace -f ls.ktrace.out lsSimilarly, with the -p option, ktrace accepts a pid:
ls.ktrace.out pkgscripts obsd_pkgscripts-1.00.tar.gz static.key
# ktrace -f sshd.ktrace.out -p 3088
$ kdump -f ls.ktrace.out > ls.ktrace.txtHave a look at the results, if you wish.

Comic Credit:XKCD
Rickrolling is one of the latest goofy internet pranks, memes, or whatever you want to call it. By strictest definition, to rickroll someone is to send them a link that seems to be for something interesting, but actually takes them to a video of Rick Astley's "Never gonna give you up". These can be via e-mail, instant message, or even discussion forums.
Example of rickroll bait:
Did you see the video of the new spy plane the military is working on?!
Fast forward to today. I find out that some morons have planned to have a little fun with one of the websites that I help with. It's not my site, but run by a client and friend of mine. Not too big of a deal, just some bored teenagers, probably. Not sure what they were up to, but it probably involved lots of forum trolling, trash talking, or spamming. Who knows? I figured I would rickroll these twerps. If they click on the URL they posted in their little forum, they won't get the site they wanted. They will get Rick Astley instead. Meanwhile, the site works fine for everyone else.
In the name of keeping both parties somewhat anonymous, I'll set up something similar on my ExplorerHacks site, which doesn't actually have any real content. If you click on this link to www.explorerhacks.com, you'll get rickrolled. Or, you should. I guess. If you just go to www.explorerhacks.com by typing it into your browser, it should load normally.
In order to do this, I used Mod_Rewrite for apache, and added this to my .htaccess file:
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://www\.h-i-r\.net [NC]
RewriteRule .* http://www.youtube.com/watch?v=eBGIQ7ZuuiU [R]
First, this was Friday's XKCD comic:
Then today, I ran across someone who decided to actually pull it off, with a nifty how-to. Obviously, tweaking the MBR can render your system unbootable, so it's not recommended to do it unless you really know what you're doing, or if you're going to format and re-install anyways.
I laughed, which is always a good way to get an early start to the work week.
Labels: humor, programming, xkcd
I saw this on XKCD today and just about died. SQL Injection at its best.