

You nailed it.
Hiker, software engineer (primarily C++, Java, and Python), Minecraft modder, hunter (of the Hunt Showdown variety), biker, adoptive Akronite, and general doer of assorted things.
You nailed it.
I honestly suspect antitrust is the reason Google hasn’t laid more fiber (not that antitrust is bad). They’re dangerously close to being broken up for so many other things adding this would be a very high risk gambit. Especially because ISPs are known for their shitty business practices and leveraging lawyers to maximum pain on any legitimate competition that threatens them.
Both can be bad.
It’s about content delivery, i.e. the CCP having direct control over what content (i.e. propaganda) is sent to Americans on the platform via their proprietary algorithm (with all the source code heavily guarded in mainland China).
Yeah, that could definitely be cool.
Cost would be a big factor … Fandom got big by being free and eventually replaced (or heavily customized) mediawiki to the point it’s unrecognizable.
On some level yes, but reading the article nothing persist between boots. This seems like a vulnerability that’s really only that serious A if you don’t apply AMDs patched micro code and B there’s another vulnerability on your system that lets this persist between operating system reinstall/in the BIOS.
But they are not the default option. And your new job may not use them.
Who cares if it’s the default? If it’s the best tool, use it.
It’s silly to have a reason for “going Rust” be the build system, especially in the context of something as new as a WASM context where basically any project is going to be green field or green field adjacent.
Exceptions is a non standard exit point. And by “non standard” I’m not talking about the language but about its surprise appearance not specified in the prototype. Calling double foo(); you don’t know if you should try/catch it, against which exceptions, is it an internal function that may throw 10 level deep ?
And that’s a feature not a bug; it gets incredibly tedious to unwrap or forward manually at every level.
By contrast fn foo() -> Result<f64, Error> in rRst tell you the function may fail. You can inspect the error type if you want to handle it. But the true power of Result in Rust (and Option) is that you have a lot of ergonomic ways to handle the bad case and you are forced to plan for it so you cannot use a bad value thinking it’s good:
You can do this in C++ https://en.cppreference.com/w/cpp/utility/expected (and as I said, if you feel so inclined, turn off exceptions entirely); it’s just not the “usual” way of doing things.
I use Kopia to B2, then on a monthly basis I copy the current Kopia repo to an external drive that’s otherwise kept offline in my house.
I mean, maybe it’s not easy because they don’t provide debug information, but a sufficiently motivated person can debug a web assembly binary.
- It’s statically compiled and isn’t dependent on system binaries and won’t break if there if the system has the wrong version like C/C++, allowing you to distribute it as a single binary without any other installation steps
You can do that with C++ too.
- Still produces fairly small binaries unlike languages like Java or C# (because of the VM)
I mean, the jars are actually pretty small; but also I really don’t get the storage argument. I mean we live in a world where people happily download a 600 MB discord client.
- Is a modern language with a good build system (It’s like night and day compared to CMake)
Meson exists … as do others.
- And I just like how the language works (errors as values etc.)
Fair enough; though why? What’s wrong with exceptions?
I work in a code base where I can’t use exceptions because certain customers can’t use exceptions, and I regularly wish I could because errors as values is so tedious.
The minifiers have long made JavaScript just as indecipherable
I work in a small company that doesn’t hire hardly at all… Stories like this scare me because I have no way to personally quantify how common that kind of attitude might be.
I’m in my own house, notice the @social.packetlosss.gg; our “houses” are just talking and that continued conversation is subject to ruud’s and I’s discretion. The way federation works, really nobody “owns” the content, there’s just an agreement on what the primary copy is. There’s no support for this in the software currently, but you could conceptually change which server is the primary copy at any time. The protocol and to some extent the content on it exist in an intangible space.
IMO all Reddit did was strengthen their legal argument; they arguably already had the right to make a “book of reddit poems.” They just wanted to stack the deck on their side. Arguably you have the right to make a book of poems on Reddit.
Yeah, I think the big selling point for me is not the privacy on Lemmy, but control of conversation.
The law is largely down to who argues better in court. There is precedent for reduced rights in public spaces. e.g. if you go into the town square and talk to someone and it’s caught on the camera of the mother a park bench away that’s recording her child … that’s not an illegal recording and she has the copyright on said recording. You have no legal right to ask the mother to delete the recording or delete your audio from the recording, even in a two party consent space because you have no right to privacy in a public setting like that.
Similarly, when you post on Lemmy … it’s kind of good faith that if you delete something it actually gets deleted from the platform across all instances and that it’s not just visibility deleted but deleted from the databases under the hood.
You do “own your content” but it’s pretty meaningless ownership.
Yeah but there is a FOSS nature about it. At least ANYONE can do whatever they want with the comments and posts I make public instead of just whichever company pays reddit for API access.
I mean… True; it’s just I wouldn’t characterize Lemmy as superior on privacy. Ideally we’d figure out a way to fix that, but I’m not sure we can really.
And reddit has some legal jargon about co-owning the copyright to whatever you post over there but lemmy doesn’t so you technically have more protection here to your own intellectual property.
This I’m not so sure about. You aren’t handing over ownership rights when you sign up for most (any?) instance, but your ownership right is effectively null and void.
IANAL but arguably in a US court (at least) since Lemmy is effectively a true public place, you effectively lose the right to tell other people what they can do with your interactions.
And privacy is a whole different can of worms as I don’t think ruud is harvesting telemetry to sell to advertisers and whatnot.
That part is arguably true. It is harder to tie this data back to a particular user for the purposes of selling to advertisers.
No it wouldn’t. People need to understand that open source provides 0 security against intentional abuses when there’s a networking layer involved.
I could be running an analysis on the data your instance handed to my instance just like Reddit is … and you would have absolutely no way of knowing.
People don’t value their privacy…
Honestly Lemmy is not a great platform for privacy either. Lots of your data is federated to other servers that can do whatever they want with it.
I really like the idea of peertube, but until it finds a way to pay creators I’m not sure it will ever be able to replace YouTube.
YouTube is as good as it is because people get paid.
The old school YouTubers just did it for fun, but YouTube was a lot different back then … and as much as I hate how aggressively Google is monetizing YouTube these days, it’s honestly a lot higher quality than it was years ago.