|
|
Flik: Sphere Central!
News!
Added a doc on sorting in perl specifically for sorting an array of hashes.
I also added a timeline for quantum leap...
I've been watching that TV series and I started to write down the leap dates for each episode,
then I wrote a crazy perl script to parse my text file into a pretty color coded by season html file...
Although it's not finished yet, I'm watching season five... 
Current Mood : Fine
Music : Blink 182 - "Don't Tell Me It's Over"
|
Self Preservation Society... Weird. Anyway, I updated the sphere FAQ on my docs page.
There's also a search form on my docs page now, thanks to google.
Current Mood : Fine
Music : Blink 182 - "Easy Target"
|
I updated fsplitjoin (utils to split files to smaller sections and join them back again)
See my files page for more details.
Current Mood : Fine
Music : Graham Coxon - "Bitterwseet Bundle Of Misery"
|
I made a 1kb game for the sphere compo... Find it on my files page.
Current Mood : Fine
Music : Blink 182 - "Time To Break Up"
|
I updated my files page to include links to my ohr files page
Current Mood : Fine
Music : Jet - "Get What You Need"
|
I updated src_tree_copy so it's easy to use and added a readme for it included in the zip.
Get it on the files page, binary and source files included.
Current Mood : Fine
Music : Death Cab For Cutie - "We Looked Like Giants"
|
I wrote an autorun program for making CD's autorun index.html
All you do is make an autorun.inf file with the following contents:
[autorun]
icon=favicon.ico
open=autorun.exe
Then just put autorun.inf and autorun.exe and favicon.ico into a folder and burn it on CD (you'll need a index.html too)
Go get it from my files page, binary and source files included
Current Mood : Fine
Music : NOFX - "Take Two Placebos And Call Me Lame"
|
I'm trying out google adsense, I can't be bothered to add it to every page though so it'll only be on this one.
Current Mood : Unhappy
Music : The Starting Line - "Playing Favorites"
|
dragon_town.png
A screenshot of dragon town's effects (it looks so weird because some of the tiles have some effects applied, some have a different effect.
Current Mood : Neat
Music : Mad Caddies - "Game Show"
|
My test game that you can get with the latest binaries wasn't entirely that cool, until now.
Any map that is gamma-brightness increased/decreased as you play is cool by me.
Current Mood : Neat
Music : Sugarcult - "Memory"
|
I worked on my game a little bit today and yesterday, I now have a much cooler minimap and made a few more spritesets for freddys_town.
I also made a neat little watering-can diversion.
Current Mood : Tired
Music : Less Than Jake - "867-5309 Jenny (punk cover)"
|
Sphere now has speex support (speex allows for small sound files designed for voice)
As a test of speex I converted a bunch of wav files that take up around nine meg and made a bunch of files that take up around half a meg. Thus speex is cool.
Also in other general site-maintenance related news, stopped my links page opening pages in a new window, and deleted all links that didn't work or fixed them.
I also made sure all my html files had a newline at the end of them, somehow that just makes me feel better.
Current Mood : Okay
Music : Offspring - "The Noose"
|
Fear my comic! (Yeah, this means you... Seramar!)
Anyway, here it is: this
My last comic, for those unlucky enough to miss it, was this too
Current Mood : Okay
Music : Veruca Salt - "Awesome"
|
I've been writing a serial-cable server go-between. (A web-server that echo's everything sent to and from it to COM1.)
It's for testing my pacman network game, which has an insane amount of text generated, which is then printed on-screen on my other pc.
Now I just need to change my game so that both machines can be clients, with the server being the COM1 echo server...
Current Mood : Okay
Music : The Ataris - "Between You And Me"
|
Currently I've been writing code to produce mng animations, and it's hard to understand how 13.7 megs of images becomes a 32.5 meg animation...
But that's my insane test, it passes the sane test with flying "smaller than gif" colors.
Update: The 13.7 meg images to 32.5 meg animation test is weird. It's 105 images, 79 of those are png,
which will make a 99.7 meg animation. (Smaller than the 10.2 meg collective of those images.)
Whereas the 26 other jpg images, taking up 3.42 meg, is where the extreme filesize is coming from.
Which means I'm taking truecolor lossy jpg's and creating truecolor non-lossy png's. In short, it's not good.
I can either make use jpeg or figure a clever way to 256 color and palettize the images.
Current Mood : Okay
Music : Michelle Branch - "Here With Me"
|
Down with uppercase! Long live lowercase... Kill off a few vowels and you have: lwrcase
I made a utility to convert uppercase filenames to lowercase filenames for Wild-Tiger, I cleaned it up a bit and uploaded it onto my files page.
Current Mood : Okay
Music : Pitchshifter - "Please Sir"
|
Partly because I was trying to find out how to typecast pointers to functions and call them, I wrote a document on typecasting functions in C/C++.
Current Mood : Fine
Music : They Might Be Giants - "Number Three"
|
My google ranking for "Flik" is now fourth, and under "vascy" I'm first. Go me.
Current Mood : Fine
Music : Papa Roach - "Time And Time Again"
|
I made a script for converting winamp style m3u playlists to something xmms can play.
All you'd have to do to use it is put it in your winamp folder and change the drive/mount points listed in the file...
I also started making a program to make state diagrams, it works but not yet entirely useful or portable.
It'd be more portable if there was a better way to draw text to an image.
Current Mood : Fine
Music : They Might Be Giants - "Rythmn Section Want Ad"
|
I just ordered a bunch of CDs, including albums from Modest Mouse, Aquabats, They Might Be Giants, Save Ferris and Five Iron Frenzy.
I order them in bulk so I don't have to pay so much for postage and packaging.
Plus it's fun to get more CDs than you can possibly listen to at once; now and again. 
Current Mood : Okay
Music : Modest Mouse - "Paper Thin Walls"
|
I wrote a script to read mp3/ogg tags for sphere, it's part of my "flik_scripts" now...
It's on my files page, just so you know.
Current Mood : Fine
Music : Reel Big Fish - "Suckers"
|
I've added a new doc, about javascript regular expressions on my docs page, enjoy.
Current Mood : Fine
Music : Reel Big Fish - "Brand New Hero"
|
I've reuploaded the set of scripts I have, now including a minimap image generator and a sort of neat global_object script...
Current Mood : OK
Music : Less Than Jake - "The Science Of Selling Yourself Short"
|
perl has to be one of the best languages I ever use.
For example, I wanted a script to open my bash history file and clear multiple entities, so I could scroll through previous commands alot easier...
I looked around to see if it had already been done, I was thinking of an actual bash script, something in the form of a few commands and a pipe and a redirect or some such.
I wasn't really sure if it was possible in a line, so I wrote a perl script to do the task, it compiled and ran first time and did it. Woo.
Although I admit it can get ugly...
s/([^c])ei/$1ie/gi; # i before e except after c
Current Mood : Neat
Music : The Ataris - "My Reply"
|
Just so you know, I've started working on sphere, so if you think of any features,
free free to email at: vascy@hotmail.com or better yet, submit your request to the sphere's sourceforge site.
Current Mood : Okay
Music : Tom McRae - "The Boy With The Bubblegun"
|
I managed to add a vague joystick support to my menu object, hurray!
Current Mood : Fine
Music : Pilfers - "My Time Now"
|
I believe I just had a near-death experience, or atleast a brush with death. I went to turn off the gas fire, and the pipe came off.
It started hissing like mad, and after around 15 seconds or so, I managed to put it back.
Now, the smart thing to do would have been open the door, and windows and just wait, but oh no, that's not what I thought of doing.
I turned the fire on, and it lit first time (for once) and boom, a huge burst of fire, making me swear and think "oh no, my computer!"
In other news, I have grown a wisdom tooth. It's very painful and it had damn well better make me smarter for it.
Current Mood : Shocked
Music : Pilfers - "Lay"
|
Today, I got up at around 7AM and just started working on the map engine and editor;
and lately it's hard to believe that morning even exists, let alone that you can be productive during it. 
Current Mood : Excellent
Music : Nada Surf - "Blizzard Of 77"
|
I've made quite a few updates to my docs, changing errors and just all round improving them, like my warp doc and my files doc for one.
Also, rescue freddy is going pretty nice right about now, I've been going around the maps improving the graphics and just adding more random, things that you can do.
I'm hoping to make the kind of game where you get upset because a insignificant plant doesn't do anything and you go round trying anything and everything.
Current Mood : Alright
Music : Motion City Soundtrack - "Don't Call It A Come Back"
|
Someone pointed out an error in one of my docs, I fixed it. Also I recently killed off my menu tutorial,
and now it's in a terrible state. So I wrote a very small menu tutorial using the system menu.
As I was doing this, I found some docs in my docs folder that I just never uploaded. Oops. (No doubt they have errors in them too.) So enjoy.
Current Mood : Fine
Music : Motion City Soundtrack - "The Future Freaks Me Out"
|
I've started working on rescue freddy again.
I was coding away on the game that me and akumapan seem to have pretty much stopped working on altogether, doing the battlesystem, and I thought to myself...
"I should combine the neat things of this battlesystem and the rescue freddy battlesystem together." So that's what I've been doing now.
Current Mood : OK
Music : Pilfers - "Mr Exploita"
|
I've been writing a javascript chess game, even if you don't like chess, it's fun to watch the AI battle it out against the same AI.
My goal here is to create an AI that can beat me at chess, so even though it's stupid now, I'll make it better soon enough.
Also I shouldn't really call it AI (artifical intelligence) because listing valid moves and randomly picking one of them isn't intelligence at all,
it's just knowing the rules well enough to play.
Current Mood : Good
Music : Bad Religion - "Stuck A Nerve"
Modest Mouse - "Bankrupt On Selling"
|
I made a perl script that makes pretty html files from java source code. It's called (surprisingly) javatohtml and it's on my files page now.
Current Mood / Music : Expressionistic / Green Day - "Basket Case"
|
I never update my website anymore, I'm just too lazy.
Current Mood / Music : Lazy / Nada Surf - "Mother's Day"
|
Anyone that uses Textpad should have a look at the sphere syntax definition file I made... If you need help on 'installing' it, look on my files page.
Current Mood / Music : Fine / Mindless Self Indulgence - "Backmask"
|
I wrote a cardgame tutorial thing, it sucks, but you can read it anyway.
Current Mood / Music : Productive / Less Than Jake - "Is This Thing On?"
|
Yes, I made a den for the kittens. Yes, I may have too much time on my hands. kittyden
Current Mood / Music : Fine / Bad Religion - "You've Got A Chance"
|
News Archives:-
December 30th 2001 - July 27th 2002
August 10th 2001 - December 30th 2001
May 15th 2001 - August 10th 2001
February 21st 2001 - May 15th 2001
October 15th 2000 - February 21st 2001
May 15th 2000 - October 15th 2000
Creation - May 15th 2000
Made By Flik!
|
|