Forgot your password?
typodupeerror

Comment Mercator works okay when you are zooming (Score 1) 274

But for a zoomable world map, the Mercator projection isn't too bad. Most of the time you are not opening Google Maps to see a view of the whole planet. You will zoom in to a smallish area, and within that area, the shape and relative sizes are preserved. OK, zoom level 5 in Iceland is a different magnification from zoom level 5 in Colombia. That doesn't matter much, as you just zoom to whatever level shows the area you want.

By contrast if you pick a projection like Equal Earth, it's great for a whole-planet view, but anywhere away from the central meridian is skewed. Your city map of Vancouver will show roads that run due north pointing diagonally up and to the right -- while east-west roads are still horizontal, so you can't just rotate. The fact that your zoom level shows the same magnification as someone in Madagascar viewing the same zoom level is irrelevant.

Comment Re:Needs an official Linux boot camp (Score 1) 70

I wrote a compiler for an ObjC-like language (with less brackets), which can produce binaries for any of {Mac, Windows, Linux, WASM, Arm A9 (Zynq), m68k or 6502} running on any of {Mac, Windows, Linux}. So you can produce a dev-signed Mac binary on a Linux box. I’m just going through extending that output range to mobile {Android, iOS} and I’ll release it as open source.

The compiler docs for the language (xc) are at https://compile-xc.org/ - feel free to browse.

I didn’t think getting the signing working for Mac/iOS was terribly hard.

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:I live in Washington state (Score 3, Insightful) 58

Sure, you don't want to pay full sticker price, because that's the sucker price. You have to waste a day of your life haggling with the dealer so that he can charge different prices to different customers. If you buy straight from the manufacturer under a no-haggle system, they have to offer the same price to everybody. So it's likely to be quite a lot less than the sticker price of a dealership-sold car. The manufacturer still wants to segment the market and milk more money out of less price-sensitive customers, but they have to do it by selling more luxurious trim levels.

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:USB 2? (Score 1) 31

I still want to use iTunes on my phone to replace my CD collection (or let me put the CDs in the basement while still listening to them). Sadly Apple has crippled it in another way. Songs disappear from iTunes on the phone if they would not be able to stream in your region, even though you ripped them from your own disc.

Slashdot Top Deals

Live free or die.

Working...