HN user

selcuka

4,834 karma

HN font size too small? Try my userscript and make HN great again:

https://gist.github.com/selcuk/00948de9717b25d0d5e824c3e80da959

Posts2
Comments1,934
View on HN
Qwen 3.8 4 days ago

Also DeepSeek R1 was announced 1.5 years ago with ~0.7T parameters, which was a huge model back then.

Yes, but there may be other events that are correlated.

For example, they changed their fee structure in June. It is possible that users of closed models moved from OpenRouter to directly using OpenAI/Anthropic/Google (or maybe Amazon Bedrock), while users of open models are happy with OpenRouter as direct providers can sometimes be unstable.

You would not have Xi showing up at AI conferences

How is that an indicator of a principled play? Wouldn't he do the same if it was tactical?

I believe this table needs a column for the disassembly process as well.

I bought and assembled a TUFFING Bunk Bed years ago, and even though the complexity of assembly is reported as 4644 on this web site (which is also suspiciously low), as far as I can tell the only way to disassemble it is to use an angle grinder.

But in this case you would be supporting one of the good things (science & technology) they've done, right? A database connection pooler is not necessarily military technology.

That's the definition of "value" in a broad, economics sense but I don't think it applies to the parent comment of this thread:

I'm not sure how I'm supposed to get $200 of value out of personal use!

Obviously this assumes that you can find 4+ extra hours of $50/hr work every month, or you can work 4 hours less. Neither of these assumptions is correct for people who work for a fixed salary.

What you said is correct, but only for a rational person. Note the wording of your parent comment: "it looks like".

Many if not most people will buy the thing for $X, then complain that someone else scored the same item for $X - $100.

they just want to protect themselves from the German Tank Problem type of analysis

How could you estimate that when they don't let you know your position in the queue (with or without randomisation)?

we'll send you an email with the option to purchase. You'll then have 72 hours to complete the purchase.

I assume management thinks this will lead to better documentation practices and standardized processes

I think employees will also document less, and try not to standardise processes as much as they can as an attempt to improve their job security.

Obviously i want that to apply to everyone not just the rich and famous

Do you really want armed and masked police to break down the doors of people who dox others, disable their cameras, and arrest them while refusing to tell them the charges? Because without these details this would have been a non-story.

Even with the best documentation people will build up knowledge that no one has

I think that's the part management teams are missing. They assume that employees are just human resources and they can replace a senior engineer with a 100% equivalent one when needed.

they threw this together at the last minute and simply out-sourced it to Persona.

They could have vibe-coded their own verification system that uses DC APIs. It shouldn't take long, assuming that Anthropic still has access to Fable. /s

If I'm required to renew it 30 days before the expiration date then the expiration date is a lie, isn't it?

Many countries won't let you enter if your passport expires less than 6 months after your planned departure date. Basically the effective validity of a passport is 0.5 years less than the period you pay for.

the expected value of an act that happens at an unspecified time in the future is zero

It doesn't have to be an unspecified time. Imagine you make $100K and want to donate $50K of that every year. One might say "well, I will bank that money instead, buy a property for $250K, then donate the rental income forever". You now have a specific time in the future (almost, depending on how property prices fluctuate in the next 5 years).

you just want to see that the file changed

I check the diff for uv.lock (Python counterpart of package-lock.json) every time I merge a PR. It is important to know which direct or transient dependencies have been updated. We don't blindly bump all dependencies to the latest versions (you shouldn't either).