• 0 Posts
  • 35 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle












  • grue@lemmy.worldtomemes@lemmy.worldUsed to consume not produce
    link
    fedilink
    English
    arrow-up
    38
    arrow-down
    1
    ·
    edit-2
    25 days ago

    Okay, I guess there’s one more criterion for computer literacy: being able to distinguish between a reasonable workflow and a batshit-insane one. (That might even include a little bit of understanding of complexity: not enough to be able to classify an algorithm using “big O notation,” but maybe enough to avoid a basic “Schlemiel the Painter” situation, for example.)


  • grue@lemmy.worldtomemes@lemmy.worldUsed to consume not produce
    link
    fedilink
    English
    arrow-up
    85
    arrow-down
    12
    ·
    edit-2
    25 days ago

    Typing is irrelevant. Office software is irrelevant. There is one thing, and one thing only, that determines whether a person is computer-literate or not: whether the person can put together a custom workflow to solve a novel problem.

    I don’t mean “programming,” per se, and I don’t mean “scripting,” per se, and I don’t mean “piping together commands on a text command-line,” per se. But I do mean being able to (a) understand the task you want to accomplish, (b) break it down into its component steps, and (c) instruct the machine to perform those steps, while potentially (d) reading documentation and/or exploring the UI to discover how to do said instructing if necessary.

    A computer-literate person can be sat down in front of a computer running an OS and/or other software they’ve never used before and (eventually) figure out how to use it via trial-and-error, web-searching for tutorials, RTFM, or whatever, without shutting their brain off and giving up or demanding that some other person spoon-feed a list of steps to memorize by rote.





  • I would figure it would be just the opposite: that you’d want to try Gentoo specifically for gaming, in order to wring every last FPS out of the system. At least, that was part of my motivation back in the day (despite Proton not being a thing yet, IIRC I could at least play some games on Linux back then).

    I think of Gentoo like the Fast and the Furious-esque customized sports coupe you drive when you’re young to try to impress your friends. In contrast, I’m at the point where I can’t be bothered anymore, so I drive the boring minivan of distros, Kubuntu. Point is: try Gentoo sooner rather than later, while you still give a shit. (Edit: of course, with a username like @MidsizedSedan, it might already be too late, LOL)



  • Well, yeah, but that’s what you sign up for when you choose to use Gentoo. Custom-compiling every app, every time, with your chosen USE flags, is the advantage of it. (I suppose Gentoo has “binary packages” available now, but at that point I don’t see why you wouldn’t just pick Arch instead to begin with.)

    Also, that’s another reason you should update frequently (e.g. daily or weekly): to keep compilation times reasonable by only ever updating a few packages at once.

    Also also, as I said, I last used Gentoo two decades ago. Even back then, I found the compilation times… uh, at least “tractable.” 😅 I can only assume that with modern hardware they’re not bad at all, as for the most part, processing power has scaled faster than FOSS code complexity.