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

help-circle
  • IronKrill@lemmy.catomemes@lemmy.worldSelective rage
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    2 days ago

    We have a movement in Canada called “Every Child Matters” due to indigenous history. The most annoying thing to experience is the same idiots who complain about BLM commenting on this one. “Black Lives Matter? What the hell dude, ALL lives matter!” then 5 minutes later saying “Every Child Matters? No shit, what a stupid movement name!” Can’t win with these folks.














  • IronKrill@lemmy.catoLemmy Shitpost@lemmy.worldstop
    link
    fedilink
    arrow-up
    8
    arrow-down
    3
    ·
    16 days 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.