The particular choice of the marketing phrase "from the ground up" sort of invites this kind of commentary on HN. This is hardly the first WebKit-based browser, so any commenter specifically holding their breath for a new, independent rendering and layout engine or JS engine might feel inclined to roll their eyes and snark.
HN user
mattmcal
I can see the economics of open vs. frontier models turning out similarly to pharmaceuticals, where generic drugs cost a fraction what the name brands do and Americans end up paying the highest prices in the world partly as a consequence of propping up drug discovery research.
DuckDuckGo allows you to blacklist websites for free
I had to read this twice to understand it. Stated succinctly, it sounds like the company's sensor measured the rate of flow of oxygen through the sensor, which would give a reduced reading if the cross section is obstructed.
Feynman's sensor, by contrast, directly measured the concentration of oxygen in the sensor, which gives the same result every time once the sensor is at equilibrium with the environment.
Depending on how the courts weigh in on the role of fair use in AI training, it's possible that a "copyleft for AI" clause would end up either redundant with the existing GPL, or legally void. It would be crazy complicated to enforce if it does hold water though.
I've been using Linux on my desktop for ten years and I definitely experience bugs and performance issues with Firefox from time to time that don't occur in Chrome. It's rare but common enough to keep Chrome around as a fallback.
A few: Developer tools are quite slow; Airline websites often break during checkout; JS games and video players sometimes stutter or use a lot of CPU
You're not wrong, I edited my comment. That said, I think it is important to use clear terminology that doesn't blur the lines between spending that can theoretically be reduced, versus spending that requires an act of Congress to modify. DOGE and the executive have already flouted that line with their attempts to shutter programs and spending already approved by Congress.
Social security, Medicare, and Medicaid are properly termed "entitlements", not "cost centers". You're right that non-discretionary spending dwarfs discretionary spending though.
I believe the saying is "no taxation without representation", not "no taxation without personal approval".
Yes, you just need to maintain a stack of rectangles ordered from lowest to highest. You only ever have to push and pop the top of the stack, so the runtime is O(n).