Nucleocide.net Short stories, fictional writings, venting, etc.

1Sep/100

Sprint Home link bottom of Facebook Mobile

Has anyone else noticed this little "Sprint Home" link on the bottom of the mobile version of the facebook website? It seems unlikely that Facebook would have a partnership with a phone company and put the link on the bottom. Is Sprint injecting information into select HTML pages passed to my mobile browser? Sounds like Net Neutrality bullshit to me...

Does anyone have any more information?

Filed under: Blog No Comments
17Aug/100

Force Resolution Change in OS X

This is how you can force OS X to use the proper resolution of your monitor.

Open up Finder, go to the Applications folder, then into Utilities, and open up Terminal.

Now, type the following command:

sudo nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

You will then be prompted for the administrator password for the computer. Enter it and and press enter. This will open the console based text editing program named "nano", with the administrative permissions (required so you can edit the file), and opens the configuration file for the system resolution. You should now see something like this screen:

OS X Change Resolution

If you don't already have a line in here for the Graphics Mode, you can add it so that it looks like it does in the screenshot. After this line  you'll add a String element, with the WIDTHxHEIGHTx32 format inside of it. Once you've made the necessary changes, press Ctrl+O (Opt+O) to write the file and Ctrl+X (Opt+X) to exit the file. Once you do a reboot you should be good to go with the new resolution.

Filed under: Apple No Comments
3Aug/100

HTC Evo Android Froyo 2.2 Battery Life

The latest version of Android, version 2.2, finally became available for us Sprint HTC Evo owners.

The battery life with light usage used to be about 6 hours with Android 2.1 (light usage being listening to music 50% of the time and an occasional web page browse).

However, now that the update to Android 2.2 has emerged, battery life is a little better. I'm getting about 9 hours of life with the same amount of usage.

You'll still want to charge your phone a little before the end of the work day, but it's a lot better than before.

Sure, I know the battery life on these things could be better, but it's just so awesome that I don't care. Also, I work on a computer with spare USB ports so this is not a big deal whatsoever.

And you iPhone 4 diehards, you can still go to hell. Why is the HTC Evo better than the iPhone? I can drag and drop MP3's to the phone, from any PC in the world, without installing any shitty software, and have it play like a charm.

Filed under: Reviews No Comments
11Jul/100

Drosera Burmannii and Drosera Capensis

I ordered a bunch of seeds for carnivorous plants. Lets see if they grow!

The first kind is a Drosera Capensis, and the second is a Drosera Burmannii.

Tagged as: No Comments
29Jun/100

OKCupid says I’m hot

OKCupid

OKCupid

Filed under: Blog No Comments
26Jun/100

Notepad++ Tidy for XML

If you're like me, you absolutely hate having to read XML all on one line, or poorly formatted. Whats the best way to clean up markup languages you ask? Tidy, of course! But, tidy likes to add weird formatting, HTML, etc, and pretty much mangles any XML that it touches...

Well, here's some settings for your Tidy INI file which will prevent this from happening. Apply these settings to your Tidy configuration file in Notepad++ (Directory below), and reload the program. Then select Clean Indent XML from the Tools/Tidy menu and you're on your way to non-mangled beautiful XML in no time! Keep in mind though, this doesn't fix structure, just whitespace, garbage in, garbage out.

C:\Program Files (x86)\Notepad++\plugins\Config\tidy\TIDYCFG.INI
[Clean Indent XML]
input-xml: yes
bare:no
clean:no
fix-bad-comments:no
fix-backslash:no
indent:yes
indent-attributes:no
indent-spaces:4
char-encoding:raw
replace-color:no
wrap:0
wrap-asp:no
wrap-jste:no
wrap-php:no
write-back:yes

Filed under: Blog No Comments
26Jun/100

Breathalyzer Benchmarks in pure PHP

So far, not good enough...

tlhunter@ubuntu:~/Downloads/breathalyzer$ time ./breathalyzer 12.in
12

real    0m5.210s
user    0m3.556s
sys    0m0.580s
tlhunter@ubuntu:~/Downloads/breathalyzer$ time ./breathalyzer 63.in
63

real    0m15.917s
user    0m13.601s
sys    0m0.388s
tlhunter@ubuntu:~/Downloads/breathalyzer$ time ./breathalyzer 87.in
87

real    0m21.925s
user    0m18.869s
sys    0m0.252s
tlhunter@ubuntu:~/Downloads/breathalyzer$ time ./breathalyzer 8.in
8

real    0m2.379s
user    0m1.888s
sys    0m0.160s
tlhunter@ubuntu:~/Downloads/breathalyzer$ 

Filed under: Blog No Comments
25Jun/100

HOW TO DESTROY ANGELS – EP Review

I recently downloaded the new album by How to Destroy Angels. This album features Trent Reznor and two other people, one of which is the chick singing and the other, well, who knows what the hell he does.

Basically, if you extrapolate the junk that was Ghosts I - IV, and add a female singer, you've got HTDA.

01 - The Space in Between
02 - Parasite
03 - Fur Lined
04 - BBB
05 - The Believers
06 - A Drowning

I'm really not sure why they called this a different band. Every song is full of NiN music, audio samples, sound effects, etc. The ONLY thing different is the female singer.

Trent: I have a great idea! I'll make a band with two other people who will provide creative inspiration!
Chick: Hey, I'll be in your band. And here's some dude who also wants to ride your coffers!
Dude: Mumble mumble
* 3 weeks later *
Chick: Hey, Trent, I was wondering if we could add some stuff that I usually like to do? Like some synths and beeps or something.
Trent: Listen here chick... We've already got enough of your voice, shaddup.

And the rest was history. Ghosts was the first NiN album I ever bought to be honest... At that point in his career the money was all him, I liked what he did with the revenue model, I like how he broke away from a commercial label, etc. The music has just gone so far downhill.

Also, you're probably thinking this is a terrible review on the EP... But not a single one of the songs sounds different. Can you possibly describe one of the six tracks in a way that differentiates it from the other five? Of course not. Before leaving hate mail in the comments below, you will be required to first differentiate one of the tracks.

Filed under: Reviews No Comments
18Jun/100

Drive Icons on Desktop in Windows like in OS X

Install this program to put drive icons on your desktop like in OS X, KDE, Gnome, OS 9, etc.

Desktop Media

Filed under: Blog No Comments
17Jun/100

Old Version of Nucleocide.net

Boy was I excited when I found this:
http://web.archive.org/web/20070714184035/http://www.nucleocide.net/

Filed under: Blog No Comments