Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
janselman
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Linux Memory Management FAQ
(landley.net)
188 points
by
janselman
6y ago
|
71 comments
2.
▲
by
janselman
6y ago
Shrinking is not that necessary I believe. C++ and Java data structures do not shrink automatically either.
3.
▲
by
janselman
6y ago
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 tombstones is if you
4.
▲
by
janselman
6y ago
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. So, it actually hides bugs for decades :
5.
▲
Common libraries and data structures for C
(github.com)
24 points
by
janselman
6y ago
|
6 comments
6.
▲
x86-64 Assembly Language Programming with Ubuntu [pdf]
(egr.unlv.edu)
2 points
by
janselman
6y ago
|
0 comments
7.
▲
Beej's Guide to C Programming
(beej.us)
9 points
by
janselman
6y ago
|
1 comments
8.
▲
by
janselman
6y ago
https://github.com/uraimo/run-on-arch-action It's on qemu, not that fast but it works.
9.
▲
by
janselman
6y ago
Looks like easier than coordinates : https://www.bbc.com/news/uk-england-49319760
10.
▲
by
janselman
6y ago
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 features, not all.