Profile

Paul Annesley This is the personal website of Paul Annesley, senior developer at 99designs in Melbourne, Australia. You can follow Paul on Twitter.

Recent Bookmarks

  • toto » Tiny blog engine in Ruby and Rack, uses flat git-managed content files containing YAML & ERB/Markdown, handles comments via disqus, leaves caching to HTTP.
  • Machinarium » A puzzle point-and-click adventure game with a nice ambient soundtrack and a Oddworld: Abe's Oddysee feel about it. Implemented in flash, free demo.
  • Semantic Versioning » Simple version number specification for systems which expose a public API. The format is major.minor.patch (e.g. 3.0.12); major indicates backwards incompatible, minor indicates backwards compatible, and 0.x.x indicates rapid development.
  • The Go Programming Language » New programming language from Google: performance like C, dynamic like Python, concurrent like Erlang.
  • node.js » Event driven network IO for V8 JavaScript.
  • v8 JavaScript Engine » Google's JavaScript engine as seen in Chrome, runs standalone or embedded in C++
  • jaml - GitHub » Jaml tries to emulate Ruby’s Haml library, making it easy to generate HTML in your JavaScript projects.
  • proxymachine - GitHub » Awesome looking Ruby/EventMachine TCP proxy from GitHub that does content-based routing to a backend. Opens a proxy to a backend once the read buffer contains enough information for a ruby block to return the desired backend address.

People

  • James Annesley » Maker and purveyor of fine jazz saxophone music in Melbourne, Australia

CSS Naked Day 2008

08 April 2008

Tomorrow is CSS Naked Day '08, and websites around the intertubes will be stripping their styles and showing off their semantic markup.

I figured I'd get the ball rolling a little early, to balance the fact that I'll inevitably forget to re-enable the styles for at least a week afterwards.

Comments

This post has 1 comments.

  1. 08 April 2008

    The hardest bit was finding the local copy of my site - searched several virtual machine images before finding it in my mac home directory.

    The second hardest bit was remembering that I had rebuilt my entire site with Django, and that it barely works. Although I did find it quite fitting that I had to write the post in HTML in a textarea on an unstyled admin page.