• 2 Posts
  • 790 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle




  • If you have an email address, you’re already used to the federated service pattern. When you sign up for a gmail, you’re making an account with Google to be able to send emails to anyone else with an email address. And there’s nothing stopping Google from making you fill out a “sketchy” application to get an account.

    On Lemmy, each instance has its own set of rules, and if you don’t like them, you just make an account on a different instance.

    As far as censorship, each “community” (analog to subreddit) lives on a certain instance and the rules of that instance apply.

    Edit: also on the topic of communism, however you feel about communism in the physical world is irrelevant when it comes to the digital world. Free and Open Source Software makes the world go 'round, and is often communist in nature, even if done unintentionally. The pattern of people developing software for their own purposes, and then sharing it freely with others is the purest form of “From each according to their ability, to each according to their need.” That said, running an instance isn’t free, so make sure to kick your instance a few bucks if you appreciate their work.












  • I’m not an expert, but my understanding is that the science indicates all mammals have a common ancestor. Not certain about fish, but I think that’s a similar case?

    To me, the surprising part about carcinisation is that, the form of a crab seems oddly specific, but non-obvious. I mean, I look at the form of a fish and think, “yeah, it makes sense why that shape would be favored in water,” but I look at a crab and think “guess that’s just what worked out for your ancestors. Tough luck, buddy.” But apparently it’s not just bad luck, it’s a common strategy.





  • I disagree that it’s the same for multiple reasons: first off the project and telemetry were never profit-driven. Their goal was always to use modern methods of software development to make the software better.

    The fact is, these days all for-profit projects gather a ton of info without asking, and then use that data to inform their development and debugging (and sell, but that’s irrelevant to my point). To deny open source software the ability to even add the option of reporting telemetry is to ask them to make a better product than for-profit competition, with fewer tools at their disposal, and at a fraction of the pay (often on a voluntary basis). That’s just unreasonable.

    Which is why the pushback wasn’t that they were using telemetry, it was that they were going to use Google Analytics and Yandex, which are “cheap” options, but are obviously for-profit and can’t be trusted as middlemen. They heard the concern over that and decided to steer away to a non-profit solution.

    But as a software dev and a Linux user, I often wish I could easily create bug reports using open source, appropriately anonymized telemetry reporting tools. I want to make making a better system for me to use as easy as possible for the saints that are volunteering their time.

    As for the issues in tenacity, it was likely specific to what I was doing. I was rapidly opening and closing a lot of small audio clips, and saving them to network mounted dirs under different names. I remember I had issues with simple stuff like keyboard shortcuts to open files, and I had to manually use the mouse to select a redundant option every single time (don’t recall what it was), and I think it would just crash trying to save to the network mounted dir, so I had to always save locally and copy over manually. So I just switched back and continued my work.