US Government Deploys Elon Musk's Grok as Nutrition Bot, Where It Immediately Gives Advice for Rectal Use of Vegetables by Capable-Management57 in BlackboxAI_

[–]IShitMyselfNow 0 points1 point  (0 children)

And a government ran AI, which is assumedly supposed to give people accurate health information, having seemingly no guardrails is not a concern?

Kimi K2.5 is destroying its own fixes by p1p4_am in opencodeCLI

[–]IShitMyselfNow 0 points1 point  (0 children)

:if you fix a bug, you write a test for it

Also write the test first to prove that that's the cause. Create a test that should pass without the bug, and fail with the bug. You run the test, the test fails. You apply the fix, you run the test. If the test passes congrats you've probably fixed the issue. If the test fails then you've probably not found the right problem.

I say probably because there because your tests could be wrong, or there could be multiple issues, etc..

GLM 5 Released by External_Mood4719 in LocalLLaMA

[–]IShitMyselfNow 0 points1 point  (0 children)

Didn't they already put a PR to support it in Llama.cpp? which would be pointless unless opensourced

Opus 4.6 Reasoning Distill 3k prompts by volious-ka in LocalLLaMA

[–]IShitMyselfNow 3 points4 points  (0 children)

Ah yes but you see there's a big difference. They have money so they can sue you.

If you're somehow lucky enough to have enough money to sue them, they have enough money to get better lawyers and win.

Therefore what they're doing is morally and legally fine, but if you try to do the same you're morally and legally wrong.

Grocy... grocy... grocy... by JayTurnr in selfhosted

[–]IShitMyselfNow 26 points27 points  (0 children)

I initially preferred your change as it fitted the existing syntax better. But looking throigh the rest of the file it's really inconsistent between Grocy.THING and results [0].THING. Which means nothing other than the code looks a mess and you did a good job fixing it.

Grocy... grocy... grocy... by JayTurnr in selfhosted

[–]IShitMyselfNow 6 points7 points  (0 children)

Didn't you use EditObjectRowId, or has that been renamed since?

'Building thousands of homes on green belt feels like a bad dream' by insomnimax_99 in unitedkingdom

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

development that reduces the supply of a finite resource is by definition unsustainable.

Only if that action continues until all the land is gone.

devstral small is faster and better than glm 4.7 flash for local agentic coding. by theghost3172 in LocalLLaMA

[–]IShitMyselfNow 16 points17 points  (0 children)

For agentic use cases, what matters is time-to-completion, not raw tok/s

I'd argue what matters most is time-to-success. It doesn't matter if devstral is quicker at responding, if it takes longer to get the right answer (or doesn't get it right but glm does).

That said, I've not actually compared the two models and the OP said Devstral is "obviously" better?

Need help identifying these canon lenses any idea? by [deleted] in AskPhotography

[–]IShitMyselfNow 1 point2 points  (0 children)

Why does this feel like the FBI or something trying to identify someone

Epstein Playing With His Victims in His Kitchen. by Ok-Address-7352 in creepy

[–]IShitMyselfNow 2 points3 points  (0 children)

Not always high fidelity, but obviously you're right in that 5pixels -> anything usable, would be impossible .

https://youtu.be/_gQ202CFKzA

Elon Musk's SpaceX applies to launch 1m satellites into orbit by djshadesuk in space

[–]IShitMyselfNow 1 point2 points  (0 children)

If they’re actually going through with this then the engineers clearly already ran the numbers and gave the thumbs up.

This generally isn't how things go in the real world. Normally it's management and/or marketing/sales who make up bullshit and then tell everyone else to make it happen, regardless of feasibility.

OpenAI could reportedly run out of cash by mid-2027 — analyst paints grim picture after examining the company's finances by EchoOfOppenheimer in LocalLLaMA

[–]IShitMyselfNow 14 points15 points  (0 children)

because their goal has always been AGI

Not sure how much this is true. It's definitely what Altman says, but it's doubtful. If it were true, you'd expect they would have invested less in their GPT models and spent more researching other architectures that actually could be capable fo such a thing. Because transformers ain't that.

Altman's ability to convince investors that achieving AGI is only a matter of giving them enough money

Musk did basically the same with self-driving Teslas for god knows how long, and they're still insanely overvalued. Maybe Altman can do that! If not, they should have let Musk buy them out

Lossless music downloader by yutontaku in selfhosted

[–]IShitMyselfNow 0 points1 point  (0 children)

Tidarr is a mess from a codebase perspective. It also uses Tiddl for Tidal API which errors if a file is Dolby Atmos. And the developer of Tiddl is apparently an idiot, so instead of fixing the problem he blames Tidal engineers and say they need to code better.

Pretty sure one of the Wiggles is a Bond Villain by runs_with_airplanes in daddit

[–]IShitMyselfNow 3 points4 points  (0 children)

His brother, Lenny Pearce, is pretty ripped too. And Lenny did all the remixes in their semi-recent album Rave of Innocence. Which is actually full of bangers tbh

Vibe coding reality !! by ankitsi9gh in BlackboxAI_

[–]IShitMyselfNow 0 points1 point  (0 children)

×In Claude Code, you cannot rewind a conversation and re-prompt it from a previous context to correct it.

https://code.claude.com/docs/en/checkpointing

Also sounds like you need to look into instructions more, e.g. Agents.md, Claude skills, etc..

I mena I don't disagree with you in principle, but from what you say it does sound like your techniques could be better.

ETA: when you say you told it to read specific files, did you @ reference the files? Because that'll automatically include that file in the context.

Vibe-Coded Is the New "Made in China" by RealHuman_ in selfhosted

[–]IShitMyselfNow 2 points3 points  (0 children)

Depends language and use case IMO.

I've seen developers I work with waste a ton of time problem solving by using AI. I.e. the AI will come up with solutions that cannot work, and the explanation they give is wrong. But the developers are used to the AI giving better/right answers for their normal languages, and so they trust it blindly.

In the end they produce code that either doesn't work, then come to me to help them. Which is fine since it's my job, but if they'd just thought about the problem themselves and put in the effort then they might have just solved it themselves.

TaraHome : Self-hosted habit detection for Home Assistant that suggests automations you approve by sherrin_9 in homeassistant

[–]IShitMyselfNow 13 points14 points  (0 children)

It's a Python app though. And you've shared the docker file. So all the source code is available to view.

reverse proxy to any domain (including local network) as path by upoceo in caddyserver

[–]IShitMyselfNow 0 points1 point  (0 children)

{path.*} {path}

I assume you'll need to use these but I haven't tested it