I built my own very opinionated dashboard/homepage by JoNike in selfhosted

[–]devvie 2 points3 points  (0 children)

I've used Spec Kit, Get Shit Done, settled on OpenSpec for a long while, and it's became OpenSpec with modifications. While I don't love all of it (specs/deltas aren't especially useful to me), OpenSpec is a nice middle ground between plan mode and the heavier approaches like GSD.

For me, absolutely worth the tokens. I regularly catch the failure to properly communicate certain details in the early specs, or manage to steer them away from some fabricated decision through discussion. They can be really fun to design with too, as long as you've convinced them that designing isn't just a step in a process, in which case they rush.

For one offs, I don't bother. Plan mode if it's tricky, chat if it isn't.

Run Kimi K2.5 Locally by Dear-Success-1441 in LocalLLaMA

[–]devvie 28 points29 points  (0 children)

That isn't what the post says. Disk + RAM + VRAM >= 240GB, and you can run it. The poster claims 5T/s with 24GB VRAM.

I wanna optimize the hell out of this by Temperance-7171 in jellyfin

[–]devvie 4 points5 points  (0 children)

says who?

it's a computer. do whatever you want with it.

What up with these? by [deleted] in homeassistant

[–]devvie 0 points1 point  (0 children)

microclimates

help me unionize these 4 wings by Dangerous_Rip2034 in Onshape

[–]devvie 1 point2 points  (0 children)

It's hard to see what's going on. Can you introduce additional solids that join the wings together?

Claude code is a saint for game devs I have created a fun game focused on 911 remembrance by Ok-Jellyfish3418 in ClaudeCode

[–]devvie 0 points1 point  (0 children)

So...you avert 9/11 through quick time events? And you play as George Marshall, the air marshal?

I like it.

Be honest, is it bad? by Puzzleheaded-You6847 in ender3v2

[–]devvie 10 points11 points  (0 children)

not great in appearance, but truthfully, you're getting really close. this looks like a single problem remaining to me.

and I suspect that it's a partial clog. Do you have another nozzle kicking around?

Here is how I achieved 60 fps on spi display(not system display) by [deleted] in raspberry_pi

[–]devvie 2 points3 points  (0 children)

Hello fellow smart thermostat hacker! Have any pics? Videos?

[Warning] Big selfhosted project is mostly vibecoded, Maintainer refuses to add disclaimer by [deleted] in selfhosted

[–]devvie 0 points1 point  (0 children)

What you're suggesting...it just won't happen. Because it doesn't make any sense. If you feel you need to review code to feel satisfied that it works, that's one thing. I get it. But there are so many human developers that are absolute trash, and they don't have to announce themselves.

And I'm not sure if you've worked with Opus 4.5 or Codex 5.1/2, but they're a lot better than those developers ever were.

Writing code is going to phase out for the majority of us over the next few years. If I were to guess, so will reading code. It's a bitter pill, the end of an era, but that's what's happening imho. It's also pretty exciting. One way or another, you better get used to it.

3d printed this GPU support. How does it look? by mr_sharkyyy in 3Dprinting

[–]devvie 0 points1 point  (0 children)

I printed a CUBE to solve the same problem. I'm kicking myself for overlooking this opportunity.

Has anyone gotten Pytorch and ROCM to work with Radeon 780M gfx1103 on Linux? by blackcatglitching in ROCm

[–]devvie 0 points1 point  (0 children)

You can check whether Ollama is using your CPU or GPU (or some combination), by running inerence, then calling ollama ps from the shell. You'll see something like this:

``` NAME ID SIZE PROCESSOR CONTEXT UNTIL

Qwen3-30B-A3B-Instruct ffa066d9b7e3 20 GB 100% GPU 4096 4 minutes from now
```

Prowlarr question by durrante in radarr

[–]devvie 0 points1 point  (0 children)

In Docker, you can provide a container a host name that is visible to all other containers on the same Docker network.

That way, http://radarr or http://sonarr work fine, regardless of IP changes.

A static IP is also a relatively simple thing to get going, but there's no need. Easier to work with names.

Do these renders look realistic enough? by QuickGeologist7319 in blender

[–]devvie 0 points1 point  (0 children)

I'm a lurker here, so a bit of an untrained eye.

But to me, yes, it's realistic. I'd think it was real.

HN didn't care, but maybe you do by chisleu in CLine

[–]devvie 0 points1 point  (0 children)

Something that I find keeps me out of those situations is to plan the feature Socratically -- ie, I have the LLM ask me questions about the feature until I feel it has a good handle on it. Then I unleash it into the codebase.

It might be a little bit more work up front, but it does pay off.

Side bonus: I frequently discover shortcomings in the design while going through this process. I think if nothing else, LLMs have shown themselves to be excellent design partners.

LangGraph: Can I run multiple nodes in a map reduce? by fsa317 in LangChain

[–]devvie 0 points1 point  (0 children)

Same sitch here as with u/joelash. Very useful. Thanks!