Live data from Hacker News

IBM acquires Red Hat

redhat.com

801–810 of 1001 posts

Re: IBM acquires Red Hat

#801
post #778

Earlier quoted context omitted.

Yeah sure, and if you like I can also clean the bathrooms because I know how to do it... Off-time is for your own not for your company regardless off what you do with it.

The /s stands for sarcasm

It also stands for "hitting over head with hammer"

Re: IBM acquires Red Hat

#802

Earlier quoted context omitted.

I haven't used Windows in quite some time, but I believe they are quite different. WSL is more like a very basic version of Wine in that it implements Linux system calls and can execute ELF binaries, and as such requires you to install a host OS for libc and any other libraries you want. Cygwin is more like Winelib in that it provides a custom libc implementation and toolchain that are natively compiled, and as such…

Wine seems basic and immature in comparison to WSL not the other way.

Wine is a lot broader in scope than WSL, while Microsoft is fine with implementing a kernel-level ABI and then shipping a download for an Ubuntu userspace, Wine cannot ship any official Windows components. They had to re-implement every important DLL from scratch in addition to the ABI.

Re: IBM acquires Red Hat

#803

Earlier quoted context omitted.

I work in the public sector in Denmark, and we’ve delt a lot with both IBM and Microsoft over the past 25 years. Microsoft has been one of our best partners, including for the open source software we run, especially since Azure became their mission. IBM has been one of the worst, so bad that I’d dread making any deals with them ever again. I wouldn’t say MS is fully behind OSS though, they contribute a lot these year…

> the future of a lot of web programming lies within .Net core How is that, really?

How is it not? I mean, we’re a muniplacity, we operate around 500 IT systems, that are all moving toward becoming web apps in some form.

The core tech behind these is in 95% of the cases either .Net or JAVA.

Our in-house development has moved from .Net to JavaScript, mainly because we’re small and if our front end had to be JS then our backend might as well be, but now you have something like Blazor.net emerging, allowing for full stack C#, of course we’re going that route.

I didn’t say all, but I frankly think it’s obvious that .Net will play a big part of web development future, considering how big a part it already plays today and considering how Microsoft is moving it forward in all the right ways.

Re: IBM acquires Red Hat

#804

Earlier quoted context omitted.

Yes, without question. Systemd provides me absolutely no benefit when running a server and adds considerable complexity and fragility in a critical component. A traditional SysV init is just fine. Want orchestrated service invocation on startup? Run it from SysV init instead of replacing SysV init. There is no need to conflate the "sysv rc system" with "sysv init." They are entirely separate things.

So you're saying to just use SysV init to launch processes from inittab, and have one of those processes be a systemd/launchd clone that launches everything else. I mean, I guess that's a possible design, but at that point I would question whether using the SysV init program is really buying you anything. In any case, most people wouldn't consider that design "SysV init". The SysV init ecosystem is built around rc fi…

It's not only possible, it is how the System Resource Controller worked in AIX from version 3.2 back in 1992 onwards. srcmstr is run from an entry in inittab, which at the same time shrank to just one run level in real use.

You have erroneously conflated rc and init, as others have pointed out.

Re: IBM acquires Red Hat

#805

Guys, this is not just, or mainly not RH Linux. :( - kernel development - Ansible - JBoss (I know HN hates Java, especially Java EE, but it was and is an important factor in enterprise OSS adoption) - OpenShift - Ceph, Gluster All these are in danger, not just RHEL. I don't know about any other company that is large, successful, focuses on the enterprise and absolutely behind OSS. Canonical is way behind Red Hat in t…

> I don't know about any other company that is large, successful, focuses on the enterprise and absolutely behind OSS. Doesnt Microsoft tick all those boxes? Even if they aren't exclusively an open source company, they are "absolutely behind OSS" if you go by how much open source code they have contributed.

[deleted]

Re: IBM acquires Red Hat

#806

Earlier quoted context omitted.

So you'd rather go back to Upstart or SysV? Really?

I'd rathe someone take another shot at service management. I don't want to hold onto everything about SysV style systems - I love SMF in Solaris! - but I'd definitely prefer a leaner and more focused approach to development than we see with systemd.

Then you should pick up the reins of System XVI.

* https://news.ycombinator.com/item?id=10212770

Re: IBM acquires Red Hat

#807

Earlier quoted context omitted.

Yup, since I switched to FreeBSD year or more ago it makes watching news like this much less stressful.

Curious why Free>Open, for your usecase, as I'd like to learn more about them.

Very simple reason, zfs, checksums and scrub. I would love to use open but I was already bitten by bit rot on ext4 on linux.

Re: IBM acquires Red Hat

#809
post #42

If IBM has one brain cell left, they'll pull a NeXT/Apple merger and let Red Hat executives start running the combined company. That is the one path to a real future for IBM instead of its slow decline into complete irrelevance.

IBM is sliding into irrelevance in the mass market for sure, but they've still got a sizeable slice of the HPC/supercomputing market and their research in quantum computing is hard to overlook.

I work in HPC, and, well, it's VERY hard to make a good profit there.

- Customers are stingy (think academic labs, supercomputer centers etc.), are not typically married to your solution architecture so for every purchase they will put out a tender that you have to bid for and win.

- Performance is king, which means very expensive R&D, and customers don't spend much on all these "enterprise value-adds" that enterprise focused businesses use to pad their bottom lines.

Re: IBM acquires Red Hat

#810

Thanks to CoreOS and all the other teams under RedHat who have done amazing work up until now. To be fair I've used (and enjoyed/been impressed by) your software for free so obviously I'm not owed anything but I'm gonna be looking for alternatives. I'm suuuuuuuuuper glad I jumped off of CoreOS Container Linux earlier after the acquisition by RedHat and subsequent bundling into Project Atomic. I avoided OpenShift all…

Red Hat does not have CLAs, not does it own all the copyright, on either Ansible or Ceph. It cannot change their licenses unilaterally, that can only happen with permissive (non-copyleft) terms.

Yes, this is true right now, but does not mean it will be true in the future -- I meant to imply that Ansible was the safest, due to it's GPLv3 licensing (from what I understand GPLv2 is more permissive).

My second point was that I expect those terms to change depending on how IBM moves forward, and movement on that front (from the current state of things) should act as a canary.

Post reply on HN