Create a foundation for & incentive adoption of a new technology.
The technology required to solve Web related issues.
Where the world is heading.
Avert a proven & largely unknown âWeb apocalypseâ.
Apr 2, 2021 ⢠4 tweets ⢠1 min read
Our 2nd recent breakthrough a shared browser cache pool designed to speed up static asset downloads. Imagine you visit a site that has a specific Javascript library like Jquery. Itâll store that file separately from the URL/request and identify it by its checksum.
When you visit a new site thatâs also using the same library itâll check the cache pool for a matching checksum of the required static asset. If it finds it itâll automatically complete the request even if itâs part of another request from a different URL or domain.
Apr 2, 2021 ⢠12 tweets ⢠2 min read
We had a recent breakthrough for the UW and specifically UDSP. It allows the server to essentially blast packets to a client with minimal state updates, sending dramatically less data thatâs used to keep track of chunks, & can be paused or even recovered even after disconnection.
It also can have multiple servers or a decentralized pool of clients that can send specific portions of a file. The client can receive packets out of order and even fill in missing segments even after total disconnect.
Apr 2, 2021 ⢠4 tweets ⢠1 min read
A plethora of Network commits started hitting the public git stable branch yesterday & more are on their way out. Will mark UDSPs Release candidate 1 & allow anyone to throw up their own DIS/UW server with minimal config. github.com/universalweb/NâŚ
There are major changes in Alpha RC 1 that makes the docs on the SNTVT domain outdated but the Whitepaper is accurate.
3) A pop up window loads
4) In that pop up you have to either login again but to a different service or if youâre lucky already signed in
5) Grant access to the site to one of your above accounts FYI @apple has great privacy email options now
Nov 4, 2019 ⢠17 tweets ⢠3 min read
There are many projects looking to build a âreplacementâ for the Web. Not including those simply offering a decentralized version alongside the Web I see such projects as far more sane and rational.
Projects that believe a decentralized and blockchain based web would ever replace the web we have today is either intellectually dishonest or donât actually understand the nature of the Web and decentralized systems.
Oct 16, 2019 ⢠8 tweets ⢠2 min read
For the #web#developers out there. Imagine this. The first packet a client sends to a service is encrypted already with an AEAD algo. With this single packet the user is able to establish a real time bidirectional socket to the server.
During the handshake process the server automatically logs the user in using their identity certificate which holds their public key. The certificate is signed and verifiably authentic.
Oct 15, 2019 ⢠14 tweets ⢠4 min read
A Story from the future. I look to my dock and see the UW Browser bouncing to call my attention. I click and see that over the Viat wallet icon on the top right side of the browser thereâs a 1 indicating unread wallet activity.
I read the most recent one. Itâs from @MattKarasiewicz paying me back for getting him a coffee the other day (I donât drink coffee). I can see that he paid a little extra to use some of the centralized services to guarantee instant delivery and he sent it a few hrs ago.
Oct 7, 2019 ⢠7 tweets ⢠2 min read
âWill current hardware be compatible.
Yes. No new hardware would be needed to support the Universal Web. All existing hardware works perfectly fine.
âHow do people gain access to the new webâ
Simply support it via a module/library like we do now with HTTP and quick. UDP is already supported. We are providing a browser with built-in support via electron which is chrome + Nodejs. This is why we have a client module.
Sep 29, 2019 ⢠8 tweets ⢠3 min read
Technically any Universal Web server can run on any port and wonât be an issue for the client. Due to the client getting the certificate from the DIS which specifies port.
A client could request a hostname and the DIS would respond with a default certificate for that specific hostname. Meaning a port isnât a required property for the request object sent to the DIS.
Aug 24, 2019 ⢠5 tweets ⢠1 min read
It is possible for BTC and other projects using (HTTP or TCP) to swap their data transport protocol out for a specifically tailored version of UDSP. It will drastically speed up network related communications and in-turn speed up the network as a whole.
Further more operations on the data itself could also be quicker in some cases that would require JSON and base64ed data. As our latest packet design doesnât require that binary data be converted to base64 while also being inside objects.