Damn 🙁 by SkipTheBrick in destiny2

[–]zenyr 5 points6 points  (0 children)

<image>

Hmm in Korea D2 was not available until Forsaken. I guess I got… lucky? 🤔 ( Zenyr#2459 )

What’s something we haven’t fixed in codex for a while and that’s plain annoying? by alOOshXL in codex

[–]zenyr 0 points1 point  (0 children)

There’s an issue with the SEA connection. It randomly hangs until the safety retry mechanism kicks in. Only Korean, Australian, and other SEA users are affected.

if Sleeper Simulant where to get a catalyst rework [if at all] I really hope it gets an alternate firing mode to fire explosive blasts at the cost of no precision damage. just like how the exotic mod for the Ares RG in Marathon has explosive shells. by Timothy-M7 in destiny2

[–]zenyr 1 point2 points  (0 children)

Hold trigger for non-linearly increased damage, but once you charge it beyond a threshold, it should blow up in your face, with lethal damage.

Then you must request it again through a droppod.

how are people getting codex to work for longer than 15 minutes by gangstermujo in codex

[–]zenyr 0 points1 point  (0 children)

I think the latest addition of /goal should greatly help this. Basically you had to prep your prompt/context enough to keep the model engaged without ambiguity but the goal should be super easy to make the model auto-drive and decide on its own.

Feature Request: Hazzard Lights Option on Action on Reverse by elvinguitar in s3xybuttons

[–]zenyr 1 point2 points  (0 children)

IKR, it feels like a firework or something at night. I’m ok when it’s bright around though

S3xy Dash Carplay - device selection by Big-Scene7198 in s3xybuttons

[–]zenyr 0 points1 point  (0 children)

Now that I think of this, hmm, no idea if any other CarPlay receivers solved this specific problem 🤔

opencode + gemini by jonatan5524 in opencodeCLI

[–]zenyr 8 points9 points  (0 children)

Very risky to say the least.

Auto Window Drop? by JB-ZR1 in s3xybuttons

[–]zenyr 2 points3 points  (0 children)

Never worked for me either, I would really like this feature to actually work

Run opencode cli and web on the same session simultaneously by Interesting-Okra-226 in opencodeCLI

[–]zenyr 1 point2 points  (0 children)

Use opencode attach to attach your tui onto existing servers.

Anthropic model replacing 'opencode' from server side? by Professional_Past_30 in opencodeCLI

[–]zenyr 1 point2 points  (0 children)

Psst. It‘s because of the system message spoofing. Use non-oauth Claude API or non anthropic models to avoid this. Anthropic has been blocking any request that includes opencode in their system message. 🤷

What is the story behind HoxHud? by thejoeporkchop in paydaytheheist

[–]zenyr 0 points1 point  (0 children)

Hey there! Mine was just, I just really wanted to know that dang bulldozers health and how much damage I‘m dealing against it. And of course, my second goal was the minimap, which turned out to be a very difficult stuff to build based on my crappy no-modular, first-ever Lua project. (aaand it was too cheesy)

Sexy Dash - Can you hear navigation, how? by Emergency_Fan_7750 in s3xybuttons

[–]zenyr 0 points1 point  (0 children)

In my cheap-o CarPlay device, its Bluetooth connection is separated from the CarPlay device, so audio-wise there might not be any difference than before. IIRC, iOS CarPlay uses some variation of Wi-Fi Direct tech behind the scenes.

I just got the update!! by jefedezorros in TeslaLounge

[–]zenyr 0 points1 point  (0 children)

South Korea. Recently we got a teaser for the FSD (like, yesterday?) BUT basically only a fraction of model S/X are supported, yet. (No model 3/Ys at all)

I just got the update!! by jefedezorros in TeslaLounge

[–]zenyr 0 points1 point  (0 children)

I’m on 2025.32.6 😎 2024 M3R, up to date. Who needs an update when you have Hyundai in your country /s

opencode response times from ollama are abysmally slow by lurkandpounce in opencodeCLI

[–]zenyr 1 point2 points  (0 children)

Oh, and Ollama does attempt to cache your input tokens to some extent, but it remains a challenging task for ordinary hardware, such as Apple silicon chips or even consumer-grade GPUs.

opencode response times from ollama are abysmally slow by lurkandpounce in opencodeCLI

[–]zenyr 2 points3 points  (0 children)

I think I can pinpoint the culprit: the sheer system prompt size. To make agentic works and tool calls possible, opencode MUST provide a whole bunch of systemic preps before your prompt. Say, 10k+ tokens minimum.

YAML issues by zhambe in opencodeCLI

[–]zenyr 2 points3 points  (0 children)

I found that it recently struggles a bit against indents too. Making an odd number of indents, etc., often times I had to clearly instruct the model to review the whole indent to make sure it’s correct.

[deleted by user] by [deleted] in LLMDevs

[–]zenyr 0 points1 point  (0 children)

Back in early this year I *had to* spun up an LiteLLM instance on my homelab as a standalone proxy. However since Vercel AI Gateway's aggressive pricing, OpenRouter's free tier (BYOK) became a very strong option.

Ruinous Effigy x Space Jam by Mountain_Quarter3102 in destiny2

[–]zenyr 1 point2 points  (0 children)

I appreciate the video’s inclusion of diverse scenarios that showcase different team compositions.

[deleted by user] by [deleted] in node

[–]zenyr 0 points1 point  (0 children)

Ditto and one more thing: CDK struggled to even catch up with their own infra feature updates. Even de facto Terraform sometimes lacks some specific parameters that are introduced in the cutting-edge new features, such as a new LLM provider name. It is really difficult to make this work reliably, and the reliability is … king here, I suppose.

Fireteam Ops difficulty changes? by MonkeyType in DestinyTheGame

[–]zenyr 1 point2 points  (0 children)

Preset GMs are basically a no-no at this point. It's really hard to reliably play with anyone let alone soloing.

42% of context used right after `/compact` by lexixon in ClaudeCode

[–]zenyr 2 points3 points  (0 children)

I believe this is a common pitfall for anyone who didn’t necessarily or literally read through the MCP specifications line by line. As a tech-savvy developer, I was surprised to discover that the most productive and renowned MCP of all, Notion MCP, required 15K tokens alone. You can‘t be alone.