bool3max's blog
Home
All posts
GitHub
2025
2025-07-13
The importance of a good Table-of-Contents implementation
2025-06-14
Modifying the Spotify client to persist tracklist View style between playlists and albums
2024
2024-12-10
Threads and processes don't exist
2023
2023-07-17
How is shell redirection implemented?
2023-06-14
A HashMap speedup tale: The number of allocations matters
2023-04-22
How is time.sleep implemented in CPython?
2021
2021-09-18
A primer on the binary system: two's complement, IEEE-754 and more, explained
2021-02-17
How does 'man' actually display the pages?
2020
2020-12-03
UTF-8
2020-11-05
Iterators and Generators in Python3