pionaryon
No user record in our sample, but pionaryon has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but pionaryon has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
The worst time to break my flow is when I'm debugging.
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…
And programmers back in the day managed just fine with punch cards...
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.
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't…