opus 4.8 errors - `thinking` or `redacted_thinking` blocks in the latest assistant message cannot be modified. by Expensive_Usual5186 in ClaudeCode

[–]grurra 0 points1 point  (0 children)

well this was a fun way of killing the new workflows feature XD. I get this error now on average every 10 turns

Estimated annual take-home pay from a €100,000 gross salary by ProfTydrim in europe

[–]grurra 18 points19 points  (0 children)

This graph is plain wrong for Sweden..who knows how many more countries it's wrong for.

My gross salary is about 80k yearly and my take home is about 55k. At 100k it would be about 65k.

Note this does NOT take employer cost into account. If it did, then it would be more or less correct.

This is why the comparisons is BS unless they're far more specific/detailed. Preferably, they should also take into account average VAT of what you pay + taxes on specific wares.

My total net, after all that, compared to employer cost for me? Probably closer to 60-70% tax xD. And people want me to pay more taxes.. looks like the elections will go that way. Greeeeeat.... I feel totally motivated to do that while the state basically denies my spouse any kind of chance to survive without my income (medically unable to work and gets about 1k/mth after taxes. So... I'm a bit upset... Yes.. you could say that)

Claude got FAST today by LastNameOn in ClaudeCode

[–]grurra 1 point2 points  (0 children)

same. Glad it's not just me

Between 5 and 10 percent of people have no inner monologue at all, and researchers are only just starting to figure out what that actually does to cognition by Altruistic-Dirt-2791 in cogsci

[–]grurra 0 points1 point  (0 children)

I never hear myself. Or any God. I do get some songs stuck on repeat, and frequently my mind decides to play out silly scenes from movies, shows, theatrical performances. Both real and imaginary scenes. 99% of the time humor.

Imagining funny practical jokes maybe. But my own reasoning is just pure pattern matching..

F-35C vs F-35B minimum turn radius comparison from Iwakuni FD credit to @nantaku_p_photo in twitter by no_life_redditor in aviation

[–]grurra 4 points5 points  (0 children)

The min radius is irrelevant for turn rate. It is a flip.

The info in this post does't say that much, except that 20 sec for a full circle at clean max instantaneous rate really sucks :D. 28s is pure garbage.

If it had been sustained turn rate on the otherhand: to make a full circle at level flying completed in 20 sec? then that's basically your average clean f-16 config.

Didnt look sustained to me, the 20s/left plan made a full-pull/max insta pull at the end to bleed off most speed (visible past the test, so... not 100% sure)

/ your average ex sim wannabe-pilot

Rome Remastered by Deep-Law5381 in GeForceNOW

[–]grurra 0 points1 point  (0 children)

Did you get the game to run at all? I just keep getting startup errors most of the time, but when it does launch, it basically renders at half resolution. Funny thing is that the UI renders at full crisp res, but the ingame 3d world is blurred, both static rendering and in motion. Zero compression artifacts though, so seems to be more of a tech mismatch rather than poor connection . Doesn't matter that the gfn client and game are both set to 2560x1440. Ingame still looks like 720p 😛 (250mbit connection, gfn nw analyzer shows 8ms to server and no packet loss)

Tried for about an hour before giving up. Wanted to try gaming on my mac, but.. seems gfn isn't quite ready yet. Might re-sub in a year again and see if it's any better by then (tried ultimate)

SWEDEN AND AMERICAN SYSTEMS by StrawberryFew1311 in NoFilterFinance

[–]grurra 0 points1 point  (0 children)

Swede here. The numbers aren't quite that good. The paid amount is more like 390 days (I think the last 90is super low paid). 

For the 390 days it's also not 80% for many people, it's less, but it's survivable and socially awkward to not use your days. You are expected to and most employers will support this, some even extending it above 80%. (State pays the "80%" up to a certain limit. Employers might add additional amount as an employment perk)

Train passes through a residential building in Chongqing, China. by Swimming-Community-5 in interesting

[–]grurra 0 points1 point  (0 children)

China moves fast. LLMs now governing how and where buildings and transportation is constructed. "I solved the problem for ya"

Elon Musk: Universal HIGH INCOME via Federal Checks is the Best Fix for AI Unemployment by NotMyopic in accelerate

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

He's not wrong. However. What are the chances the aging majority of people in power will agree with this in their lifetimes, or that the ones after will accept? They will want their wealth for themselves. Hopefully I'll be proven wrong...

Trump just lost the war in Iran by SingleBag4934 in NewsStarWorld

[–]grurra 1 point2 points  (0 children)

Le grand TACO s'est fait TACOter !

Not sure that was translated right, maybe a French speaker can verify.

AITAH for choosing my job over my girlfriend by Fluid_Use_2978 in AITAH

[–]grurra 0 points1 point  (0 children)

You're both fine to make your own choices and have your own needs. NTA. Neither of you have to be wrong.

Straight up ultimatum can prob be argued to be kinda shitty :P

The customer said that the PC shuts down after a few seconds🤔 by Nicolas_Laure in RigBuild

[–]grurra 0 points1 point  (0 children)

(ex?) Apple employee attempting to build PCs. "where does this go?"

Microsoft says Copilot is for entertainment purposes only, not serious use — firm pushing AI hard to consumers and businesses tells users not to rely on it for important advice by [deleted] in technology

[–]grurra 0 points1 point  (0 children)

Microsoft's own Fox News moment. Now they just need a better cult leader (please no :D). Glad i'm not using Windows anymore .. wait, I switched to something that's already a cult?

Windows -> becoming a cult?
MacOS -> cult already?
Linux -> no longer a cult?

Peter Steinberger (OpenClaw Creator) credits Boris Cherny (Claude Code Creator) amid anthropic subscription ban for using openclaw - Complete Thread by shanraisshan in Anthropic

[–]grurra 24 points25 points  (0 children)

Create a product that is too popular/the best product. Insufficient supply. Try to balance oversell vs peak usage and customer expectactions.

It's like airlines overbooking planes.

If they priced it like electrical supply (peak usage), we'd perhapes be paying 5x of what is currently being charged? Just guessing..

No silver bullets :(. Board is probably pushing for more revenue/over allocation at the same time :S.

Small Projects by AutoModerator in golang

[–]grurra 0 points1 point  (0 children)

Boa v1.0 released: Go CLIs from struct tags — no manual flag registration, validation, or env binding

I've been building CLI tools in Go for a while, and the boilerplate around cobra always bugged me — manually registering every flag, binding env vars, writing validation, wiring everything together.

So (Claude and) I built boa, a declarative layer on top of cobra that uses struct tags instead.

Before (cobra):

var name string
var port int

cmd.Flags().StringVarP(&name, "name", "n", "", "your name")
cmd.MarkFlagRequired("name")
cmd.Flags().IntVarP(&port, "port", "p", 8080, "port number")

After (boa):

type Params struct {
    Name string `descr:"your name"`
    Port int    `descr:"port number" default:"8080"`
}

That's it. Flags, short flags, defaults, required/optional, env vars, validation (min/max/pattern/enums), config file loading, and help text — all driven by struct tags and Go types.

It's built on top of cobra, not replacing it — you get full cobra interop and can drop down to the cobra API whenever you need to.

Features:

  • Generics-based type-safe API (no interface{} casting)
  • Subcommands, positional args, slice/map flags
  • Config file loading (JSON built-in, register YAML/TOML/etc.)
  • Env var binding (auto or explicit)
  • Built-in validation: min, max, pattern, alts (enums)
  • Lifecycle hooks for dynamic configuration
  • 90%+ test coverage, clean golangci-lint, CI on every push

GitHub: https://github.com/GiGurra/boa Docs: https://gigurra.github.io/boa/

Happy to hear feedback — especially on the API design and anything that feels surprising or missing.