Hacker Newsnew | past | comments | ask | show | jobs | submit | idbehold's commentslogin

I guess the first ten upvotes are people who just read the headline as the link is currently incorrect and doesn't actually show the article with this headline. Link should be update to https://thecoolingreport.com/intel/pfas-two-phase-immersion-...

"Two-phase immersion cooling is not dead. ZutaCore and Chemours are both pushing toward PFAS-free solutions that could revive the segment. But the timeline for commercial-scale availability of those alternatives stretches through 2026 and into 2027. The EU regulatory decision could land before the alternative fluids do. And the hyperscalers who were the most likely buyers at scale have already moved on."

Feels analogous to looking for cold fusion because of the downsides of fission.

I didn't get a significant sense of loss from this article though. Especially given the downsides of PFAS.


It took me about a second to realize the link took you to a list of articles. It took another second to realize the article referenced was second in the list.

It's not second in the main list for me, it's second on the small list of "premium" articles on the side.


See what? Where are the clients' success stories?


Manufacturers know people do this. The TV will attempt to connect to any open network (neighbors) and I'd be shocked if they haven't at least considered packaging them with 4G/5G antennas. You're gonna need a Faraday Cage.


Well... I got lucky then: none of my 3 TVs from different brands (two of them being used as screens for computers) did this.


Provide any evidence at all that this is happening.


If you try to render tables with millions of cells the browser does a really poor job and the performance is abysmal. The only solution when you need to render that many cells is to virtualize the table and only have the visible cells (plus some buffer) actually in the DOM at a time. That plus weird restrictions browsers put on certain table elements (looking at you thead) that prevent them from being "sticky" headers means that the developer is left with absolutely positioned divs as the only solution. Blame browser vendors for not providing a native way to present tabular data with more than a few hundred thousand rows without causing performance issues.


there's table-layout:fixed that makes rendering of large tables much faster.

I'd argue that if you have so many rows that DOM can't handle, humans won't either. Then you need search, filtering, data exports, not JS attaching a faked scrollbar to millions of rows.


You also miss out on standardized HTTP caching mechanisms since those don't work with POST requests.


We don't want this on our use case so it's fine.


The term "range" (in the context of a "home") typically describes a multi-function cooking appliance that features a rangetop for heating pots and an oven directly beneath it. Why is this page about lightbulbs? The subtitle even has the word they should've used instead of "range": "products".


Range (noun): a set of similar things https://dictionary.cambridge.org/dictionary/english/range


To be fair, I think most usage is of the form "range of ____". Even the definitions provided illustrate this with "range of options", "range of opinions", "range of model railway accessories". The exception is "This jacket is part of our autumn/spring range", which is a formulation that I've personally never heard; I would generally expect "autumn/spring line".


Range (noun): a large box-shaped device that is used to cook and heat food, either by putting the food inside or by putting it on the top https://dictionary.cambridge.org/dictionary/english/range#ca...


Observe how you have to scroll down past the other senses mentioned to reach this one; dictionaries usually put the common senses first.


"Range" here refers to a range of products, in this case a collection of Matter supported devices


"Products" would have had no such ambiguity.


Counter point: yes they are.


Noah writes a whole long article stating and backing his point. You write a five-word rebuttal with neither argument nor evidence.

Noah wins.

If you can't bother to tell us why we should believe you, or even why you believe you, then we can't be bothered to believe you.


After reading the portion of the article made available to readers who do not opt to pay, none of it supports the claim "health insurance companies aren't the main villain of the U.S. health system". At best, it presents other issues plaguing the system, none so much as insurance companies.


if that is long I don’t want to see his short stuff. all content is above the fold in an article that is supposed to make a claim such as “it ain’t insurance companies…” not worth the read (even though it is 57 second read…)


Would be funny if individuals could do the same. "Sorry IRS, even though my income is $100k, the cost of living took all of that revenue."


When you own your own business that’s pretty much how it works.


The amount of times I've seen Twitch streamers say "I want this game for myself to play off-stream, but I will play it on stream once so I can write it off as a business expense".


>But this does fall apart for very very large grids, as you get close to the height limit described in this article.

This was solved by a now unmaintained virtualization library that predates both of these libraries: https://github.com/bvaughn/react-virtualized

The react-virtualized library works around this issue by scaling the the scroll position it sets for a row based on the ratio of "max CSS height allowed by browser" to "computed height of all rows" if the latter is greater than the former: https://github.com/bvaughn/react-virtualized/blob/master/sou...


I can and do assume a monospaced font when using spaces to align code. Folks using variable width fonts will get what they deserve.


Really please stop aligning with spaces!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: