• 0 Posts
  • 26 Comments
Joined 6 months ago
cake
Cake day: February 27th, 2024

help-circle



  • doubtingtammy@lemmy.mltoLinux@lemmy.mlBeginners Guides
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    6 days ago

    IDK if thats true in 2024. Debian 12 isn’t much harder to setup than mint or Ubuntu, and the version of gnome it ships with is perfectly fine. I’m not a beginner anymore, so maybe there’s something I glossed over.

    Oh wait, I just remembered the thing I glossed over. Needing to install sudo would definitely throw a beginner for a loop. (Iirc, you only need to do that if you give a root password during install). And that’s the problem with trying to learn Linux. Someone will tell you the thing is easy, but they forgot about some arcane step


  • the polls showed Hillary was going to trounce Trump pretty handedly.

    Not true. She was within the margin of error in the swing states.

    I think Fivethityeight’s explanation went something like…

    Don’t confuse 538’s model with polls. 538 takes polling data as an input, and then runs simulations that output the odds which side will win.

    Polls don’t measure the odds a candidate will win, they measure how many people would vote a certain way if the election were held today. Predictive models take that data and do a lot more than simply average the results.
















  • The problem with the cli is you need to memorize a whole bunch of new words and syntax in order to do anything. You also need to memorize what not to do so you don’t accidentally erase your system while using rm or cp or whatever.

    Even something as simple as copying and pasting, which works the same in every single other program has new rules in the terminal. I mean, think about that. If you’re just learning bash, then the first thing you’ll be doing is copy pasting commands. But even that has the hurdle of 'oh, I guess this is the one program where ctrl-c means something else

    Like, how do you look at sudo, cat, man, and apt, and think ‘yeah that’s intuitive’. And forget about multitasking, new users won’t even know how to quit most programs (is it ctrl-q? Just q? Esc? Ctrl-c? Ctrl-d? Wait how do I undo that, is it ctrl-z? Wait where did the thing go