• 0 Posts
  • 42 Comments
Joined 1 year ago
cake
Cake day: July 23rd, 2023

help-circle
  • Likewise when theres a company meeting which clearly and simply lays something out and people have questions.

    Example: “We are switching payroll providers, This in no way impacts you as all direct deposits have been migrated. You might see a new note on the deposits from the new payroll company.” A bunch of hands go up… Its always the same people

    How could you possibly have a question?!




  • Ocelot@lemmies.worldtoProgrammer Humor@programming.devHow the IT guys see the users
    link
    fedilink
    English
    arrow-up
    19
    arrow-down
    1
    ·
    edit-2
    10 months ago

    Yeah one of these views is more valid than the other:

    “I got an error message! It says, Please right click the application and select ‘Run As Administrator…’ What does it mean?! What do I do!!! Why are these instructions so confusing?!”

    “I got an error on the page! It says ‘Password incorrect’ What does that mean? How do I fix it?” “Have you tried using the correct password?”




  • Ocelot@lemmies.worldtoLinux@lemmy.mlBuying new CPU
    link
    fedilink
    English
    arrow-up
    16
    ·
    edit-2
    10 months ago

    CPU brand (as in AMD/Intel) makes little if any difference in linux, stark contrast to Nvidia/AMD GPU. There was a period of time where some of the intel CPU “efficiency cores” were not properly scheduled in the kernel but I think that’s a lot better now as long as you use a relatively new kernel. There are different power/frequency management flags you can pass to the boot params based on intel/amd but that probably makes more of a difference if you’re on battery: https://wiki.archlinux.org/title/Ryzen

    I think there used to be some limitation in using resizeable BAR with an intel CPU and AMD GPU, but that hasn’t been an issue for a while.

    I have a 5950x with a 6900xt in my linux box and have had no complaints.


  • gdm works pretty well with selecting and jumping to all kinds of different DEs. It shouldn’t really be a problem. The only thing I might watch out for is KDE/gnome for example can install a TON of dependencies that you might not necessarily want in both. You can wind up with a lot of duplicate programs. and your home directory will be full of all kinds of config files.

    But you can run hyprland, i3, xfce, awesome, etc alongside each other without too much hassle.

    I have had the same arch linux install for the past 13 years and have been on a ton of different DEs in that time including times when I switched back and forth between a few concurrently installed. It never caused any issues for me other than trying to clean up all the K programs that had been installed, and cleaning up my home dir.




  • Ocelot@lemmies.worldtoLinux@lemmy.mlWayland or X11? Why?
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    10 months ago

    Wayland first, but have both installed so you can fall back to X11 if you need to. If you do have to go back check wayland again after every few updates. X is dying a long-needed death. It started off has a hack decades ago and has just been held together with duct tape ever since. There are some not so great things in wayland with some apps, sometimes issues with context menus or screen recording for example, but they’re getting fixed over time.

    I do kind of miss x forwarding over SSH. It was really convenient, there might be something for wayland but I haven’t looked for a while.





  • Ocelot@lemmies.worldtoLinux@lemmy.mlI'd like to interject for a moment...
    link
    fedilink
    English
    arrow-up
    289
    arrow-down
    2
    ·
    edit-2
    10 months ago

    These textbooks are trash and written by morons. When I was in college one of the required books said very clearly that sleep and hibernate are exactly the same thing. It said that both suspended to RAM and hibernate was just some lower power version of sleep. It was even a question on an exam that I got wrong for some reason. I argued with the professor about it and proved to him thats not the case by taking one of the lab computers, hibernating it, physically taking the ram out and swapping it with another computer and resuming into the same state on power on. He said “Well thats what it says in the textbook so I have to mark it wrong”

    It really highlights that there are probably a lot of other inaccuracies that I didn’t notice. This is the standard of education nowadays.