admin

joined 2 years ago
[–] admin@mastodon.futurelab.social 5 points 10 months ago (3 children)

@AEMarling @ChaoticNeutralCzech The two in your projection are definitely appropriate, and are how I found your post. Maybe #GuerillaActivism and #ClimateCrisis. Be sure to use PascalCase for hashtags so that screen readers break them into sane words, and use alt text for your images :)

[–] admin@mastodon.futurelab.social 1 points 10 months ago

@schmorpel additionally, using containers allows for wrapping of dependencies. If I have one application that uses python 2.7 and another that uses python 3, installing both versions on the host system could cause conflicts. But containers have separated file systems, so they can each have their own dependencies without conflict. Mastodon runs a web service to serve http content, a database, various workers etc that can all run together on an separate network stack from other containers.

[–] admin@mastodon.futurelab.social 0 points 10 months ago (1 children)

@schmorpel It's about defense in depth. If you are running an application inside of a docker container, it's much more difficult for it to interact with or compromise other applications running in other containers or on the host system. So if I'm running a bookwyrm instance and a mastodon instance in separate containers, and there's a security flaw in bookwyrm that someone exploits, that doesn't mean they automatically get access to the mastodon stuff too.

@syl @poVoq the Monk and Robot series is fantastic. Also recommend A Half-Built Garden and The Terraformers.

@may_pretender LoRa/MQTT battery/solar powered air quality sensor? Something that could be deployed en mass to an apartment building roof or across a national park to provide air quality information back to a central location.