Wahhh, sorry. Jeroba timed out while making the post, and I know sometimes when it does that it posts anyway so I normally check…and I did this time as well, but it didn’t show up so I figured it had actually failed…and it hadn’t…ughhhh.
- 0 Posts
- 317 Comments
deleted by creator
I have seen some fields that are weird but I don’t see a problem with the android one? Well I guess calling it rolling isn’t quite right but otherwise it’s pretty accurate
Scoopta@programming.devto
Linux@programming.dev•New NTFS File-System Driver Submitted For Linux 7.1
51·10 days agoTechnology is literally never complete, especially when it’s code based on reverse engineering of a proprietary format…
Scoopta@programming.devto
Linux@programming.dev•Fix Logitech deliberate banning of Linux
14·10 days agoWebUSB was always an insane idea to me. The web has just gotten ridiculous
I just never left 100% native (apt in my case). I have been trying to make the switch to 100% flatpak…but it’s so painful that I just haven’t.
Scoopta@programming.devto
Linux@programming.dev•X.Org X server and Xwayland security advisory released for multiple issues
1·12 days agoI’ll be honest, less ugly than NAT which is really where I draw the line (I hate NAT), especially if they’re charging you per /64, that’s borderline diabolical from a hosting provider. If I was getting charged per /64 I’d probably route /96s too. Lack of SLAAC is unfortunate though.
Scoopta@programming.devto
Linux@programming.dev•X.Org X server and Xwayland security advisory released for multiple issues
1·12 days agoNo, you still need a gateway, maybe what you’re referring to is the lack of NAT? But that honestly makes it less confusing, there’s still a default gateway though. It’s funny you say the subnetting thing because for me it’s the opposite. In v4 subnets are variable sized, sure /24 is the most common but I’ve found everything from /8 all the way to /29 in the wild. In v6…every subnet in a sane network is a /64, it’s practically enforced by the standard. You basically can’t go smaller and going bigger is pointless. That means the first 4 hex groups are your subnet, the last 4 are the device, basically always. Now VPNs are one of the few environments where /64 isn’t super heavily enforced and you can go smaller but it’s still good practice to use it anyway. Memorizing addresses is…you’re not wrong, but also I personally don’t find it that bad and here’s why. The first half of the address isn’t THAT much longer than a v4 address. It is a bit, and yes it’s hex so letters. Thing is, the first half is the bit you can’t control, kinda equivalent to your public v4, so once you memorize that, the second half can be whatever you want and as short as you want. Worst case you can always use DNS to avoid memorizing addresses but that does require extra configuration.
Scoopta@programming.devto
Linux@programming.dev•X.Org X server and Xwayland security advisory released for multiple issues
2·12 days agoI’m not sure what you mean by that? What problems specifically?
🤔, I’m not sure what would cause it to break other than a misconfiguration, my setup isn’t stock though, my most recent endeavor was migrating to a VTless system, so I do a lot of “different” and non-conventional things. Sure I’ve had configs break but it’s because I made a mistake, that’s not the init’s fault.
Scoopta@programming.devto
Linux@programming.dev•X.Org X server and Xwayland security advisory released for multiple issues
6·13 days agoYeah, right now in order to do it without giving up a bunch of services you have to combine it with NAT64+DNS64. NAT64 maps the entire IPv4 space to a /96 of your chosing and then DNS64 will generate AAAA records based on that /96 when upstream doesn’t provide one so clients can talk pure v6 even to v4 only sites. There are some services (steam client and discord voice calls) that require v4 addressing and won’t work with this setup, but it gets you 98% of the way there.
Scoopta@programming.devto
Linux@programming.dev•X.Org X server and Xwayland security advisory released for multiple issues
91·13 days agoI don’t use either 🤔
Having run both systemd and sysv, they both never really break in my experience unless it’s self inflicted. I don’t think I’ve ever just had one break randomly, the systemd recovery environment is much better when there is a breakage, and I’m not sure the boot times are really any different in my setup. Maybe if I tried something a little more parallel than sysv they’d be faster but eh.
Scoopta@programming.devto
Programmer Humor@programming.dev•I finally figured out how to track window velocity, so I used user32.dll to forcefully unclick my mouse and shatter the UI as a "punishment".
7·18 days agoIf this was here a week ago I might have rolled this out for April fool’s lol, I’m the domain admin for a small company and I’m pretty sure I could get away with it for the occasion, maybe if I remember next year
Scoopta@programming.devto
Linux@programming.dev•Plans to remove ipv4 from the linux kernel.
1·21 days agoHmmmm, I’m not sure I can think of any super good resources off the top of my head but I’ll let you know if I think of any. That’s kind of weird though, going IPv6 only is one thing but getting an address and a working connection is often transparent and automated unless you have a 3rd party (non-ISP provided) router.
Scoopta@programming.devto
Linux@programming.dev•Ubuntu's GRUBby plans [LWN Subscriber Link]
3·23 days agoYes but the ESP is not /boot, it can be, but rarely is in grub installs
Scoopta@programming.devto
Linux@programming.dev•Plans to remove ipv4 from the linux kernel.
5·25 days agoThat’s why IPv6 has privacy extensions which periodically rotate your address
Scoopta@programming.devto
Linux@programming.dev•Plans to remove ipv4 from the linux kernel.
23·26 days agoSmall ones are actually often better than big ones. I have a love hate relationship with cloudflare, they contribute to internet centralization but it IPv6 enables so many sites transparently and they only let you turn it off if you’re an enterprise customer. So some guy using free cloudflare has IPv6 but not discord, ironic. That being said I have NAT64+DNS64 which lets me access the remaining legacy v4 services without having v4 on my network or devices. Although according to my firewall stats over 90% of my traffic is v6 native, the remainder is NAT64. Honestly the only services I use on a regular basis which don’t work if I disable NAT64, discord, steam, and my bank. Everything else I use is v6 native, YT, Crunchyroll, lemmy (this instance), even steam downloads (just not login ironically).
Scoopta@programming.devto
Linux@programming.dev•Plans to remove ipv4 from the linux kernel.
49·26 days agoHonestly, I get this is a joke…but it unironically wouldn’t impact me, I run single stack v6, so let’s do it. I’ll grab some popcorn
I thought they had dropped most of the other ISAs, have they not? historically it wasn’t just those 2 though