![]() |
ClosedGL's Website / Blog / The Untapped Potential of Proprietary Source Code The Untapped Potential of Proprietary Source CodeFirst published May 27, 2022 at 11:30 PM There is so much proprietary software out there that is pretty good and useful, but are held back in many ways by their source code not being pubically available. If the source code for all the proprietary software was released under free software licenses, including many games and abandonware source code still around, it could open up a whole world of exciting new possibilities. It doesn't just have to be source code. Hardware schematics and firmware signing keys could also be released to breathe new and libre life into many locked down and tivoized electronics. Of course it all won't happen overnight as proprietary software is often driven by power and profits, and we are still yet to raise the pitchforks, torches, and baseball bats over many other problems. Free firmware for all computersI have some computers which have either Coreboot or Libreboot, so the system will be running free software from the moment it's turned on, and hardware backdoors like the Intel ME are crippled, so there is no way for an agency or a cracker to remotely gain low-low-low-low-low-level access to the computer without my knowledge, and I can feel comfortable using it. While those machines are supported by Coreboot, I still have a few computers which are yet to be liberated. While I'd guess the two Dell computers just aren't supported yet, the ThinkPad Yoga 260 from 2016 is another story. Many modern OEM computers check if the firmware was signed by the manufacturer before executing it, making Coreboot impossible to port to these machines without the manufacturer's blessing. If the OEM signing keys are released however, it would allow the community to use free firmware on any OEM system. Moreover, if the signing keys for microcode updates, Intel ME firmware, and AMD PSP firmware are released, every proprietary blob could be replaced, making the entire system libre. One thing I really miss when using Coreboot is having a nice intuitive setup utility to change boot order and advanced system settings. I really don't want to reflash to change the boot order or hardware modes. If the source codes for PhoenixBIOS, AMIBIOS, or whatever were released, it could be rewritten as a Coreboot payload and have their nice setup screens for whatever system it's on, so convenience will not be sacrified for freedom. Empowering Windows alternativesWindows is a popular operating system, but that doesn't mean it's good. If you use a Unix-like operating system, you may agree that Windows is atrocious, but many people are stuck using it because of the software they need to run. There are free software projects like Wine and ReactOS which are designed to be like Windows and run Windows software, but it is quite hit or miss in their current states, mainly because the developers have to reverse-engineer Windows and are not allowed to use copyrighted Windows source code. So right now, actually using Windows is the best way to run Windows software. If every last byte of the Windows source code was released, Wine and ReactOS could be perfect and run Windows software perfectly outside of Windows. Upcycling abandonwareThere is some old software that can still be useful today if the source code, assuming it's still around, was released, allowing it to be reworked and upcycled. Here are a couple examples: FlashFlash was an excellent vector animation system that found use in many online animations, games, and even cartoons on TV in the late 90s to mid 2010's, and was discontinued in 2020. I have fond childhood memories of Papa Louie Arcade, the Henry Stickmin series, Happy Wheels, and Scratch 2.0, all of which used Flash. I think it would have lasted longer and experienced wider use if it were open-source and its scripting engine wasn't a security nightmare. There is an open-source web game archival project called Flashpoint, and I think it still uses the final proprietary version of Adobe Flash Player for playing Flash media, which it wouldn't need if its player could play it natively. Microsoft Visual Basic 6.0I found an old VB6 textbook that someone was throwing out and decided to mess around with it, and in doing so made the horter calculator shown above. I found VB6 pretty nice to use and easy to make basic GUI applications with. I could definitely see VB6 projects being built for systems other than Windows, like GTK on Unix-like systems, as long as the code doesn't use the Windows API. It has a good purpose-built scripting language that I think would be simpler than using C/C++, Python, etc. with a GTK or Qt interface. So if this was ported to other systems, I think it would make a great starting point for getting into GUI applications. Learn from the source codeSomething that has really helped me learn programming languages was being able to read the source code of open-source software. Seeing how things were done, how I can write code better, how to optimize the code to run on a piece of lettuce. It would be a great help to many people learning to program if they could lift up the hood on any of their favorite software. Random Bullshit GO!
|