If I understand correctly, nextcloud automatically updated … which I didn’t think it would, normally. Maybe it’s a “feature” of the AIO docker image?
If I understand correctly, nextcloud automatically updated … which I didn’t think it would, normally. Maybe it’s a “feature” of the AIO docker image?
Never upgrade to the latest and greatest of … anything really, especially in production. Let others test it first, or as suggested already, have a staging environment where you test the upgrade first. I guess you can still downgrade nextcloud though, especially if you have a backup.
Are you using the AIO image? I don’t know how well that works, but yeah, I absolutely hate automatic updates like that. I tried it once and I decided to use the plain “official but not supported” docker image instead, where I manage things myself. Never had an issue, and I can control which version I’m running, I can backup to wherever I want, using whichever system I want, etc.
If you want people to take you seriously about being open source, you need to have a git repo, like github, gitlab, etc. you can even self host one. Heck, you can even use a different (non git) DVCS, but not just a link to a cloud drive…
That’s possible, I’m using Firefox, is that something firefox would do?
The site does use https for me… it instantly redirects from http to https
My point is, since its meaning depends on the context, I don’t see the issue for it to mean, in the context of containers, “outside of a container”. Just like in the case of VMs, or OS vs No OS, it means there’s one fewer layer between the app and the hardware, whether that’s a VM, Container runtime, or the OS.
I’m pretty sure everybody, including you, understood its meaning in this context, it didn’t really cause any misunderstanding.
That’s only the meaning you’re used to, and that’s my point. It depends on the context. I can assure you that, in the context of microcontrollers, for example, “bare metal” means running without an OS.
Well, since we want to be technical … Docker is not bare metal. Linux apps are not bare metal. Arduino is bare metal.
I agree with people saying this might be mostly for satellite images, but even a drone pilot, staring at a shaky and noisy camera image due to the distance, EW and other interference, might have a hard time telling a decoy from a real one, well, unless there’s a helicopter on it of course.
I still run it on a 10 year old chromebox (replacing chrome with linux of course). It’s really not that heavy. If it seems very slow, I’d try rebuilding the database from a dump (if mysql/mariadb), and making sure the db is on a fast drive. At least, those two things made a huge difference for me. Also, some people reported huge speedups switching to postgres.
Thanks for the detailed response, I’ll have to double-check some of these. It seemed strange to me that everybody called her a transphobe based just on that tweet I remembered, and on a statement she put on her website that didn’t seem that transphobic to me, but if all you say is true, then yeah, she definitely is.
so it’s crazy to me that JKR is now liking and retweeting statements from nationalists and the far right.
Is she though? Do you have a link? I really want to get clarity in this whole JKR situation. The only thing I remember is her tweeting something of the like “we used to have a word for ‘people who menstruate’ in the English language, what was it?” which I can see how it can sound transphobic, but all it’s really saying is that since the word “woman” now includes trans women, the English language now lacks a word for people being born female. She later said she is not tranphobic, and has (had?) many trans friends, but do think trans women are not the same as cis women, which doesn’t really seem all that transphobic to me, so maybe I missed something else she said.
Based on the above, and the fact that all her books are pretty woke, as you say, I always assumed it was a bad misunderstanding, but I’d really want to see if she doubled down on some objectionable view.
I don’t doubt it, but based on UN resolutions, there is clearly only one country occupying another.
Right, but they want to.
“Every life is valuable! We condemn all forms of terrorism”
Zelenski has to walk a fine line … on one end, he needs support from Israel, on the other, he knows Israel is an occupier just like Russia, so he cannot even show too much support. And so, he condemn “all forms of terrorism”, implying that Ukraine, unlike Hamas, is not resorting to (too much) terrorism to fight back … between a rock and a hard place there.
Or he could just condemn Israel and lose their support, in exchange for “the moral high ground” and avoiding hypocrisy, but that never won any war. I don’t envy him.
No, it’s just that Zelensky has to lick Netanyahu’s behind to beg for aid. Sad but true
I guess Ukraine can just send 5 or 6 of these for likely a smaller cost the iranian ones, which combined can do quite a bit of damage, and are harder to shoot dowm by air defence, just by virtue of the larger number. Of course, each has its uses.
Which articles are supposedly blocked? Everything seems to load just fine for me.
Maybe. Or maybe, they just calculated that they’d lose more money from the bad PR than they’d make from Russian business
Was this with podman or rootless docker?
I also would like to switch to rootless, I have some experience with podman and, while I generally like it, it’s not 100% compatible with (rootful) docker, and can have performance issues if you’re not careful, especiallt with certain file systems like btrfs. I wonder if rootless docker is now better than podman, or preferred for some other reason.