smatija
- Karma
- 225
- Created
- December 21, 2022 (3y ago)
- Submissions
- 0
ICCF correspondence chess master
- Curl Source Code Age (daniel.haxx.se)
- It's not Rust, it's FreeBSD (and LLVM) (lists.freebsd.org)
- Don't copy code from StackOverflow, require it (github.com)
- Contingency Planning for Curl (daniel.haxx.se)
- Bundlephobia Server Outage (bundlephobia.com)
- Pair Programming with ChatGPT and Haskell (cdsmithus.medium.com)
- Quake Q_rsqrt (fast inverse square root) in WASM (gitlab.com)
- Show HN: Practice bitwise tricks by drag and drop (bitrick.si)
Inspired by sunday post of EABitTricks [0]. Biggest limitation right now is that app supports only signed 32-bit ints, since javascript converts numbers to this type before bitwise operations. So lots of tricks cannot…