med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

365
active users

#autonomidweb

2 posts2 participants0 posts today

#AutonomiDweb v0.10.1 is out! with performance improvements and the odd bugfix! 🥳

What this? It's a Windows, Mac and Linux app for viewing websites and using apps on the #Autonomi #p2p network. Oh, and you can publish static and dynamic websites with it too.

Here's a screenshot of Atlas, a dynamic web app for social sharing of links to Autonomi content, making comments, likes etc

More: forum.autonomi.community/t/dwe

Code: codeberg.org/happybeing/dweb #FOSS #AGPL

The #Autonomi community now have a place for community created documentation with the first contribution:

- REST APIs for Autonomi

by me. :blobcatcheer:

My main project is #AutonomiDweb

codeberg.org/Autonomi_Communit

#Codeberg continues to impress and it's awesome that it is an EU based non-profit.

Summary card of repository Autonomi_Community/Community_Docs
Codeberg.orgCommunity_Docs/README.md at mainCommunity_Docs - Information created by the Autonomi community

When I take a day away from code, and I've had several this week due to a failed laptop, I feel excited at the prospect of getting back to even the most mundane parts of what I'm working on. Currently CI builds on #Codeberg 😆

Because I'm so excited about #AutonomiDweb and that's intensifying as others begin see what it can do and are getting excited about it too.

My inner coder is doing the happy 🕺

Replied in thread

@hal_pomeranz all this will just increase the incentive to find and adopt alternatives which in the longer term will be a good thing... I hope. It's what I build and support, have have done for a decade, and every year something has happened to make me scream "fuck we need this now". Thankfully it is being born right now for early adopters and we are pushing hard to make it accessible to as many people as possible.

See #AutonomiDweb
@SteveBellovin

The decentralised web is live on #Autonomi accessible from Windows, MacOS and Linux! 🥳

Download dweb at the link below (or `cargo install dweb-cli`) and then:

dweb serve

And in another terminal:

dweb open awesome

That opens a website with some of the first perpetual, versioned websites on the #p2p network that is #AutonomiDweb

It includes apps too, but you can view the websites without any more setup. Download v0.9.1 at github.com/happybeing/dweb/rel

Anyone can publish with #dweb

Publish and view websites on the decentralised web of the Autonomi peer-to-peer network - happybeing/dweb
GitHubReleases · happybeing/dwebPublish and view websites on the decentralised web of the Autonomi peer-to-peer network - happybeing/dweb

Early days but it looks like #AutonomiDweb (p2p web publishing and viewing in a standard browser, #p2p web apps using #dweb's #REST API) ...

...works on #Windows.

I never tested this, a big complex project developed on Linux and just today built for MacOS, Windows and Linux using CI.

It works! #Rustlang is awesome. Someone earlier built for Mac so that should be good too.

Just need to get the CI over to #WoodpeckerCI on #Codeberg for which I can't find examples yet and the docs are not easy

Replied in thread

@naturzukunft Using #AutonomiDweb you would be able to do this, if I understand the question 🤷‍♂️, using a URL which handles versioning of the file.

So each file version has a content ID as it's just a file, but to access it an append-only list of every version of the file is accessed using the address of the list plus a path to the file (in a directory like structure). Each update creates a new structure that is added to the list.

The file contains the address of the list and it's own path.

Replied in thread

@craigsilverman
In case it interests you, I created a tool that publishes and updates websites which ensures anyone can access every version after that.

No link rot, expired domains or ongoing fees to keep those sites live.

Using p2p it can't be taken down, but it's not IPFS or blockchain.

I didn't build all of that, just the web part. It's early stage software, but it works: #AutonomiDweb