Viewing profile — ainsej
ainsej
HN member- Joined
- Fri, May 24, 2013, 2:17 PM UTC
- HN karma
- 335
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About ainsej
No profile information was provided.
Recent public activity
-
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…
-
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…
- story
- story
-
comment
Comment #10253503
woosh
- story
- story
- story
- story
-
comment
Comment #9460275
Nope, anybody who is legally allowed to work in the UK (so EU member states included)
- story
- story
-
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…
- story
-
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.
- story
-
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…
- story
- story
- story
- story
-
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…
-
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…
-
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
-
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 …