I mean, there’s a 99% chance this is running in a container, and so worst case you kill that specific container, which is immediately spun up again
Little bit of everything!
Avid Swiftie (come join us at !taylorswift@poptalk.scrubbles.tech )
Gaming (Mass Effect, Witcher, and too much Satisfactory)
Sci-fi
I live for 90s TV sitcoms
I mean, there’s a 99% chance this is running in a container, and so worst case you kill that specific container, which is immediately spun up again
Exactly. Comedies don’t need to involve will Farrell and have low ball humor. It can be subtle. The book was very funny, it’s how he stayed alive, making light of his situation. I don’t know why people would argue against that. In fact I’d say it does a great job at being an action, drama, and comedy
I’m personally looking into setting up a friendica instance for my family
Oh I know, it’s just that they said they’re removing moderation for “free speech” and then remove one of the ways you can express themselves. Just hypocritical.
Just making it clear that it wasn’t about freedom of expression or speech. True freedom of speech would mean keeping these even if it made other people uncomfortable.
He knows the only people who still use that platform are celebrating less facts and more AI slop. It’s time to seriously start getting our parents off of facebook
Yes, yes you really should
Phew, and here I thought they let AI out of pandora’s box too early. Good thing we’re ready for it as a society!
We’re in the mirror verse. Satire writers wrote this entire universe. Next thing he’s going to be auto driven into a shipping container and sent to a private island of a billionaire because the car was called home
If I’m reading your link right, they are using user agents. Granted there’s a lot. Maybe you could whitelist user agents you approve of? Or one of the commenters had a list that you could block. Nginx would be able to handle that.
Say McDonalds to continue
Apple killed it’s last version in August 2023 because it didn’t respect privacy. Where there’s object detection there’s csam detection. Which hey I think is good, and I wouldn’t expect an announcement about it. I just see how they did this, and this is exactly how I’d roll out a privacy focused csam detector if I was going to do it
From August 2023, they killed the non privacy focused one: https://www.wired.com/story/apple-csam-scanning-heat-initiative-letter/
Until you have a bad config as the other commenter pointed out and miss a critical email like an interview or medical item
Reading between the lines, I guarantee they’re doing the same thing for CSAM protection. I think sex offenders caused this to happen, I believe they found out that they were using photos to host that horrid stuff, and apple can’t just ignore it, so I think we have them to thank
Rule one of self hosting. Do not self host your own email. Only pain will you find.
You of course can, but there are so many additional hoops you have to jump through. I use my main domain for my email, but proton is one of the few subscriptions I happily pay for
Personally I suggest k3s, setting up a test cluster and playing with it. For volume management I use longhorn. It’s a HUGE learning curve, but it’s officially something companies will shell out big money for too if you’re willing to learn it. Soup to nuts from setting up test cluster and playing with it all the way to all of my services running was about 4 months of tinkering for me- but I’ll never go back
Exactly. Hell 50 bucks you can get a decent SSD. Just grab something, have all of your drives hosted via NFS, but then you aren’t hacking docker to run in ram all the time, and wasting your ram hosting stuff it doesn’t need to
Kind of, but probably not. I started writing this and was like “totally it could be stateless”. Docker runs stateless, and I believe when it starts it is still stateless (or at least could be mounted on a ramdrive) - but then I started thinking, and what about the images? Have to be downloaded and ran somewhere, and that’s going to eat ram quickly. So I amend to you don’t need it to be stateful, you could have an image like you talked about that is loaded every time (that’s essentially what kubernetes does), but you will still need space somewhere as scratch drive. A place docker will places images and temporary file systems while it’s running.
For state, check out docker’s volume backings here: https://docs.docker.com/engine/storage/volumes/. You could use nfs to another server as an example for your volumes. Your volumes would never need to be on your “app server”, but instead could be loaded via nfs from your storage server.
This is all nearing into kubernetes territory though. If you’re thinking about netboot and automatically starting containers, and handling stateless volumes and storing volumes in a way that are synced with a storage server… it might be time for kubernetes.
You should have all new posts and comments coming in, comments here mean it’s probably working. Sort by new and things should start coming in. If you don’t see any new posts or it stays stuck on subscribe pending, it means there is something probably wrong
Oh man, I did that at a midsize company as a jr. That’s a right of passage. Informing millions of people that you’re shit at testing. That was a fun conversation with my boss