iOS 4.01

With my iPhone 3G jailbroken with iOS 4.0, lots of other users have been experienced cell phone reception trouble. I tried it myself and covered the left side and saw my signal bars drop by 4. I've read around the internet and its rumoured that 4.01 was supposed to drop today to fix the antenna issues. I'd assume before Friday, there's going to be a fix out there. I, myself, didn't have too much trouble with getting a signal. Where I was reading on Slashdot, it was said that even if the signal is 5% or 100%, you're going to get the same call quality.

I haven't got BiteSMS to work on 4.0 yet, nor five column springboard (fcsb) or Infinidock. A couple Winterboard themes don't work either, such as custom Wifi and signal bar icons. Cycorder doesn't work either. Hopefully, these'll be fixed soon so I can get 4.0 running like I had 3.1.3.

Jailbroken 4.0 on iPhone 3G

So, after a long time of tinkering I finally got it working.

Get 4.0 (stock 8A293) on your iPhone

Run redsn0w 0.9.5b

Be patient!  - This took a bit for me. Once redsn0w says it's done, the screen on your iPhone will display what it's doing (flashing NOR) and a running pineapple(?).  

4.0 seems to run faster on my 3G than 3.1.3.



Tried to make this post quick as I'm off to bed!

Cold coffee

For my love of coffee, I tried cold brewing the other day. More convenient, in my opinion.

7 (or so) table spoons of your favourite coffee in a mason jar and fill it up near the top of water. Let it sit over night, or at least 12 hours. Strain that lovely juice into another jar. You now have cold-brewed coffee. Pour into a cup, add milk, sugar and enjoy :) 

For iced cappuccinos (blended ice coffee), freeze an ice cube tray of the coffee you just made (with out milk/etc). I stuck 6-7 ice cubes in a blender, with about two cups of milk (call it 450mL), some chocolate sauce and vanilla Coffee-mate (honey would do, too). What you end up with, is a delicious, higher in caffeine drink.

iPhone borken

Yes, I purposely spelled that wrong. Anyway, the entire left of the touchscreen on my iPhone doesn't work. Plugged it in at night, then didn't work in the morning. So, I've had to suffer only using the right side of the screen for the last two weeks. Going to have to restore back to factory defaults, package it up and send it off.

 

Luckily, I've been somewhat productive lately. I've added some new features toSysode, the free project management app I've been working on since late August. There only needs to be a couple features added (member search, user control panel, etc.) and then it'll be mostly done (err..). And, for once, it looks half decent.

 

School'll be out in about two weeks; summer job then. Makin' bank...

End of year

I wish I had time to work on my projects (Torrentino.net expired a little while ago) since most of them need updating. WorkSimple is in a somewhat stable state. Good news though, I might be getting geekness.eu back. I was too lazy to renew it and lost it.

 

Nothing new has happened, making this a rather boring blog post (nothing out of the usual). Maybe once I get my domain back I'll get my ass to work and fix up this site (broken links and such) and some of my unfinished projects.

 

WorkSimple needs a complete overhaul, the main code was used in JAB (Just Another Blog) around two years ago but was using text files instead. The administration side of WorkSimple needs to improve greatly.

School's almost out, 'bout another three weeks then that's it. 

PHP IRC bot

Been bored lately, so I'd thought I'd make an IRC bot in PHP. I wasn't sure how they worked, so I found this to be great: http://www.hawkee.com/snippet/5330/



I added a little more to it, using switch() instead of an if statement. So, instead of:


if ($rawcmd[1] == "!sayit") {

I changed it to

 

 switch(rtrim($rawcmd[1])) {

 

and of course everything else in between. 

See the full code here: http://pastebin.com/4F9XPkVx or here http://pastebin.org/205819

Not much has changed, but with switch() I found it easier to add more commands. Again, I didn't write most of it. Feel free to test it out though.

Znaj

Blog has turned to shit, no post in almost a month now. I guess due to the loss of my domain (geekness.eu), there's less traffic and less of a motivation to do anything. Any links to this site would be using the geekness.eu domain.

Again, my work has come to a standstill. Nothing new has happened. Absolutely nothing. Guess I should start doing something. Happy that I can get Opera on my iPhone though, heh.

 

Yet another blog post telling my readers that I'm alive...

Progress on nothing

Domain expired little while ago (geekness.eu), so all my links are now dead. Ugh. I didn't raise any money whatsoever through donations so I couldn't renew the domain. The URL for my blog is the original, easton.4fd.us

 

Anyway, Sysode got some new features. Users can now make projects publicly available for viewing. Public users can view the overview of the project, bugs and tasks. More to come, as well. Speed could be an issue down the road, Sysode is one of my bigger projects. Conversion to MySQL or PostreSQL might be needed down the road, as it uses pjjTextBase instead. For the amount of users now (that is, none), it runs fine.