• 6 Posts
  • 12 Comments
Joined 8 months ago
cake
Cake day: September 13th, 2024

help-circle


  • Also, Lemmy has ways of discovering communities. Just browse the all-local or all-federated feeds and you’ll see what communities are popular.

    The “can’t sign up” complaints might have something to do with how most instances make you answer questions like “why do you want to sign up” and “what communities will you browse” as a simple way of stopping automated sign-ups, and if they didn’t put anything in the box or just said things like “IDK I’m from Reddit” they might have been rejected due to the admins thinking they’re a bot or spammer or something.

    Gonna throw in my personal conspiracy theory (that I don’t have any evidence for): I haven’t been on Reddit Alternatives since I found Lemmy, but based on what i remember, there seem to be quite a few people who have spun up their own projects and are promoting them pretty hard on that subreddit. Who’s to say if one or more of them decided to buy bot comments to smear their competitors?






  • Just based on my observations of my life, I seem to have the ability to choose to do or not do things, and that’s good enough for me. Is my choice just part of the infinite universe’s fixed progression through time and I would have done what I did regardless? Are there infinite parallel universes where parallel versions of me exist that have collectively made every choice I can possibly make? Don’t care. I feel like I have free will and IMO that’s what’s most relevant to my life in this universe.


  • By not giving them any rights even though complex expression through language implies a high level of intelligence and sapience. The dog and cat that you can talk to are still considered your property that you can just take to the vet and put down. Animal shelters can now just tell the animals their kill dates so they don’t get too hopeful. Slaughterhouses will be filled with screams you understand instead of just screams. Cosmetic companies and labs can now ask their test subjects for the level of pain while smearing makeup in their eyes. Sea World, zoos, circuses, etc would make peak profits now that they can address their slaves as if they were human slaves.

    I mean, all humans can communicate with each other and we still don’t give rights to some of them. Anyone who thinks we’ll be nice to animals just because they can talk is either a child or otherwise doesn’t know how humans operate.








  • I get what this is saying but on the other hand…

    Programmers now:

    💪 Can spin up a minimum viable product in a day

    💪 Writes web applications that handle millions or even billions of requests per second

    💪 Remote code execution and memory related vulnerabilities are rarer than ever now

    💪 Can send data across the world with sub 1 second latency

    💪 The same PCIe interface is now 32x faster (16x PICe 1 was 8GB/s, while PCIe 6 is 256GB/s)

    💪 The same wireless bands now have more throughput due to better radio protocols and signal processing

    💪 Writes applications that scale across the over 100 cores of modern top of the line processors

    💪 JIT and garbage collection techniques have improved to the point where they have a nearly imperceptible performance impact in the majority of use cases

    💪 Most bugs are caught by static analysis and testing frameworks before release

    💪 Codebases are worked on by thousands of people at the same time

    💪 Functional programming, which is arguably far less bug prone, is rapidly gaining traction as a paradigm

    💪 Far more emphasis on immutability to the point where many languages have it as the default

    💪 Virtual machines can be seamlessly transferred from one computer to another while they’re running

    💪 Modern applications can be used by people anywhere in the world regardless of language, even things that were very difficult to do in the past like mirroring the entire interface to allow an application that was written for left to right languages to support right to left

    💪 Accessibility features allow people who are blind, paralyzed, or have other disabilities to use computers just as well as anyone else

    Just wanted to provide come counter examples because I’m not a huge fan of the “programmers are worse than they were back in the 80s” rethoric. While programmers today are more reliant on automated tools, I really disagree that programmers are less capable in general than they were in the past.