Skip Navigation

Posts
1
Comments
939
Joined
2 yr. ago

  • My point wasn't that there's a reason (though, obviously there is), but specifically that their "stable" names can still change easily. So it's not even that useful

  • Totally...

    The predictable network interface names can change after adding or removing a PCIe device if the system firmware decides to renumber the devices. See systemd issue 33347.

    btw

  • eth0, my beloved interface

  • Lesson 1 to 21 from Google: Fascism means profit. Therefore, it's good.

  • Removed

    Not fair, right?

    Jump
  • 11/9

  • In other news: 1 + 1 = 2.

  • I've seen a lot of sharks, but that's a new one to me...

  • Old small desktop towers. Powerful, very open (so I can run my NS infra and WG server and bridge on there, and easily have them redundant), and very extendable (need a 10G NIC or SFP+? Plug in a PCIe card!), and easily replaceable. I now have some old Cisco APs, which will be for my 2nd Home, so I can use my FritzBox as only a modem. In my 1st Home, I'll hopefully soon actually have fibre in addition to using my dads FritzBox as uplink. And I could add a Mobile Modem too. There, I don't need a wireless network, as in contrast to my 2nd Home, that infra is only for servers, to which I can just connect from my dads network/FB.

  • Home 1's Routers, Home 2's Router, public IPv4/v6 VPS. All as the native arch package.

  • You mean, you'd make Dennis actually implement a string type.

  • You'll usually like them during an acid trip, and shortly afterwards you're usually sad.

  • "What God is made of"

    "Deleted by (the) creator"

  • full stop at the very end at least, depending on content

  • PC: offLaptop: Asleep (and too lazy to fetch to check. But a few days ig)Server, both routers and the IPv4 providing VPS: 10.5 daysBackup/GPU server: 25 days

    Need to update and rebooz them all tho, because there's a new kernel for testing.

  • as Google’s L1 Cache

    Idiot does not know what a cache is.

  • Am I tripping even harder rn?

  • Rust:

     
        
    fn getofmylawn(lawn: Lawn) -> bool {
        lawn.remove()
    }
    
      

    C:

     
        
    bool getofmylawn(Lawn lawn) {
        return lawn.remove();
    }
    
      

    With Rust you safe 1 char, and gain needing to skip a whole line to see what type something is.