Live data from Hacker News

Viewing profile — ainsej

ainsej

HN member
Joined
Fri, May 24, 2013, 2:17 PM UTC
HN karma
335
Public activity
26 items

About ainsej

No profile information was provided.

Recent public activity

  1. comment
    Comment #14901421

    Improbable | Software Engineer | San Francisco, London | http://www.improbable.io I'm an infrastructure engineer at Improbable. We're building SpatialOS, a distributed operating sy…

  2. comment
    Comment #13765405

    Improbable | Software Engineer | San Francisco, London | http://www.improbable.io I'm an infrastructure engineer at Improbable. We're building SpatialOS, a distributed operating sy…

  3. story
  4. story
  5. comment
  6. story
  7. story
  8. story
  9. story
  10. comment
    Comment #9460275

    Nope, anybody who is legally allowed to work in the UK (so EU member states included)

  11. story
  12. story
  13. comment
    Comment #9106695

    KLEE is pretty cool. To compensate for the atrocious build instructions there's a docker image which contains KLEE built and ready to use ( https://registry.hub.docker.com/u/kleewe…

  14. story
  15. comment
    Comment #8810358

    Author here, and good point! I was struggling a bit with the terminology to use, didn't think of decorator factory, it definitely would have been a bit clearer.

  16. story
  17. comment
    Comment #8244194

    I feel like when you remove a large portion of the dynamic features of PHP (references + global variables) you're now comparing different implementations of different languages, no…

  18. story
  19. story
  20. story
  21. story
  22. comment
    Comment #6348982

    Caching is definitely a must have, both an external cache (Memcache, Redis) and tuning MySQL's own caches in the configuration, using InnoDB and MySQL means you can configure a lar…

  23. comment
    Comment #6042213

    Yii is an amazing Framework all-round, well documented and has a fairly active community. I just finished my first Yii extension which can come in handy when mixing Yii URL creatio…

  24. comment
    Comment #5763124

    I wouldn't recommend sinking any money on AdWords just yet, not atleast until you have a site that's going to retain visitors. Focus on the product first

  25. comment
    Comment #5762950

    It was sort of an interesting aside from an another aside. There are loads of different ways to write a Tetris Bot, and I've got a few different implementations varying from brute …