Search
-
App Development Pattern Language (Book)
I listened to a talk the other day, lamenting how Design Patterns never evolved past a few mid-level patterns. The original A Pattern Language by Christopher Alexander is much more ... hypertextual. And granular. (It's a great book, by the way.) That was when I found that I know a lot of stuff about app development that… -
Re: What is happening in your ZK journey this week? March 26, 2025
What do you mean, dumpingThey're little, self-contained, publish-able snippets of things I know. Reprinted below. Yes, technical topics lend themselves to technical analysis (how-to's, simple procedural thinking), but you, as the wetware-wielding human, can * draw parallels * compare different approaches to a problem *…
-
Re: Olympic GPT Diving
I recovered from the gut punch. Let's try @ZettelDistraction's assistant. I realize I haven't even shared the note!# 202206301601 Use TaskQueue to serialize execution of Swift Concurrency Tasks#swift #concurrency #serial #async-awaitTo transform code to use Swift concurrency, i.e. async/await, the general suggestion is…