Love how these need to take totally different interpretations for the symbol `.`
`foo=.`
`foo=bar.`
`foo=var.baz`
Got myself a giant rhino beetle friend so I've been riding it around lookin for treasure
Coding in rust makes me feel so stupid :P
It seems I need to place the mutex into an arc after all?
`Mutex<Option<TunnelManager>>`
is a lot more reasonable. :P
```
{
let mut tunnels1 = tunnels1.lock().await.unwrap();
tunnels1.open_tunnel(route_id).await?
}
```
Ain't it funky
This post brought to you by the Minima blockchain whitepaper. But honestly it seems every single neat protocol is doing this. https://docs.minima.global/minima_pdfs/Minima_Whitepaper_v11.pdf
As a...
- Cat
I want to...
- Go in to a box
So that I can...
- Sit in the box
It'd be cool if people making decentralized p2p protocols had flagship apps that were than "a chat app but only for people wanting to bother using this protocol". Most folks don't get much utility from yet another chat app and it's just the diehards that will bother joining and end up only using it to talk to each other while developer hours continue to not serve adoption at large.
Occult Enby that's making local-first software with peer to peer protocols, mesh networks, and the web.
Exploring what a local-first cyberspace might look like in my spare time.