October 2009
3 posts
ruby, rails && mysql on OSX Snow
sudo gem install rails Download and install mysql 64bit sudo env ARCHFLAGS=”-arch x86_64” gem install mysql
Oct 11th
Opt+doubleclick to open files in Transmission
I posted an enhancement with patch on the Transmission trac but they didn’t want it because opening files might alter them. I just watch videos and stuff so I think it’s kinda neat anyway so if anyone else would want this feature here’s the patch. You’ll have to patch and compile for yourself tho =)
Oct 11th
8GB Ram on First Generation unibody 2.53 GHz
I got two 4GB RAM modules so I tried them both in my First Gen Unibody MacBook Pro 2.53 GHz. 6GB is max for this configuration and Apple recommends 4GB. The result was not an unstable system with crashes and such but it got really slow and “bath ball-y” in both 32 and 64K mode. All of the memory showed up in About this mac and System Profiler and all but I guess the system just...
Oct 9th
August 2009
1 post
“Xbox Xbox common Xbox through common Xbox through the common Xbox is the...”
– http://translationparty.com/tp/#774813 Pure poetry, don’t you think?
Aug 9th
1 note
July 2009
1 post
Jul 2nd
1 note
January 2009
2 posts
For the Ruby coder who just can't live without the...
class Object;def method_missing name, *a name end;end How to use: importantvar = 'password' savedimportantvariable = improtantvar puts savedimportantvariable
Jan 27th
1 note
3 tags
Jan 4th
December 2008
1 post
100 amazing short games in one
Part one Part two Part three
Dec 30th
November 2008
3 posts
I tried AppJet.com →
Did you do something stupid and wanted to make a “Note to self” comment but no one is around to hear it? It was really easy to understand and use. You only get one document though and it’s all javascript except for stuff you write under special comments like /* appjet:css */ for the stylesheet. The persistant storage is automagic and all you need to do is create a new storable...
Nov 24th
1 note
Nov 20th
4 tags
More gestures plz
Playing with my new MacBook Pro’s touchpad, I really miss being able to move and resize windows with it. Five finger gesture maybe? Or it could replace the four finger actions. The up/down to show desktop/all app windows is useful but the left/right appswitching feels broken. I mean, swipe 4 fingers to get the appswitching interface on screen, and then what? The only way I can get something...
Nov 20th
September 2008
3 posts
3 tags
Old weird flash animations
I made this to answer the question “can you animate divs containing flash”
Sep 16th
Comments by disqus
Just added the service of disqus so ppl can let me know how helpful my blog was to find where to get effects.core.js and how to install ATI catalyst drivers on acer aspire laptops ;)
Sep 3rd
3 tags
Stream video from commandline with VLC
$ vlc --sout '#standard{access=http,mux=ts,dst:=8081}' \ --extraintf http /path/to/video.avi then point you’r video player to http://your.server:8081 Easy! (might need to change your mux according to video format or something. ts seems fine for most .avi) Update: Added the extra interface “http” that functions as a remote using a web interface. Just surf to...
Sep 2nd
July 2008
3 posts
The quest for effects.core.js
I’m playing with jQuery today. In the documentation they explain how to animate colors. On the main page for jQuery effects they hint that the file “effects.core.js” is needed, but I can’t find ANY instructions on HOW TO GET THE DAMN FILE! The only thing you can get from the download page is the main jQuery.js file. They also have links to svn repository, but what? They...
Jul 26th
6 notes
Ever need an image that features some specific... →
Jul 8th
Jul 3rd
June 2008
1 post
ATI Catalyst on Acer notebooks
No more Acer drivers dated 2005! Using modtool form DriverHeaven you can mod the ATI Catalyst drivers so they can be installed on Acer notebooks with ATI graphics.
Jun 14th
April 2008
5 posts
Trouble in SVN land
C:\Documents and Settings\voxar\Desktop\work\xna\FirstXNA>svn st !      vEngine\Vendor\DrawingHelpers !      vEngine/Vendor\DrawingHelpers ?      vEngine/Vendor/DrawingHelpers D      vEngine/Vendor How did this happen O_O ?
Apr 15th
Fluid simulation game and java applets →
Some amazing realtime 2D fluid simulations and videos. The links to the java applets and xna demos are a little hard to spot.
Apr 13th
Apr 11th
Apr 11th
Ok! so here I am...
Falling under the pressure from my friend nevyn I have created a blog. Will probably not post verry often, with bad grammar and spelling, about games and code snipplets I come across.
Apr 10th