See the approach is to target the repair drones first so that the enemy becomes killable. then you target the summoners to limit how fast the reinforcements get there, then you fight the big bad and scavange ammo/heals from the regular drones as you run around dodging lasers. It helps when you avoid fighting in the middle of a firestorm tho 😅
I am currwntly picking fights with the big bad aliens to work through some emotions 😈 Investing in shields paid off.
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
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.