• 0 Posts
  • 105 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle

  • It’s likely not as bad as you think. :) It took a bit of adjusting for me realising I didn’t have several endless AskReddit threads a day to scroll through, but for 99% of my usage it’s great here. It’s also nice being able to interact with posts while not being one of the first commenters. I get more interactions here than Reddit. The only things I go to Reddit for are specific subreddits like dashcam videos, but that’s a once a month or perhaps less frequent affair.







  • IronKrill@lemmy.catoLemmy Shitpost@lemmy.worldstop
    link
    fedilink
    arrow-up
    8
    arrow-down
    3
    ·
    2 months ago

    Honestly a large amount of people would take a vegan option if it tasted the same, had the same texture, was as cheap or cheaper than meat, was as accessible, and didn’t require learning a new skill set.

    And businesses would stop burning fossil fuels if renewables had the same portability, same output, were cheaper, available everywhere, and didn’t require learning a new skill set. They can still be criticised for doing so, I’m not sure what your point here is?


  • Depends what you use and how you use it. With how I use my computer, I have issues on Windows that require terminal input to solve and are more confusing than many of the Linux issues I face, but the way I use Linux also requires terminal. Some applications just work better or only on terminal whether you’re on Windows or Linux and some debugging steps will inevitably take you down the dark road of decade old menus and terminal commands.

    Day to day basic tasks though? It shouldn’t need any special knowledge, provided that you don’t follow the wrong online tutorials like I did when starting out. For example, Firefox was out of date so I looked up how to update Firefox. The package manager did not have a new version and I didn’t think to manually go into settings and refresh the repository (stores auto update, right? Well, no actually…). Basically I ended up trying to install via a .deb package from their website… it didn’t work and I felt Linux was dumb. What I should have done was update my OS and package manager first or simply sudo apt update && sudo apt upgrade (yes this is terminal, sorry). My point is, sometimes you have to realise the question you are asking is flawed and not the system.