Earlier quoted context omitted.
10+ years ago, a MS dev inserted a hex constant B16B00B5 into the linux kernel and caused a fight.
True story: https://www.wired.com/2012/07/b16b00b5/amp
Is CBL-Mariner going to become Microsoft Linux?
211–220 of 242 posts
Re: Is CBL-Mariner going to become Microsoft Linux?
#212Earlier quoted context omitted.
Of all the Linux package managers (sans 'frontends/wrappers'), RPM is probably the least horrible.
I like Arch’s pacman the best.
Re: Is CBL-Mariner going to become Microsoft Linux?
#213Re: Is CBL-Mariner going to become Microsoft Linux?
#214Earlier quoted context omitted.
Yeah but Debian’s package repository is all deb based. It would be difficult to translate precisely into RPM - they have different tooling and semantics.
There does exist a conversion tool between them: https://en.m.wikipedia.org/wiki/Alien_(file_converter)
Re: Is CBL-Mariner going to become Microsoft Linux?
#215Earlier quoted context omitted.
Visual Studio Code is a massive gift to the community. If we take it in a different direction than Microsoft wants, that would be us doing what you are accusing them of. We can do what we want though. So can they. That’s Open Source! The CoPilot thing is new and troubling.
> So can they. That’s Open Source! Well, it's a very tiny detail, but VSCode proper is not open source, and you can't built VSCode proper from the available source out there.
Microsoft has arranged things so that actual open-source builds of VSCodium will always be lacking in comparison to their proprietary product.
Re: Is CBL-Mariner going to become Microsoft Linux?
#216Earlier quoted context omitted.
> So can they. That’s Open Source! Well, it's a very tiny detail, but VSCode proper is not open source, and you can't built VSCode proper from the available source out there.
It's not a tiny detail. ‘VSCode proper’ includes integration with the extension marketplace that everyone expects to use, as well as exclusive access to proprietary, Microsoft-backed extensions which are widely used throughout the VSCode userbase for essential functionality. Microsoft has arranged things so that actual open-source builds of VSCodium will always be lacking in comparison to their proprietary product.
Errm, this is also my point, written in a slightly ironic form.
This is why I use neither, too.
Re: Is CBL-Mariner going to become Microsoft Linux?
#217Earlier quoted context omitted.
> The use of RPM though is IMO a bad choice and one that lets me know that it is very unlikely that this would ever become a major distro for Microsoft. reply Interesting take. Care to elaborate?
RPM is antiquated. New package managers like apk & pacman have had great success due to their simplicity and attracting a lot of maintainers that are able to maintain more stable packages than other distros.
Arch Linux itself has very few packages— ~10k, around half of what you find Fedora, an RPM-based distro. The DEB packaging format and tools related to it are way more convoluted, and still Debian has several times as many packages as Arch and many, many more maintainers than Arch does.
The only area where the Arch community sees more contributors for packages is the AUR, where contributors are decidedly not maintainers, package quality is low, and packages are not stable. (And users face this in addition to the whole basic integration problem with source-based packages and packages installed via binary repos, of which only the latter is ever considered by pacman's dep solver during upgrades.)
Users like pacman because it's fast. It's not nearly robust enough for use at serious scale. Cutting corners is how it gets that speed.
Alpine's apk is just another lightweight cousin of dpkg that incorporates some higher-level dependency resolution in a barebones way, like ipkg and opkg, like are used on embedded systems or OpenWRT or whatever. It's not some maintainer magnet which has multiplied the (pretty tiny) Alpine repos (which don't even include, for example, a JVM).
Re: Is CBL-Mariner going to become Microsoft Linux?
#218Earlier quoted context omitted.
Probably presenting a code editor with IDE like extensions that are all Open Source, and then gradually killing the Open Source extensions and switching them out for proprietary ones.
Which is exactly the EEE technique, “patented” by Microsoft: https://en.m.wikipedia.org/wiki/Embrace,_extend,_and_extingu... If GitHub, VS code, an MS Linux, and perhaps somehow LinkedIn, prove to be a joint front to EEE the F/OSS community, what can I say... Seems somewhat unlikely though, given the number of allowances that must be made for that to hold true.
Although if you are to believe the terrible kernel commits they were attempting to make to allow them to do an Nvidia closed source shim then it wouldn't shock me.
Re: Is CBL-Mariner going to become Microsoft Linux?
#219Re: Is CBL-Mariner going to become Microsoft Linux?
#220Earlier quoted context omitted.
It's not a tiny detail. ‘VSCode proper’ includes integration with the extension marketplace that everyone expects to use, as well as exclusive access to proprietary, Microsoft-backed extensions which are widely used throughout the VSCode userbase for essential functionality. Microsoft has arranged things so that actual open-source builds of VSCodium will always be lacking in comparison to their proprietary product.
> Microsoft has arranged things so that actual open-source builds of VSCodium will always be lacking in comparison to their proprietary product. Errm, this is also my point, written in a slightly ironic form. This is why I use neither, too.