HN user

silotis

428 karma
Posts1
Comments93
View on HN

As in don't put your pronouns on your CV. Rightly or wrongly this is associated with having a tendency to mix politics with work.

Dav2d 2 months ago

Can you point to any other patent lawsuit over AV1? AFAIK the Dolby case is the first.

At this point it's extremely unlikely the needed funds will be secured for the foreseeable future. Even if the federal government were willing to contribute, spending $100+ billion of federal tax money on a regional rail project would be a hard sell to say the least.

Most likely the Bakersfield to Merced segment will be the only segment completed. It will end up as a white elephant racking up operational losses until Sacramento finally decides to pull the plug.

*Claimed to still be valid.

If you're just hosting videos on your website you are probably using High Profile which was standardized in March of 2005, i.e. more than 20 years ago. That doesn't stop VIA and MPEG-LA from claiming they still have relevant patents, but that claim is dubious and hasn't been tested in court.

MPEG plays a clever game with their standards. A standard like MPEG-2 or MPEG-4 Part 10 (aka H.264) doesn't just refer to one standard but rather a whole series of standards published over an extended period. Patents are pooled by standard with deliberate ambiguity over which parts of the standard each patent actually covers.

This lets patent holders spread FUD over whether earlier parts of the standard are actually patent free even after 20 years have passed since the original publishing.

In the face of patent holders threatening a costly legal battle, companies choose to continue paying licensing fees even on standards which plainly should be out of patent protection.

So far only the Nasdaq-100 has gone along with SpaceX's special weighting chicanery. The biggest fund which tracks the Nasdaq-100 is QQQ. Suffice to say, if you have money in QQQ you should be re-considering that position.

Servo 2025 Stats 6 months ago

The increased activity came from Igalia who started working on Servo in 2023 with support from the Linux Foundation. Prior to that the project was effectively dead in the water with no sponsored development.

ChatGPT Health 7 months ago

Unless you're paying for a concierge doctor, MDs frequently will not spend the time to give you useful advice. Especially for relatively minor issues.

"Public good" is a term of art in economics which means a good is both non-excludable (it is impractical to control who benefits from it) and non-rivalrous (one person benefiting does not prevent others from also benefiting).

Roads are clearly rivalrous and while it's often impractical to prevent non-payers from entering a toll road, one can certainly record them and met penalties after the fact to discourage it.

So no, roads are not a public good.

I was thinking less about the DB data itself and more about temporary allocations that have to be made per-request. The same is true for most server software. Even if arenas are used to reduce the number of allocations you're still doing a lot more memory management than a typical cryptographic benchmark.

This depends heavily on what problem domain you're talking about. For example, a DBMS is necessarily going to shuffle a lot of data into and out of memory.

Cryptographic software is probably close to a best case scenario since there is very little memory management involved and runtime is dominated by computation in tight loops. As long as Fil-C is able to avoid doing anything expensive in the inner loops you get good performance.

That's less a matter of price sensitively and more that other countries usually have price controls on healthcare. That's why doctors make so much less and drugs are so much cheaper outside the US: it's literally illegal to charge more.

Pixel 10 Phones 11 months ago

The problem is for many years now the smallest phone available has been getting larger and larger. This has lead small phone enthusiasts to cling to their old phones as long as they can stand it until they are forced to step to a larger model.

Fast 12 months ago

These days ACH settlement runs multiple times a day. The biggest source of delay for ACH transfers is your bank delaying release of the funds for risk management. ACH transfers can be reversed even after they have "settled" and if the receiving bank has already disbursed the funds then they have to eat the cost of reimbursing the sender. Reversals are more likely to happen soon after the transfer completes, so delaying release of the funds makes it less likely the bank will be left holding the bag.

Medical insurance companies often already go out of their way to pay early to save in the long run

Literally LOLed when I read this. Health insurance companies might pay lip service to this and make some token gestures like free preventative care, but in my experience health insurance companies frequently shoot themselves in the foot by denying care that later ends up costing them even more when the patient's untreated condition worsens.

Windows 10 EOL 1 year ago

Because at the time those vulnerabilities could be exploited by executing malicious javascript in a browser to steal passwords

"could be" is doing a lot of work here. AFAIK there has never been a PoC or active exploit which actually exfiltrates sensitive data from a browser using these vulnerabilities. Anyways, browsers have long since implemented software mitigations.

IIRC the real criteria for W11 support has to do with TPMs. Microsoft really wants to have secure boot on all Windows systems.

Yep. I have IBD and have to track calories to keep my intake _up_. It's shocking how much food you have to eat to get much more than 2k a day.

The "you're fucked" was written on the inside of the ejection port dust cover so that it would become visible after the weapon was fired. The implication is that he was eager to shoot someone.

Pretty much any algorithm that involves mul/div/mod operations on array indexes will naturally use 0-based indexes (i.e. if using 1-based indexes they will have to be converted to/from 0-based to make the math work).

To me this is a far more compelling argument for 0-based indexes than anything I've seen in favor of 1-based indexes.

It's usually not stated so explicitly, but often implied by people who advocate for expansive entitlement programs. When pressed on how to pay for such programs, "tax the rich" is often their only answer.