It's because the website is using cufon, a very early attempt at supporting custom fonts on the web using HTML canvas - basically every word you see is rendered as an image rather than text. The end result does not look good on hi-dpi screens like modern Macbook displays, probably they did not exist back then. The site mentions Google Font has a hosted version of it now and you can look at how it is meant to be rendered https://fonts.google.com/specimen/Averia+Libre
> On September 23, 2025, Grijalva was elected to the U.S. House of Representatives in a special election to succeed her father, defeating Republican nominee Daniel Butierez.
Since the article doesn't mention this, the intended use for this property is to act as a hint to the browser about what characters are supported by the font, and if the page doesn't have those characters then the browser can choose to not download the font. https://developer.mozilla.org/en-US/docs/Web/CSS/%40font-fac...
This also mean you don't technically even need this property to achieve this, you can also recompile a font with limited glyphs, this property just makes it easier to do this with an existing font file, though of course the user would be downloading a lot of unused glyphs.
The news cycle is moving fast enough that shockingly enough this news is already pushed off the frontpage of these news sites, but the article is there if you dig a little.
> The main concern about the numbers is that they are probably a massive undercount. Every hospital in Gaza has been bombed by the IDF, and the healthcare system is barely functioning at all any more. Beyond that, there is rubble everywhere, and nobody knows how many people lie dead underneath it.
Just to back this up - this study published in the Lancet estimates a 41% undercount for deaths up to June 30, 2024.
The new docs are very good, they address common questions most devs have, up to fairly complex cases. The "book" unsurprisingly reads like a expert beginner's take, and there are a decent number of poor or missing explanations and code that's not really best practice. It's also really verbose for things that React's own docs do a better job of explaining.
I find React docs really oversimplified and never tells you how it really works behind the scene to the point where it makes you feel like they are talking to a child, specially this section with all its illustrations:
https://react.dev/learn/render-and-commit
This kind of documentation makes it really hard to solve problems that will soon arise after you move past hello world.
The other part that's disconcerting is the person who did all this has decided to put his name on the public record in an interview with journalists. After reading through the article I had the feeling this would, in a few years, show up in software / AI ethics courses in university. Is this a form of atonement, whistleblower, or extremely misplaced pride?
The person is the CEO of Gumroad and I sincerely hope it happens to Gumroad the same happening to Tesla. Life too short to give money and tolerate unethical self absorbed aholes
> Clad Labs launches Chad IDE, the first ever "brainrot IDE" https://www.ycombinator.com/launches/OgV-chad-ide-the-first-...