The only possible way for this to do anything measurable if it somehow reduces the 50/60Hz AC hum impressed on your body. But either way with the wavelength of 60Hz in meat being like earth sized I dont think any…
I presume "anti-satellite campaign" means hundreds of anti-satellite missiles launched into LEO / MEO, at which point we do have a serious problem
Well considering the proof is pretty much accepted by mathematicians to be correct (I'll be happy with that!), it would be sort of unnecessary to cheat. Maybe if some aspect is really tricky to formalize it could have…
I think there's a big misunderstanding going on here, translating the proof to Lean is, well... a translation task. Formalizing the proof in a way that's useful (breaks the proof down into relatively independent blocks…
Makes sense, I presume any defense corporation (even small ones of the drone manufacturer style) could get one of these running in a few months if needs arise. Now, for the defense model of "western" nations (once…
I wonder, at the point of such a simple thing as the Saheed (there are videos online of some of its electronics, not saying it's bad, indeed it's cheap and effective, but it's dirt simple), does the USA really need to…
I'm a bit of a victim to this mindset. I don't particularly play many video games, except the occasional one that clicks, but love making small game experiences and similar. I find that gamedev programming is very fun…
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 connect it to the internet, just use the…
Also read Greg Egan's short story Luminous :)
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!
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 that can somehow be cooled (microscopic IR…
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" in the spreading code itself, so if…
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
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.
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 description language i'm not aware of that…
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 the time and skill to actually…
Welp, I mean once the Rust rewrite is merged, isn't it vibecoded? Fair enough, it was vibecoded from a pretty detailed Zig specification :)
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.
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 through a micro controller, I presume…
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 drooling at the idea of never having to…
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 the edge cases for the tests? For me,…
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
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 now, the big capital doesn't really care…
Claude, fix the memory leaks, or you'll go to jail!
Wellll you could technically jam their uplink channels, but doing so may get the US in your doorstep quite quickly
The only possible way for this to do anything measurable if it somehow reduces the 50/60Hz AC hum impressed on your body. But either way with the wavelength of 60Hz in meat being like earth sized I dont think any…
I presume "anti-satellite campaign" means hundreds of anti-satellite missiles launched into LEO / MEO, at which point we do have a serious problem
Well considering the proof is pretty much accepted by mathematicians to be correct (I'll be happy with that!), it would be sort of unnecessary to cheat. Maybe if some aspect is really tricky to formalize it could have…
I think there's a big misunderstanding going on here, translating the proof to Lean is, well... a translation task. Formalizing the proof in a way that's useful (breaks the proof down into relatively independent blocks…
Makes sense, I presume any defense corporation (even small ones of the drone manufacturer style) could get one of these running in a few months if needs arise. Now, for the defense model of "western" nations (once…
I wonder, at the point of such a simple thing as the Saheed (there are videos online of some of its electronics, not saying it's bad, indeed it's cheap and effective, but it's dirt simple), does the USA really need to…
I'm a bit of a victim to this mindset. I don't particularly play many video games, except the occasional one that clicks, but love making small game experiences and similar. I find that gamedev programming is very fun…
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 connect it to the internet, just use the…
Also read Greg Egan's short story Luminous :)
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!
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 that can somehow be cooled (microscopic IR…
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" in the spreading code itself, so if…
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
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.
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 description language i'm not aware of that…
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 the time and skill to actually…
Welp, I mean once the Rust rewrite is merged, isn't it vibecoded? Fair enough, it was vibecoded from a pretty detailed Zig specification :)
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.
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 through a micro controller, I presume…
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 drooling at the idea of never having to…
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 the edge cases for the tests? For me,…
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
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 now, the big capital doesn't really care…
Claude, fix the memory leaks, or you'll go to jail!
Wellll you could technically jam their uplink channels, but doing so may get the US in your doorstep quite quickly