HackerTrans
トップ新着トレンドコメント過去質問紹介求人

richstokes

65 カルマ登録 6 年前

投稿

Show HN: ChaosDrive – Virtually Circuit Bend a Sega Genesis/Megadrive

chaosdrive.online
1 ポイント·投稿者 richstokes·4 か月前·0 コメント

コメント

richstokes
·3 日前·議論
Is it a nightmare? I pasted the first, zoomed out, image of the shirt into ChatGPT, and it decoded it / let me know what the bash script does in one shot
richstokes
·24 日前·議論
Pretty bad. It seems to have very limited context, and it mostly cant follow up on things if you have additional things to ask. It was ~fine when it first came out, but seems to have made basically zero progress since then, and frankly feels pretty dumb compared to talking with modern LLM-type apps.
richstokes
·27 日前·議論
American football is unwatchable to me for that reason. It’s so stop-start. 30 seconds of play followed by 3 mins of ads. It’s just insane. Feels like the entire game was designed around maximizing commercial sales heh
richstokes
·先月·議論
Andddd now everyone knows that an arbitrary text string in a device hostname is enough to ground a flight.
richstokes
·2 か月前·議論
What if you deploy to a different CPU architecture than you develop with? Some languages/libraries use pre-compiled binaries as part of their packages.
richstokes
·2 か月前·議論
I wonder if you could repurpose the cars SIM card (eSIM or otherwise) / cellular modem for your own use? Like presumably the manufacturer is paying a data plan to a cell provider. If the connection is not locked down to specific traffic I wonder if it could be reused
richstokes
·2 か月前·議論
It was the Wild West back then. Good times!
richstokes
·2 か月前·議論
Kinda related but I used to practice guitar in my dreams. If I had been learning something I’d often dream about playing it over and over again, and even going beyond that and figuring out “solos” and melodies and stuff over the chord. Can’t be sure if it translated into any real life skill, but it felt like I was actually learning or at least strongly reinforcing what I’d been practicing.
richstokes
·2 か月前·議論
Was thinking the same honestly. GH is very sticky though, especially when you have actions and all kinds of other integrations set up. But it’s just kind of absurd at this point how many outages they have.
richstokes
·3 か月前·議論
Are there benchmarks of this / what’s the best way to compare it against paid models? With all the rate limiting in Claude/Copilot/etc, running locally is more and more appealing.
richstokes
·3 か月前·議論
Do you use it with ollama? Or something else?
richstokes
·3 か月前·議論
My personal Claude sub (Pro), I can burn through my limit in a couple of hours when using Opus. It's borderline unusable unless you're willing to pay for extended usage or artificially slow yourself down.
richstokes
·3 か月前·議論
The problem is half the time you don't know you need the better model until the lesser model has made a massive mess. Then you have to do it again on the good model, wasting money. The "auto" modes don't seem to do a good job at picking a model IME.
richstokes
·4 か月前·議論
Agreed. What network are they forgetting here? Pretty sure I've only ever seen that apply to wifi. Are they trying to say you might need to re-pair a bluetooth speaker on a date? I don't get it.
richstokes
·4 か月前·議論
Probably not. That would slow them down. The turbo button under-clocked CPUs :-)
richstokes
·4 か月前·議論
“Like carfax but for your home” is a really interesting idea. So many homes are bought with little-to-no history beyond an inspection of questionable thoroughness.

If this became the norm, somehow, it would be a really helpful tool for both buyers and sellers.
richstokes
·5 か月前·議論
Easily one of the top 25 horse drawing sites of 2026
richstokes
·5 か月前·議論
Same. I’ve had good results with read only accounts / tokens and let the agent have at it. Also works with terraform, aws cli, etc.

One does not need a new/separate tool to do any of this, just include it in your agents instructions.
richstokes
·5 か月前·議論
This. It's a false economy if you value your time even slightly, pay for the extra tokens and use the premium models.
richstokes
·5 か月前·議論
I think it's configurable, but my experience with terraform is that by default when you `terraform apply` it refreshes state, which seems to be tantamount to running a new plan. i.e. its not simply executing whats in the plan, its effectively running a fresh plan and using that. The plan is more like a preview.