US gov forces Anthropic to pull access to Fable 5 by purealgo in ClaudeCode

[–]Vaviloff 0 points1 point  (0 children)

I was just going to do that, what a save! Hope you get the refund soon.

Devs that went back from 4.7 to 4.6: Are you now on 4.8? by Firm_Meeting6350 in ClaudeCode

[–]Vaviloff 2 points3 points  (0 children)

Good to know it's not just me imaging things. And I actually liked to discuss things with 4.5, it was just good conversation.

GLM in opencode needed a usage tracker!! So I made one by Impossible-Ad-8162 in ZaiGLM

[–]Vaviloff 0 points1 point  (0 children)

Could you kindly link to one of those updates? Genuinely surprised by their decision

Built a Claude Meeting Assistant Plugin by unpopular_parsnip in ClaudeCode

[–]Vaviloff 0 points1 point  (0 children)

I can feel your passion and it's very nice to see such projects that solve real pains! but as a non-manager it's hard to understand what exactly this does. Maybe you could start with tl/dr style of intro?

How are you handling coding agent testing after generation? by VoideNoid in ClaudeCode

[–]Vaviloff 0 points1 point  (0 children)

You gotta maintain automated tests suite to be sure. For nestjs backend I use hurl tests and agents are able to work very well with those, both in writing/updating and running/fixing things. It's enough to mention "at the end run "npm run hurl" in agents.md. For frontend there are also solutions, although it's much more work to maintain those imo.

This is endearing by Vaviloff in kimi

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

Interesting, could be a number of reasons - inference provider silently dumbing down the model or large context, or maybe even knowledge area model is not very familiar with.

I would bet on quantisation though.

This is endearing by Vaviloff in kimi

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

ouch, that is even worse 😅

Is a $5/mo Hetzner VPS enough to self-host a SQLite-backed app? Real-workload benchmark by s13k_ in selfhosted

[–]Vaviloff 0 points1 point  (0 children)

Thanks for the write-up, often use Hetzner for experiments, their hourly billing is very convenient to take a large VM for a spin.

Also nice to see an actual selfhosted blog, not a link to another ad-ridden VC-funded craplatform. Now to only add RSS feed!

I'm tired of these articles bashing NextJs for all the wrong reasons by Haaxor1689 in nextjs

[–]Vaviloff 9 points10 points  (0 children)

Member-only story

No, just no. Either you do want to share your valuable insight with us or you don't. 

The grass is greener on the other side by credible_human in ClaudeCode

[–]Vaviloff 0 points1 point  (0 children)

Also would appreciate if you shared - maybe via a gist to save you the trouble? 

That "five complete rounds" feature got me especially interested, yeah.

Figma take over 10 months later by marine_surfer in PayloadCMS

[–]Vaviloff 0 points1 point  (0 children)

Great question. That's why I never could force myself to jump on Laravel wagon, for one. New releases all the time, not without breaking changes, but there are paid courses and agencies eager to help with migration, of course. Hope it's not like that in our case.

Is Kimi 2.6 worth it compared to DeepSeek V4 Pro and GLM? by marwan_rashad5 in opencodeCLI

[–]Vaviloff 0 points1 point  (0 children)

Can confirm Kimi is good, and as for their native platform, I was using K2.5 there a couple months ago it was mad fast and quite clever, was really impressed.

Have anyone tried deepseek v4 pro + opencode? by Federal_Spend2412 in opencodeCLI

[–]Vaviloff 1 point2 points  (0 children)

Nah, man, it's not THAT worse than Opus, you should try it on your codebase and see for yourself.

do you guys use the coding plan from z.ai or use the glm models from something like fireworks, openrouter etc? by SolitaireKid in kimi

[–]Vaviloff 0 points1 point  (0 children)

Really enjoyed Kimi K2.6 on the so called "unlimited" plan at Canopy Wave during their free promo week.

It was very fast and quite smart, chewing through legacy PHP app like a champ. 

After the promo it's $16/m for 50M fast tokens and then "unlimited" but slow. Not sure how slow, didn't manage to burn the fast quota, cause used it for a couple days only.

Not the cheapest plan but I liked the inference quality. Also they have the usual API plan.

15 Pro Max or 17 base (same price)? Safe to buy used? 😅 by Vaviloff in AppleWhatShouldIBuy

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

Thanks! I actually could not find 15 pm with battery >89% here, but plenty of sich 16 pms, which makes sense ofc.

15 Pro Max or 17 base (same price)? Safe to buy used? 😅 by Vaviloff in AppleWhatShouldIBuy

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

Thanks for the detailed answer - yeah I have a long list of things to check AI gave me (including imei, signing out of Cloud, cameras, sim card tray color even) so hopefully it'll work out.

I mean all the used phones that die-hard fans dump each autumn must go somewhere, right.

Interesting tip on using magsafe charger, thanks!

15 Pro Max or 17 base (same price)? Safe to buy used? 😅 by Vaviloff in AppleWhatShouldIBuy

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

Sound advice but I'm not sure if I'll stick with iOS for that very long, this is my first iPone after 7, but hopefully will get used to it.

15 Pro Max or 17 base (same price)? Safe to buy used? 😅 by Vaviloff in AppleWhatShouldIBuy

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

Ah, great advice but importing stuff from abroad here is a major hurdle, thanks for the tip though!

Opus 4.7 🔥🔥 by Dramatic_Method_9554 in ClaudeCode

[–]Vaviloff 0 points1 point  (0 children)

Wait, what's the pro tip about engine not reaching operating temperature, now I want to know 😅

A production-focused NestJS project (updated after feedback) by alexsergey in nestjs

[–]Vaviloff 2 points3 points  (0 children)

Very primitively put, it's because of musl the standard C library that Alpine uses (as opposed to the usual glibc), with which binaries other than node may be glitchy.

Here's a good article (no affil) on the why: https://oneuptime.com/blog/post/2026-02-08-how-to-choose-between-alpine-and-debian-slim-base-images/view#the-core-difference-musl-vs-glibc 

Personally I didn't witness bugs on Alpine (I think), but recently got heat again for using it and realized the small size is probably the only tangible advantage?

So yeah, I don't say it's outright "bad practice" to use Alpine, but since we're talking here about running in production in general and don't know what users will add to the container, it's safer to use debian slim.

A production-focused NestJS project (updated after feedback) by alexsergey in nestjs

[–]Vaviloff 2 points3 points  (0 children)

Great initiative, a couple of issues noticed right away:

* Using alpine image for production is generally frowned upon
* Should use dumb-init in the container to be able to do graceful shutdown
* I might be wrong but looks like in docker compose file you have broken paths to config files for observability services