Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pionaryon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
pionaryon
2y ago
The worst time to break my flow is when I'm debugging.
2.
▲
by
pionaryon
2y ago
Really? They've been working hard on a mass surveillance legislation (which would outlaw encryption) for a couple years now, it was thankfully voted down in 2023 because of a successful public outcry, but that didn't stop these ge
3.
▲
by
pionaryon
2y ago
And programmers back in the day managed just fine with punch cards...
4.
▲
by
pionaryon
2y ago
You can get pretty far with keeping sharing to an absolute minimum and when you do need to share data, slap a lock free ringbuffer between them to communicate. Pretty simple to get right.
5.
▲
by
pionaryon
2y ago
You can suppress function like macros by using parenthesis because function like macro expansion is literally defined as "name directly followed by open paren". #define foo(x) something void foo(int a) {} // doesn&