Fun fact, Caesar salad is named after the guy who invented it, an Italian living in Mexico at the time.
Fun fact, Caesar salad is named after the guy who invented it, an Italian living in Mexico at the time.
I could go in-depth, but really, the best way I can describe my docker usage is as a simple and agnostic service manager. Let me explain.
Docker is a container system. A container is essentially an operating system installation in a box. It’s not really a full installation, but it’s close enough that understanding it like that is fine.
So what the service devs do is build a container (operating system image) with their service and all the required dependencies - and essentially nothing else (in order to keep the image as small as possible). A user can then use Docker to run this image on their system and have a running service in just a few terminal commands. It works the same across all distributions. So I can install whatever distro I need on the server for whatever purpose and not have to worry that it won’t run my Docker services. This also means I can test services locally on my desktop without messing with my server environment. If it works on my local Docker, it will work on my server Docker.
There are a lot of other uses for it, like isolated development environments and testing applications using other Linux distro libraries, to name a couple, but again, I personally mostly just use it as a simple service manager.
tldr + eli5 - App devs said “works on my machine”, so Docker lets them ship their machine.
That work has already started with Fediseer. It’s not automatic, but it’s really easy, which is probably the best we’ll get for a while.
That sounds like the default GitHub boilerplate message, to be fair.
I like Ruby most of the time, but honestly, I’m not surprised at “sometimes” behavior from the language created by someone who, when asked for the formal definition of something in the language, said he’s “not really a formal kind of guy.”
In general, I agree, but it seems Mozilla is trying to do the right thing by AI. Offline translation is neat. And the Review Checker they just introduced uses AI to spot fake Amazon reviews. I think that’s pretty cool.
My ISP says my IP is technically dynamic, but it hasn’t changed once in the 6 years I’ve had their service. But that’s for the best, since they’re the only choice for symmetrical gigabit and their only option for static IPs is for business accounts.
So I continue to trust that they won’t change it. Fingers crossed.
I find that I need to restart VSCode occasionally for reasons similar to this. I write C# daily, and sporadically VSCode will just completely lose track of all namespaces and everything is now a syntax error.
So they’re repurposing surviving pancreas cells to produce insulin like the destroyed beta cells used to, but what are they doing about the autoimmune response? Will my immune system just kill the new insulin-producing cells as well?
A more crude variation than using dedicated ripping tools is using yt-dlp. If you need a login to a service, you can pass the username and password or login with a browser and pass in the browser’s cookies. I’ve personally heard you can do that to at least rip sub-gated Twitch VODs, anyway.
Hmmm. I would think that would work, but this is about the extent of my networking knowledge, sorry. :(
The tool tip gives the IP ranges that it opens up, can you make your OpenVPN network live in one of those ranges and try?
You need to enable local network sharing on the Mullvad devices.
This is dope! There are a lot more important things on the roadmap, but a qBitTorrent plugin or compatible endpoint would be amazing.
Yes, I’ve got community icons and avatars working. Which are actually the only things I see in my pictrs volume.
Huh, do I have that misconfigured by some happy accident? My pictrs volume is only around 50Mb after running my instance for over a month. I have both LCS and Lemmony federating popular content, too…
Also, are the images even federated? I know the current line of thinking is that they are, but I could not find them in my local pictrs volume. Not that I wanted to, mind you. But I looked and only saw one picture in there from the problematic time period, and it happened to be one of my user’s avatars. And one of the CSAM posts federated with me, I know for a fact, because I saw the comments even though I couldn’t see the picture (and I feel horrible for those users who saw it, some of them were obviously traumatized).
I’m keeping a close eye on my pictrs volume and really scrutinizing who I allow on my instance after this whole thing, but on the whole, I’m not overly concerned, even as a US-based self-hoster. I registered with the DMCA and will fully comply with any and all takedown requests, even silly ones like copyright. I don’t have the finances or time for prolonged legal battles.
Edit: Figured it out. My pictrs container didn’t have an external network definition, so it was timing out while retrieving external images.
Hard agree. The animals didn’t do anything wrong. :(
That’s actually really fucking cool.
Thus, Docker was born.
“Works on my machine, ship the machine.”