Lettuce eat lettuce

Always eat your greens!

  • 0 Posts
  • 30 Comments
Joined 2 years ago
cake
Cake day: July 12th, 2023

help-circle
  • I’d give Nobara a try. I’ve been using it for about 2 years and it’s been pretty seamless. Already comes with a bunch of Linux gaming related software, like Steam, Lutris, Proton-up, etc.

    It also has a bunch of gaming performance patches automatically installed.

    If you’re not technically inclined at all and want a console style experience, Bazzite is probably your best bet.

    All that said, most mainstream distros will give you a fine gaming experience, you just might have to do some manual fiddling and installing yourself depending on the distro and the games you’re playing.






  • And yet, this AI expert stated that we don’t know why the AI designed the chip in specific ways. There’s a difference between understanding the rough mechanism for something, and understanding why something happened.

    Imagine hiring an engineer to design something, they hand you a finished design; they cannot explain what it is, how they actually designed it, how it works, or why they made the specific choices they did.

    I never made the false equivalency you claimed I did, and you also never addressed my second criticism, which is telling.












  • history | grep command you’re searching for

    That will return all commands you’ve typed that contain that keyword. Helps if you remember part of a command, but can’t remember the specific flags or the proper format.

    If there are common commands that you use over and over, turn them into a Bash script and name the script something descriptive.

    I do that for long commands that I don’t want to type out, like my whole system update workflow: sudo apt update -y && sudo apt upgrade -y && sudo flatpak update -y

    I saved that as a Bash script and called it “update.sh” then I saved it in my home directory. Now whenever I want to do a full system update, I just type ./update.sh and it asks me for my password, then updates my whole system without me having to do anything else. I do this with several different tasks like my remote Ansible server updates.

    Other than that, you can buy/make a linux command cheat sheet with the most common commands. Keep it with you or next to your computer. Look at it whenever you need a refresh.



  • There are two core issues I have with AI generated content:

    1. Ownership - All the big players are using proprietary software, weights, models, training methods, and datasets to generate these models. On top of the lack of visibility, they have farmed millions of peoples data and content without their knowledge or consent. If it were up to me, all AI research and software would be 100% open source, public access, non-copyright. That includes all theoretical work in scientific publications, all code, all the datasets, the weights, the infrastructure and training methods, absolutely everything.

    2. Lowest common denominator - AI has unleashed the ability for individuals and organizations to produce extremely low effort content at volumes that haven’t been seen before. I hate how search results are becoming totally poisoned by AI slop. You just get pages and pages of sites that abuse SEO to become the top search result and are nothing more than click-farms to generate ad revenue. This is a systemic issue that stems from several things, primarily Capitalism, but also the way we cater to powerful corpos that push this sludge onto us.

    I have no issue with AI tools that are actually helpful in their context. For instance, animation software that uses AI to help generate intermediate frames from your initial drawings. Screen reader software that uses AI to help sight-impaired folks with more accurate text-to-speech. AI tools that help with code completion, or debugging.

    These are all legitimate uses of the technology, but sadly, all of that is being overshadowed by mountains of sludge being shoved on us at every level. Because those implementations aren’t going to make rich people even richer, they aren’t going to temp investors to dump billions more into AI startups and corpo tech. Helping blind people and indie animation studios is boring and low-profit, therefore in a Capitalist system, it gets shoved to the bottom of the stack while the high-margin slop gets pumped down our throats.