This is a short summary. ↗ Open original to view full content
[elsewhere] January Music Newsletter: Always Ambitious, Joy Undimmed
from blog Sympolymathesy, by Chris Krycho, | ↗ original
Related
More from Sympolymathesy, by Chris Krycho
[notes] Big Packages or Many Dependencies
4 Feb 2025 |
original ↗
Dependency graph breadth and depth are inversely correlated with package size; vendoring and authoring yourself don’t change this. Pick your poison!
[notes] The twitter:label and twitter:data meta tags
4 Feb 2025 |
original ↗
I have never seen these documented, but they are useful!
[notes] minijinja tip: Template Values Must Round Trip
31 Jan 2025 |
original ↗
Make sure your data structures safely make it through serialization-deserialization roundtrips and vice versa, or you will have a bad time!
[notes] minijinja Custom Functions Type Error Tip
29 Jan 2025 |
original ↗
Make sure that every value you need to use in a minijinja template function implements `serde::Deserialize`, or you will have a bad time.
[notes] TypeScript 5.8 Checks Runtime Code for Conditional Types!
29 Jan 2025 |
original ↗
Historically, conditional types only gave you type safety on the caller side. Now, for a key subset, they give you safety within a function, too.