

Criminal prosecution is specifically for acts that violate criminal law, a.k.a. crimes, not for anything in general that’s against some law, such as, in this case, the constitution.


Criminal prosecution is specifically for acts that violate criminal law, a.k.a. crimes, not for anything in general that’s against some law, such as, in this case, the constitution.


I use Codeberg for public stuff. I also run a self hosted forgejo on coolify on a Hetzner cloud instance but realistically that’s overkill.


Swift is a modern language that offers good performance paired with a lot of safety features you’d otherwise go to Rust for (type safety, memory safety, concurrency safety,… although memory safety based on ARC is slower than Rust’s approach, and Swift makes it easier to disable safety features). Personally I like it more than Rust because the syntax is a bit cleaner and it has exceptions.
The problem is, using it on e.g. Linux is a completely different experience from using it on Apple platforms and it doesn’t really transfer over. Apple devs will use Xcode and all the Apple tooling and will get used to Apple APIs. On Linux you don’t have Xcode, you rely more on Swift Package Manager for dependencies than on Apple platforms, you suddenly have to learn what part of the libraries you’ve been using are Swift standard library and what parts are Apple only or are from the Objective C runtime that’s not used on Linux, and the ecosystem is much smaller.
A lot of things that also mean that code written for Apple doesn’t often work on Linux unchanged, not because of Swift as such, but e.g. before Swift had Regex you’d use the one from Objective C, which just works on Apple, but isn’t there on Linux.
I haven’t tried it for Android development but I imagine it’ll have similar issues.


The drying takes forever too, nobody has time for that.


I set up Forgejo with runners on Coolify on a Hetzner instance for myself, and it’s great. But I use Codeberg for code I want to publish.


With Codeberg the main risk is that they’re a small non-profit that depends on donations, so they could run out of money. That doesn’t allow them to act against their bylaws, but it could affect availability of the service.
Personally I would choose Codeberg because their services are hosted in the EU (Germany).


If we could get public restrooms like the ones in Japan just for watching a few ads, I’d be all for it…


It will melt in a furnace, but not in a normal open fire.


burn them
It’s pure gold, it won’t burn


As far as I know Tears of the Kingdom is capped at 30 fps and 900p on Switch 1 in docked mode. This update gets you this Switch 1 docked mode experience on handheld, so it should not get you 60 fps or any of the other improvements of the switch 2 upgrade pack.


Dynamic swap and zswap aren’t really the same as efficient ram usage it’s just good ways to mitigate when you run out.
I disagree. If the OS automatically identifies unneeded pages and compresses them or swaps them out, it’s certainly using the physical memory more efficiently than if it wasn’t doing these things.
avoiding multiple versions of the same library is what distros exist for
But they can’t if the applications they want to ship don’t all use the same version. E.g. Ubuntu ships GTK 2, 3, and 4. Arch even still ships GTK 1 in addition to these three.
avoiding loading different frameworks is what Desktop Environments are for
What happens is you run KDE but then you still want to run Firefox so you still need GTK.


There are some advantages macOS can have but it depends on usage patterns and user knowledge:


every 60 seconds, a minute passes
The last time a minute did not pass after 60 seconds was only in 2016 though, less than ten years ago


I mean if they came with a cool android body we could talk about it. It should at least be able to do cleaning and cooking. Otherwise my wife won’t like it.


Why? It’s an optional feature, if you don’t need your Octave programs to interact with Java you can disable Java support at build time. Loses some of the MATLAB compatibility (since MATLAB has this feature too) but you’re not required to use it.


To be fair humans do that too


I think the open slop situation is also in part people who just want a feature and genuinely think they’re helping. People who can’t do the task themselves also can’t tell that the LLM also can’t do it.
But a lot of them are probably just padding their GitHub account too. Any given popular project has tons of forks by people who just want to have lots of repositories on their GitHub but don’t actually make changes because they can’t actually do it. I used to maintain my employer’s projects on GitHub and literally we’d have something like 3000 forks and 2990 of them would just be forks with no changes by people with lots of repositories but no actual work. Now these people are using LLMs to also make changes…


Here, those are called “Not MLK”. I didn’t realize they translated it for some countries.


It was called 世界でいちばん透きとおった物語 by Hikaru Sugi, but I don’t think there’s an English translation because this kind of gimmick works a lot better in scripts where all characters are the same size, and a translation that ends up with a comparable arrangement of those letters would be a major pain too.
In the US, the constitution can generally only be violated by government entities or by people acting on government authority. So it doesn’t really have punishments that apply to poor people as such. It has ones like impeachment of a president.