Terris Linenbach·2d agoWhy FOR UPDATE SKIP LOCKED Isn't Enough: Using pg_advisory_xact_lock to Build a Correct PostgreSQL…This article was written with Markdown to Medium which is great but Medium’s editor added gratuitous blank lines and I don’t have the time…
Terris Linenbach·Apr 14, 2025Better Concurrency in JavaScript with AsyncifyWithout proper concurrency limits, each API request could potentially spawn numerous Promise-based tasks, leading to:
Terris Linenbach·Feb 24, 2025View Upcoming Google Calendar Events via the TerminalKeep it simple and don’t miss anything important!
Terris Linenbach·Jan 4, 2025Same as it ever wasProductivity, even for small for teams, is a complex function involving resources and time.
Terris Linenbach·Sep 27, 2024Tagging Data in LLM Prompts for Repeatable OutputWhat’s the best way for a prompt to operate on runtime data? Should we use string concatenation like we did for SQL before we knew better?
Terris Linenbach·Sep 21, 2024Coaxing GenAI to Reliably Create Grid Tables in Pandoc MarkdownToday’s LLMs struggle with Pandoc’s strict Markdown grid table format, necessitating retries. But how do we know when the Markdown is…A response icon1A response icon1
Terris Linenbach·Jun 4, 2024CloudFormation and VSCodeVSCode has a few extensions for CloudFormation templates. The linter is highly recommended and is sorely missing from the AWS Console