- Adam Silver (2022), No Style Design System → https://nostyle.onrender.com/
- Adam has relocated this site which "contains all the stlyes [sic], components and patterns from my book Form Design Patterns published by Smashing Magazine in 2018".
- David Unger (2009), Self and Self: Whys and Wherefores → https://www.youtube.com/watch?v=3ka4KY7TMTU
- Hour-long video on the development of the Self programming environment.
- Manuel Odendahl (2022), Embedded programming is like web development → https://the.scapegoat.dev/embedded-programming-is-like-web-development/#web-and-embedded-software-engineering-is-remarkably-similar
- Jim Fisher (2022), Proofs about programs → https://busy-beavers.tigyog.app/proofs-about-programs
- maxdesign (2022), Methods of applying accessible names to elements → https://www.maxdesign.com.au/articles/accessible-name.html
- Jesse Duffield (2022), Read This Post 'Unless' You're Not A Ruby Developer → https://jesseduffield.com/Unless/
I don't like Ruby's
unlesskeyword...[which] is just syntactic sugar forif ! - Jesse's follow-up: Don't Read This Follow-up Post 'Unless' You ARE A Non-Ruby Developer → https://jesseduffield.com/Unless-Responses/
Reading through the comments on the post it's now clear to me that there really are two sizable, incompatible cohorts of people, and one of the two has to just suck it up and deal with the fact that the other cohort’s preferences won the day.
HTMHell is organized by Manuel Matuzovic → https://www.matuzo.at/.
My favorite entries from HTMHell's Advent Calendar 2022 series:
- Frederik Braun (2022), DOM Clobbering → https://www.htmhell.dev/adventcalendar/2022/12/
- Saptak Sengupta (2022), Using SRI to protect from malicious JavaScript → https://www.htmhell.dev/adventcalendar/2022/3/
- SRI means sub-resource integrity
- Mark Wylde (2022), Show HN: Run unsafe user generated JavaScript in the browser → https://news.ycombinator.com/item?id=33673047
- includes link to Mark's solution, workerbox → https://github.com/markwylde/workerbox
Syncpup(2022), 'Let It Crash' under attack → http://blog.syncpup.com/posts/let-it-crash-under-attack.html- Consternation at Syncpup over unit tests for Erlang feels like a form of "I'm just asking questions" move-fast-and-break-things garbage.
- Aaron Hedges (2016), Coroutines → https://dashron.com/posts/coroutines
- explains his javascript library for creating coroutines
- 2022: library is deprecated, recommends async/await instead...
- James Long (2014), Taming the Asynchronous Beast with CSP Channels in JavaScript → https://archive.jlongster.com/Taming-the-Asynchronous-Beast-with-CSP-in-JavaScript
- Probably a re-post by me. Another, longer take on coroutines and channels with his own javascript library (no activity since 2016), a fork of another one now 5 years in maintenance mode...