As someone who spent nearly a decade on distributed systems, reading Android Kotlin and Swift code is quite fun.
I am so glad that I don’t need to deal with Objective-C anymore.
Trying to understand Python/frozen.c. Is it a hardcoded list of built-in modules? If I want to statically link custom modules, do I need to update the c code and recompile CPython…?
An amazing change but I thought it was more than a hardcoded list.
another day at work
them: a backend service that instructs what stage the frontend should go to next. frontend can stay stateless and can be iOS, Android and Web.
me: yep in my previous job there is an exact same service known as bouncer.
them: data scientists are analyzing user metrics at each phase.
me: yep same as my previous job.
them: hmm we sometimes have infinite loop bugs.
me: same.
them: no one fully understands the stack. ownership is unclear.
me: yep the same.