Probably yeah. A fireproof safe will be airtight, so the system can only produce as much energy as whatever reagents you put inside.
- 0 Posts
- 8 Comments
disorderly@lemmy.worldto
Games@lemmy.world•Lutris now being built with Claude AI, developer decides to hide it after backlashEnglish
1·12 days agoYep, you and I are operating in orthogonal spaces. I genuinely envy you.
disorderly@lemmy.worldto
Games@lemmy.world•Lutris now being built with Claude AI, developer decides to hide it after backlashEnglish
2·12 days agoHaha, yeah I use it as well, and like I said it makes drafting the code a lot faster, but it dramatically slows down review and validation of fit for the business purpose.
If I could, I’d put the genie back in the bottle because having ICs dump thousand line MRs on each other and then finding out in gamma that it didn’t actually solve the problem is a ton worse than making a person actually think about what they’re gonna commit for a couple hours. But alas, if we don’t take a first draft with Claude or Gemini agentic tools for every ticket we’ll get PIP’d, so I guess the AI enthusiasts and their sponsors are happy.
disorderly@lemmy.worldto
Games@lemmy.world•Lutris now being built with Claude AI, developer decides to hide it after backlashEnglish
41·12 days agoI think that newer models of Claude are a lot better, but they are still just chatbots and they still just generate words. As anyone in the industry will tell you: typing out the code was never the slow part.
disorderly@lemmy.worldto
politics @lemmy.world•Team Trump struggles to spin the worst job numbers since the Great Recession
49·15 days agoThe economy not only shed jobs in February, it also lost jobs in two of the last three months, three of the last five months and five of the last nine months. (During Biden’s term, there were literally zero months in which the economy lost jobs.)
And this is all before the imminent corrections when the AI bubble pops, which will take us from accelerating tumble to free fall. An astounding feat, given what this administration was served up.
disorderly@lemmy.worldto
politics @lemmy.world•The Iran War Shows Why It’s Time for Chuck Schumer to Go
11·19 days agoDescribing Chuck Schumer as “political opposition to the fascists” is a bizarre joke, neighbor.
disorderly@lemmy.worldto
Selfhosted@lemmy.world•It might be a good thing for the Internet to get intrinsic resistance to DDoS attacksEnglish
22·20 days agoThis might seem like a very indirect response, and that’s because it is largely a notion I have after a couple years of observing the fediverse. My background is in infrastructure for micro services, which is a powerful source of bias, so take this with a grain of salt.
The fediverse is suffering from major problems caused by homogeneity, data duplication, and lack of meaningful coordination. It is completely unsurprising that it struggles to provide the level of service that most users expect. I’m not saying this to be mean, but because I’ve experienced these same growing pains in commercial settings.
The solution has always been to restructure product services in a way that separates concerns. Most of the big guys will, at a very high level, use an API gateway which handles security + authn, then forward requests to high level product services which in turn reach down to the data layer services (which are often ORMs with huge caches sitting on top of databases). Works great, usually.
The fediverse, from what I’ve seen, does not do this. Everyone sets up largely identical monolithic applications which share messages through the Pubsub protocol. Information is duplicated everywhere, and inter-instance communications are a liability not only in content but even in compute and persistence (you can absolutely get DDOS’d by a noisy neighbor). Individual instances are responsible for their own edge security, compute, and data. It’s just a lot to ask of a single person that wants to host a federated instance.
I think that a healthy federated internet will eventually require highly specialized instances at several layers, and for certain maintainers to thanklessly support the public facing services. One of the most obvious classes of these specialized instances, to me, would be the data layer and catching instances, which exist to ensure that content posted on one instance is backed up and served for other instances. It reduces the strain on public facing instances because they no longer have to host all the content they’ve ever seen, and it also ensures that if a public instance goes down, the content does not disappear with it.
This same principle could be used on “gateway” or “bastion” instances which enforce strict security on behalf of public instances. Public instances would block direct connections while treating requests from the gateway nodes as highly privileged. Each public instance would either find a gateway instance to protect it or handle its own security and inter-instance communications.
This obviously isn’t a complete solution, and it’s a hell of a long way from a technical specification, but my hope is that others who are looking at the weird and wonderful landscape of our new internet are having similar concerns and reaching similar conclusions.

I assume you mean radio frequencies, and the answer is basically none. A grounded fireproof safe is basically a perfect faraday cage.
EDIT: Ok, I actually have a pedantic answer for this. If you put a microphone on a device inside the safe, you can signal it from outside by sending it vibrations, and you could encode a message in binary and thus technically send it a “digital signal”. If you wanted to be a little more analog you could use Morse code :)