All content on jerakeen.org

Anti-Grain Geometry - Texts Rasterization Exposures

09 July 2007 in links
tagged with [font] [macos] [scaling]

interesting stuff about font scaling. Personally, I’ve always felt that macos fonts looked nicer than linux fonts. Now I understand it, maybe I can fix this. For my own personal perception, anyway..

http://antigrain.com/research/font_rasterization/index.html

disqus comments  

Anti-Grain Geometry - Texts Rasterization Exposures

Server-side JavaScript under Apache

09 July 2007 in blog
tagged with [apache] [javascript] [programming] [spidermonkey]

Ash Berlin and I recently hacked together an Apache module that embeds the SpiderMonkey JavaScript engine and lets you run JavaScript code on the server as CGI scripts. We called it mod_js.

read more (264 words).. disqus comments  

mod_js - a JavaScript Apache module

09 July 2007 in code
tagged with [apache] [javascript] [programming] [spidermonkey]

mod_js is an Apache module written by Ash Berlin and I that embeds the SpiderMonkey JavaScript engine and lets you run JavaScript code on the server as CGI scripts. As you’d expect, it’s very early, but is good enough to compile scripts, run the JavaScript, and print the output to the client. mod_js is licensed under the GPL3.

read more (231 words).. disqus comments  

LWN: Patch: Linux 2.6.22 released

09 July 2007 in links
tagged with [linux] [release]

the full ChangeLog from 2.6.21 is over a hundred thousand lines, and weighs in at 3.8MB

http://lwn.net/Articles/240973/

disqus comments  

LWN: Patch: Linux 2.6.22 released

There was a fire alarm

09 July 2007 in photos
tagged with [fire] [fotango]
and is [geotagged]

  • Taken at 4:45 PM on July 09, 2007 - cameraphone upload by ShoZu

http://flickr.com/photos/jerakeen/761380961

 

There was a fire alarm

Loved the track Clubbed To Death (Kurayamino M by Rob Dougan

09 July 2007 in stream

 

Loved the track Clubbed To Death (Kurayamino M by Rob Dougan

mod_js - Lightwieght server-side JavaScript for Apache

09 July 2007 in links
tagged with [javascript] [mod_js]

the ‘official’ mod_js page. Yay.

http://www.modjs.org/

disqus comments  

mod_js - Lightwieght server-side JavaScript for Apache