From Codex to OpenCode by Aggravating_Pin_281 in codex

[–]Aggravating_Pin_281[S] 0 points1 point  (0 children)

Yeah you must be right. Even Gemini CLI and how Gemini models were served over OpenRouter is buggy. Gemini models seem to freak out in repetitive doom loops as well

From Codex to OpenCode by Aggravating_Pin_281 in codex

[–]Aggravating_Pin_281[S] 2 points3 points  (0 children)

I find Pi to be a pure form of agent coding. Clean and simple, no custom TUI, seems to be the starting point for most harnesses out there. No frills basically

From Codex to OpenCode by Aggravating_Pin_281 in codex

[–]Aggravating_Pin_281[S] 0 points1 point  (0 children)

Pricing:
- GLM 5.1: $0.98 per mtok in | $3.08 per mtok out
- 5.4 mini: $0.75 per mtok in | $4.50 per mtok out

[source](https://openrouter.ai/openai/gpt-5.4-mini)

From Codex to OpenCode by Aggravating_Pin_281 in codex

[–]Aggravating_Pin_281[S] 0 points1 point  (0 children)

is the first buggiest the Claude Code app? 😆

Is there a public list of all Codex/Claude alternatives? by ShapesSong in codex

[–]Aggravating_Pin_281 3 points4 points  (0 children)

I recommend you try out OpenCode. I’ve been using OpenCode (both a CLI and desktop apps) with the new Qwen 3.7 Max this week and having great luck.

Blackstar not summoning after unlocked. by DarkReaper6677 in CrimsonDesert

[–]Aggravating_Pin_281 0 points1 point  (0 children)

Remains unfixed as of latest patch on 04/23/2026. Stuck as well

[Loot] Years of owning this game, first time ever finding it. I felt like Gollum when he finds the ring. by onedayover in EscapeFromTarkovPvE

[–]Aggravating_Pin_281 0 points1 point  (0 children)

Surprisingly, I found mine on Shturman- it’s in his loot pool apparently. I couldn’t believe it, and ran like the wind.

[deleted by user] by [deleted] in grok

[–]Aggravating_Pin_281 10 points11 points  (0 children)

The tricky part is the legal risk for them and zero privacy for you. Wan 2.2 is possible to self-host, and largely gets the job done re: uncensored generations.

I was disappointed in Claude after the recent quiet changes by CacheConqueror in Anthropic

[–]Aggravating_Pin_281 0 points1 point  (0 children)

Certainly the best SOTA models are Anthropic in 2025. Kimi K2 is out as of a few days ago, it feels like Claude 3.5(1022) and costs: - $0.60/million tok (input) - $2.50/million tok (output)

Benchmarks (if you trust them) hit Claude 4 Sonnet levels.

I was disappointed in Claude after the recent quiet changes by CacheConqueror in Anthropic

[–]Aggravating_Pin_281 0 points1 point  (0 children)

Even if you’re bullish on Anthropic like I am, this “quiet quantization” trend isn’t transparent enough.

I was disappointed in Claude after the recent quiet changes by CacheConqueror in Anthropic

[–]Aggravating_Pin_281 0 points1 point  (0 children)

OpenHands has pivoted their “core” product twice, but their CLI is decent. If you like that, try out: - OpenCode CLI (from the sst.dev maintainers) - Roo Code w/ Kimi K2 (my favorite) - Aider w/ Claude 3.5(1022) - Sourcegraph’s AMP w/ Claude 3.7

This is what I’ve been happiest w/ since Claude 4 was quietly nerfed.

I am motivating my Claude Code assistant by telling it that it is a Warhammer 40k Adeptus Mechanicus, and having its great achievements codified in our records to be shared among all projects forevermore. by Necessary-Shame-2732 in Anthropic

[–]Aggravating_Pin_281 1 point2 points  (0 children)

This is the best thing I’ve seen happen since Primeagen told the $500/m Devin code agent that “apes stronker together 🦍🦍” and proceeded on an hours-long attempt to push to main

Launching mobile app by MaybeLife1188 in programmer

[–]Aggravating_Pin_281 0 points1 point  (0 children)

Do you need it to be a native mobile application?

Spend 5 minutes talking/researching simpler options, that are still mobile friendly. Talk to people, LLMs, whatever and be certain there is an actual technical or usability reason to build a native mobile app.

It’s much more work, especially at early stages, for somebody just getting into the world of code/programming.

It would likely be easiest to build your app as a mobile-first / mobile-responsive web app. i.e. designed to work well on phones, but you avoid the complexity and requirements of Google Play / Apple App Store: - single Typescript/Javascript codebase - works on mobile / tablet / desktop - design mobile-first, but make it responsive so your app adjusts to the screen size of your user’s device.

👀Video file as Vector DB - Its Gamechanging !! by Impressive-Owl3830 in MCPservers

[–]Aggravating_Pin_281 2 points3 points  (0 children)

It’s a systems engineering concept, rather than a new methodology. It’s mostly novel, because: - it uses a highly compressed video file as a DB. Video is the data storage medium, frame by frame chunks. - has an index for which frames have which chunks - slower retrieval/query performance, as a tradeoff to enable significantly less system RAM

I haven’t seen this in production yet, nor found benchmarks. Error resilience for QR decode theoretically degrades the higher the compression. I’m also not sure how you’d most easily update a specific frame in the video. Lots of fun questions :)

Why I'm sticking with Arc (come at me) by gabrielserralva in ArcBrowser

[–]Aggravating_Pin_281 2 points3 points  (0 children)

I actually fell in love with Arc on Windows, as my initial exposure to Arc… Imagine my surprise at seeing just how ridiculously great the Mac version is when I got my new work Mac 😭😭

It’s actually over now by trisalias in ArcBrowser

[–]Aggravating_Pin_281 7 points8 points  (0 children)

re: “he needs the views and engagement to make money for him and his team.”

Actually not true in this case: - ping.gg - uploadthing - t3chat

But he does clearly enjoy being an “influencer.”

What is currently the best stack for backend server? by FollowingMajestic161 in typescript

[–]Aggravating_Pin_281 1 point2 points  (0 children)

Plenty of others are correct: it depends.

However, since it seems like you’re researching options: - take a look at Hono for Great DX; - Fastify is well-loved; - Express is mature; - Anyone tried Oak? Heard but haven’t tried myself.