• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: August 8th, 2023

help-circle
  • I don’t think it’s a joke or even paranoid, just a bee noticing the effect of a quirk of human brains.

    Noticing an illogical thing because their brain took a shortcut and dusted the fallout under a rug isn’t an easy experience. The first instinct is not to assume our mind has broken, it’s to try to find the answer to make the event explainable. Often that involves thinking only inside the scope of the event because no other information is immediately apparent.


  • Consider the sheer cost of this. Shipping, especially overnight shipping, is incredibly expensive. Stores get stock on on or two regular days of the week and have a crew dedicated to just unloading that truck and getting everything on shelves, a process that takes days.

    Stores could not profit enough to put items in your path in the hope that you might buy them in this way.


  • Most likely the change here is that you’re now noticing these items where you previously didn’t. This is a documented psychological effect.

    People often look at a car they like and suddenly see that same model of car all over. People didn’t suddenly buy those cars to drive around for you, this isn’t the Truman Show. You’re just noticing them where before you didn’t even register them as anything other than a backdrop, a random blade of grass.





  • gerbilOFdoom@beehaw.orgtoLinux@lemmy.mlThings like this turn people off from Linux
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    2
    ·
    edit-2
    1 year ago

    Terminal isn’t over complicated, it’s the most basic interaction with operating systems and was the first mainstream UI to ever exist because it’s a natural extension of what interacting with a computer truly is.

    Terminal has very basic, particular syntax: Command [required parameters]

    It has some useful additions as well, like

    | to pass the output of the precious command to another command

    > to write to a file

    < to read from a file

    This basic structure allows additional tools to be installed and run without having to learn a unique GUI with all the quirks of the GUI designer for each application. You just add new commands and move on with your life, maybe referencing the manual page to check which parameters you need.

    Windows has a very particular GUI design that everyone knows because of the way Microsoft captured the market in the early days, before laws prevented them from doing so. Windows is esoteric, it has a variety of GUI philosophies all jumbled together. Explorer/control panel exists next to “Metro” apps, now “Windows apps” and they both do separate things without ever integrating the two properly.

    Windows is arcane and understanding it fully is thousands of hours of practice, if you actually try new things. Linux is perfectly usable from command line with just a few dozens of hours of practice.

    I say all this as a primarily Windows desktop user who uses Linux when it comes to actually getting things done. If we taught Linux to our children in schools and if businesses provided as much Linux training to workers as they do windows training, the discussion we’d be having would be about how windows is too complicated and just needs a UI similar to the ones available with Linux.