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..
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.
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.
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
”
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
mod_js - Lightwieght server-side JavaScript for Apache
09 July 2007
in links
tagged with
[javascript]
[mod_js]
the ‘official’ mod_js page. Yay.
