Viewing profile — slashvar2701
slashvar2701
HN member- Joined
- Sun, Jul 05, 2015, 8:11 PM UTC
- HN karma
- 17
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About slashvar2701
Recent public activity
-
comment
Comment #30855395
When I need formated code in docs or slides, I use the copy/paste with style capability of browsers. It works from rendered content but also from IDE.
-
comment
Comment #25726479
This kind of articles, sounds like a reminder that system programming is a fundamental knowledge for software engineers.
-
comment
Comment #23708164
We were experimenting some rate limiting settings and the load balancer IP in front of the hn cluster wasn't excluded, both features haven't been mixed before (doesn't make much se…
-
comment
Comment #23102515
That's a somewhat misleading wording for a classic rule of parallel algorithm: a thread is the owner of its computations. So, each actor own a group of cells and is the only one ab…
-
comment
Comment #21289508
Disclaimer: I'm a software engineer working on the core search engine at algolia, but the opinions of this post are my own and not an official statement. Search is a hard job, and …
-
comment
Comment #18185057
While I strongly support the idea that no one should write a generic allocator in production, writing it as an exercise is a very good idea. The article looks at lot like the tutor…
-
comment
Comment #17399888
Where I was teaching, we've started doing code review in classroom in basically the same spirit. The amount of students prevents us from real selection, instead we take exercises w…
-
comment
Comment #16677772
No, that's the price of typo tolerance and search-as-you-type, until the user validate the query you have no way to distinguish between prefix and full word. Search-as-you-type is …
- story