| Website | https://www.florentalexandre.be |
| Company | https://www.komoot.com |
| Website | https://www.florentalexandre.be |
| Company | https://www.komoot.com |
45 pages of references, hundreds of research papers read by yours truly, a billion back and forths as I edited which refs would be called out explicitly in chapters, TWO COPYEDIT REQUESTS, one of which was a style debate, meaning across my whole book after this enormous process
ONE SINGLE CITATION was turned in with an identified error
I am (almost) a machine
RE: https://iosdev.space/@flanker/116148816594306384
While Claude or Codex are working!
I have a new favorite coding font
I expected NotificationCenter.MainActorMessage conforming types to be post-able from anywhere and auto-isolate delivery to the main actor. Instead, I get a EXC_BREAKPOINT when this is invoked from a background queue.
If it were required to post on the main actor, the NotificationCenter.post message surely would be MainActor-isolation annotated, wouldn't it?
I wonder what goes on there.