Viewing profile — snov
snov
HN member- Joined
- Mon, Apr 02, 2012, 10:07 AM UTC
- HN karma
- 41
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About snov
No profile information was provided.
Recent public activity
-
comment
Comment #49393245
can it run Doom?
-
comment
Comment #29912114
Yup, tried that. It’s a bit too complex imho but works too.
-
comment
Comment #29912093
aha, that looks good. Thanks
-
comment
Comment #29892732
I meant Docker. The fact that I needed multiple processes (nginx+fpm) made PHP setup tricky compared with e.g. Java with embedded server.
-
comment
Comment #29891239
Is it? Last time I used PHP (around 5.x-7.x) it was exactly the other way around. For production you needed php-fpm, nginx, opcode cache... it was a nightmare compared with go or e…
-
comment
Comment #29891099
PHP was a pretty cool language back in the days. Bizarre (yet fast) stdlib and ugly syntax, but super quick to write web stuff, supported by every shared hosting. Nowadays, it seem…
-
comment
Comment #29780455
I had the same thoughts, but changed them over time. If not leetcode, it quickly comes to very specific questions about the interviewer's favourite thing and its quirks. A complete…
- story
- story
-
comment
Comment #5750260
my favorite is if (statement) // one; two;
- story