/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.mollywhite.net
| | www.institutionalinvestor.com
4.3 parsecs away

Travel
| | Investors face tough questions following the FTX debacle. (Part of the crypto column series.)
| | jacobin.com
6.5 parsecs away

Travel
| | The Trump White House has helped install the ticking time bomb that is cryptocurrency directly into our economy. When it blows up, the damage will be catastrophic.
| | trendless.tech
6.2 parsecs away

Travel
| | Computer files don't often stay the same. They're updated with new information, new metadata, things are moved around, glitchy code is patched, updates roll out to handle changes from other software, databases get cleaned up, and so on. Naturally, across a distributed system (such as cloud synchronization), this can pose extremely complicated challenges. There are [...]Read More... from Blockchain: So What's Bitcoin, Anyway?
| | developerlife.com
22.8 parsecs away

Travel
| TLS is the backbone of web security. We will explore using TLS with Rust, and CFSSL to create a certificate authority to issue self signed certificates & keys. We will also create a server and client that communicate securely over the network using tokio and upgrade insecure TcpStream to TLSStream, and work with TLSAcceptor and TLSConnector.