HackerTrans
TopNewTrendsCommentsPastAskShowJobs

idbehold

no profile record

comments

idbehold
·há 2 meses·discuss
For me it's #353841 on #ffffff which meets WCAG AAA standards for accessible text.
idbehold
·há 3 meses·discuss
The amount of punctuation and terrible sentence structure make this nearly incomprehensible.
idbehold
·há 4 meses·discuss
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-...
idbehold
·há 5 meses·discuss
I guess you didn't see https://claude.com/blog/how-ai-helps-break-cost-barrier-cobo...
idbehold
·há 7 meses·discuss
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.
idbehold
·há 7 meses·discuss
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.
idbehold
·há 8 meses·discuss
You also miss out on standardized HTTP caching mechanisms since those don't work with POST requests.
idbehold
·há 8 meses·discuss
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...
idbehold
·há 8 meses·discuss
"Products" would have had no such ambiguity.
idbehold
·há 8 meses·discuss
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".
idbehold
·há 9 meses·discuss
Counter point: yes they are.
idbehold
·há 10 meses·discuss
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."
idbehold
·há 11 meses·discuss
>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...
idbehold
·há 12 meses·discuss
I can and do assume a monospaced font when using spaces to align code. Folks using variable width fonts will get what they deserve.
idbehold
·há 12 meses·discuss
>But it takes a while

*Checks watch*

We're going on 45 years now.
idbehold
·ano passado·discuss
You can still read it for free according to the author: https://qntm.org/scp
idbehold
·ano passado·discuss
Swamp coolers can't generally provide shade.
idbehold
·ano passado·discuss
It's quite astonishing how complicated it is to draw lines in 3D graphics. As a novice it was a little unbelievable that the primitives for drawing lines was effectively limited to a solid screen-space pixel wide line. Want to draw a 2 pixel wide line? Do it yourself with triangles.
idbehold
·ano passado·discuss
How could the authority determine what rate to charge? How could they know your net-worth? What if you're rich but someone not rich is driving (a chauffeur)?

I support not wanting a regressive tax, but there are just so many complications in trying to do that.
idbehold
·há 2 anos·discuss
You may be disturbed to find out how much plastic is in contact with boiling hot water in your typical automatic drip coffee brewer.

I was recently trying to find one without plastic to replace the $25 all black plastic one I've had for years. The only one I could find without any plastic was one of those all metal Bunn ones you see at diners. It was more than $400! And even that still required you to purchase a separate all metal basket as the one that comes with it was plastic. And that coffee maker doesn't really make "good tasting" coffee. Any premium "good tasting" drip coffee maker will have plastic, and probably black plastic at that.