126

Shutting Down Clear Linux OS

For background: This was Intel's distro and it's likely that most/all of the folks that were maintaining it are a part of the 5,000 layoffs just announced, bringing the total Intel layoffs to 20,000 people.

a day agoJohnTHaller

Today? Happy Friday I guess. Getting mass layoff fatigue.

a day agoabnercoimbre

[flagged]

a day agoburnt-resistor

How do you flag low quality comments in HN?

a day agopotato-peeler

>Effective immediately,

>we strongly recommend planning your migration

Not even a brief period of advance notice to do a migration? Just one day no more security patches...

wth is going on over at intel

a day agoHavoc

> wth is going on over at intel

Thousands of layoffs. It's surprising someone even had time to post the notice.

a day agobenoau

no, the message poster keeps his job, so expect more messages

a day agofsckboy

Round after round of layoffs is terrible for morale and drives away existing good talent. Layoffs should cut deep... once. Corporations these days are rehashing the unwise, bureaucratic stupidity of decades past.

a day agoburnt-resistor

Layoffs have just become a way to manage quarterly EPS.

a day agoDebtDeflation

Yep. Wage suppression and insta stock bump. Publicly- and private equity-owned corporations are inherently unstable beasts. Knowledge workers and ordinary workers need to band together and start their own co-ops that stay private, partially collectively-owned, have retirement plans, high performance people, pride in their goods and services, high job satisfaction, and very low turnover because everyone is trying to join them.

a day agoburnt-resistor

They don’t want to retain good (costly) talent. They want to shed the costly talent and acquire cheap talent.

20 hours agobinary132

We need a FuckedCompany2.com these days.

a day agoburnt-resistor

Intel. The Nvidia of the 90's. Oh success, you fickle fickle bride.-

a day agoBluestein

How much notice did ppl get when sacked?

a day agocurt15

From my experience, none. "Utterly unfortunately, today was your last day with the company. A separation agreement has been sent to your personal email. Your corporate access is being revoked. Thank you for your contribution!"

Being fired for poor performance is all about ample warnings, issuing a PIP, etc. The company wants the employee back on track. Being laid off is a situation that an employee cannot fix with their efforts. There's no incentive to work this week if it is already known that you are going to be laid off next week, but some employees might consider a prank or even minor sabotage as a helpless act of protest. It's safest to dismiss the laid-off ASAP.

a day agonine_k

It’s also not legal in much of the world to do that, thankfully. There’s weeks/months to negotiate collectively with the company, possibly organise a strike with those not at risk of redundancy or even just to say goodbye to coworkers.

a day agodontlaugh

This works if you have a trade union. I'd hazard to say that at least 99% of software engineers in the US work on "at-will" employment agreements, and do not belong to any unions.

A separation agreement usually stipulates paying 2-3 months worth of salary, and extending the benefits similarly. I don't see how it is worse than spending a couple of extra weeks in the office, and receiving the same.

(Also note that employees that are harder to lay off also get hired with much more reluctance.)

a day agonine_k

PIP is not “wants the employee back on track”. It’s “documentation of a performance problem and good faith attempt at remedy to justify firing”.

20 hours agobinary132

"Employees might sabotage stuff" is something parroted constantly and there's never any proof it is a significant issue.

a day agoKennyBlanken

It's not common, but it absolutely happens: https://www.courthousenews.com/man-behind-s-f-system-lockout...

Early in my career in the mid 2000s, the startup that was on the same floor as mine laid off a QA person, who then showed up the next day and fatally shot the CEO and head of HR. Our CEO called me and told me not to come in that day.

a day agokijiki

This[0] is just the first result searching and it is from this week too. But it is not uncommon. Insider threats to infrastructure exist at all times of course but a disgruntled employee with administrative access and knowledge of the infrastructure can do a lot of damage quickly.

[0]: https://flaglerlive.com/it-attack-firing/

a day agokemotep

A single person can cause a lot of damage.

a day ago_alternator_

A week, maybe 2 for this last round? They were announced on the 13th I believe, for "mid July" layoffs.

a day agoshawn_w

[flagged]

a day agofsckboy

Maybe it's time for me to stop using this website

a day agobriansteffens

I rarely resort to this sort of comment online, but I feel it is warranted in this case: fuck you.

a day agodontlaugh

you seem angry

a day agofsckboy

you seem to be posting bait.

20 hours agobinary132

    but most company are capital constrained all the time.
Most employees are capital constrained at all times. The median American has $8000 in savings, and 30% have <$500.
a day agoAlotOfReading

if your goal is healthy companies that can hire employees and give the employees what employees want (jobs, if you got lost) then don't saddle companies with extra expenses that are not productive. giving employees a bonus for non productive activity on top of the company's failure is just stupid.

if immigrants with menial jobs can save money and even send money back home to their families, so can higher status employees.

a day agofsckboy

Why won't someone think of the poor struggling companies!!

a day agoZone3513

wth

a day agoyeah879846

Knowing which projects/languages/frameworks to invest time into and which to skip (even if they produce useful subprojects) is a superpower these days.

a day agohardwaresofton

https://en.wikipedia.org/wiki/Lindy_effect

"a theorized phenomenon by which the future life expectancy of some non-perishable things, like a technology or an idea, is proportional to their current age."

a day agolispisok

Sure, but the counter is that you're going to be very late to some new foundational tech (ex. Kubernetes) that are legitimately useful. There are benefits to being early to a trend that has legs

a day agohardwaresofton

There’s nothing wrong with getting involved in things that seem like they might be interesting without counting on their long-term survival. Hype-chasing on the other hand tends to be a bad plan.

20 hours agobinary132

Debian, FreeBSD.. the longstanding community software is immune from these kinds of rug pulls.

a day agokev009

Yes, but you pay a real cost for those choices too. A management plane that is non deterministic, imperative, and full of highly mutable state, not to mention basic stuff like the package manager metadata and cache not being shareable, and package installs all having to be serialized because they all call shell scripts as root. These limitations constrain even tools like dagger from providing a first class interface to apt like there is for apk because any deb could have rm -rf / as the postinstall script.

A lot of normal users don’t feel these pain points or tolerate them by sidestepping the whole affair with containers or VM images. But if you’re in a position where these things have an impact it can be extremely motivating to seek out others who are willing to experiment with different ways of doing things.

a day agomikepurvis

I'll bet $20 your solution to the problems you posed is "Nix"

a day agozymhan

I did indeed deploy Nix to moderate success in a prior gig, but have held back pushing it at my current one; we're simply not at the scale where the problems that Nix solves are worth the cost (yet, maybe ever).

For a less controversial take, consider alpine's apk package manager. For a single-use container that runs one utility in an early dockerfile stage, apk can probably produce that image in 2-3 seconds, whereas for an apt-based container it's more like 30 seconds. That may not matter in the grand scheme of things or with layer caching or whatever, but sometimes it really does.

a day agomikepurvis

I’m assuming a friendly tone here, and in a similar tone its funny because I also think Nix is not adopted because its benefits just aren't worth the cost to users (devs)

a day agohardwaresofton

A good start would be to distrust anything made by a VC funded start-up or a once-great tech co. If you do want to use something they made, create a hard fork and pretend they already ditched the project as they inevitably will.

a day agoTrevorFSmith

sure but this approach is limited, ChatGPT would have failed this test.

a day agohardwaresofton

yes

20 hours agobinary132

Always bet against Intel whenever it's something software?

a day agordl

Intel will probably be somebody’s subsidiary for less than $150B sometime within the next 3 years, pending DOJ approval.

Company is absolutely cooked.

a day agoavazhi

$150B is pretty cheap if it comes with ready-to-go chip fabs.

a day agoSunspark

I’d expect the fabs to get spun off at some point a la AMD/GlobalFoundries.

a day agombreese

AMD/GF spin-off was backed by Saudi money, who is going to pay this time?

20 hours agomepian

You have to remember it comes with a phenomenal debt load.

a day agoRantyDave

There's enough value still there...

If you spit up chip design and fab, who would be interested in each? And is there enough x86 demand to keep the design side open? Windows on ARM is a thing, and data centers have been buying more from AMD than they used to.

a day agodehrmann

I dunno I feel like I see Intel bail out AMD on a lot of linux/x86 software stuff.

a day agoWD-42

Intel is not even #1 in the datacenter for CPU anymore.

Cooked

a day agoesseph

Rule #1: Exclude those with corporate ownership or dependence.

a day agoBLKNSLVR

Hard disagree here, corporations almost always have the biggest pockets to fund continued R&D.

There’s a tension there, but this is why it’s a skill — theres no simple rule. Fully open source community governed projects can be some of the most obviously good to ignore.

a day agohardwaresofton

Unmaintained free software is nearly as useless as corporate-sponsored OSS whose funding and support has disappeared

20 hours agobinary132

Some are easy to see to avoid (ie Google, https://killedbygoogle.com), whereas others like this one are a bit more unexpected though make sense (to me) in hindsight.

a day agojustinclift

Intel's graveyard, even before this year, is just about as big as Google's.

a day agohappycube

Interesting, I didn't know that.

Is there a list, like there is for Google?

a day agojustinclift

Also knowing when to give up and not get dragged into the sunk ship cost

a day agogchamonlive

It's not that difficult. Choose boring over trendy. Simple over complex. Stability and quality over speed and quantity.

There is a lot of software that fits and optimizes for the former. Just be smart and selective about your choices, and avoid compromising.

a day agoimiric

It's not that simple actually -- this kind of thinking might leave you working on mainframes in 2000 (or even now) which is obviously a mistake.

It requires a certain taste. There's a skill involved.

> Just be smart and selective about your choices, and avoid compromising.

This is a very "draw the rest of the owl" kind of statement

a day agohardwaresofton

Well, sure, but those weren't instructions. Just general guidelines to counter the claim that choosing safe technology requires superpowers. It is much simpler than that.

a day agoimiric

As soon as I saw it was a project by Intel I rolled my eyes and ignored it.

a day agoiwontberude

What's going on over at Intel anyway?

This happened recently with Scitkit-Learn Intelex, which was a drop-in replacement for some parts of sklearn that was a bit faster. One day, the Intel channel on Conda just stopped working (and I learned that Anaconda loses the will to live when a random channel you installed one package from is unavailable) and another organization took over Sklearn Intelex.

No communication could be found on Google connecting them to Intel (whose only news around the package was announcing the initial release a few years ago), you had to read the Git issue history to find people talking about the transfer.

I still have no idea what even happened to their Conda channel after the sudden disappearance. The complete lack of communication just left a bad taste in my mouth...

a day agoStableAlkyne

Multiple, multiple, multiple rounds of mass firings. Check the news past couple of months.

Also completely outsourced all marketing.

a day agoesseph

Is OpenCV still owned by Intel, or dependent by them (funding, engineers, etc)? There are many good distros out there, but to my knowledge OpenCV has no other FOSS alternative on par with it.

a day agosquarefoot

Pretty sure Intel abandoned it like fifteen years ago, and then Willow Garage employed some of the people, now there’s an independent OpenCV Foundation.

But I have no idea who’s actually paying the bills, behind the scenes.

a day agomikepurvis

I mean, Clear Linux was the leader in the vast majority of Linux benchmarks, to my knowledge. So much so that even AMD used it in their advertised benchmarks for CPU releases because of the performance advantage.

I think it was quite successful, and I doubt they are shuttering it because they don't see the value in it, but because of overall lackluster company performance and the new CEO cutting costs/the workforce aggressively.

a day agotoshinoriyagi

It being a Linux distro, I wonder how soon a viable fork will appear.

a day agonine_k

Fingers crossed. I probably just did my last fresh install of this a couple of days ago and my last swupd update now. You will be missed...

a day agobjconlan

I don't think there will be one, a company would need to commit to salaried devs. What would the value-added proposition be for them that they can't get by using any other distro out there?

a day agoSunspark

The problem is that Clear Linux did a lot of tweaking in their packaging to get good performance, up to and including actual code patching IIRC, so it would be a nontrivial ongoing effort to continue that work.

a day agoyjftsjthsd-h

As a user I found it to be pretty buggy; driver issues on Intel NUCs causing instability.

a day agoyakz

It's always interesting when a company announces that it has leadership in paycheck only.

We are bankrupt of direction or ideas. Was are going to make panic knee jerk decisons in a public view.

I guess to the ultra rich owner class it looks like work. Business idiots all around the MBA tree.

I have no stake in clearlinux future or past, just observing.

a day agocitizenpaul

> leadership in paycheck only.

With your leave I am borrowing this. Succinct yet so very descriptive.-

a day agoBluestein

Ooof. What a stellar project. Alas.

I wonder how much this will affect Kata Containers, which is AFAIK like the best/only good way to run containers in k8s with the security of VMs? https://katacontainers.io/

Man. There's so much amazing work Intel has done for the ecosystem. It's so hard so scary to imagine this world where no one else fills in so so much, so unclear who else does. Intel has done so so much for the ecosystem. It feels like open source has been an Immortal phalanx, always people to fill in: I hope so much I'm wrong but this shift in Intel feels like the death of the Immortal. What a pity that CHIPS act turned to dust, left such an amazing crucial industry hang out to dry.

a day agojauntywundrkind

> Effective immediately, Intel will no longer provide security patches, updates, or maintenance for Clear Linux OS

If you've ever wondered how to lose all trust from your user base, it's the words effective immediately.

People need time to move and this basically gives users until the first vulnerability. Thanks Intel.

a day agooliwarner

What optimizations did they do that had the biggest effect? can they be brought into the mainline linux kernel and distros?

a day agoetaioinshrdlu

Clear Linux's performance came primarily from function multi-versioning (CPU-specific optimizations at runtime), aggressive compiler flags (-O3, LTO, AutoFDO), kernel tweaks, and a stateless design that minimized I/O overhead.

a day agoethan_smith

Mostly it's just compiling everything correctly and getting the most juice out of transparent hugepages.

a day agojeffbee

Yeah, but there is something else here too... I used cachy for a heartbeat and it advertises the same benefits; it just felt slower (notably on boot) Maybe it was just all the graphical load screens.

There's something clear had that made it feel modern, familiar and boring (which might not be for everyone) 90% of my tasks were in vscode devcontainers so kept things simple and out of the system for the most part.

a day agobjconlan

Sounds like bloat removal and minimalism.

a day agoetaioinshrdlu

I could be wrong but I think they used icc (Intel's c compiler) for most/everything?

a day agotemp0826

I don't think they build any part of it with icc, the world's worst compiler. They do not even offer icc as a package.

a day agojeffbee

The perf was remarkably impressive & a testament to the team.

Sad to hear about the team & shutdown.

What’s the next best alternative for server use (CachyOS)?

a day agotiffanyh

I was running this for a long time, only ever had a single crash from a live kernel update in 4 years that I had it on 3 AMD epyc servers.

a day agokachapopopow

This is both a neat anecdote, and also funny with the Epyc punchline at the end ;)

a day agoesseph

My prediction is a handful of laid off employees will fork the repo and resurrect within a month with new branding.

a day agomrbluecoat

Hopefully. But if Intel were paying them to do so, doing it for free without secure financial backing might not be appealing. I do hope you are right.

a day agoThinkBeat

The laid off employees will move on to a new full-time job, your fork will have to find maintainers somewhere else.

20 hours agomepian

Similar happened when Mandriva went under and Mageia started about 15ish years ago.

Mageia is my favorite of the Mandrake descendants.

a day agonosioptar

Was it the distro that was booting in couple of seconds or ms from what I recall?

a day agoThaxll

It boots in less than 30s on my machine

a day agoa012

This seems extraordinarily bad. Is there something weird about your machine? My completely vanilla ubuntu boots in 5s and Ubuntu is considered to be a slow-starting Linux.

17 hours agojeffbee

I'm in the market for a new desktop PC. Historically, Intel has been better, or at least more likely to have Linux support. Performance-wise, it's comparable enough for productivity use and maybe more power efficient, but the company is losing money, shipping bugs that can damage hardware, and disinvesting in software. I'm late to the party, but I feel like I have to go AMD.

a day agodehrmann
[deleted]
a day ago

I maintain a custom kernel built on top of their patches optimized for performance that I now don't know what to do with.

a day agos_ting765

How I fork the CI pipelines and the source codes

a day agostevefan1999

Is this the one that started out as ClarkConnect?

a day agoindigodaddy

Pretty sure this is Intel’s Linux distro, the one that always benchmarked really well.

a day agobee_rider

This news, which has been obviously coming for years, also tends to throw doubt on all of Intel's other software projects. Who, for example, would actually invest in exploiting QAT? Even though it clearly offers opportunities for massive gains in the right applications, it also carries the obvious risk that Intel will abandon it.

a day agojeffbee

Even their other efforts, like GPU drivers. Chances are they _MIGHT_ still do Windows releases but probably not Linux.

a day agomjevans

Always found clear linux very interesting and wanted to give it a try but totally expected this.

a day agotaosx

What would happen with MKL?

My previous project depends on it

a day agoIwan-Zotow

That's a huge disappointment. Clear Linux has been reliably the fastest distro. I'm going to have to find a replacement distro for my Minecraft server.

a day agocpburns2009

Thnks fr th Mmrs.

a day agosprybear

[dead]