ggliv
No user record in our sample, but ggliv 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 ggliv has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
This is a neat perspective. I’ve heard conversation on how working with different programming languages affects how you code (“learn Haskell, it’ll make you think more functionally!”) but for some reason I never…
While probably a bit overkill for writing a Lisp, Robert Nystrom’s Crafting Interpreters [0] is a really fantastic book on the topic. [0] https://craftinginterpreters.com/contents.html
Could you elaborate on the reasoning behind using byte length instead of bit length? Most of the time when I use fixed-width int types I’m trying to create guarantees for bitwise operators. From my perspective I feel…
Your Game Boy series has been a very nice reference for me as I've slowly cobbled together my own emulator, so thanks for that!