Live data from Hacker News

Viewing profile — janselman

janselman

HN member
Joined
Sat, Oct 17, 2020, 6:38 AM UTC
HN karma
97
Public activity
10 items

About janselman

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #26110329

    Shrinking is not that necessary I believe. C++ and Java data structures do not shrink automatically either.

  3. comment
    Comment #26110169

    Btw I'm not the author, author posted on reddit : https://www.reddit.com/r/C_Programming/comments/lh9irz/commo... I don't know much about hashmaps but the disadvantage with tombsto…

  4. comment
    Comment #26109345

    Great write up. It's common to add retry or reconnect mechanism to connections even there is no requirement. It's basically "restart your computer" to see if the issue disappears. …

  5. story
  6. story
  7. story
  8. comment
    Comment #24965361

    https://github.com/uraimo/run-on-arch-action It's on qemu, not that fast but it works.

  9. comment
    Comment #24809058

    Looks like easier than coordinates : https://www.bbc.com/news/uk-england-49319760

  10. comment
    Comment #24807922

    Because C++ has almost all the possible features of the programming languages, so you find a subset to like in it. A language shines when it picks the correct subset of the feature…