Navigation

Thursday, November 4, 2010

XBox Avatar Website

If you know me, you know I have way more domains than I have any good use for them. Well, another one to add to my collection is my latest XBox Live Avatar, Xionia.

Tuesday, September 14, 2010

Gotta Be Somebody

Another awesome update to the loop player. Now you can seek the position, the position progress is more accurate, and you can click around the position and volume bars to set each.

Kingdom Hearts - Birth By Sleep - Dearly Beloved

Another awesome track, and with it another awesome update to the loop player. Now you no longer have to specify the params on the embedded page, as you can embed them into the COMM (ID3v2 Comments) of the mp3. If neither is specified, we do some calculating to attempt to get the original amount of samples.

Sunday, September 12, 2010

Mid-File Loop in Flash

I just improved the loop player. For the first time in FLASH HISTORY, you can now loop mid-way through. Take this mp3 of the Star Ocean 3 victory music for example:

A Twinkle In The Sky

I love this loop :)

Friday, September 3, 2010

Obligitory Update Q3 2010

  • In June 2010, I drove up from Benton, AR to Hudson, NY.
  • My girlfriend came with me.
  • During said drive, I slept a total of 5 hours. The trip took about 2 days. I was up 36 hours straight, slept for 5, then was up another 24 hours.
  • 5 Hour Energy works, and was how I finished driving up here.
  • I have yet to get another car. I got a laptop instead.
  • I gave my girlfriend my desktop.
  • I use Windows 7 Ultimate, legitimately.
  • So does the desktop.
  • I got a bicycle.
  • I'm addicted to Pepsi Throwback.
  • I am currently living with my Step-Father.
  • My Mother and I will be saving to get a place of our own, once her car is fixed.
  • My current console-status is: CFW PSP-1001, Modded XBox 360 (old arcade model, with 120gb hard drive, and internal cooling mod to prevent RRoD), and a Original Nintendo DS with M3i Flash Cart.
  • Yes, I still buy games that are worth buying.
  • I'm extremely tired, but have to go with Mom to Guy's Automotive today to get her car worked on (partially). I have a 5 Hour Energy at my disposal for this.
  • Aside from this blog, which is hosted on Google's Servers, all of my sites are currently hosted on Dreamhost.
  • I got the new EVDO Airvana Airave from Sprint, which is awesome, although it is currently rebelling and refuses to connect. >.>
  • I'm out of things to post. See you next quarter, maybe :)

Saturday, July 31, 2010

Death of my first Car

Yesterday was a sad day for me, as my first car was pronounced beyond affordable repair.

Saturday, July 17, 2010

LG Lotus Elite LX610 - Force Roaming

While I do not condone of using roaming to get out of ETFs (does that even work anymore?)... Sometimes you need to force roaming.

LG Lotus Elite LX610 - Getting Photos to PC

If you are having trouble getting your photos off of your LG Lotus Elite onto your PC, the following instructions will help you.

Saturday, May 22, 2010

EVO Contest Over

Sprint's HTC EVO 4G Contest has expired at 11:59pm on May 21st, 2010.

Therefore I deleted the post. Sorry.

Sunday, May 16, 2010

New Twitter Code - Update

Just a little update to my previous post, there was a bug in the time since tweet displayed, due to the two different Twitter API's formatting the string differently.

Saturday, May 15, 2010

New Twitter Code

I know I just posted a twitter code, but since then I decided to have twitterfeed blast my blog posts to my twitter and my Facebook. However, this posed a problem when the twitter feed on the blog was being filled with tweets about blog posts :)

To combat this problem we had to change how the feed worked.

Mail2Blogger is absolutely useless

What is the point of a service you cannot use? Why am I under flood control just because I imported an xml file 12 hours ago?
Delivery Status Notification
May 15, 2010 6:46 AM

Delivery to the following recipent failed permanently:

(my secret Mail2Blogger address, which i deactivated)

Technical details of permanent failure:
You have exceeded the the allowable number of posts without solving a captcha.
Yes, it says "the the".

Custom Twitter Callback

The source to my basic, yet slightly enhanced Twitter Callback for Blogger or any page really :)

My Enhancements include:
  1. #hashtag link creation
  2. In Reply To support (shows who I'm replying to and a link to their status like twitter.com)
  3. via support (again like twitter.com, shows from what client I posted)

Friday, May 14, 2010

Blogger

Since I use my Google Account for everything else I might as well use blogger I guess. Needing a free host anyway.

So I imported my Facebook Notes, the only last remaining copy of my old blog posts. It seems that I lost the 2004-2006 posts :(

As for the theme, I built it using code from my current YouTube Channel Page, which I think looks snazzy

Monday, May 3, 2010

High Speed Recursive Linux Permission Changer

I wrote this a while back to help aid my needs, I am posting it in case you may find it helpful.

It is fairly easy, you run it in the directory you want to recursively change permissions on.

For example:
perl perms.pl 750 640 zefie zefie
Would set all files under my home directory to 640 (rw/r/-), and all directories to 750 (rwx/rx/-), and make the owner and group "zefie".