Terris Linenbach's Avatar

Terris Linenbach

@dev-guy.bsky.social

45 years a coder. Elixir, Node, React. Event sourcing curious. AI-assisted everything. terris.com/cv

30 Followers  |  54 Following  |  101 Posts  |  Joined: 13.08.2025  |  1.6884

Latest posts by dev-guy.bsky.social on Bluesky

from the startβ€”schema, indexing, retention, sampling, replayabilityβ€”you end up with either a toy system that can’t answer the questions you care about, or an unusable firehose of logs that are technically stored but practically worthless.

11.11.2025 02:53 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

simple questions like β€œwhy did the model say this?” or β€œwhat changed when we updated that prompt?”. If you don’t design it carefully

11.11.2025 02:53 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

For anything beyond trivial usage, especially long-running conversations or multi-step workflows, this quickly turns into a serious data engineering problem: huge volumes, high cardinality, nested structures, and a bunch of different joins just to answer..

11.11.2025 02:53 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Making a truly useful tool is hard because it’s not just β€œlog the request and response” and call it a dayβ€”you have to separately capture the context, the exact prompt, the model and version, the streaming or chunked responses, and all the metadata needed to reconstruct what actually happened later.

11.11.2025 02:52 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

He can look forward to his stimulus check, paying half of it on taxes, and working for someone who hasn’t replaced most of the jobs with AI.

10.11.2025 02:36 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

It's unfortunate that those who have had terrible experiences with gitops and k8s continue using gitops and k8s like the estimate for fixing everything wasn't well past a year ago.

09.11.2025 16:38 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Team TEXT or VARCHAR? I’m lazy so I go with TEXT but if you’re not checking inputs from outside the firewall, shame.

07.11.2025 20:51 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Even with tariffs have you priced 32 inch monitors lately? They are less than good running shoes.

07.11.2025 00:48 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

We’ve made integrating shadcn/ui + Tailwind into your React data grid β€˜ridiculously’ easy with LyteNyte Grid.

Now available directly from the shadcn/ui registry.

Demo πŸ‘‰ www.1771technologies.com/demo
GitHubπŸ‘‰ github.com/1771-Technol...

#reactjs #github #opensource #typescript

04.11.2025 16:06 β€” πŸ‘ 6    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

@coderabbitai.bsky.social is good enough now to replace human code reviewers for most code except the most critical like cryptography, HVAC control, nuclear power plants, … That said, I will never, ever replace CodeRabbit with humans.

05.11.2025 04:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Tanks rolling into NYC in..

05.11.2025 02:41 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I have this Polaroid

04.11.2025 06:52 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Adding events to a CRUD application has been useful to the business. The growth team doesn’t care or even know about the religions. You don’t have to use Ash Events with Ash but it’s enough for simple things. If you’re dealing with a CRUD adhering team which is 99%, hybrid is the only way forward.

04.11.2025 00:09 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Just like a real coworker

03.11.2025 03:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Is this a religious discussion or are fully building event sourced apps? I know about @martin.eventmodeling.org - etc. I have read his fantastic book multiple times. I think event sourcing should be the architecture but I also think CRUD is hard to avoid. hybrids also work.

02.11.2025 15:46 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Use AshEvents if you have a use case for events.

02.11.2025 01:18 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Winter is coming for authorities aka subject matter experts.

01.11.2025 19:04 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

There’s plenty of code that wasn’t vibe coded yet are bug nests because the developers didn’t understand concurrency.

01.11.2025 15:41 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Failing to declare a function that returns a Promise as async results in nothing good.

31.10.2025 20:01 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Saturday Sessions: Billy Strings and Chris Thile perform "Wild Bill Jones"
YouTube video by CBS Mornings Saturday Sessions: Billy Strings and Chris Thile perform "Wild Bill Jones"

youtu.be/H6WDdJClvhg?...

31.10.2025 03:31 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Notion does a very good job of local first and nobody talks about it. That’s mastery.

29.10.2025 04:34 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Invalid inputs should result in error 422. There is almost never a valid reason to return 400 when the request body can be parsed.

29.10.2025 04:11 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Stop Building APIs: Generate TypeScript from Ash
YouTube video by Code and Stuff Stop Building APIs: Generate TypeScript from Ash

Ash and Tanstack: Better together #elixirlang youtu.be/t-hori2Io14?...

29.10.2025 04:10 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Ticket: Don't allow apostrophes in email address. PR: This solves order 5 differential equations

28.10.2025 21:32 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

The #elixir and #beam communities - the former being a subset of the latter - post heavily to YouTube. I finally broke down and subscribed for $14/mo with 3 months free to the Google beast due to the evermore frequent interruptions. It’s just another form of paying dues.

27.10.2025 15:23 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
The job behind the job [of a high level IC] | Swizec Teller Advancing big goals while you stay on top of operational day-to-day fires _is the job_. This is hard. Here are a few tips I've found helpful.

had this conversation 3 different times in a week. Decided to write down some thoughts

Advancing big goals while you stay on top of operational day-to-day fires *is the job*

swizec.com/blog/the-job...

25.10.2025 17:27 β€” πŸ‘ 8    πŸ” 3    πŸ’¬ 0    πŸ“Œ 3

β€œPlease do the needful” is probably the best sentence ever conceived.

25.10.2025 15:36 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

406 is the mark of the WAF beast

25.10.2025 14:53 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Everything I needed to know I learned from my high school literature teacher.

25.10.2025 03:28 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

The price of what I buy via subscribe and save on Amazon increased fairly dramatically this month.

24.10.2025 14:28 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@dev-guy is following 20 prominent accounts