| Website | https://niklaslochschmidt.com |
SoCraTes 2024 Registration is open!
Good news, everyone, the registration is finally open. 🥳
You can apply for a ticket here: https://buff.ly/3AcMoIY
SoCraTes 2024 takes place from the 22nd to 25th of August in Soltau.
We are looking forward to seeing you there! 😊
We have nine excellent trainers delivering seven important workshops over two tracks at the SoCraTes UK Training Day on 19th September 2024 at Abingdon near Oxford.
Come along for the #training and stay for the #unconference to get the full benefit!
Get your ticket at socratesuk.org
Remember that all prices include accommodation and all meals!
IT administration is still hard, but also:
- Endpoint security software is a backdoor
- Antivirus software is malware
- Compliance is not security
@malte I really like tailscale. I am using it for tunneling into my parents networks for tech support and for connecting to my home when on the go. Also have a Hetzner VPS connected as an Exit node for when I am on public networks.
I am tempted to use headscale, because I am worried about giving them the key to the castle, but personal accounts come with https://tailscale.com/kb/1226/tailnet-lock. So I hope I am good for now🤞
@malte the thing about ECS (with Fargate) is, I don’t know what OS is running the container. I don’t notice when the OS gets upgraded. I don’t know what hardware is running the container etc.
The trade-off is that it’s way more expensive and I have high variability in hardware performance, but that is exactly what I want when it’s about doing some live testing before committing serious time to it.
@malte finally had time to take a look.
It looks good but I think it isn’t quite what I am looking for.
With CoreOS, I still have to manage rollout of OS updates using an additional service (fleet lock?).
And to rollout an update to the containers I need to put docker swarm or k3s/k8s on top and manage that.
It’s doable but not quite „Here are some containers, please run them with a persistent disk“
Do/Have you used a CD/DVD/Bluray in a while?
What about burning a disk?
I'm surveying modern day awareness/usage of optical media, mostly to confirm some demographic theories, so if you know what a CD/DVD is, please help me (and maybe others) out by answering some ~10 questions here:
https://optical-media-survey.benjojo.co.uk/
And then please boost for better visibility! Thank you!
It’s 2024 and still hard to run stateful services on AWS without resorting to Kubernetes?
I just want to standup a three node cluster where each node gets a stable IP and persistent EBS volume attached and hosts a Docker container.
I don’t want to care about patch managing the host and I want to be able to upgrade the containers using rolling deployments.
ECS is close but missing EBS volumes that don’t get deleted on service restart. EFS is not an option.