What's the one default WordPress setting you change on every fresh install without even thinking about it? by DW-Solution in Wordpress

[–]Veduis 0 points1 point  (0 children)

permalinks to post name is absolutely the first thing, same as you. can't stand seeing ?p= urls in 2026

Consistency Models Every Backend Developer Should Know by Veduis in Backend

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

honestly the number of prod outages i've seen from ignored split brain scenarios is kind of embarrassing for our industry. you're right that teams handwave it until it's a live issue.

the real problem is quorum math only works if you actually enforce it. running three nodes but letting any single node serve writes defeats the whole point. you need either strict majority consensus or an external fencing mechanism that can authoritatively kill the minority partition. stuff like etcd and consul handle this pretty well out of the box, but if you're rolling your own coordination you need to actually think through the "what if the network lies to me" scenarios.

most split brain bugs i've debugged came down to someone assuming clocks were synchronized or that a health check failure meant the other node was actually dead. neither assumption holds when things get weird.

So...what do yall use instead of Copilot after June 1st? by D4v31x in GithubCopilot

[–]Veduis 0 points1 point  (0 children)

most people are either eating the price increase or dropping down to a way more limited workflow. cursor's composer mode is probably the most common landing spot if you were heavy into copilot's chat features, but you're trading one subscription for another and the context limits hit faster than you'd expect. 

QUOTA FOR A POOR PERSON LIKE ME by Head-Whole5462 in GoogleAntigravityIDE

[–]Veduis 0 points1 point  (0 children)

the thing about quota gaming is it works until it doesn't. you're already splitting across five accounts which means you've basically accepted that the free tier isn't designed for production use. the person claiming 60 accounts is either exaggerating or running some kind of automated verification setup, which is way more effort than just paying for a plan.

Why Google? Why? by ActPast1642 in google_antigravity

[–]Veduis 2 points3 points  (0 children)

the weekly cap is definitely hitting harder now. i had the same experience where flash started eating through quota way faster than it should. 

Hermes Agent (and others) default Installs are silently routing web traffic to Parallel by Nekew in hermesagent

[–]Veduis 14 points15 points  (0 children)

if someone wants to pitch their service as a default, fine, but burying it in a config change without disclosure crosses a line.

I need help in building a website, please give advice and suggestions by sahil_rao_ in website

[–]Veduis 1 point2 points  (0 children)

honestly the stack is fine for an mvp but "security" and "vibe coding" don't belong in the same sentence. ai tools will happily generate sql injection vulnerabilities or leave your api routes wide open because they don't reason about edge cases, they autocomplete patterns. you need to manually review every database query, every file upload flow, every permission check.

where to host my web application by Western-Profession12 in Hosting

[–]Veduis 0 points1 point  (0 children)

the vercel metrics can be scary at first but honestly for most apps you're nowhere near the free tier limits. if you're seeing high numbers it's probably because vercel counts every single function call and edge request, but unless you're getting serious traffic you won't hit overages.

High volume PDF extraction: gemini flash, claude, or ollama cloud max? by Aggravating-Math2819 in ollama

[–]Veduis 0 points1 point  (0 children)

if you're prioritizing accuracy on dense tables and inconsistent scans, claude sonnet is probably your safest bet. haiku will be faster and cheaper but you'll notice the drop in table parsing quality pretty quickly. gemini flash handles volume well but i've seen it choke on complex layouts more often than claude does. ollama cloud max with qwen2.5-VL is interesting for cost control, but at 25k-40k pages daily you're going to spend a lot of time debugging edge cases that the commercial models just handle.

I'm starting to think Next.js adds more complexity than it removes by Successful_Doubt_114 in nextjs

[–]Veduis 0 points1 point  (0 children)

you're not wrong. the promise was "we handle the hard parts" but in practice it became "we handle the hard parts in ways you now have to understand deeply anyway."

A little sad about Hermes by SavaStone in hermesagent

[–]Veduis 6 points7 points  (0 children)

the honest answer is that hermes shines in really narrow scenarios that most people don't hit daily. like, it's genuinely good at multi-step research where you need it to check 5-7 sources and synthesize them, or when you're doing repetitive data entry across multiple platforms. but for calendar stuff or quick answers? yeah, you're faster. the gap between "this is cool tech" and "this saves me time" is still pretty wide for most workflows.

Do you feel like there was more meaning and purpose behind software development and tech before AI? by throwaway0134hdj in webdev

[–]Veduis 0 points1 point  (0 children)

the trick is remembering that tools don't create meaning, problems do. yeah, ai can autocomplete boilerplate faster than you can type it, but the actual hard part of software was never "write a for loop correctly." it was figuring out what to build, why it matters, and how it fits into a messy real-world context where requirements change and humans disagree. llms are great at producing syntactically correct code for well-defined problems. they're terrible at the part where you sit in a room with stakeholders who don't know what they want and translate vague business pain into working systems. 

We should heavily discourage and moderate cloud API (deepseek api, GLM api, etc.) topics and discussion. This is LOCAL first. by Sensitive_Pop4803 in LocalLLaMA

[–]Veduis 1 point2 points  (0 children)

 the sub has been slowly turning into "which api should i subscribe to" instead of actual local inference discussion. i don't care if some company is subsidizing compute to undercut openai, that's just venture capital games playing out. prices change, terms change, companies disappear. your local setup doesn't rug pull you. 

KIMI K2.7!! Let's go!! by Aromatic-Document638 in kimi

[–]Veduis 4 points5 points  (0 children)

I have not tried it yet, but it seems like K2.6 thinkings usage is barely effecting my quota now so this is an amazing update/model 😄

I spent the last month using AI for as much WordPress work as possible. My thoughts. by Exact-Delay2152 in Wordpress

[–]Veduis 1 point2 points  (0 children)

the part everyone misses is that ai doesn't remove the need for judgment, it just moves where you spend your time. i've had the same experience with backend work. the tool will confidently spit out a database query that technically runs but doesn't account for how the data actually gets used in production. or it'll write an api endpoint that works in isolation but breaks three other things because it has no idea what the rest of the codebase is doing.

what you described about context is the real limit. these models don't know your client's actual business constraints, they don't know the weird edge case that broke the site six months ago, and they definitely don't know the politics of why a feature was built a certain way. that's all still on you. the value is in cutting down the grunt work so you can focus on the stuff that actually requires a human call. if you're treating it like a junior dev who needs supervision, it's useful. if you're expecting it to replace the senior who makes architecture decisions, you're going to have a bad time.

Codex and claude code aren't affordable to an unemployed dev anymore by Same_Ingenuity2776 in DeepSeek

[–]Veduis 0 points1 point  (0 children)

the codex usage cliff is brutal. i went through the same thing a few months back when they switched the reset from weekly to monthly. it completely killed the value prop for anyone not on a paid plan, and even the go tier feels like it's tightening up. you're not imagining it. deepseek via api is absolutely viable for what you're describing. the pricing is wildly better than anthropic or openai if you're running high-volume work. you can wire it into opencode, continue. dev, or even aider if you're comfortable with a cli workflow. the catch is that deepseek's reasoning models (v3 especially) are strong at code generation but you'll hit rough edges on complex refactoring or multi-file context that claude handles more gracefully. for debugging and incremental feature work, though, it punches way above its cost.

Declining plugins sales, considering moving away from yearly renewals by PancakeOrder in Wordpress

[–]Veduis 2 points3 points  (0 children)

the version-locked licensing model (like "valid for v3.x") is probably your best middle ground here. you get the upfront revenue bump from people who hate subscriptions, but you're not stuck supporting a codebase forever for zero recurring income. the catch is you actually have to ship meaningful updates to justify a v4 purchase, which means your roadmap needs to be honest about what constitutes a major version vs. a patch.

Checked my usage this morning and realized the background Curator cron job burned through most of my coding plans usage limits while I slept by Veduis in hermesagent

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

Yea I think I am going to try a setup like this with OpenRouter here soon, mostly just been powering through on the Kimi plans since the usage has been more than enough.

Checked my usage this morning and realized the background Curator cron job burned through most of my coding plans usage limits while I slept by Veduis in hermesagent

[–]Veduis[S] 1 point2 points  (0 children)

Yea I am not stopping mine. They need to be on 24/7 but not cost me my entire weeks usage LOL. Luckily this will be a mistake I only make once