6 ms·
> worshipping at the thrown of backwards compatibility is one reason that Windows is the shit show it is You say Windows is a shit show, but as someone who has
by Arelius 2y ago
> worshipping at the thrown of backwards compatibility is one reason that Windows is the shit show it is
You say Windows is a shit show, but as someone who has developed a lot on both Windows and Linux, Linux is just as much a shit show just in different ways.
And it's really nice being able to trust that binaries I built a decade ago just run on Windows.
- scarface_74 2y agoLinux is a shit show because there is no driver standard among other reasons
- smitty1e 2y agoThis gets at the heart of The Famous Article: my pet project vs. corporate-grade stuff. The individual vs. the group. Where I agree with the author is the need to keep individual tinkering possible. However, generalizing anyone's idiosyncratic tastes is impossible.
- scarface_74 2y agoIs that a real article? Do you have a reference for it?
- smitty1e 2y agoTFA is the linked article that was posted to HN.
- AnthonyMouse 2y agoIt has no driver standard on purpose with the intention of getting drivers into the mainline kernel tree. If drivers are "standard" then low quality drivers full of bugs and security vulnerabilities proliferate and only the OEM can fix them because they're closed source, but they don't care to as long as the driver meets a minimum threshold of not losing them too many sales, and they don't care about legacy hardware at all or by then have ceased to exist, even if people are still using the hardware. If there is no driver standard then maintaining a driver outside the kernel tree is a pain and more companies get their drivers into the kernel tree so the kernel maintainers will deal with updating them when the driver interface changes, which in turn provides other people with access to fix their heinous bugs.
- scarface_74 2y agoHow is this philosophy working for the end user? How is a similar problem working out for Android phones getting updates?
- AnthonyMouse 2y agoThe drivers for most PC hardware are in the kernel tree. That part is working pretty well. It's clear that something more aggressive needs to be done on the mobile side to get the drivers into the kernel tree because the vendors there are more intransigent. Possibly something like right to repair laws that e.g. require ten years of support and funds in escrow to provide it upon bankruptcy for any device whose supporting software doesn't have published source code, providing a stronger incentive to publish the code to avoid the first party support requirement. Or greater antitrust enforcement against e.g. Qualcomm, since they're a primary offender and lack of competition is a major impediment to making it happen. If Google wanted to stop being evil for a minute they could also exert some pressure on the OEMs. The real problem is that the kernel can't easily be relicensed to directly require it, so we're stuck with indirect methods, but that's hardly any reason to give up.
- pm215 2y agoI don't think I'd put the difference between the pc and server markets vs mobile down to vendor "intransigence". Rather, I would say it's a result of the market incentives. For PCs and especially for servers, customers insist that they can install an already released OS and it Just Works. This means that vendors are strongly incentivised to create and follow standards, not to do odd things, and to upstream early. On the other hand in mobile and embedded there is basically no customer demand to be able to run preexisting distro releases, and so vendors feel very little pressure to put in the extra work to get support upstream or to avoid deviating from common practice. On the contrary they may see their custom deviations as important parts of what makes their product better or more feature rich than the competition. Right to repair laws as you suggest might do something to shift the incentives of vendors in these markets; I don't think they're ever going to "see the light" and suddenly decide they've been doing it wrong all these years (because measured in commercial consequences, they haven't)...
- inglor_cz 2y ago"And it's really nice being able to trust that binaries I built a decade ago just run on Windows." Wouldn't this need be solved by an emulator of older architectures? There would be a performance cost, but maybe the newer processors would more than make up for it.
- Rohansi 2y agoWhat older architecture? Windows has been on x86 for decades. You should be able to run any 32-bit application built 20+ years ago on modern Windows, assuming the application didn't rely on undocumented/internal Windows APIs.
- scarface_74 2y agoIf you have ever read any of Raymond Chen’s stuff, you would know that is a big “if”
- robinsonb5 2y agoFunny you should say that. I have a legally-purchased copy of Return to Castle Wolfenstein here, both the Windows version and the official Linux port. One of them works on modern Linux (with the help of Wine), one of them doesn't. I wrote some specialist software for Linux round about 2005 to cover a then-business need, and ported it to Windows (using libgtk's Windows port distributed with GIMP at the time.) The windows port still works. Attemping to build the Linux version now would be a huge ordeal.