<<previous page 1 2 3 4 5 6 7 8 9 next page>>
Further Development
time: 2008-11-03 00:39:27
music: I'll be your Baby Tonight
book: ZAG

So I just finished recording my second podcast. This one is... interesting. :-) I had my app throw errors twice and not return any results for one of the queries.

It's pretty much the same thing that happens at any demo. Everything runs great, and then you show it off and everything breaks.

Luckily, I was able to fix the bugs that caused everything. So the podcasts may become part of my unit testing scheme. :-)

I left all the mess ups in the podcast because I'd rather be coding than video editng. Also, I feel it lets you know that this is a real project (also, why I haven't released a beta yet). :-) 

TukiTuki Podcast 2

Let me know what yall think in the comments here. 


Tags: Personal(20) FollowerofJC.com(10)
Alpha Podcast Published!
time: 2008-11-02 03:27:59
music: Hook
book: ZAG

So it's time! I finally started working on a video podcast for tukituki.

Since I'm not going to release an alpha build every night, I figured I'd release some simple videos to let you see the development in progress.

This video was actually created Friday morning (around 4am), but when it finished converting it to a swf, it was 145MB. That's a little high, even for my tastes. So I just got it recompiled now and here's the link to the podcast video:

TukiTuki Podcast 1

Please understand that the intro clip was made a while back. I wanted something to put in the front of the clip. Also, I'll be making a clip tonight (hopefully) since I just finished directory checking and searching.

:-)

Enjoy!


Tags: Personal(20) FollowerofJC.com(10)
TukiTuki!
time: 2008-10-25 12:17:01
music: The Rise And Fall Of The Great Mondello
book: ZAG

Well, I've finally started work on my old project named "Quincy".

Quincy was a media database/viewing tool. When I first wrote it, it was in C# with MSSQL. It didn't really work that well, since I was basically using SQL to store blob data of serialized objects. This meant that querying for data required me to load and iterate through all of the objects. Yuck...

The project has been renamed to "TukiTuki." It is using Adobe AIR and SQLite for the database handling. I was originally going to use Python to communicate with SQLite database, but commication between Python and AIR was proving to be very difficult. I was really afraid that I was going to have to use Apache with PHP for AIR to get the information. This would really hurt the portability of TukiTuki (although there are ways). Then I found this article about using AIR to talk to SQLite.

Now, this means that all my queries will be written in flash (a HUGE web-app no,no). Usually I would swallow razor blades before doing this, but since it's a desktop application it changes everything. I guess it's because I started programming with internet applications, and am now trying to move to the desktop (which is completely backwards).

I've just finished the database creation (with my rough-sketch schema). I'm excited about releasing this app, because I feel it will get used by a lot of people, and AIR is good way to ensure that it will not be stopped by OS dependencies.

Since I'm using AIR, the formats will have to be in MP3, FLV, or MP4, though. I just started ripping all my DVD to MP4 using Handbrake with AnyDVD (because DVD43 doesn't work with vista64).

More news to come!


Tags: Personal(20) FollowerofJC.com(10)
<<previous page 1 2 3 4 5 6 7 8 9 next page>>