• 2 Posts
  • 2.61K Comments
Joined 3 years ago
cake
Cake day: August 8th, 2023

help-circle







  • In my anecdotal experience, the more Trumpy conservative somebody is, the more they are already miserable and complaining about everything all the time. If things get objectively worse for them then they might not act any differently day-to-day. The only question is how far things have to go before they will blame the correct people, if that is even possible for many.


  • Oh they do care, just in the wrong way.

    In the business world “benchmarking” basically means “let’s copy what the successful people do, so that line go up”

    In their robotic, amoral view of the world, they see one of the most successful people on the planet (according to their definition of success) constantly spouting obvious lies and being surrounded by sycophants while getting elected twice and grifting billions and facing no punishments. Maybe if the tech CEOs get rich enough and their companies get important enough, they can join his club.

    Ohhh, and they must be how we get oligarchies!



  • Zink@programming.devtoMicroblog Memes@lemmy.worldNature
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 days ago

    We can be pretty loose with our usage of “holiday” in the US. Like some others said, this one is basically just peer pressure for consumerism, lol. Nobody gets the day off work or anything like that.

    I mean, I think it would be awesome if Valentine’s day were a federal holiday where we all stay home and focus on those closest to us. So in addition to romantic couples, that includes self-care for folks living alone and family time for those of us with kids.

    But in 2026 that idea also sounds profoundly un-American. Fuck. Some of us are still trying to be decent humans in functioning communities.









  • Zink@programming.devtolinuxmemes@lemmy.worldGUIs
    link
    fedilink
    arrow-up
    2
    ·
    12 days ago

    I have a good example of “both are useful” on my second screen right now, but it’s a difference in output and not input. I was watching system resource utilization a few minutes ago while running something, so I have plasma’s graphical System Monitor on half the screen while I have a big ole terminal window with htop running next to it.

    The GUI side uses the speed and bandwitdth of our visual processing to communicate complex historical data about a handful of values very quickly. It does it with graphs that, while accurate and to scale, are a bit analog and imprecise feeling to the eye.

    The text-based side uses the speed and bandwidth of the hardware to show me a huge 2D array of values that constantly updates. It does it with monospaced text in a high-readability font that is very clear and precise.

    The GUI does more processing on the computer first to communicate quickly about the targeted values, while the text side leaves more of that processing to be done on my end. But that’s not a negative, because I can search through those hundreds of values as quickly as my eyes can dart around the screen. There’s no navigating a GUI that quickly.

    In general when it comes to GUI vs CLI, I like GUIs too. I am just old enough that I remember how awesome it was to start using graphical desktops and file managers and computer mice and all that. But I’m an engineer who uses the terminal every single day, and I often just leave it open when I’m at work with a bunch of monitors. To me, any decent computer must have a powerful CLI and text-based configuration and scripting and all that.

    For most USERs, the GUI is all that matters. And since the GUI needs to be simple and rock solid, it can be advantageous to just leave the arcane shit in the text files and not try to cram everything into the GUI. If I want to change my screen resolution, system fonts, or change my network connection, I expect to find that in the GUI and I’ll just go there. But when I want to be the dork customizing the colors on my GRUB screen or tweaking the swap/cache behavior of my OS, I’m quite glad to edit text for those.