Forgot your password?
typodupeerror

Comment Re:"bring the missing functionality back in future (Score 5, Insightful) 31

Audacity has been on a very long journey to modernize itself. It wouldn't shock me to learn that they shipped it with functions that are being most widely used or easiest to carry over just to get over the hurdle of getting a major release out the door. It's a beloved tool; I know a bunch of people for whom it's a production linchpin, and I think the developers working on are aware of the number of edge cases where only some tiny fraction of their users make use of a feature. Those people can stay on version 3 for now.

IIRC, a lot of what needed to happen with Audacity was an overall change in user interfaces, which required a lot of deep thought about how people interact with the application. It may be that some of the unhandled features just don't align with the current user experience.

Comment Re: 3 separate machines in one box, (Score 1) 38

Doing it in software means you can move CPUs from one machine to another based on the time of day. Your CI infrastructure can lose some resources from its UI at night and make another server for nightly builds when most of your users are away, without either having a VM layer in between or needing the builds to happen on a kernel configured with the features needed by the UI.

Comment Re: How this may play out (Score 1) 73

The real issue is that the packaging process used to create vaccines in quantity is a process where you mix a tank of mRNA with a tank of other stuff and get a tank of lipid nanoparticles. Getting different mRNA in each dose means you only get one patient's vaccine per time you start and stop the machine. There's also a step where one copy of mRNA is used to make a macroscopic quantity of copies in a bioreactor that needs to be flushed in between different sequences, but can just run when making enough of the same thing for a large population. It's likely that the cost for each different sequence will come down if it's worth designing and building equipment that switches every dose, but there's an intermediate time between proving that the treatment is useful and being able to provide it in a cost-effective way.

Comment Conversations (Score 1) 120

"How did you get hired?"
"I was top at Fortnite. You?"
"Combat flight sims."

"Damn, two Boeings just crashed over an oil refinery on city limits and took out half the city."
"Did you remember to save your position beforehand?"
"Yeah."
"The reload and continue from there. No-one will notice."

I love computer games. I have XPlane 12 and many scenery packs. I rank well on Elite:Dangerous. From the sounds of it, the FAA would see me as over-qualified. In reality? There's no way in hell I'd be taking those kinds of risks with real lives. There's a huge difference between having good reflexes and a good eye, versus having the complex 4D spacetime relationship mental models needed for robust air traffic control.

Comment Re:So i can just post 30TB and get it later? (Score 5, Informative) 66

No. Trying to push 30TB into Freenet will be interpreted as an attack on the network by other peers and they'll disconnect from your peer.

Freenet is better viewed as a communication medium than a storage medium. Data is prioritized according to demand, somewhat like an LRU cache. You can't upload 30TB and expect the network to preserve it for you.

On liability, running a Freenet peer is more like running network infrastructure that automatically routes and caches other people's traffic than intentionally publishing it. US law explicitly recognizes this distinction in the DMCA's provisions for transitory network communications and system caching. We discuss this in more detail in the FAQ.

Comment Re:Just a heads up, decentralized platforms... (Score 4, Informative) 66

You obviously haven't tried Freenet. You can join our room on River and you'll see no spam, no fraud, no hate speech, none of that.

Decentralized doesn't mean unmoderated. Systems built on Freenet can be moderated however their creators and communities want. River is moderated.

The difference is that nobody running one service gets to decide what everyone else is allowed to run.

Submission + - Freenet: Apps Without Platforms

Sanity writes: Earlier this year Slashdot covered the launch of the completely redesigned Freenet. I recently gave a talk about what we've been building since then. Unlike traditional web applications, apps on Freenet have no central server or database, with application state instead distributed across the network. These now include decentralized group chat, publishing, search, and fully decentralized Git hosting. The talk also gets into some of Freenet's internals, including how we use machine learning for network routing.

Comment Re:Need new AI editors (Score 1) 65

You see, Linus has embraced transhumanism and is testing out the new kernel as a supplementary brain function, using MOSIX to offload all of the irritable comment generation at yet more nonsense on the mailing list to an Elizabot that he has written specifically to do this. This saves his actual brain for real work.

Comment Grok is not a useful advisor. (Score 1) 1

AI is not currently capable of performing any meaningful conceptual abstraction, it is only capable of very basic mechanical abstraction. Abstraction is itself multi-dimensional. Nor is there any indication that AI could ever perform multi-dimensional abstraction or multi-dimensional decomposition. Precious few humans are capable of it either, but some can.

No, AI would need humans because the best system is not a pure system but a hybrid system, and that means transhumanism with AI operating as an additional brain function rather than as a replacement for a brain.

Slashdot Top Deals

COBOL is for morons. -- E.W. Dijkstra

Working...