Hacker News
- No one should use the AT&T syntax (2021) https://outerproduct.net/2021-02-13_att-asm.html 107 comments
- Cute trick for fetch-and-add-based queues https://outerproduct.net/trivial/2024-04-16_faaqtr.html 6 comments
- A CPU is a compiler https://outerproduct.net/boring/2023-03-22_cpu-compiler-gc-ohmy.html 97 comments
- Coping with nontermination: some thoughts on stopping loops https://outerproduct.net/boring/2023-02-11_term-loop.html 15 comments
- Curious Undisclosed Skylake Bug https://outerproduct.net/trivial/2023-02-05_comp-dep.html 13 comments
- Another NaN-based tagging strategy for dynamic programming languages https://outerproduct.net/trivial/2023-01-11_nan.html 19 comments
- AT&T syntax is broken (2021) https://outerproduct.net/2021-02-13_att-asm.html 44 comments
- Unsigned comparisons in AVX2/SSE: a quick note https://outerproduct.net/trivial/2022-08-25_unsigned.html 19 comments
Lobsters
- Why no one should use the AT&T syntax ever, for any reason, under any circumstances (2021) https://outerproduct.net/2021-02-13_att-asm.html 8 comments assembly , rant
- How to complain https://outerproduct.net/trivial/2024-03-25_complain.html 4 comments culture
- Futexes: a translation dictionary https://outerproduct.net/futex-dictionary.html 33 comments api
- A CPU is a compiler https://outerproduct.net/boring/2023-03-22_cpu-compiler-gc-ohmy.html 23 comments compilers , hardware
- Faster hash table probing https://outerproduct.net/trivial/2022-10-06_hash.html 3 comments compsci , performance
- Fixing APL’s trigonometric notation https://outerproduct.net/2022-03-07_death-to-%E2%97%8B.html 2 comments apl
- Programing languages characterised by their attitude towards pointers https://outerproduct.net/boring/2021-12-01_pointers.html 4 comments satire
- Nonblocking cycle detection and iterator invalidation https://outerproduct.net/trivial/2023-11-29_nonblocking-cycles.html 5 comments programming
- A CPU is a compiler https://outerproduct.net/boring/2023-03-22_cpu-compiler-gc-ohmy.html 35 comments programminglanguages
- Coping with nontermination: some thoughts on stopping loops https://outerproduct.net/boring/2023-02-11_term-loop.html 3 comments programminglanguages
- Curious undisclosed Skylake bug https://outerproduct.net/trivial/2023-02-05_comp-dep.html 10 comments asm
- Another NaN-based tagging strategy for dynamic programming languages https://outerproduct.net/trivial/2023-01-11_nan.html 33 comments programminglanguages
- Unsigned comparisons in AVX2/SSE: a quick note https://outerproduct.net/trivial/2022-08-25_unsigned.html 4 comments asm
- Fixing APL’s trigonometric notation https://outerproduct.net/2022-03-07_death-to-%E2%97%8B.html 10 comments apljk