Oh I see. You mean like v3.0.1 will be stable, and v3.1.0 will be stable. Yeah that’s true. But v3 (as in v3.0.0) is breaking. At least that’s how I have always seen the terms used.
- 0 Posts
- 8 Comments
No, v3 is a release with breaking changes:
This release includes several breaking changes; read the full migration guide here. It’s worth mentioning that many of the breaking changes are updates to API endpoints and only affect third-party tools that integrate with Immich’s API. For the vast majority of users, updating works exactly as it always has.
https://immich.app/blog/v3.0.0-release
That’s why the major version was increased, it implies breaking changes in semantic versioning, which Immich is doing since v2 apparently:
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes
- MINOR version when you add functionality in a backward compatible manner
- PATCH version when you make backward compatible bug fixes
Hey there, seems like you used a code block (text between two lines of ```). This will prevent line-wrapping, so you have to scroll horizontally through the code block to read. For text that is supposed to be read it’s better to use a quote (lines starting with > and a space):
Automatic Power Cut-Off: The system is “smart.” If you unplug the cord from the wall while the sun is shining, the metal prongs on the plug become “dead” in less than a second. This prevents anyone from getting a shock from the exposed plug.
Grid Outage Protection: If the power goes out in your neighborhood (a blackout), the panels automatically stop sending power to your home or the grid. This ensures utility workers fixing the lines aren’t accidentally shocked by your panels."
Well if you want the real basics of self-hosting then depending on your level of knowledge you may want to follow a Linux tutorial like this one: https://labex.io/linuxjourney
This will teach a lot of basic knowledge and terminology you may need when setting up or maintaining containers and VMs. Admittedly, this is somewhat tangential knowledge to your immediate goals, but if you want to actually use your self-hosted stuff remotely later this will become critical to doing so safely.
As for the map, for me it was something like:
Local LXC/QEMU → Remote LXD over SSH on a RPi → Proxmox on a dedicated box through the webinterface
In hindsight I would have started with Proxmox directly though I guess. One big downside is it doesn’t integrate well with Docker containers, you have to set up a full VM as your Docker host. On the upside though you can install LXC containers from https://www.turnkeylinux.org/ in a few clicks, so it’s very good for just testing stuff out and playing around.
Muehe@lemmy.mlto
Ask Lemmy@lemmy.world•Why does Lemmy.ML admire authoritarian regimes ?English
610·3 months agoI’m not denying that there are such people around, but I don’t really think they are in the majority. Most of the specific things you mention I saw coming just as much if not more from other servers.
Muehe@lemmy.mlto
Ask Lemmy@lemmy.world•Why does Lemmy.ML admire authoritarian regimes ?English
712·3 months agoI mean I have seen that accusation thrown around a lot, but from what I remember it was a few cases a long time (years?) back. But yeah to be honest I haven’t really been paying attention, so if you have evidence to the contrary feel free to let me know. The goals and rules of the server as stated seem fine to me, and I haven’t seen anything that really deviated too far from that.
Anyway, like I said I may not agree with every moderation decision, but I probably wouldn’t on other instances either. Didn’t your instance just defederate the Germans for their heavy-handed moderation of anything remotely antisemitic? I mean I would get it with any other instance I guess, but your users didn’t get why the Germans would be a bit iffy with this stuff?
Muehe@lemmy.mlto
Ask Lemmy@lemmy.world•Why does Lemmy.ML admire authoritarian regimes ?English
579·3 months agoWell I can’t speak for others, but I’m on lemmy.ml because the instance says it’s “A community of privacy and FOSS enthusiasts, run by Lemmy’s developers”. And in my experience that pretty much checks out, for all the talk I see from others about how it’s a den of authoritarianism and whatnot the actual amount of that I see on the actual instance is minimal. Yeah moderation sucks sometimes, but so it does on most every other instance though. Their approach to defederation seems to be avoiding it, and I don’t have to see any Nazi stuff or shit like that, so I’m good for now. Pick your poison.
The West has many flaws. But our flaws are nothing compared to these guys.
Well if you look a bit closer at the history of the cold war you will find that “the West”, mostly in the form of the CIA, destroyed a lot of nascent communist or even just social democratic governments worldwide through covert means, and sometimes even militarily. In the face of such a threat you are basically forced to become even more authoritarian, if you want your communist government to survive that is. So “the West” instituted a process of selection through political (and military) pressure if you will. Hence why there are no surviving liberal communist states left to discuss.
Anyway, I don’t think there is much of consensus here on lemmy.ml whether these countries are good or bad (or even something more nuanced). What I think often happens is that someone voices “critical support”, as in they say something like “Iran has a right to self-defence” although they don’t agree with everything else Iran does, and someone from another instance comes along to read it and confirmation-biases that into “typical lemmy.ml user, fully supports that theocratic regime”.
I mean just look at the straw man you build in your OP, supposedly I’m supporting the Islamic regime in Iran, and the anti-Islamic regime in China!? Bit of a stretch there mate…


Nobody said it would? But both of these vulnerabilities were use-after-free, so using Rust would probably have helped here (you know if Rust had been a thing back when they were introduced).