This is a placeholder to verify the site renders correctly. Delete this file once you’ve confirmed everything works.

What notes look like

Short TIL-style posts. 200-500 words. A gotcha you hit, a pattern that worked, a thing you figured out. No preamble, no conclusion paragraph, just the useful bit.

-- example code block
SELECT * FROM iceberg_table
WHERE _hoodie_commit_time > current_timestamp - interval '1' day;

That’s it.