Mechanical Watch: Exploded View
fellerts.no
LeetCode for System Design
leetsys.dev
I wrote my PhD Thesis in Typst
fransskarman.com
Using Home Assistant, adguard home and an $8 smart outlet to avoid brain rot
romanklasen.com
Polystate: Composable Finite State Machines
github.com
Finding a billion factorials in 60 ms with SIMD
codeforces.com
Tensor Manipulation Unit (TMU): Reconfigurable, Near-Memory, High-Throughput AI
arxiv.org
Klein Bottle Amazon Brand Hijacking (2021)
kleinbottle.com
The X Window System didn't immediately have X terminals
utcc.utoronto.ca
Using Wave Function Collapse to solve puzzle map generation at scale
sublevelgames.github.io
Adobe Project Indigo is a new photo app from former Pixel camera engineers
engadget.com
Git Notes: Git's coolest, most unloved feature (2022)
tylercipriani.com
Cross-Account and Cross-Region Backups with AWS Backup (and Friends)
tylerrussell.dev
Optifye.ai (YC W25) – Founding Back End Engineer
Show HN: Lego Island Playable in the Browser
isle.pizza
AGI is Mathematically Impossible 2: When Entropy Returns
philarchive.org
How to negotiate your salary package
complexsystemspodcast.com
LibRedirect – Redirects popular sites to alternative privacy-friendly frontends
libredirect.github.io
Interview with Francine Prose on early-1970s San Francisco [audio]
laphamsquarterly.org
2048 with only 64 bits of state
github.com
2025 Alonzo Church Award: Paul Blain Levy for Call-by-Push-Value (CBPV)
siglog.org
You seem to have stepped on the same landmine that Ansible did, by defaulting to the jinja2 [aka text/template silliness in golang] of using double mustaches in YAML. I hope you enjoy quoting things because you're going to be quoting everything for all time because "{" is a meaningful character in YAML. Contrast
with and, just like Ansible, it's going to get insaneo when your inner expression has a quote character, too, since you'll need to escape it from the YAML parser leading to leaning toothpick syndrome e.g. ---If you find my "but what about the DX?" compelling, also gravely consider why in the world `data_expression:` seems to get a pass, in that it is implicitly wrapped in the mustaches
---
edit: ah, that's why https://github.com/paloaltodatabases/sequor/blob/v1.2.0/src/... but https://github.com/paloaltodatabases/sequor/blob/v1.2.0/src/... is what I would suggest changing before you get a bunch of tech debt and have to introduce a breaking change. From
to per https://jinja.palletsprojects.com/en/stable/api/#jinja2.Temp...