Viewing profile — tatjam
tatjam
HN member- Joined
- Tue, Jan 09, 2024, 7:25 PM UTC
- HN karma
- 76
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About tatjam
Recent public activity
-
comment
Comment #49231131
I'm running my remarkable on some ancient software version, and honestly for my use case (reading textbooks and occasional note taking) the old version is perfectly fine. I don't c…
-
comment
Comment #49115916
Also read Greg Egan's short story Luminous :)
-
comment
Comment #48956724
In a twisted kind of way, this is an advantage of going to court in the US being SO expensive, even $500k may not be enough to justify it!
-
comment
Comment #48689989
You can't use a solar sail for this, but if you use lasers, you can get a few newtons / GW of incident laser power. Sci-fi stuff but if you can make a very very light reflector tha…
-
comment
Comment #48608066
Galileo already contains this function for the navigation message via OSNMA, and GPS CHIMERA is soon to be operational, with the latter actually including crytographic "signatures"…
-
comment
Comment #48510129
Uranium is not even that rare, it's just that when chemistry fails at separating atoms, you have to use physics, and 3 ~proton~ (EDIT: neutron) masses is very little to work with
-
comment
Comment #48435453
This is a very cool idea, feels like a sane way to use LLMs in this crazy time! Could be a very good way to break the ice when starting a new project and everything is friction.
-
comment
Comment #48372714
I'd honestly love to see the PCB. Using an LLM for a mostly geometric task like PCB layout feels like using a hammer to cook a chicken, unless KiCAD has some kind of text-based des…
-
comment
Comment #48335943
Aggh if only its LSP was better! I have always run into issues when using Helix with it (it kept crashing), and I'm absolutely spoiled by good LSPs in other languages :( Wish I had…
-
comment
Comment #48242103
Welp, I mean once the Rust rewrite is merged, isn't it vibecoded? Fair enough, it was vibecoded from a pretty detailed Zig specification :)
-
comment
Comment #47647921
Precisely, I would say embassy is a satisfying middle-point between "baremetal" firmware and running something like FreeRTOS / NuttX that hides the event loop from you.
-
comment
Comment #47630486
Writing embedded code with an async-aware programming language is wonderful (see Rust's embassy), but wonder how competitive this is when you need to push large quantities of data …
-
comment
Comment #46928278
I do agree with this, and in fact I do often use LLMs for for these tasks! I guess my message is more intended towards vibe-only coders (and, I guess, the non-technical higher ups …
-
comment
Comment #46927468
Would you consider drudgery the in-depth thinking that's required to actually go and write that algorithm, think out all the data ownership relationships, name the variables, think…
-
comment
Comment #46927304
Except the cooks don't exist anymore as they all have become head chefs (or changed careers) and the food is being cooked by magical cooking black boxes
-
comment
Comment #46922828
It's perfectly framed in the loss of local-compute autonomy that seems to be the trend nowadays: https://andrewkelley.me/post/renting-is-for-suckers.html If it wasn't obvious by no…
-
comment
Comment #46918606
Claude, fix the memory leaks, or you'll go to jail!
-
comment
Comment #46576198
Wellll you could technically jam their uplink channels, but doing so may get the US in your doorstep quite quickly
-
comment
Comment #46498660
Confusingly, because it stops the "particle spawning" but not the animation! At first I thought it just changed the background to orange.
-
comment
Comment #46431643
Exactly, for the thing that has been done in Github 10000x times over, LLMs are pretty awesome and they speed up your job significantly (it's arguable if you would be better off us…
-
comment
Comment #46364834
This kind of stuff could trigger the next revolution in computing, as the theoretical energy consumption of computing is pretty insignificant. Imagine if we could make computers wi…
-
comment
Comment #46208099
Lean 4 seems to be pretty AI-usable, and you get insane guarantees (but LLM do seem to make very heavy use of "sorry")
-
comment
Comment #46192580
As a quick example, compare doing embedded work with a C static uint8_t[MAX_BUFFER_SIZE] alongside a FreeRTOS semaphore and counter for the number of bytes written, vs using Rust's…
-
comment
Comment #46192341
I think the key is that the LLM is having no trouble mapping from one "embedding" of the language to another (the task they are best performers at!), and that appears extremely int…
-
comment
Comment #45944045
I'm looking for it as a general development machine, sometimes I do stuff that requires GPUs so if they can get a competitive price wrt. building a custom PC then I'm all in for th…