Viewing profile — janselman
janselman
HN member- Joined
- Sat, Oct 17, 2020, 6:38 AM UTC
- HN karma
- 97
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About janselman
No profile information was provided.
Recent public activity
- story
-
comment
Comment #26110329
Shrinking is not that necessary I believe. C++ and Java data structures do not shrink automatically either.
-
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…
-
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. …
- story
- story
- story
-
comment
Comment #24965361
https://github.com/uraimo/run-on-arch-action It's on qemu, not that fast but it works.
-
comment
Comment #24809058
Looks like easier than coordinates : https://www.bbc.com/news/uk-england-49319760
-
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…