sandfox's comments

sandfox | 12 years ago | on: It’s painful to do a tech startup in London

The banks have nothing to do with the cost of commercial rent around old street roundabout and the shoreditch triangle. It's expensive because all the silly startups now think they need to be here to sound credible / look cool / etc etc so landlords can charge these prices and people will pay. Infrastructure wise, the area is a mess. Fibre coverage is spotty at best. ADSL seems to be pretty crap. Most buildings are poorly converted from storage/etc into office space. On the plus side we have nice places to eat, drink and get coffee so it's not all bad I suppose. Also the commute is pretty good for east london folk.

Also side rant. To all non-londerners, Tech City / Silicon Roundabout is an abstract concept that doesn't actually exist in any concrete form. Unless someone told you, you wouldn't even notice you were passing through it. Infact the only remotely "tech looking" building is satellite company Immarsat's HQ office, and IIRC they were around long before "tech city" had been dreamed up.

sandfox | 12 years ago | on: Support for Test-Driven Devops

Writing code/recipes/etc for chef/ansible/puppet is no different to writing code for an application. Just because you think you have dictated (in code) that things should be a certain way does not mean that what will be executed or run.

sandfox | 12 years ago | on: FasterCGI with HHVM

because PHP is "slow" and c is "fast", just about anything thats written in PHP such as FastCGI parser would be daftly slow compared to a counterpart written in c or c++. Most people will not be prepared to sacrifice perfomance just for the sake having everything in PHP

sandfox | 12 years ago | on: Introducing Syngr, my attempt at an Standard Library for PHP

I know microbenchmarks are generally daft and horribly misapplied, but it might be worth showing/measuring the difference between using built-in procedural methods and your OO ones on some some example use cases to stop people speculating and just to make sure you aren't majorly shooting yourself in the foot perfomance wise for the benefit of a nice API.

All that aside, kudos!

sandfox | 12 years ago | on: ZooKeeper vs. Doozer vs. Etcd

Why shouldn't a 'devops' company complain about dependency? It's their domain completely. Treating anything as a "fact of life" is not going to make the problem go away... And what about anyone out there trying to use them who isn't a 'devops' thingy. A painful dependency graph is going to be something that influences their decision on what tool they choose.

sandfox | 12 years ago | on: ZooKeeper vs. Doozer vs. Etcd

Just because you have tools ease dealing with dependencies, it does not mean that those dependencies and the cost of dealing with them has gone away. Easier to not have the problem instead of solving it...

sandfox | 12 years ago | on: Linode Longview

only 30 mins of data retention... even AWS gives you 2 weeks at 5min resolution for free (albeit only stuff the hypervisor can measure because they don't run an agent, so no RAM etc).

sandfox | 12 years ago | on: Node.js incorrectly parses HTTP methods

It should probably be noted that: a) you don't have use node's built in HTTP server (yeah, I know, nearly everyone will), you are more thn free to write your own or use one from it's module repository (npm) b) The entire HTTP module is currently being over-hauled in the 0.11.X development branch and the changes should appear in the stable 0.12.x releases.

Out of interest has anyone seen what other web servers support for these more 'esoteric' verbs is like?

sandfox | 12 years ago | on: Push Notifications to Mobile Devices Using Amazon SNS

I wonder how long till AWS provides some form of realtime websocket/whatever connection service. (I admit it will be some time before things are stable enough to make it sensible for AWS to get involved).

This marks as interesting expansion nonetheless. Probably need to work out what extra cost of this is like (pretty hard to compare though)

sandfox | 13 years ago | on: Sign up for the SICP Blitz in London happening in June

Errmmmm don't think anyone is offended by the word blitz, or ever has been. It's a pretty common term over here (UK) to describe a period of intense activity of any kind. Everyone from soldiers to school teachers use it.

e.g we need to blitz the sink - we need to clean it thoroughly and/or quickly.

page 1