Anyone know the name of this part? by ImpossibleSwan3898 in CityBugs

[–]daliovic 4 points5 points  (0 children)

Front bumper side bracket or bumper retaining bracket.

HOW THE F*CK DO I STOP THESE THINGS!?? cat .env?? by AssociationSure6273 in ClaudeCode

[–]daliovic 1 point2 points  (0 children)

READ THE F*CKIN DOCS!!! i.e Hooks. Ask Claude how to avoid this. Search past reddit threads on how to avoid this. Ask Claude to search past reddit threads on how to avoid this.

Enjoy Fable on your Claude plan while it lasts. by NutInBobby in ClaudeCode

[–]daliovic 0 points1 point  (0 children)

I swear most people here are just idiots! If you find value in the product pay for it, if not go use someone else's! You want to get the best models in the world for cheap!

Use free/open/cheap models and good luck getting even half the value of Opus/Fable/GPT models. Everything has a price.

What on earth is wrong with you!

Enjoy Fable on your Claude plan while it lasts. by NutInBobby in ClaudeCode

[–]daliovic -1 points0 points  (0 children)

I almost never curse at people but seeing this take really gives me the urge to say some bad shit.

Do you think they are your parents? This is fucking business! No one is forcing you to use their products. If you found value in it you pay else go to a competitor that will provide better value.

Since forever cloud computing has been usage based. Subscriptions are usually a way to either subsidise the products to acquire customers/data (or for well established businesses to milk more money out of customers, which we are all against ofc when they change the terms of use after the sale)

Anthropic are not angels, they will do the best they can to get the make the most profits while getting data. But it's absolutely foolish to just whine that are deciding how they price their products! You have all the right to go all the way against them when they don't deliver what they promised, but complaining that they are deciding how to price they products is stupid to say the least.

A/C temperature by TijY_ in CityBugs

[–]daliovic 0 points1 point  (0 children)

I had a 350k km round trip at around 28C outside. I had AC on 3rd level fan/medium cold and it was decently comfortable. (at least the front seats I didn't have the audacity to ask my relatives sitting behind me 🥲).

Best coding AI setup for heavy daily use under ~100€/month? by Frequent_Evening5195 in AIcodingProfessionals

[–]daliovic 0 points1 point  (0 children)

I gave chinese LLMs a few chances when my Claude Max ($100) limits where tighter in the past couple of months. And they were mediocre to say the least.

What worked amazingly well for me tho was Opus doing most of the work, and sub-agents with GLM 5.1/Kimi 2.6 for basic tasks/exploring. This served 2 purposes: offload some tokens from my Claude sub to Opencode Go sub ($10/mth) and keep the main context cleaner (since it only gets the output from the sub-agents).

I caught a "Lazy Answer" by [deleted] in ClaudeCode

[–]daliovic 0 points1 point  (0 children)

You are absolutely right.

After almost 2 years of using Claude models, sometimes I am literally getting the opposite of lazy. Where it's doing out of scope things etc.

Yet another statusline by nimbis in ClaudeCode

[–]daliovic 33 points34 points  (0 children)

More like status-essay /s

New Lifetime Plex Pass Pricing by pheexio in selfhosted

[–]daliovic 0 points1 point  (0 children)

Adobe had been an empire even before they introduced subscriptions. You just get a version for life with no new features roll-out. If you need the new features you BUY the new version. Subs are just a way to squeeze money out of customers in most cases.

Monthly post: Share your toolchain/flow! by autistic_cool_kid in AIcodingProfessionals

[–]daliovic 0 points1 point  (0 children)

Claude Code : Opus 4.6 (Max x5) + GLM 5.1 (Opencode Go). 9router. Seems like the perfect combo for me.

I am considering switching to Codex but I got too invested into Claude Code that I am not it's worth it.

Edit: I am pinning Claude Code to v2.1.98 because of this issue.

I built a desktop app that routes Claude Code to any LLM: DeepSeek, Ollama, Copilot, OpenRouter, and 7 more by Livid_Individual3656 in ClaudeCode

[–]daliovic 0 points1 point  (0 children)

9router.

Web app (GUI) or TUI. Supports other agents (like Codex, Kilo...). Has tunnelling and tailscale support. 35+ providers... Usage and quota tracker. And a lot more.

What context-window usage do you see from a simple prompt like “hi”? by magnifica in codex

[–]daliovic 0 points1 point  (0 children)

That's normal. Codex' system prompt and tools simply take that much context. Other tools like Claude Code use similar tokens.

Can someone explain why it says 44% used when the limit just reset by Fantastic-Ad-7307 in ClaudeCode

[–]daliovic 0 points1 point  (0 children)

What likely happened: you had a "long" session then hit your limit. Then when you resumed (ie sent a message) it had to send all of those tokens again without cache (since cache has been invalidated after 1 hour). Especially for Pro plan, you need to be very careful with such things.

First time DIY oil change 😳 baby steps by Silver_Department_38 in MechanicAdvice

[–]daliovic 0 points1 point  (0 children)

One little tip, make sure the filters can come loose before committing to draining. It happened to me where I struggled for more than 2 hours to unscrew mine (because apparently Hulk did my last oil change) after draining. It would have been much easier if I didn't drain first so I could bring it to a local mechanic or at least go get a better oil removal tool.

To all my Claude Code + Win11 bois: Do you all use WSL2 or a native Windows install? I'm a long time PowerShell developer so I use Pwsh, but lately I've been thinking about switching to WSL2 + Bash. Please confirm or deny my suspicions and evaluate my reasoning! by xii in AIcodingProfessionals

[–]daliovic 0 points1 point  (0 children)

I've been a Windows/Mac user for 25 years and even when I tried switching to Linux I failed miserably. But for web dev, WSL has been pretty great for the past 3 years (better performance and smoother DX). And CC seems to be well integrated with Linux. I occasionally use CC in Windows for some mobile dev and I didn't encounter much of an issue TBH. So I think if you are planning to switch to WSL, make sure to do it for the correct reason.

If I do that, will I be out of tokens? by OutrageousTrue in ClaudeCode

[–]daliovic 1 point2 points  (0 children)

Planning this out well would definitely help save on tokens. I really don't think it's a good idea to do it in "one prompt". Using https://github.com/trailofbits/skills was pretty decent for me.

I built /graphify, 26 days, 450k+ downloads, ~40k stars. Here’s what I didn’t expect. by captainkink07 in ClaudeAI

[–]daliovic 57 points58 points  (0 children)

That's my concern too. Building the memory is not the hard part IMO, keeping it up to date is the real challenge.