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

cloudhead

no profile record

投稿

Community Computer: Collaborative Autoresearch on a Peer-to-Peer Network

community.computer
11 ポイント·投稿者 cloudhead·3 か月前·0 コメント

A.I. and the Future of Computing

radiant.computer
1 ポイント·投稿者 cloudhead·5 か月前·0 コメント

コメント

cloudhead
·2 か月前·議論
Thanks for explaining!
cloudhead
·2 か月前·議論
Did you have to look or review any of the code produced, to get the performance/capabilities that you wanted, or were all interactions through CC? In other words, did you hit any walls with the pure agentic workflow?
cloudhead
·4 か月前·議論
I’m working on Radiant Computer: https://radiant.computer — a new from-scratch personal computer and OS.
cloudhead
·5 か月前·議論
The title is misleading
cloudhead
·5 か月前·議論
Can you elaborate? Zig has a lot of traction already.
cloudhead
·5 か月前·議論
Uhm yeah, a touch screen is not a keyboard. It will never be one.
cloudhead
·5 か月前·議論
So 5000 IU is the recommended amount?
cloudhead
·6 か月前·議論
Hyperion, anyone?
cloudhead
·6 か月前·議論
What's MC/DC?
cloudhead
·6 か月前·議論
How does this work? Files need to reference other files eg. for calling functions from other modules, which means semantic analysis needs both files in memory to check the types. This is especially complicated with mutual recursion across modules (separate compilation doesn't apply here). If you're building a language like C where everything requires forward declarations, then maybe, but anything more modern seems difficult.
cloudhead
·6 か月前·議論
I think you’re right with regards to the intention — but I’ve personally not experienced the case of an std lib being too big — good examples of “the right size” would be Go or Zig.
cloudhead
·6 か月前·議論
The fact that you either need a third party dependency or a large amount of boilerplate just to get decent error reporting, points to an issue in the language or std library design.

I've started also dropping `thiserror` when building libraries, as I don't want upstream users of my libraries to incur this additional dependency, but it's a pain.
cloudhead
·6 か月前·議論
False dichotomy.. if reliability matters, you have to invest in both. Fault tolerance is not a replacement for correctness.
cloudhead
·7 か月前·議論
What’s wrong with your keyboard haha
cloudhead
·7 か月前·議論
For sure, and I guess that's kind of my point -- if the OP says local coding models are now good enough, then it's probably because he's using things that are towards the middle of the distribution.
cloudhead
·7 か月前·議論
In my experience the latest models (Opus 4.5, GPT 5.2) Are _just_ starting to keep up with the problems I'm throwing at them, and I really wish they did a better job, so I think we're still 1-2 years away from local models not wasting developer time outside of CRUD web apps.
cloudhead
·7 か月前·議論
And your point is? Shipping garbage is better than not shipping anything?
cloudhead
·7 か月前·議論
https://radiant.computer

A new vertically integrated operating system and computer for the next generation.

Working on the native language and OS currently!
cloudhead
·7 か月前·議論
Looks interesting, but I self host so it would have to work with plain Git URLs.
cloudhead
·7 か月前·議論
> LLMs deserve a 100x better browser.

Hold on, why can't humans have a 100x better browser?