Live data from Hacker News

Viewing profile — rpo1991

rpo1991

HN member
Joined
Thu, Nov 02, 2017, 6:07 AM UTC
HN karma
-5
Public activity
3 items

About rpo1991

Hello!

Recent public activity

  1. comment
    Comment #15640439

    Google is putting users before developers, which is dangerous because the users aren't the ones holding everything together.

  2. story
  3. comment
    Comment #15608216

    Keep in mind lockless algorithms are not necessarily more scalable than lock-based algorithms, usually have higher constant overheads, and are significantly easier to get wrong. Ho…