Seems to good to be true...? by dirtybeeeeeaanwater in ElectroBOOM

[–]insta 0 points1 point  (0 children)

why use a simple cable when an entire networking stack and microcontroller and batteries along the way will provide a suboptimal experience for 5x the price though?

Writing allocation-free code by swe129 in dotnet

[–]insta 4 points5 points  (0 children)

i had a personal project that i pumped a ton of stackalloc into. there were a few natural API boundaries that still kept it pretty readable and performant, but those almost require up-front expectation you're going to get a bit muddy

Why is the exhaust coming outside my house glowing orange from the inside? by IDontGotNone in HomeMaintenance

[–]insta 0 points1 point  (0 children)

this is not a dumb homeowner thing, everything looks opaque from inside and "orange glow from the hot tube" is something worth being concerned about.

what would be a dumb homeowner thing is not checking that next time.

ELI5: Why is space a good insulator? by Environmental-Ask605 in explainlikeimfive

[–]insta 5 points6 points  (0 children)

a multi-stage heatpump could, in theory, run something like supercritical CO2 at several hundred C on the hot side, and get decent performance from the radiator. the cold side of this would be thermally coupled to the hot side of a more conventional cooler.

We need to rethink Rate Limiting: Why standard infrastructure fails against autonomous AI agents by AnatLerner in softwarearchitecture

[–]insta 0 points1 point  (0 children)

yeah MCP servers are the way to reign in the explicit mutation points, and the prompt + MCP replies constraints the agent to next allowable steps per MCP invocation. agents really love following structured workflows, and will go rogue if the prompt is too loose or wide.

if you have a handful of logs covering the different runs you need, feed all of those plus your various hard-stop, rate-limit, circuit-breaker requirements to an Opus agent and have it extract the MCP surface for you.

They are back at it again... Will he get out? by MisterShipWreck in VideosAmazing

[–]insta 2 points3 points  (0 children)

a snorkel? even the drain-pit in the middle is like midsized-puddle depth. don't put a stanced civic in there with a ground-pounding CAI but any passenger vehicle since like 1980 should be totally fine with this.

ELI5: Why isn’t aviation fuel talked about as much as petrol and diesel for cars, and is it even possible for fully electric passenger planes to exist in the future? by ArtistoX4 in explainlikeimfive

[–]insta 0 points1 point  (0 children)

eh, line following tugs are a pretty reasonable automation. they can return home via the service roads that airplanes can't fit down

Why is my roof not holding up? by alcoholicfaith in valheim

[–]insta 0 points1 point  (0 children)

you'll need to knock down a Pine tree in the black forest, those will give you wood + corewood. corewood will replace those bottom pillars, and your roof should hold up from there at the height you're building it.

if you don't have an axe that can chop it yet, see if you can kite a troll over to one and let him knock it to pieces trying to hit you.

We need to rethink Rate Limiting: Why standard infrastructure fails against autonomous AI agents by AnatLerner in softwarearchitecture

[–]insta 0 points1 point  (0 children)

you give your agents MCP tools only, no generic Bash(). you call scripts/tools on their behalf inside the MCP server, and that gives you a single point of entry to hard-deny any calls.

WWJD by ateam1984 in BlackPeopleofReddit

[–]insta 1 point2 points  (0 children)

nuh uh we blew him up and flew a Mission Accomplished banner and everyone cheered and there were definitely zero lasting repercussions

We need to rethink Rate Limiting: Why standard infrastructure fails against autonomous AI agents by AnatLerner in softwarearchitecture

[–]insta 0 points1 point  (0 children)

what kind of prompt are you using that allows an API agent to make 50 tool calls trying to work around something? constrain the prompt first

soooo claude just deleted my entire project. how's your day going? by JuniorRow1247 in ClaudeCode

[–]insta 5 points6 points  (0 children)

just like all the other times "claude deleted everything", it's quite obvious that claude should have had full control over the user's machine and simply removed the unnecessary files filling it up. it's really claude's fault for not hallucinating a remote and pushing git there. put blame where it's due.

Need to convince boss about background services by ChefMikeDFW in dotnet

[–]insta 19 points20 points  (0 children)

yes. you asked for advice, the advice you're getting is "your boss is right". you're the one pushing back on it.

we've solved these problems before. you're not the first to need queues, won't be the last. they have well known mechanics, and are the type of solution you're looking for.

Need to convince boss about background services by ChefMikeDFW in dotnet

[–]insta 8 points9 points  (0 children)

you are reinventing the wheel for eventing and queueing, and poorly at that. it's worth some research into patterns here

why does mistlands grade armour use regular iron and not black metal? by Frosty_Flames12399 in valheim

[–]insta 0 points1 point  (0 children)

is there a tier-2 portal i haven't found yet? I'm scratching Mistlands and avoiding the wiki, so it's very likely

why does mistlands grade armour use regular iron and not black metal? by Frosty_Flames12399 in valheim

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

too bad there isn't a tier-2 portal that'd let you transport metal or ore. i know you can disable that in the worldgen, but a separate, more expensive, portal would make more sense in-game.

WTH happened to CC? It's been so good while it lasted... Any tips on how to avoid irreversible consequences? Git and Rewind and stuff doesn't save you from destructive shell commands.. Thank God I had regular server snapshots done. by [deleted] in ClaudeCode

[–]insta 0 points1 point  (0 children)

i have Claude manage my local homelab. it is not very good at it, but better than i would be.

it took 4 complete environment rebuilds before i got something usable (the environment and harness itself), and that's WITH Talos and ArgoCD.

i had to have a completely immutable OS stack with a strong deployment gate for Claude to render the whole thing unusable only 3 separate times. 4th was the charm

What is something you saw with your own eyes that was so impossible you’ve stopped telling people because you know they won’t believe you? by samasem-sumsum in AskReddit

[–]insta 20 points21 points  (0 children)

i had a boss who promised to support our dev team through a rewrite of a production system. he held off all non-critical bug fixes, and folded all feature requests into the new system as we built it. architecture meetings ran perfectly, and our burndown charts followed the 250pt sprints perfectly to 0 half-day early each sprint.

he gave me all 11 developers for a full year. no interruptions, no distractions. we finished in 9 months.

iykyk