Combating artificial intelligence with natural stupidity.

Reddit: https://old.reddit.com/user/HiddenLayer5/

  • 42 Posts
  • 548 Comments
Joined 1 year ago
cake
Cake day: September 13th, 2024

help-circle


  • It’s banned in a lot of European countries AFAIK.

    Should be banned in every country with decent public education. Unless you have a formal education background you have no business formally educating anyone. Everyone has stories of things their parents taught them that turned out to be total bullshit and they only found out because they went to actual school.










  • HiddenLayer555@lemmy.mltoLinux@lemmy.mlHow to get into linux and stay with linux?
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    18 days ago

    I wouldn’t recommend dual booting anything with Windows, especially if you’re not familiar with installing multiple operating systems. Windows will pretty frequently fuck up your boot settings when it updates because it doesn’t respect not being the only OS on your system and will cause way more problems than it solves.

    My recommendation if you really want to stay on Linux is to run Linux as your only OS and then run Windows from a VM for the apps you absolutely need to use. VirtualBox or GNOME Boxes are good options if you want a regular Windows VM with little to no integration with the host Linux instance. There are also software that will create an experience like Parallels on Mac with Windows apps that appear as regular windows in your Linux desktop (I’ve heard about WinBoat but don’t personally use it so can’t say if I recommend it or not). For most games, Proton should have you covered.

    If you want distro recommendations, I’d say Fedora or Linux Mint are good options for general users getting into Linux. If you do a lot of gaming, I’ve heard good things about Bazzite.




  • As an immigrant who had to learn English (and a very small amount of French) and also programming languages, programming languages are much, much easier. You don’t have to deal with tenses or conjugation, you don’t have to learn pronounciation rules because most things you express in programming is not directly pronouncable, there isn’t a million weird syntax and spelling exceptions that you just have to memorize, and you don’t have this disparity between formal and casual language. Learning technical or literary writing is even more complex.

    Computer science as a whole is in my opinion more like learning a language. Once you know the fundamental concepts of computation, different programming languages are more like dialects than full languages.






  • HiddenLayer555@lemmy.mltoLinux@lemmy.mlWhy I Prefer CLI and TUI over GUI - alavi.me
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    5
    ·
    edit-2
    21 days ago

    CLI: Welcome back my friend, forgot a command or argument? Just type --help and read the super terse and bullshit free txt file in less time it takes for the GUI startup animations to finish. Too long? Type | grep to directly search for it in less time than it takes for the search button to expand and let you start typing! Realize you keep doing the same few steps? Just write a script instead of memorizing what specific sequence of buttons to click or hope that the GUI remembers where you left off! Need to tell a team member how to do something? Just send them the commands or a full script in chat instead of jumping on a video call and walking them through which of these abstract, indescribable icons they need to click which they’ll definitely get wrong and open some weird submenu you then have to tell them how to leave!

    GUI: Ooh a GPU and gigabytes of VRAM just for my animations? You shouldn’t have! Ooh you mouseovered something for one millisecond while moving it to the actual thing you want? Let me lag the entire window and cover up the thing you wanted with this popup that takes longer to disappear the more irrelevant it is! Also none of the text in mouseover popups is selectable so you can’t copy from it even if you did need it (Visual Studio static analysis messages I’m looking at you). Still need help? Well you first have to find where the help button is if there even is one! We’re increasingly not including help files because it “should” “just” be intuitive. Or just watch a 10 minute video walking through how to do something that could have been two lines in the terminal, stupid! Want to automate something that takes like ten clicks because we hid everything in nested submenus to “avoid clutter”? Go ahead and install a third party macro suite and record your mouse clicks and movements that will break as soon as the next update drops and slightly shift the margins around!