Forgot your password?
typodupeerror

Comment Re:Funny but serious (Score 2) 44

an amusing example of how training can go wrong

My understanding is that this isn't a consequence of a flawed training algorithm or process; it's instead a consequence of the limitations of LLMs, emergent from their training materials. It closely parallels another example I've seen around the net, that of asking an LLM about getting a car to the mechanic, noting it's a sunny day and the mechanic is just a block away, and having the LLM suggest walking... which is a consequence of the bias in training materials toward walking because lots of people make visible posts about their having done so (because it's looked on favorably), whereas people who drive short distances (of which there are many, probably outnumbering walkers) don't trumpet having done so online, leading LLMs to emit advice about walking when possible (and in the case of the mechanic example, having a lack of comprehension of the pivotal aspect of having the car make it with you to the mechanic's shop).

Comment Known for 60+ years (Score 1) 82

I read about this phenomenon in the young adult novel "The Secret of Terror Castle", published in 1964. Three teenage detectives investigated a mysterious castle where nobody could spend the night without running away in terror. The culprit? Someone playing the lowest notes on a pipe organ to produce the jitters. This book was the first in a much beloved series called "Alfred Hitchcock and the Three Investigators".

Comment Time for a tax. (Score 3, Interesting) 97

Vaughan-Nichols is right about the problem and wrong about the solution. Voluntary pledge funds and tip jars have existed for a decade and the 60% unpaid figure hasn't moved. Sentry is admirable precisely because it's an exception, the model doesn't scale because it depends on individual corporate virtue, which is in shorter supply than VC funding.

Perens' Post Open licensing approach is interesting but creates a two-tier ecosystem: "free for individuals, pay for commercial use" sounds clean until you realize it breaks the fundamental property that made open source eat the world. The moment a license is commercial-use-restricted, it's not open source, it's source-available, and enterprises will treat it accordingly (avoid it, fork it before the license change, or just use the last MIT-licensed version forever).

What's actually needed: mandatory contribution structured as a fee, not a license restriction. Here's one way to do it. Small flat fee on all US commercial revenue above $5M (the entire world runs on OSS, everyone pays to maintain it), larger marginal fee on companies whose products directly incorporate OSS. Fees flow into a scoring-based royalty pool: your project's share is proportional to how much commercial revenue depends on it, revenue-weighted so a hedge fund running its entire risk engine on a niche numerical library counts for more than fifty startups using the same package for weekend side projects. Maintainers register and claim their allocation like music royalties, no government agency decides who gets hired, just checks cut proportional to actual commercial stakes.

The core insight: you can't solve a collective action problem with voluntary action. You solve it by making the externality visible in the price.

Comment Re:Where does the data live? (Score 4, Informative) 26

Thanks for your questions, Freenet caches data but it isn’t meant to be a long-term storage network. It’s better to think of it as a communication system. Data persists as long as at least one node remains subscribed to it. If nobody subscribes (including the author), it will eventually disappear from the network. So yes, if only your node subscribes then the data will only exist there and won’t be available when your machine is offline. But if other nodes subscribe it will be replicated automatically and remain available even if your node goes offline.

Submission + - New Freenet Network Launches With River Group Chat (freenet.org)

Sanity writes: Freenet’s new generation peer-to-peer network is now operational, along with the first application built on the network: a decentralized group chat system called River.

The new version is a complete redesign of the original project, focusing on real-time decentralized applications rather than static content distribution. Applications run as WebAssembly-based contracts across a small-world peer network, allowing software to operate directly on the network without centralized infrastructure.

An introductory video demonstrating the system is available on YouTube.

Slashdot previously covered the reboot of Freenet in 2023 in this article.

Comment Re:Mostly agreed, but... (Score 1) 53

It is sad to see an innovator lose out,

They were first to market, but I don't think of them as having invented the product.. The emergence of chatbots seems inevitable once the paper in 2017 was authored by several google engineers (titled "Attention is all you need")... it was just a question of exactly who and when. If OpenAI hadn't gone first, someone would have shortly after.

And, in a lot of ways even that google paper's "breakthrough" wasn't so much the tech (neural nets) but the precise adaptation of it that made it highly parallelizable.

And a necessary ingredient was tons of data, and processing power. So this couldn't have happened in a garage operation like the innovators of yore. And the biz models they're all coming up with are all cloud based -- not that I don't see the profit motivation, but so utterly to the exclusion of any offering that could guarantee privacy; all we "know" about chatbot conversation privacy is what each vendor claims at the moment,, which isn't much, wouldn't be verifiable if it was, and could change on a whim tomorrow.

For these reasons, I don't attach much "early innovator" romanticism to the players here.

Slashdot Top Deals

UNIX is many things to many people, but it's never been everything to anybody.

Working...