I think security is a fair point, given caddy’s younger age compared to nginx, but I wouldn’t say it tried to do too much.
I think security is a fair point, given caddy’s younger age compared to nginx, but I wouldn’t say it tried to do too much.
Why do you say that?
I’ve used both plenty and only once I thought Caddy was harder: caching. It requires you to install a plugin that also doesn’t have the easiest of configs. I think there’s a new and simpler one nowadays, but haven’t tried it yet.
I now use Caddy by default for everything new I make/host.
Not really, 2k is enough to have a result with a pretty low error %.
You’re totally right, my statistics is very rusty, good lord. For the ~240M eligible voters in the US, you can get roughly 2% margin of error, for the usual 95% confidence level.
My comment was a bit daft, in retrospective. Surely the polling people know what they’re doing, better than I do for sure x)
I guess it goes to show how non intuitive some statistical methods can be at first?
Isn’t 2k voters a comically small sample to draw any results from? I hope it is true, but let’s not get ahead of ourselves.
I have the exact same issue on my Pixel 4a. Tried a bunch of stuff, even installing their gallery app (with network and everything in XPrivacyLua blocked), to no avail. It just crashes when using the shortcut.
My “solution” was to place a shortcut to the normal gallery app on the home screen and train myself to quickly switch to it.
readme.com (aka readme.io) ain’t libre, but it has a free plan.
I also think it’s a bit on the heavy side, but what isn’t these days…
+1 for lemmy.readme.io, it’s much easier to read than a JS lib documentation.
Yeah exactly! It’s a great case of “invisible” improvements.
The two biggest things are lifetime extensions and inline consts. Both will allow you to write more concise code and, in the case of lifetime extensions, may help eliminate some bugs, since you won’t need to work around that limitation anymore.
I just upgraded my Lemmy instance’s hardware and finally got IPv6 support :D
Incredible update, well worth the wait!
Congrats to everyone involved :D
It’s not open source but it’s quite literally the best Android application I’ve ever seen, by a significant margin. It’s from the good old days where apps were small, very well designed, very polished and did not collect data.
It’s FX, a gem ever more lost to time. The site is a bit old and unmaintained so SSL certificates may give you a bit of trouble, but you can just ignore the warnings, it’s just an info page.
FX, despite not receiving updates for years has so many features of such great quality, I’ve yet to find any alternative with a truly competing interface and feature set.
Been using it for 10 years and it has been the pinnacle of Android.
Edit: I know you’ll be detracted from trying it since it’s not FOSS, but seriously give it a shot.
This is a good suggestion. Docker is more mature and has more resources, so it’s better to learn the ins and outs of containers. After getting comfortable with it, you can move to Podman and have a much better time tackling its peculiarities regarding permissions and rootless.
I used Docker for years and only recently decided to give Podman a try, porting my Lemmy instance to it.