February 2012 M T W T F S S « Jan 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Old Stuff
Categories
Category Archives: Computers
Parsing the Windows sfc log from unix
Just a quick line to mention that the Windows System File Checker tool produces logs that are nearly unreadable, and a pain to parse. A friend of mine had some system files that did not check out, and could not … Continue reading
Posted in Computers, Unix/Linux, Windows Tagged hacks, madshellskills, stupidity, unix, windows 1 Comment
Version Control: Hey what’s that sound…?
Hey what’s that sound…? Is that the sound of me never having to use git ever again? $ hg push git+ssh://git@github.com:mrdaemon/vimconfigs.git pushing to git+ssh://git@github.com:mrdaemon/vimconfigs.git importing Hg objects into Git creating and sending data $ Why yes I think it is! … Continue reading
Shameless Plug: underwares.org
I just made a new website, mostly for fun. See it here: http://www.underwares.org I finally decided to fill the void of my primary domain with something. This website will act some kind of hub between all the services I run … Continue reading
Posted in Computers, English, Programming, Tutorials/How-To, Updates Tagged code, epenis, front page, geekdom, hacks, underwares, work Leave a comment
Up yours, Apple!
iPhone OS 4.0 is out, brings a lot of terribly useful features to the table. However, Apple arbitrarily decided to disable the following features on the older 3G model (which I actually own): Multitasking (this is the big one, most … Continue reading
Posted in Computers, English, Vitriolic Diatribes Tagged apple, drm, iphone, osx, rant, stupidity Leave a comment
Another day at work
The only thing I hate more than writing with a pen and paper is using visio, hence why I’m kicking it old school for cluster planning. You might also enjoy:Shameless Plug: underwares.orgProjectsAccess administrative shares on Server 2008/Vista32 bits ISAPI filters … Continue reading
I wrote a Quine
So I wrote my first Quine last night. A Quine is a program that, when run, outputs an exact copy of its source. It’s not immediately obvious in regard of how to accomplish that. At first it sounds pretty easy … Continue reading
