spahl | 13 years ago | on: PHP: the quiet powerhouse
spahl's comments
spahl | 14 years ago | on: Flask + Nginx + Gunicorn(on a Vagrant box)
spahl | 14 years ago | on: Anyone know of a high traffic CDN?
spahl | 14 years ago | on: Anyone know of a high traffic CDN?
spahl | 14 years ago | on: Anyone know of a high traffic CDN?
spahl | 14 years ago | on: Python Deployment Anti-Patterns
Here is the doc from the uwsgi site: http://projects.unbit.it/uwsgi/wiki/RunOnNginx
spahl | 14 years ago | on: Rejected By VCs, Pebble Watch Raises $3.8M on Kickstarter
spahl | 14 years ago | on: Why You Should Move To Berlin
spahl | 14 years ago | on: My Year of Riak
spahl | 14 years ago | on: ZeroMQ =/= Erlang
spahl | 14 years ago | on: Ask HN: Are you using Riak? What for?
spahl | 14 years ago | on: Ask HN: Are you using Riak? What for?
spahl | 14 years ago | on: Ask HN: Are you using Riak? What for?
- PostgreSQL for the user database since it maps nicely to django and sqlalchemy models
- Redis for caches and non persistent data
- Riak for everything else
We love the fact that it is easy to scale, that bitcask is safe (it writes to disk:-p) and easy to backup (rsync or cp is enough).
spahl | 15 years ago | on: DotCloud acquires Duostack, rolls out MongoDB support
spahl | 15 years ago | on: DotCloud acquires Duostack, rolls out MongoDB support
We already have one alpha user that seems pretty happy with it.
spahl | 15 years ago | on: DotCloud acquires Duostack, rolls out MongoDB support
spahl | 15 years ago | on: DotCloud gets NodeJS support
spahl | 15 years ago | on: DotCloud gets NodeJS support
It will work without an upgrade.
spahl | 15 years ago | on: DotCloud (YC S10) gets $10M to redefine cloud openness
spahl | 15 years ago | on: A New Approach to Amazon EC2 Networking
There are hundreds of examples that show how bad PHP really is. Why make the choice of using a broken language when there are so many better alternatives?
I strongly believe that using a complex, non consistent and hard to debug language actually slows down development and is even dangerous.
Being "absolutly everywhere" is not an argument. COBOL, PASCAL and FORTRAN used to be everywhere too.