Archive for the ‘News’ Category

Snow? In my state? (Edit: ice lolololol)

Houston gets an onset of cold weather (mid – high 20′s) and a little bit of freezing rain / sleet while I’m at work. While on break I walk around to check out the condition of roads…while most of the surface streets seem fine, our sidewalk at work is coated in a sheet of slick [...]

mod_pagespeed and WP Super Cache issues

Dreamhost recently showcased their mod_pagespeed “switch” that was made available for all of their hosting customers, so I took a stab at enabling it. Most of my websites run WordPress which already isn’t exactly the quickest CMS so I figured I could use all the help I could get to make the pages load quicker. [...]

Going from hex to binary in Linux

If you find yourself with a block of \x encoded hex that you need converted back to it’s binary equivalent – in my particular case, an image encoded as a hex block back to it’s native JPEG file, you can use this short code snippit: cat <input file> | sed -e ‘s/\\x//g’ -e ‘s/”//g’ -e ‘s/^[ [...]

Changing the default resolution of a Logitech webcam

I found myself needing to take some photos with my webcam because it was a simple setup and had excellent image quality when given enough light. However, when using the default webcam application in Windows XP/Vista/7, it will only capture images in 320×240; hugely disappointing when the webcam will do up to 2MP. Enter the [...]

1Mbit BroadBand Internet Access a Legal Right in Finland

Signs of a culture moving forward, or just frivolous waste of government money? Finland has announced that by next July, 1mbit broandband internet access, which is roughly 20 times quicker than dial up (assuming a generous 50kbps assumption for dial-up) is now a legal human right. While it’s certainly a step towards the future, Finland still plans [...]

Wee new dev box

Recently ordered up a pair of Opteron 280‘s to stick in my GT24 – looking forward to having a dev box. Too bad it doesn’t support hardware virtualization – otherwise it’d be an ESX box. Additionally, here’s a picture of the live network traffic on my box – it is generated with MRTG and cron [...]

Conficker Toolage

For those of you paranoid about the talk of the Conficker work poking around the interwebnets, you can scan computers for signs of it very easily now with a beta version of nmap – details here. The best thing about nmap? You can script it so it automatically scans every node on the subnet. Easy!

Over-Boost Is My Rush

You know you want it – a blog dedicated to boosted cars, and here it is – http://over-boost.net - recent things we’ve posted include a 500+whp turbo Galant, a freshly turboed V6 Tiburon, as well as a fair share of video debauchery. Head on over and check it out!

Crisis of Credit Explained

  The Crisis of Credit Visualized from Jonathan Jarvis on Vimeo. Came upon a great website the other day that explained the credit crunch very well. The video was done by Jonathan Jarvis – a media designer and animator. His video was done with stunning animation and a great narration that explains the problem with [...]

Obama to back return to Moon – Horray!

Looks like the US Space program is going to get a healthy boost in budget to fund further “human exploration” activities. This is good, for a while I was worried Obama was going to cut the space program to save money. But on Wednesday, the US House of Representatives passed an omnibus bill to fund [...]