Isn’t Karma essentially just the delta between upvotes and downvotes you get with some sort of weighting thrown in?
Because you can very much get that delta on here, it just isn’t visible in the default Lemmy interface. If you look at your account through an Mbin frontend for example you can see the “Reputation points” value in the sidebar: https://fedia.io/u/@wittycomputer@feddit.org
To those who missed the small disclaimer in the post, 1.0 is not properly released yet. RC4 is out, actual 1.0 release should be “sometime [this] week” (barring new bugs and regressions). See: https://blog.freecad.org/2024/11/14/freecad-1-0-release-candidate-4-is-out/
Edit: Release is out now: https://blog.freecad.org/2024/11/19/freecad-version-1-0-released/
Of course, Alabama school, it’s entirely possible that the lesson was complete nonsense.
Nah, from a solely US perspective it’s correct. There were ~1.6 million military casualties in the civil war, and ~1.07 million in WW2. But there were a few more parties involved in WW2, so it’s kind of weird to frame it as less bloody. If you include civilians, estimates range from 70 to 85 million dead worldwide (not including the >20 million wounded soldiers and unknown number of wounded civilians).
Ohhh, that’s what they meant. Thanks for clearing that up, I was really confused by that unexpected US defaultism.
The US Civil War eclipsed both in the number of casualties.
Uhh what? Wikipedia says ~1.6 million casualties (including wounded, ~650k dead) in the civil war, while WW2 has 24 million military deaths alone.
can’t see how this can possibly be a good thing, you know it will mean funding with conditions.
Well, the things they are funding will get funded? How is that a bad thing?!
The conditions range from very broad, like “fix bugs” (curl), over somewhat specific like “improve cross-platform compatibility and the Linux RNG” (Wireguard), to very specific like “create a test-suite and drive development on the Fediverse account migration functionality” (ActivityPub).
You can see more for yourself at https://www.sovereign.tech/tech
All of these seem to be rather tame conditions that are just there to ensure the funds get used in the way they were intended to be used. And I don’t really see how that gives the STF any sort of direct control over these projects, while it gives those projects resources to achieve more than they might have otherwise. There are no long-term funding models that would enable implicit control over these projects.
They could set up an account on one of the larger well established Canadian instances or even better start up their own.
Both of these options have their pros and cons, and I think it is important to explain these well to the council if you want to have any hope of convincing them.
A line of argument that has had some success in Europe is what has become known as “Digital Sovereignty”, basically a fancy term for saying government should control its own infrastructure. So you might want to sell it as an easy way to have a permanent archive of public communication and a method for it that is under their direct control, rather than as a way to find more engagement.
As others have said self hosting has a maintenance and moderation overhead, but this can be lessened by running an instance together with other cities while still retaining most of the benefits of self hosting.
Seeing from the linked cross-post that this is about Port Alberni, and considering that http://portalberni.ca/ returns an empty reply while https://portalberni.ca/ lets me know I have been geoblocked because I’m outside of Canada and the US, I’d say you have an uphill battle before you though. These people made a website (probably paid for it, too), and then killed much of its use by geoblocking most of the world.
Good luck.
android auto
First I heard of this, but since it seems to be just some software that runs on the hardware of car manufacturers it seems rather unlikely. But very theoretically possible, if the car manufacturer was using default process scheduling in a CPU constrained machine and now switches to real-time scheduling in an update. But that was possible for years before this news, the code has just been mainlined to the default kernel now. If the car manufacturer cared about that they would probably have done it already with a patched kernel.
And further from that, maybe if Youtube’s Chief Enshittification Officer is against it then taking 23andme private might actually be the best thing to do?
Oh yeah, can’t use the same IP range as your LAN, that will lead to problems. :D Glad it’s fixed.
Out of curiosity, does forwarding work now without the output (-o) command in PostUp?
Like I said in another thread on this post, I’m pretty sure that’s because they are forwarding input but not output in the PostUp rules. Setting a /32 in AllowedIPs works fine for me.
What are you trying to say? That reply also shows AllowedIPs set to a /32 on the server side.
I don’t think that’s what the setting does. Anyway, I have them set to a /32 IP in my server config and it works nonetheless. I get full access to the /24 behind the server from the client.
You have ALL traffic being routed over Wireguard here.
Please correct me if I’m wrong, but isn’t it the other way around? All Wireguard traffic is forwarded to the local interface.
I think the problem might be your PostUp/PostDown lines have an in-interface (-i) but are missing an out-interface (-o) for the forwarding. Try this:
PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -o ens3 -j MASQUERADE
PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -o ens3 -j MASQUERADE
Linux users can’t even agree […] so how am I supposed to pick one with any confidence?
Easy. You make a post like the OP, count the positive mentions of distros in the comments, and bam, you have your distro of choice. It’s called the Linux newbie roulette and works kind of like the magic hat in Harry Potter that sorts you into your house.
For the unfamiliar: https://www.youtube.com/watch?v=TJYOkZz6Dck
(CW: gore, subtitles)
Not yet, but you probably will be able to in the future.
Must be some setting on your end, I’m getting offered translations on that page as well (stable release).
Two things I could think of, either you haven’t set it to always offer translations or your browser is set to simplified Chinese.
Another thing, you can select some text, right-click the selection, and there will be a translation option there. After you used that there will be a button for “translate the whole page” in the translation popup.
Oh also you can download more languages through the settings (general settings page, right below browser language).