Live data from Hacker News

Viewing profile — wiemersl

wiemersl

HN member
Joined
Sun, Mar 25, 2007, 9:30 PM UTC
HN karma
9
Public activity
8 items

About wiemersl

Co-founder of stormpulse.com. Currently located in Chicago.

Recent public activity

  1. comment
    Comment #814875

    Thanks again from Matt and I for the feedback. You've made your point loudly and clearly, and we will most definitely tweak accordingly.

  2. comment
    Comment #750495

    Pylons has served us pretty well in so far as it seems a more modular approach vs. django. Pylons encourages you to tweak the framework itself as you see fit. In our case, we incor…

  3. comment
    Comment #688317

    +1 on using virtual desktops to position things in 'space'. That is how i work and it is mighty helpful, especially when you have many different simultaneous servers/environments o…

  4. comment
    Comment #684170

    Hmmmm. Is it 'really hard' to develop web apps with python and avoid django? No. It isn't.

  5. comment
    Comment #595592

    Have used ec2 and s3 for a while now in a production context. While there may be cheaper services out there, we've appreciated the ability to scale up and down rapidly, build test …

  6. comment
    Comment #559565

    good q. if you can, use the same thing on the server as you use on your desktop. i use 32 bit ubuntu (8.04). if it performs fine on your 2GB RAM thinkpad, it will probably do fine …

  7. comment
    Comment #133519

    Here is the thing. What makes some other solution more immune to a system-wide crash than ec2? When that happens, what is the major difference between that solution and an ec2 base…

  8. comment
    Comment #133088

    This might be what you mean, but a combination of memcached and a replicated database running on some ec2 boxes should work pretty well. The socialtext link implies that. I haven't…