For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | edem's commentsregister

I also recommend Datassette which is the 1-man band of the artist behind this.

So what will happen now? Who will take over? Abandoning a project because 1 person is kinda extreme.

It's not one person. The maintainer's been getting abuse over their decision to rewrite the plugin for quite some time now, despite being very clear about what they're doing. It's fine for users to be upset, but not to treat the author like this.

What will happen now is not clasons problem anymore I guess.

The point they seem to be making is that it never was their problem, but they were just solving it for everyone for free anyway, and in return they were doing it wrong and they should stop interacting with people.

Honestly even when people are being paid to work for you and their job is to do what you ask them to, speaking to them like that is never going to work out.


I'm pretty sure this is not over a single user, but this was simply the straw that broke the camels back

what does this do?

So can I use this from Opencode? Because Anthropic started to enforce their TOS to kill the Opencode integration


You can use Anthropic models in Opencode, make an api key and you're good to do(you can even use the in house Opencode router, Zen).

What you can't do is pretend opencode is claude code to make use of that specific claude code subscription.


OpenAI models in general, yes - `opencode auth login`, select OpenAI, then ChatGPT Pro/Plus. I just checked and 5.3-codex isn't available in opencode yet, but I assume it will be soon.


You can also use via Opencode Zen, Github Copilot, or probably any number of other model providers that Opencode integrates with.

Not sure why everyone stays focused on getting it from Anthropic or OpenAI directly when there are so many places to get access to these models and many others for the same or less money.


I've tried opus 4.5 in opencode via the GitHub Copilot API, mostly to see if it works all. I don't think that broke any terms of service? But also I haven't checked how much more expensive I made it for myself over just calling them directly.


Yes, OpenAI said they'd allow usage of their subscriptions in opencode.


my father in law has a vw caddy (sdi). it has something like 120k in it even though it looks beaten up. i once told him I'm surprised. he told me that's 1.120.000km as the analog dial goes back to 0 after a million


My gaming PC now runs Zorin, my dev box rund Omarchy. It is time. Commercial OSes are dead.


I loved the olden era. When everything was new and amazing.


Yeah they can, if the want isolation, no internet or water and no friends around them.


For immutability to be effective you'd also need persistent data structures (structural sharing). Otherwise you'll quickly grind to a halt.


Why would you quickly grind to a halt.


Without persistent data structures (structural sharing) - every change requires copying the entire data structure, memory usage explodes, time complexity suffers, GC pressure increases dramatically.

With persistent data structures - only the changed parts are new; unchanged parts are shared between versions; adding to a list might only create a few new nodes while reusing most of the structure; it's memory efficient, time efficient, multiple versions can coexist cheaply. And you get countless benefits - fearless concurrency, easier reasoning, elimination of whole class of bugs.


why do you have this self imposed inability?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search:

HN For You