Forgot your password?
typodupeerror

Comment Not all slop is equal (Score 1) 36

I've heard some pretty sad excuses for AI slop (Shunned at a Funeral) but some very clever uses for it too (Amelia). "The best thing the government did...was invent me!"

As long as they're honest about it being AI I'll decide what I want to listen to. It's hard for it to show any creativity, but creativity is sorely lacking in all current music.

...laura

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 So we're all past accepting it doesn't work? (Score 1) 90

The cope has been nauseating.

It works. Everyone onboard now?

Now it's about how it scales and how we optimize use and lower release cycle time.

Everyone agonizing over token costs doesn't understand the exponential cost decay.. and how are you going to compete with hyperscalers who have essentially unlimited, near-free tokens.

Buckle up.

Comment Re:Hybrids are kinda "ick" .... (Score 1, Informative) 157

Ultimately, it was just a car lugging around all the things required for an internal combustion engine AND electric vehicle parts at the same time. Double the complexity and a rolling compromise.

That was my experience owning a hybrid. Ultimately, the controller part that mated the EV and ICE vehicle parts was what failed, and the cost of trying to fix that negated pretty much any fuel savings we'd ever get out of the vehicle.

A plug-in hybrid with a proper battery that can run as an EV for short trips and use ICE for backup makes a lot more sense. The range extender hybrids are just extra complexity for what's just a hack to reduce fuel consumption. But to maximize that fuel consumption, you kinda need to tweak your driving patterns to optimize for EV behaviour, which is also a technique that can get significant fuel savings on an ICE car.

Comment Re:Ubuntu is slowly becoming MS Win (Score 1) 135

despite the fact that no one asked for it

Not exactly true; Unity was first seen in the netbook edition, and it was darn near perfect for that environment. The netbook edition was shipped pre-installed on various netbooks until Microsoft got their thumb out, so I'd argue that someone definitely asked for it, and Ubuntu delivered.

Switching the non-netbook Ubuntu to Unity maybe wasn't the best choice, but at the same time, that's around when both KDE and GNOME kinda lost their collective minds and decided to rewrite just about everything, so I kinda consider Unity to be the desktop that got Ubuntu users through that mess until we had more sane alternatives.

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.

Slashdot Top Deals

A morsel of genuine history is a thing so rare as to be always valuable. -- Thomas Jefferson

Working...