^.^

@thingsifoundinteresting
0 Followers
0 Following
101 Posts

A place for me to post all the stuff I find interesting, mostly just a way for me to share links to articles, videos, podcasts etc that I find interesting.

This is an account that I maintain for "Huh, this is interesting, I should share that this exists with someone, but where should I share?" list. I might be super slow to respond here in case you reach back to me.

https://sfconservancy.org/news/2026/may/18/bambu-studio-3d-printer-agpl-violation-response/

Bambu labs is in trouble man. Maybe Louis does not have to go after them after all.

Comprehensive Response to Bambu's AGPLv3 Violations

Software Freedom Conservancy (“SFC”) announces a new initiative regarding the software right to repair for users and consumers of 3D printers manufactured by Bambu Lab. After recent news of violations of the Affero General Public License, version 3 (“AGPLv3”), SFC staff began a comprehensive AGPLv3 compliance investigation of both the userspace software and firmware on Bambu's devices. While the investigation is ongoing, two specific AGPLv3 violations have been confirmed.

Software Freedom Conservancy

https://blog.ppb1701.com/the-quiet-renovation-at-bitwarden

I used to trust Bitwarden and used to suggest it to all my friends and family. I don't feel as confident anymore.

The Quiet Renovation at Bitwarden - ByteHaven - Where I ramble about bytes

Back in March, I wrote about Bitwarden doubling their Premium price — and specifically how they did it. Buried in a feature announcement. Priced in fake...

Some interesting diff tools:

difftastic - structural diffing, diffs syntax trees not lines
https://difftastic.wilfred.me.uk/

sem - diffs at entity level, "function foo was modified" instead of line ranges
https://github.com/ataraxy-labs/sem

deltoids - git pager that auto-expands hunks to show full enclosing function
https://github.com/juanibiapina/deltoids

hunk - terminal diff viewer built for AI-generated code, with inline agent annotations
https://github.com/modem-dev/hunk

Difftastic, a structural diff tool that understands syntax

Difftastic, a structural diff tool that understands syntax

You Need to Rewrite Your CLI for AI Agents

Human DX optimizes for discoverability. Agent DX optimizes for predictability. What I learned building a CLI for agents first.

Justin Poehnelt

https://github.com/kepano/defuddle

An interesting alternative to Mozilla's readability CLI which can be used to pull article out of a webpage html.

GitHub - kepano/defuddle: Get the main content of any page as Markdown.

Get the main content of any page as Markdown. Contribute to kepano/defuddle development by creating an account on GitHub.

GitHub

🛠️ "Hoard things you know how to do" (Simon Willison):
https://simonwillison.net/guides/agentic-engineering-patterns/hoard-things-you-know-how-to-do/

We should have a collection of things that we already know. This can be in the form of code we have already written, blogs, or just random documents. This can later be leveraged to build more things without having to search again for this information.

Hoard things you know how to do - Agentic Engineering Patterns

Hoard things you know how to do - Agentic Engineering Patterns

Simon Willison’s Weblog

Not a new one but the pi coding agent blog has some interesting ideas.

• Minimal, terminal-based coding agent for power users
• Unified LLM API (OpenAI, Anthropic, etc.)
• Only essentials: read, write, edit, bash tools
• Fully transparent & customizable (markdown/JSON configs)
• No complex features—just simplicity and speed
• Benchmark-proven, open-source & extensible!

Check out the details: https://mariozechner.at/posts/2025-11-30-pi-coding-agent/

What I learned building an opinionated and minimal coding agent

Lessons I learned while building my own coding agent from scratch.

LLM-assisted coding has made custom software design as cheap and practical as 3D printing did for physical prototyping, reducing reliance on generic libraries and enabling smaller, more purpose-fit codebases. However, deep understanding of the problem remains crucial, as the complexity shifts from coding mechanics to accurately capturing requirements.

https://dottedmag.net/blog/cheap-design/

Cheap design

Nice read about sandboxing options for processes. Useful for coding agents

https://www.luiscardoso.dev/blog/sandboxes-for-ai

An OSS replacement for Raycast

https://github.com/vicinaehq/vicinae

GitHub - vicinaehq/vicinae: A focused launcher for your desktop - native, fast, extensible

A focused launcher for your desktop - native, fast, extensible - vicinaehq/vicinae

GitHub