Linux gamer, retired aviator, profanity enthusiast

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

help-circle







  • In the somewhat distant future you’re looking to switch to Linux. Okay, the question of distros can wait.

    What you want to do in the not-too-distant-future if possible is start finding FOSS alternatives to the software you use. Stuff like LibreOffice and Krita have Windows versions, so in the meantime start learning and using those apps. Because that’s the real pain point.

    As for distro…distros don’t really matter. Most of the user experience comes from the desktop environment, and that’s a matter of preference so personal that the real answer is “try several and use the one you like.”




  • Genuinely answering:

    A decade ago, there was like, Netflix and Hulu. Netflix you paid $8 a month and you got stuff from Paramount, Starz!, most television networks, Disney, the various permutations of Fox. You could watch Friends, Penn & Teller’s Bullshit!, Star Trek TNG, and Mythbusters for the same $8/month in one app in one interface.

    Now, nearly every network or channel wants their own bespoke app on your device, they EACH cost more than $8 a month, and now you have to remember who makes what content. And still stuff randomly disappears. Or, if there’s a “purchase” system like on Amazon where you pay a price per movie/episode/whatever, some contract falling through could mean they get to unilaterally decide how long “forever” is.

    I ripped my DVD collection to my NAS and I use Kodi on a Raspberry Pi attached to my (non-smart) television. I don’t pay a continuous fee (or nine), I don’t scroll endlessly through shit I’m not interested in, stuff doesn’t randomly disappear, and it’s not going to decide to start playing ads even through I paid for this.

    As for torrenting? Don’t need the heat. I can buy used DVDs or blu-rays from eBay or my local pawn shop for pennies apiece and have all the content I actually want, legally and conveniently. My ISP doesn’t get mad, and everything continues to work.

    Plus my NAS does a few other things not related to media consumption, for example it’s attached to my UPS and it will send signals to several devices including the UPS and itself to shut down when it’s too low on battery. It’s kind of nice to have that kind of thing.





  • Captain Aggravated@sh.itjust.workstoMemes@lemmy.ml6÷2(1+2)
    link
    fedilink
    arrow-up
    12
    arrow-down
    3
    ·
    11 months ago

    I think this speaks to why I have a total of 5 years of college and no degree.

    Starting at about 7th grade, math class is taught to every single American school child as if they’re going to grow up to become mathematicians. Formal definitions, proofs, long sets of rules for how you manipulate squiggles to become other squiggles that you’re supposed to obey because that’s what the book says.

    Early my 7th grade year, my teacher wrote a long string of numbers and operators on the board, something like 6 + 4 - 7 * 8 + 3 / 9. Then told us to work this problem and then say what we came up with. This divided us into two groups: Those who hadn’t learned Order of Operations on our own time who did (six plus four is ten, minus seven is three, times eight is 24, plus three is 27, divided by nine is three) Three, and who were then told we were wrong and stupid, and those who somehow had, who did (seven times eight is 56, three divided by nine is some tiny fraction…) got a very different number, and were told they were right. Terrible method of teaching, because it alienates the students who need to do the learning right off the bat. And this basically set the tone until I dropped out of college for the second time.





  • I would assert that basically every shell I’m aware of is also a programming/scripting langauge, able to handle things like loops and branches. This is possible to do in a GUI but it’s kind of telling no one has achieved this in a desktop environment to any significant degree, including in the Linux space.

    “Iterate over all of the files in this folder, if it’s a video file of any format, create a folder with the same name as the video file in ~/Videos and move the file there.” I’m unaware of an OS desktop environment that can do even that level of automation with default GUI tools. It’s like 5 lines of Bash including “done;” at the end. You can probably do it in PowerShell, but I bet Windows power users would rather use AutoHotKey for this.


  • I spent last winter ripping all my DVDs, and I did a lot of the organizing, changing file names etc. in the terminal. Because I could automate the process even a little.

    When doing TV shows, I could take the names of episodes from an online database, put those in a text file, use block edit mode and macros in Vim to format them the way I want, then use a bash command to iterate over the lines in a file and rename them all. Hell I’d probably still be at it if I had to rename that many files manually, even using copy/paste.