• 0 Posts
  • 57 Comments
Joined 1 year ago
cake
Cake day: January 7th, 2025

help-circle




  • wabasso@lemmy.catoLinux@lemmy.mlRTFM
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    2
    ·
    2 months ago

    I dunno man, I want my friends and family using Linux. I don’t think this is the right mentality.

    People still converse over simple facts. What does the plant that grows cinnamon look like? Who won the Super Bowl in x year? Simple facts that could easily just be looked up, but people like talking to each other.

    Even reading off a Wikipedia page to someone else, you get an opportunity to cater the tone, pace, and omissions / additional clarity to whomever you’re talking to.

    The drop in Stack Overflow questions shows that if people can’t get helpful answers from other humans, they will get them from AI.










  • Do you place any restrictions on the containers or the container daemon as a whole?

    Moreso asking so I can copy your settings. But I have had my server brought down just from the services themselves consuming too much memory or disk space, so something to look into if you haven’t already.







  • This is not something I’d ask of developers, but I like having a GUI for initially learning all the options and flags. It’s nice having a visual of which parameters are allowed together, where order matters, which ones accept arguments, etc. This is partly how I learned Ffmpeg back when I was still using Windows.

    Once I’ve got a high level understanding, then I’m headed for the terminal.

    Realistically I have a text editor putting a script or complex command together with the man page open on another screen. Not as friendly but generally works.

    I don’t see TUIs a lot. Usually they are very linear. Would be interesting to see one with more of a 2D array of options.