The_Decryptor
The_Decryptor@aussie.zone
Joined
0 posts • 33 comments
spoiler
made you look
- If your ISP doesn’t do IPv6, then you’re fine (But should look for a better ISP)
- If your ISP does do IPv6, then you should install the patch now (Unless you’re not using IPv6 on the LAN, in which case you’re fine but get a better router/sysadmin)
- If your ISP does do IPv6, but you can’t install the patch for whatever reason, only then should you disable IPv6
The problem is people recommend disabling IPv6 for random unrelated reasons (Like gamers claiming it decreases your IPv4 latency), so yeah MS is going to be insistent that users not fiddle with things they don’t understand because it’s really unlikely they’ll go back and restore that config when it doesn’t actually help.
Ideally you don’t directly ship the code it outputs, you use it instead of re-writing it from scratch and then slowly clean it up.
Like Mozilla used it for the initial port of qcms (the colour management library they wrote for Firefox), then slowly edited the code to be idiomatic rust code. Compare that to something like librsvg that did a function by function port