1-dan master of the unyielding fist of Bayesian inference
6295 stories
·
1 follower

Edge.js: Running Node apps inside a WebAssembly Sandbox

1 Share
submitted by /u/fagnerbrack to r/javascript
[link] [comments]
Read the whole story
clumma
34 minutes ago
reply
Berkeley, CA
Share this story
Delete

Introducing Maia-3: free and open source

1 Share
Introducing Maia-3: free and open source submitted by /u/ashtonanderson to r/ComputerChess
[link] [comments]
Read the whole story
clumma
34 minutes ago
reply
Berkeley, CA
Share this story
Delete

An OpenAI model has disproved a central conjecture in discrete geometry

1 Share
An OpenAI model solved the 80-year-old unit distance problem, disproving a major conjecture in discrete geometry and marking a milestone in AI-driven mathematics.
Read the whole story
clumma
22 hours ago
reply
Berkeley, CA
Share this story
Delete

Show HN: Freenet, a peer-to-peer platform for decentralized apps

1 Share

For the past 5 years or so I've been working on a ground-up redesign of Freenet, my peer-to-peer project from the early 2000s (now renamed Hyphanet).

The new Freenet has been up and running since December along with some early applications like River[1], our decentralized group chat and Delta - a decentralized CMS. Users have already started to build their own apps on Freenet including games, and we have some interesting apps in development like Atlas, a search/recommendation engine.

Architecturally, this new Freenet is a global, decentralized key-value store where keys are webassembly contracts which define what values (aka "state") are valid for that key, how or when the values can be mutated, and how the state can be efficiently synchronized between peers.

We've developed a unique (AFAIK) solution to the consistency problem, every contract must define a "merge" operation for the contract's associated state. This operation must be commutative, meaning that you can merge multiple states in any order and you'll get the same end result.

This approach allows state updates to spread through the network like a virus[2], which typically achieves consistent global state in a few seconds or less.

Like the world wide web, Freenet applications can be downloaded from the network itself and run in a web browser - similar to single-page apps on the normal web. However, rather than connecting back to an API running in a datacenter, the webapp connects locally to the Freenet peer and interacts with Freenet contracts and delegates over a local websocket connection.

If you'd like to try Freenet we have convenient installers for the major desktop OSs but not yet mobile, and you can be chatting with other users on River within seconds[3]. Happy to answer any questions, you're also welcome to read our FAQ[4], or watch a talk I gave back in March[5].

[1] https://github.com/freenet/river

[2] https://freenet.org/about/news/summary-delta-sync/

[3] https://freenet.org/quickstart/

[4] https://freenet.org/faq/

[5] https://youtu.be/3SxNBz1VTE0


Comments URL: https://news.ycombinator.com/item?id=48223362

Points: 372

# Comments: 268

Read the whole story
clumma
22 hours ago
reply
Berkeley, CA
Share this story
Delete

SpaceX S-1

1 Share

Article URL: https://www.sec.gov/Archives/edgar/data/1181412/000162828026036936/spaceexplorationtechnologi.htm

Comments URL: https://news.ycombinator.com/item?id=48213933

Points: 452

# Comments: 374

Read the whole story
clumma
22 hours ago
reply
Berkeley, CA
Share this story
Delete

I’ve built a virtual museum with nearly every operating system you can think of

1 Share

Article URL: https://virtualosmuseum.org/

Comments URL: https://news.ycombinator.com/item?id=48195009

Points: 963

# Comments: 223

Read the whole story
clumma
22 hours ago
reply
Berkeley, CA
Share this story
Delete
Next Page of Stories