When I started building my new website, I didn't want to be boring and just use
rails so I decided to write my work super-lightweight ruby web framework.
It's powering this website but is quite basic and rough so probably shouldn't
be used by anyone.
[read more...]
I've written a couple of ruby gems that people might find useful..
tvfeed - https://github.com/m4rkw/tvfeed
A gem designed to provide a feed of new TV episodes as magnet links from
torrent sites. This is offered purely for research purposes and should suit
[read more...]
strace is really useful on Linux for figuring out why some program isn't doing
what it should.
Not sure how many people know this but you can do the same thing on darwin
using dtruss, it's just no quite so obvious. Using this script:
[read more...]
As PHP frameworks go, Symfony 2 isn't entirely terrible. Before this project
it had been a while since I used Symfony, and back then it was still on version
1.something. These days it's kinda cool, allows easy use of popular design
patterns and doctrine works reasonably well.
There are some things I find frustrating though, often you spend more time
[read more...]
There are many reasons why PHP is a shit programming language, many of which
are discussed at length in this article:
http://eev.ee/blog/2012/04/09/php-a-fractal-of-bad-design/
But the main thing that bugs me is how inelegant it is. You can get things
[read more...]