• 0 Posts
  • 16 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle
  • This is a textbook strawman argument. The foundational premise of this argument is that the only reason someone could have for opposing a tool like this is because of a desire to exclude others from accessing specific works that they believe hold a specific degree of cultural capital, and, as such, anyone who makes an argument against this technology must, therefore, automatically hold this position.

    Which is not the case. One argument against this technology is that it at best mangles and at worst destroys the underlying meaning and significance of a work of literature. Your argument seems to consider the form of language of a work of literature as window dressing to it - something with far less meaning or significance than its summarizable content. But for many works of literature, it’s not. Some things are written to be difficult. Some things are written to be accessible purely to adults with a complex grasp of the language. Some thing are meant to challenge a reader. That’s why every year in school you’re assigned slightly harder books - because learning is a process of continually being challenged. And this is a tool that actively seeks to negate that. If you’re learning English and you want to read a famously difficult English novel, why reduce its complexity to the point where you’re not even reading the actual novel instead of just reading a version translated into your native language? Or get two copies, one in English and one in your native language, side by side and compare the language in each? A good translation by a skilled translator can preserve most, if not all, of the artistic value of the original, as opposed to this, where a huge chunk of the underlying artistic value of the work itself has been drained from it like blood from a slaughtered animal.

    As such, the issue is not “wanting to keep the work out of the hands of ESL learners or children.” It’s about not wanting the underlying work diminished.

    I would also argue that this is a tool ripe for exploitation in the worst ways possible, as “simplification” is a stone’s throw from censorship. Some group doesn’t like the inclusion of LGBT characters in a famous book? Use this AI tool to programmatically erase any mention of them. Some group doesn’t like that a book is critical of capitalism? Suddenly, large parts read like a parable straight from the mouth of Supply-Side Jesus. I know, let’s cut out all mention of race in Huckleberry Finn. Now it’s just a fun story about a kid and his…“friend”…traveling down the Mississippi! And if you were reading a novel in this way for the first time, you probably wouldn’t have any idea that this wasn’t what the author themselves had written and that you were reading a warped, ideologically twisted homunculus of the original.



  • rwhitisissle@lemmy.worldtolinuxmemes@lemmy.worldGNU-Linux
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    10 months ago

    Not the person you originally asked, but the main reason is probably that referring to it as gnu/Linux is 1) already deeply associated with the Richard Stallman meme, to the point that referring to it in that way automatically comes across as either a joke or just a person being intentionally contrarian, and 2) just really weird sounding. In the minds of most people, there is no real reason to refer to it as GNU/Linux, because the actual operating system that does the things the operating system is expected to do - as in provide an API for syscalls, memory management, etc - is just “Linux.” That it’s routinely built alongside a set of core utilities designed and maintained by GNU is largely pointless. It’d be like referring to a hamburger as Buns/Hamburger or Buns+Hamburger. It’s just…weird.


  • Realistically, he would call it ElonOS, hire a bunch of shitty systems programmers to cobble together a bullshit operating system mostly comprised of code stolen from other open source projects, insist that it be written in python because “python is critical to AI,” talk about how the OS integrates with AI seamlessly while having no actual AI in it at all, sell it with a tiered subscription that locked basic functionality, like being able to use the file system, behind a paywall, and then quickly abandon the project and fire everyone involved, having made no real money from the venture but still referring to it as a “triumph of engineering.”


  • A lot of people forget how overwhelmingly, insanely popular Musk was with way too online nerds. He was reddit’s golden child for years. Part of this is that whenever Disney started releasing the Marvel movies, beginning with Iron Man, Musk was front and center as the core inspiration for Tony Stark (yes, I’m serious, the director and Robert Downey Jr. basically went on record as saying as much) and he fucking milked that shit. It’s also important to understand that for a time he was seen as a forward looking entrepreneur whose business was “going to help save the planet by making electric cars so popular that every car manufacturer would switch to electric vehicle production to keep up.” If Musk was a genius at one thing, it was manipulating public perception of himself and his enterprises. It took years of him being a thin-skinned weirdo and massive corporate tool to undo the amount of positive sentiment he’d built for himself and Tesla.





  • In Linux you have to do sudo systemctl disable snapd, which produces a warning about snapd.socket. New users sometimes get a little freaked out about disabling stuff in systemd, especially after they find out what systemd is and does and how important it is. They’re afraid of bricking their installation and you have to be like “no, that won’t happen. Yes, I’m sure it won’t happen. No, you don’t need to reboot. Just replace disable with stop in those commands again and it won’t run anymore. Yes, I’m sure it’ll be fine.” So the commands are trivial, but the psychological toll of doing stuff via the command line that you perceive as dangerous, for truly novice Linux users, isn’t to be underestimated.


  • Linux is really just the kernel the OS runs on. What people dislike are some of the stupid choices a distribution’s maintainers make. Like, Ubuntu used to be a great entry-level operating system for people who wanted to get into Linux but didn’t want to ditch all the things they understood from Windows or MacOS. It provided a level of comfort and ease of use. Which is great, and something the Linux community needs. But then Canonical started injecting snap package bloatware with everything and it’s just a mess. You have as little control over snap updates as you do Windows updates unless you completely disable the service, which is hardly trivial for a new user.