• 0 Posts
  • 9 Comments
Joined 20 days ago
cake
Cake day: February 3rd, 2026

help-circle
  • yeah thinking of some of the ppl ive met on the internet, id rather be talking to a bot lol… jkjk

    but i think finding out after the fact that i was interacting with a bot somehow seems soulless… like, something i like about the internet is the (small) feeling of still being connected to the world. and that’d be lost if i knew i was interacting with a bot. i imagine there’s people who feel differently, but i think that’s nuts. if im interacting with a bot, i want to know it.

    also like, in responding to you, i hope to further some intelligent discussion and positively affect the world. if you’re a bot, then that’s hopeless. or maybe im just affecting the ai model positively, idk.





  • Alberat@lemmy.worldtolinuxmemes@lemmy.worldGUIs
    link
    fedilink
    arrow-up
    1
    ·
    9 days ago

    that could be it… I’ve just thought about it a lot and came up with a new theory.

    it seems to me that the limitations of screen real estate seem surmountable. eg: a settings menu could have a search bar like in android, meaning your options can be accessible even though they’re buried in the gui. then, your settings could be “stable” and repeatable by adding flags like in google chrome (another gui program).

    you can actually use chrome from a cli with selenium or the headless command (–headless) and I’ve used this to scrape websites locked behind Javascript. but average chrome users don’t demand the further development of these features.


  • Alberat@lemmy.worldtolinuxmemes@lemmy.worldGUIs
    link
    fedilink
    arrow-up
    2
    ·
    9 days ago

    yes, great example. also: when the creators of that program decide the want to redesign the ui, all of your tutorials on how to do things break.

    my theory is that its not something inherent about using text instead of graphics: a maintainer of a cli program could also decide that they want to redesign the command line options. but its more that users of guis don’t demand stability or repeatability. they are impressed by a ui redesign and so that’s what they get.


  • Alberat@lemmy.worldtolinuxmemes@lemmy.worldGUIs
    link
    fedilink
    arrow-up
    4
    ·
    10 days ago

    i think one difference between guis and clis that people don’t think about is composability. you cant do something like “pipe the contents of a folder into vscode and do a regex find and replace” but that’s what pipes let you do on the command line. with gui programs, you always have to do these things manually… which is nice the first time but then time consuming each subsequent time.