micktwomey | 12 years ago | on: ZeroMQ instead of HTTP, for internal services
micktwomey's comments
micktwomey | 14 years ago | on: Charity asked to pay just to link to newspaper websites
I recommend following @Tupp_Ed (Simon McGarr) on twitter as he's very involved in copyright issues in Ireland. He previously came to fame when the Irish Minister of State for Research and Innovation refused to participate in a debate on the Irish equivalent to SOPA unless Simon stepped down from the panel.
micktwomey | 15 years ago | on: Against The Use Of Programming Languages in Configuration Files
micktwomey | 16 years ago | on: PyCon 2010 Talks
micktwomey | 16 years ago | on: Google Switching To EXT4 Filesystem
micktwomey | 16 years ago | on: Why Python Pickle is Inscecure
micktwomey | 17 years ago | on: Bespin: Code in the Cloud
micktwomey | 17 years ago | on: Sun's stellar NAS in a can
micktwomey | 18 years ago | on: Frustrated with mod_python: is there any complete documentation out there?
mod_wsgi (http://code.google.com/p/modwsgi/) is rapidly becoming popular, it's an implementation of the python wsgi spec which has a plethora of toolkits and libraries available.
If you want to go low level I'd recommend mod_wsgi + a library like webob. Otherwise I recommend django on top of mod_python (or mod_wsgi).
micktwomey | 18 years ago | on: Ask YC: Has anyone switched from OS X to Ubuntu?
So a friend got a mac, purely on the grounds it was less hassle than a linux pc, and frankly, after looking at all the amazing things he could do (wow, he can plug in a vga cable and have the monitor work without restarting X) I was seriously feeling won over. I finally bought a powerbook and was instantly chuffed by the fact I could do real work and not waste time mucking about with hardware. Honestly, my productivity increased by an order of magnitude. I realised how much it was really my ego vs the machine when it came to getting things working.
These days I don't faff about with macports or fink (they just don't work well enough) but instead I run ubuntu in a vmware instance. To top it off, my vmware ubuntu with 512MB of RAM runs faster than my dual core, 4GB ubuntu desktop. Go figure.
Putting aside hardware support, it's the software I love. Mac software authors have a wonderful sense of design and detail, which I always find lacking on linux or windows.
I develop using python and deploy on a combination of redhat, debian and windows boxes and the only real platform related pain I've experienced is the repeated stupidities redhat enterprise inflicts upon people. (You know it's enterprisey when they only give you five packages, forcing you to use random, untested rpm repositories around the world.)
Ok, maybe the hardware support is the biggest reason after all, just this week my linux co-workers were high-fiving over undocking their laptops without having to reboot them. Most of the time.
In a nutshell if the server goes away while a client is in recv the client will never know and waits forever.