• 4 Posts
  • 32 Comments
Joined 2 years ago
cake
Cake day: March 4th, 2023

help-circle



  • I always get screwed pretty hard with Debian drivers. Just the other day I updated my Debian server to Debian 12 and then it refused to allow my atheros 9k PCI wifi card to work unless I rebooted after a cold boot. After an entire afternoon, I got to where it wouldn’t work after a cold boot or after a reboot. I literally had to choose between buying a new wifi card or reinstalling Debian/a different distro.

    I used to only use Debian for non-laptops but from now on I don’t think I’ll install any new Debian installations on anything.




  • PeterPoopshit@lemmy.mltoMemes@lemmy.mlAverage redditor nowadays
    link
    fedilink
    arrow-up
    37
    arrow-down
    2
    ·
    edit-2
    1 year ago

    One time I got downvoted to oblivion and then followed and harassed for saying that employers shouldn’t be allowed to drug test for thc… In r/lsd of all places. I still don’t know what that was about. Did I accidently trigger the “everyone dogpile this guy” bot algorithm, maybe in a different comment? Do lsd users just think they’re better than everyone else just because past use of lsd can’t really be drug tested for? This happened like a year ago and I’m still dumbfounded.


  • Usually, I do the simplest thing: all the stuff goes on one big ext4 partition. I don’t make a separate partition for /home. I’ll make a swap partition if I can remember but I’ve forgotten to do that before and nothing bad happened. The bootloader goes on a fat32 /boot/efi on the same drive as whatever the Linux install is on. This way I can swap around the drive to different pcs if I have to or easily change/upgrade drives without having to reinstall all my stuff.

    This strategy works for dual booting Windows also. I’ll put the windows install all on its own separate drive so it won’t try to erase grub during a disk check or something. That happened one time. Also, by putting Windows and Linux on separate drives you can use the bios to boot between Windows or Linux if you mess up one of the bootloaders.










  • PeterPoopshit@lemmy.mltoLinux@lemmy.mlDistro suggestions?
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    1 year ago

    I doubt my experience was the same as everyone else but I tried to install Debian on my gaming pc a week ago and I could not get Nvidia drivers to work for anything, there were no relevant search results and no one on any message board had any ideas. I gave up and installed Arch and Nvidia drivers without making any hardware changes and it was so unexpectedly easy I still can’t believe it.

    I use Debian on my server so I was shocked that it was basically impossible to get Nvidia drivers working, at least on my chipset.


  • I normally use C++ for making new games or misc projects from scratch but I think I could save myself some work using C#. I’ve done a lot of Rimworld modding and I like the way C# works. I really like how versatile C++ is though. If I want to make my program work on an old Athlon, I can compile with 32 bit and sse1. I would be surprised if it were possible to do that with any C# compiler but I also haven’t researched to find out.