• 3 Posts
  • 25 Comments
Joined 1 year 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.



  • 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.



  • I’ve tried to use esp 32 cameras before. First issue, there are no esp32 cameras that either don’t have ir filters or have ir filters that can be removed. I finally found an Amazon seller that doesn’t glue the camera lenses together very thoroughly and once you break them open, the ir filter is in a place that can be removed if you’re patient enough with an exacto knife.

    The other major issue is that esp 32s generate so much heat they eventually melt everything I put them in. You can’t leave them naked because even if it doesn’t rain, they still stop working after only a few days of being outside.

    I really hope someone else has figured out a better way to use esp 32 cameras for home security because the only other choices are a) those chinese ones that don’t give you control over the rtsp stream (you can only use their spyware infested smartphone app) or b) those absurdly overpriced ones that don’t even come with night vision most of the time.






  • 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.






  • I’ve been dual booting Windows and Linux since the 00s. At some point around 2015-2016 I just stopped installing and maintaining Windows altogether and now I have a virtual machine image I just transfer around my network if I ever have to use Windows for something.

    I think the real turning point for me was when they introduced UAC and ever-increasing restrictions on unsigned drivers starting with Vista. Wine was already a thing and I could run most games I cared about even back then although I still had to boot into Windows for gaming sometimes. Once steam Proton starting getting really good which was around 2015, there just wasn’t a reason to be using Windows anymore. As the enshittification of Windows continued getting worse it became more tedious and time consuming to get anything done in Windows to the point you might as well use Gentoo. I do programming and game modding for fun and there’s no way I could use modern Windows for this it’s so bad and slows everything down with it’s utter bullshit.


  • I’m a long time Linux user but I’m really lazy. I recently installed Arch to try it out again as last time I did it was maybe 2012. Personally, manually setting up the hard drive partitions on initial install is just annoying enough to be too much work (I have a lot of drives) but luckily there’s an installer that does that part for you. Everything else you have to do is sensible and easy and actually ends up being less work in the long run. The wiki is also extremely informative, helpful and correct.

    Arch probably can be a beginner distro just because if you have a problem it’s so much easier to find out how to fix it on the internet thanks to the wiki and the forums. Something as mundane as installing nvidia drivers in Debian can be a massive ordeal and the minimum required skill level to fix it yourself if it doesn’t work on the first attempt is very high.