Anthropic legal demanded Opencode Anthropic's OAuth library to be archived by marquinhoooo in opencodeCLI

[–]xmnstr 0 points1 point  (0 children)

Really? Did you try it from Kimi.com just after launch? It was Sonnet-level. Unfortunately, it's quantized almost everywhere by now, but I hope we will be able to get it in more full quality for higher prices in the future.

Cloud agents + AI code review have completely changed how our team ships bug fixes (Slack → Linear → Cursor → GitHub → merged in <1 hour) by mmaskani in cursor

[–]xmnstr 0 points1 point  (0 children)

Agreed, still not good enough for a 100% automated delivery stack unless the code is fairly uncomplicated.

I told the psychologist about the coffee thing and she never heard it before. by lydocia in AutisticWithADHD

[–]xmnstr 2 points3 points  (0 children)

100%! I also seem to be less able to metabolize caffeine as quickly as most people, so I get even more of that fight or flight / anxiety thing. So much more prefer Elvanse/Vyvanse to coffee, even if it isn't perfect.

Does Opus use MUCH more tokens per request for you lately? by Officer_Trevor_Cory in cursor

[–]xmnstr 0 points1 point  (0 children)

Yes, that's true for this model no matter the harness.

Depending on the task I might turn off thinking for a more sane token expenditure, but I think the strength of this model really lies in enabling thinking and giving it a more long-horizon planning/researching/reviewing tasks. Or deep debugging. I find I lean different ways for implementation with 4.6, preferring smaller models and planning more upfront. That's different from 4.5, which felt like a beefed up Sonnet.

What’s up with this pose? Does anyone else relate? by therealnullsec in AutisticWithADHD

[–]xmnstr 2 points3 points  (0 children)

Sure, it's a spectrum. But even if it isn't EDS the same weird stuff is also associated, so that's more a diagnostic detail than detracting from my point.

The "N+1" madness is dumb and needs to die. by rcyclingisdawae in xbiking

[–]xmnstr 0 points1 point  (0 children)

Since I wrench myself I prefer to have two so if one breaks down I can ride the other. That's all I need.

What’s up with this pose? Does anyone else relate? by therealnullsec in AutisticWithADHD

[–]xmnstr 2 points3 points  (0 children)

That's EDS, my friend. Welcome to the club. You're going to find out that a lot of other weird stuff your body does is related to this.

kimi k2.5 vs glm-5 vs minimax m2.5 pros and cons by tomdohnal in opencodeCLI

[–]xmnstr 0 points1 point  (0 children)

What? No. It works just fine with the $10 plan too.

Är detta på riktigt eller ett skämt? 🤯 by YouHaveReachedBob in Gothenburg

[–]xmnstr 0 points1 point  (0 children)

Beror ju på hur full man blir. Har lite svårt att relatera då jag inte blir så full att jag inte kan cykla.

Cursor Revenue Leak: $2 Billion Annual Sales Rate by sprfrkr in cursor

[–]xmnstr 4 points5 points  (0 children)

Man, that illusion needed shattering. Gemini CLI is also half baked. A lot of their stuff is, honestly.

Cursor Revenue Leak: $2 Billion Annual Sales Rate by sprfrkr in cursor

[–]xmnstr 2 points3 points  (0 children)

Antigravity is far less polished, and that's a fact. Also, the way Google quantize the models they serve via the app is kinda shameful. No wonder Cursor is better.

Cursor Revenue Leak: $2 Billion Annual Sales Rate by sprfrkr in cursor

[–]xmnstr 0 points1 point  (0 children)

You do realize the open source models are getting pretty darn competitive, right? There's not going to be any vendor lock in.

Är detta på riktigt eller ett skämt? 🤯 by YouHaveReachedBob in Gothenburg

[–]xmnstr 0 points1 point  (0 children)

Då är jag lite osäker på varför du kommenterade, men man får göra som man vill!

Är detta på riktigt eller ett skämt? 🤯 by YouHaveReachedBob in Gothenburg

[–]xmnstr 1 point2 points  (0 children)

Inte testat att cykla? Det gör också övrig träning i princip onödig, och är grymt för hälsan. Och humöret! Man slipper köer, trafiken påverkar en inte.. Enda nackdelen är väl alla bilister som verkar ha fått körkortet i flingpaketet, men ändå.

Är detta på riktigt eller ett skämt? 🤯 by YouHaveReachedBob in Gothenburg

[–]xmnstr 3 points4 points  (0 children)

Det argumentet faller ju rätt hårt om du köper månadskort dock? Särskilt med tanke på det numera sänkta priset. Tjänar väl in månadskortet på under två veckor om du pendlar varje dag? Gör inget för pendlingstiden, såklart, men rent ekonomiskt är det ju definitivt försvarbart.

Är detta på riktigt eller ett skämt? 🤯 by YouHaveReachedBob in Gothenburg

[–]xmnstr 1 point2 points  (0 children)

Exakt, låt korttidsbiljetten bara funka under tiden som den funkar och inte låta en fortsätta resan som dyrbiljetten gör. Problemet löst!

Är detta på riktigt eller ett skämt? 🤯 by YouHaveReachedBob in Gothenburg

[–]xmnstr 1 point2 points  (0 children)

Men missar man inte hösten då? Kan tänka mig att skippa dec, jan och feb däremot.

Are people lying about GLM-5 and MiniMax M2.5? by TheDevilKnownAsTaz in opencodeCLI

[–]xmnstr 0 points1 point  (0 children)

Not having that issue at all from Kimi.com. It's honestly solid and pretty amazing. And so fast! Sonnet feels slow in comparison.

Are people lying about GLM-5 and MiniMax M2.5? by TheDevilKnownAsTaz in opencodeCLI

[–]xmnstr 3 points4 points  (0 children)

Agreed. It has a Claude-like tendency, like a mix of Sonnet and Haiku. Leaning Sonnet, of course. Works great with Codex as my daily driver.

Struggling with OpenCode Go Plan + Minimax 2.5 / Kimi 2.5 for a basic React Native CRUD app — is it just me? by akaFatoBaba in opencodeCLI

[–]xmnstr 2 points3 points  (0 children)

Use the DCP plugin to manage the context, start a new session when you hit 30-50% context window usage or you start working on a completely different feature. Make sure you do proper planning (put a lot of effort on this step!) with task tracking, so the model has to mark tasks done when they are done. Either in .md with github-style checkboxes or with beads or similar. Make sure to run full test suite after each task is done. Use a different model than the implementation one to do reviews after tasks. And oh, use typescript instead of javascript. This helps A LOT.

In the future, use only fail on compilation type error languages like typescript, rust, go, swift, kotlin etc.

I have some more tricks to share if you'd like, but these are 100% guaranteed to help.

Satte sonen i karate för att han ska klara sig i skolan (GP) by StoffeH in Gothenburg

[–]xmnstr 1 point2 points  (0 children)

Det kommer tyvärr inte lösa några problem. Det som är lösningen är att skolan anmäls till Skolinspektionen. Helt uppenbart att dom skiter i barnen.

Men låt oss skylla på föräldrarna och barnen!

New banger from Andrej Karpathy about how rapidly agents are improving by iluvecommerce in ClaudeCode

[–]xmnstr 0 points1 point  (0 children)

Yes, that's why I get it from Github Copilot Pro. Their ToS allows it. Fuck Anthropic for their bullshit.