Honestly just ActivityPub. And being backed by the W3C id assume there already are discussions in countries where corruption is less prevalent.
Honestly just ActivityPub. And being backed by the W3C id assume there already are discussions in countries where corruption is less prevalent.
Public spaces should be government owned. Each country could have its own public servers with a guaranteed spot for every citizen. People can cross post.
If you want anonymity you can have private servers too.
Maybe you’re born with it.
Give it time.
What’s your alternative? YouTube?
And if I’m being honest if the end game is Star Trek I’m fine with the stuff in between. It beats the end game being Warhammer 40k.
TBF in the Star Trek universe they also do get transparent aluminum earlier than stopping the wars.
Real talk; if Java didn’t have their head up their own arses, it would have been the real solution. But Oracle does what Oracle does.
Do not anthropomorphize Larry Ellison.
Jobs, whether or not he truly believed in that, gave the potential of web apps and HTML5 as the reason an App Store wasn’t needed. And definitely the reason Flash wasn’t needed.
Java, of course. /s
Tell them. Many people don’t know about FHS. Seriously, just the person I was answering to was giving credit to some rando who copy pasted an image from the Linux foundation.
I’ve been educating people on this all my professional life. I try to make a change with the people around me, but I’ve also filed big to some FOSS projects that got it wrong. Some did the change, some were unwilling. But it’s unknown if even those did follow the right convention in their next project.
The FHS was started in 1994 and is free to use. It should be used now by all major Linux systems and most Unix too.
The only credit is to the Linux Foundation.
Kind of what .env files are meant for. Not enough tools use them.
The Option type would have been a better example, and make it slightly less complicated.
Option is an enum with two variants; None and Some(T). You can chain Options with operations, describing a Monad chain, which is kind of what this meme represent.
And that can create unexpected situations, like corporations stealing your patents or patenting all usages of your work, and prior art might be damned, and in some cases even sue you for you own work. There are examples of this for people who didn’t patent or license their work, this is not some weird hypothetical. WTFPL is not a license, it is not clear that it protects you or not.
In the real world, WTFPL has no reasons to exist. If you want to protect your work but want to make it available, there are good permissive open source licenses. Slap an Apache, or CC0 or GPL license.
No. Don’t do that. WTFPL is not a license. It’s a legal pandora box.
Reticulating splines.
Believe it or not, also goat.
People who learnt structural OOP without actually understanding typing system and their benefits really struggle with learning Rist as they try to map classes onto structs and it just doesn’t work.
Traits are not inheritance.
Box
is not polymorphism. Rust is not C++ with more keywords.