• 1 Post
  • 199 Comments
Joined 9 months ago
cake
Cake day: September 27th, 2023

help-circle



  • I’m using a sandwich style case with the PCIE port at the top of the case and the 3 scews for the slots are at the bottom. It basically pushing the card up and backwards into the PCIE extension cable’s slot. No ass sag, but I can tell there’s a limit to how much it would be able to handle like that. I’ve got a 7900xt (not xtx) so it works for what I need right now.



  • “the order in which the system discovered it” is not deterministic

    This is the same problem they had with hard drive names and it seems to have been solved in a sensible way, i.e. /dev/sda still points to the first disk detected by the system, but you can look look in /dev/disk/by-path (or by-uuid, etc) to see the physical address of the devices on the system and what they are symlinked back to, and set your fstab or mdadm arrays to be configured based on those unique identifiers instead.

    So, I guess what I’d like to know is why hasn’t this been solved the same way? When you boot up they should present every hard wired Ethernet port as ethX, and the hardware address interface should be present as well but aliased back to the eth. Then you can build the your network configs based on either one.

    Shouldn’t be that hard right?


  • I’m impressed with my pixel’s ability to do it. I forget it’s on sometimes and I’ll walk in a pub. Having only been inside 5 seconds and my phone in my pocket the whole time, it already has the song playing on display on the lock screen. Its almost like it works better when the volume is lower. I have a harder time detecting music with it if I turn the volume up or hold it near a speaker. Put it my pocket and have 30 people talk over it? Probably has a 95%+ successful detection rate in those conditions










  • Yeah, I used to run win 2000 on my desktop and had some games that I couldn’t play from the win95 era. So I resized my mom’s old windows XP machine and pulled a 2 gig partition out then installed win98 on that. I used the windows disk manager to mark the partition I wanted to boot from as active, so it was completely transparent to my mom when she would need to use the computer, including booting.

    If I were going to do a system like this again today, id probably do something similar. An MBR formatted hard drive can have 4 primary partitions. FAT16 had a max partition size of 2gb, but fat32 was introduced in win98 so you could go with whatever partition size you wanted there.

    So you could have a 95, 98, ME, and XP installation all on one drive and just switch between them using the drive manager to change the active bootable partition then rebooting.