Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
- Learned the hard way that the (default on most POSIX) fork context is bad news. :blobfoxsweating:
- Wrote a Unix domain datagram based log infrastructure. :blobfoxthumbsup:
- Wrote an algorithm that operates kind of like concurrent.futures.as_completed(), except it has a priority queue and doesn’t eagerly load the list of futures. :blobfoxgoogly:
- Discovered that it’s possible to overload concurrent.futures.ProcessPoolExecutor with futures, preventing any actual background processing after a point. :blobfox0_0:
- Got TONS of practice optimizing stuff for large datasets.
- Learned that taking breaks is important for reasons than most people are aware of. :blobfoxcomfysip:
- My life was permanently altered by this project. I basically nerd-sniped myself. :blobfoxdeadinside:
#Python