Readit News logoReadit News
tinodb commented on Show HN: OWhisper – Ollama for realtime speech-to-text   docs.hyprnote.com/owhispe... · Posted by u/yujonglee
replwoacause · 11 days ago
I’m looking for something that is aware of what is being discussed realtime, so if I zone out for a few minutes, I can ask it what I missed or to clarify something. Can this do that? If not, anybody know of something that can?
tinodb · 11 days ago
Zoom does it quite ok
tinodb commented on I tried every todo app and ended up with a .txt file   al3rez.com/todo-txt-journ... · Posted by u/al3rez
tinodb · 14 days ago
> The file sits on my desktop. It stares at me every time I open my laptop. No app to launch, no subscription to manage.

Yeah that’s my problem here, I never see my desktop :)

tinodb commented on Getting good results from Claude Code   dzombak.com/blog/2025/08/... · Posted by u/ingve
kleyd · 17 days ago
Does anyone else find themselves starting projects that wouldn't otherwise be worth the time investment, while avoiding Claude Code for the tasks that actually have high priority?

Who has had success using Claude Code on features in older, bigger, messier projects?

tinodb · 15 days ago
Yes and yes. I find that you can really let it rip (vibe) on something greenfield, but you’ll have to take a more measured approach once something gets off the ground.

I use it daily on our 10yo production repo with success.

tinodb commented on Show HN: Conductor, a Mac app that lets you run a bunch of Claude Codes at once   conductor.build/... · Posted by u/Charlieholtz
itsdavidramos · a month ago
Would be nice to have it listed as a brew formula, instead of pip.
tinodb · a month ago
uv tool beats brew for me. Certainly by a factor of 100 for install time :)
tinodb commented on Claude Code now supports hooks   docs.anthropic.com/en/doc... · Posted by u/ramoz
parhamn · 2 months ago
This needs a way to match directories for changes in monorepos. E.g. run this linter only if there were changes in this directory.
tinodb · 2 months ago
Set up pre-commit and call that from a hook? That's what we have
tinodb commented on Field Notes from Shipping Real Code with Claude   diwank.space/field-notes-... · Posted by u/diwank
diwank · 3 months ago
For sure. Another interesting trick I found to be surprisingly effective is to ask Claude Code to “Look around the codebase, and if something is confusing, or weird/counterintuitive — drop a AIDEV-QUESTION: … comment so I can document that bit of code and/or improve it”. We found some really gnarly things that had been forgotten in the codebase.
tinodb · 3 months ago
But why stick with the AIDEV- style? I mean, this is what comments are for: explaining the why that can’t be read from code. You could just make it a regular comment, right?
tinodb commented on The atmospheric memory that feeds billions of people: Monsoon rainfall mechanism   phys.org/news/2025-05-atm... · Posted by u/PaulHoule
tinodb · 3 months ago
Interesting, but am I the only one the find “memory” a bit out of place here (and it is all over the article). It seems that is just needs a threshold value of vapour, right?
tinodb commented on Can Open Source Projects Exit Foundations?   infoq.com/news/2025/05/na... · Posted by u/ricecat
atombender · 3 months ago
With the NATS fiasco, Synadia never achieved any of their stated goals, and ended up in a worse place than before. Why would they do this?

Synadia ended up relinquishing their trademarks (which they had already promised to transfer), they gave up taking the project away from CNCF, they gave up their plan to relicense under a BSL license, they alienated a lot of customers, and they got a lot of bad press.

The whole thing seemed to lack foresight and planning. The strategy — to blame CNCF for NATS not thriving as a community — was contradictory, since their "rescue plan" involved making it closed source. But I suspect the real reason for failure was that there wasn't really any hope to get the trademarks back; that would have required a legal battle they couldn't afford to pay for.

I'm a big fan of NATS as a technology, and I like Synadia as a company. They're doing something a little different than the DataBricks of the world. I completely understand their need to survive financially, and I understand if this pressure has increased after getting VC funding. (They raised $25m a year ago, so I'm guessing the screws started tightening.)

However, many other companies have been able to make billions without resorting to a BSL. Unlike Elasticsearch (which also created similar drama and changed their license, then went back to open source after a short while), nobody is threatening Synadia by offering a competitor to their cloud version of NATS.

I can only speculate, but I suspect Synadia's existential crisis is self-inflicted. If you look at their product offering, there's simply little reason for any company to pay for a support contract; they made NATS incredibly easy to self-host, and what you get (support and a nice dashboard UI) doesn't stand out as particularly valuable.

As someone who used a lot of open source, I'm a little conflicted by this. I want Synadia to succeed as a company. But I think it comes down to this: Either you fully invest in open source and manage to build your business around it, even if that means the business will be a little smaller and never turn into the next Microsoft. Or you don't make any pretenses, and you double down on BSLs and commercial licensing.

There isn't a middle ground where you pretend you possess the spirit of open source (which Synadia's communications kept professing) but must also turn to a license hostile to it.

tinodb · 3 months ago
> … nobody is threatening Synadia by offering a competitor to their cloud version of NATS.

Scaleway is! Was quite excited when I saw that recently.

https://www.scaleway.com/en/nats/

tinodb commented on Show HN: My LLM CLI tool can run tools now, from Python code or plugins   simonwillison.net/2025/Ma... · Posted by u/simonw
tionis · 3 months ago
I'm also using uv tools and fixed it by doing something like this to upgrade:

uv tool install llm --upgrade --upgrade --with llm-openrouter --with llm-cmd ...

tinodb · 3 months ago
Same, but put that in a llm-upgrade.sh because the list was getting quite long :)
tinodb commented on GitHub MCP exploited: Accessing private repositories via MCP   invariantlabs.ai/blog/mcp... · Posted by u/andy99
tinodb · 3 months ago
Can’t wait for the same “exploit” being reported for a (Google) calendar MCP and someone sending a malicious invite…

u/tinodb

KarmaCake day38October 28, 2015View Original