Hacker Newsnew | past | comments | ask | show | jobs | submit | VadimPR's commentslogin

Using your CC Max account for this seems like a good way to get your account banned, as it's against the ToS and Anthropic has started enforcing this.

Correct me if I'm wrong, but the only legal way to use pi is to use an API, and that's enormously expensive.


Sure, I'm not using it with my company/enterprise account for that reason. But for my private sub, it's worth the tradeoff/risk. Ethically I see no issue at all, because those LLMs are trained on who knows what.

But you can use pi with z.ai or any of the other cheap Claude-distilled providers for a couple bucks per month. Just calculate the risk that your data might be sold I guess?


Really curious, what paragraph of the ToS is being violated?

https://venturebeat.com/technology/anthropic-cracks-down-on-... don't have the paragraph, but here's the news about it for you.

Look it up. They have banned people over this and it was all over the news, some people cancelling their accounts etc

So the same is true if people use OpenCode with Claude Pro/Max?

Yes only the plan OpenCode themselves sells is „legal“ Opus.

Is the app legitimate though? A few of these apps that deal with LLMs seem too good to be true and end up asking for suspiciously powerful API tokens in my experience (looking at Happy Coder).

It's legitimate, but its also extremely powerful and people tend to run it in very insecure ways or ways where their computer is wiped. Numerous examples and stories on X.

I used it for a bit, but it burned through tokens (even after the token fix) and it uses tokens for stuff that could be handled by if/then statements and APIs without burning a ton of tokens.

But it's a very neat and imperfect glimpse at the future.


They've recently added "lobster" which is an extension for deterministic workflows outside of the LLM, at least partially solving that problem. Also fixed a context caching bug that resulted in it using far more Anthropic tokens than it should have.

> It's legitimate

How do you know?

> it burned through tokens (even after the token fix) and it uses tokens for stuff that could be handled by if/then statements and APIs without burning a ton of tokens.

Sponsored by the token seller, perhaps?


> How do you know?

I looked at the code and have followed Peter, it's developer, for a long time and he has a good reputation?

> Sponsored by the token seller, perhaps?

I don't know what this means. Peter wasn't sponsored at the time, but he may or may not have some sort of arrangement with Minimax now. I have no clue.



Inspired by https://news.ycombinator.com/item?id=46754944, I built a Linux clone of the app. Always had it in the back of my mind to create such a thing and this was the impetus needed.

Install using:

pip install postured

uv pip install postured

Disclaimer: built with Claude Code, tested by a human.


We fix this issue by distributing ours in a tar file with the executable bit set. Linux novices can just double click on the tar to exact it and double click again on the actual appimage.

Been doing it this way for years now, so it's well battle tested.


That kind of defeats the point of an AppImage though - you could just as well have a tar archive with a c classic collection of binaries + optional launcher script.

A single file is much better to manage on the eyes than a whole bunch of them, plus AppImages can be installed into the desktop using integration.

How can you tell if a short person is slouching? Or a tall person?

I'm not the author, but I assume it benchmarks the highest height of your head, blurs from there, and updates its baseline if you ever appear higher.

Meaning that the way to have "perfect posture" is never to sit up straight in the first place :-)


It has a calibration step

If you assume a person’s chair height and desk height are both set optimally, then I guess the person’s height doesn’t matter for this detection.

Very cool, thanks! I will try this with Mudlet.

Would love to see a Linux native application for this, after all a lot of folks are using it more and more these days.


MS2 has a great Mudlet UI too, one of the best early ones!


One challenge we have with Lua in Mudlet (FOSS text-based MUD client, think something akin to Roblox but for text) is that all of the player-created content is on Lua 5.1, and upgrading to 5.5 would be a breaking change for most.

Has anyone solved an ecosystem upgrade like this?


Do you have any reason to upgrade to 5.5?

Many people still use 5.1 because that is already a complete language that works fine. Most people don't really need the new features. Plus if you stay on 5.1 you get compatibility with LuaJit and Luau so much better performance.


There are nice new features in recent updates, but so far our strategy has been to stick to the version we use.


You're probably better off finding a way to support both.


You typically don't update Lua, you pick a version and stick with it.


Is transpilation a thing in the Lua world like it is for JavaScript?



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

Search: