HN user

carcabob

25 karma
Posts0
Comments13
View on HN
No posts found.

For a while I'd see "Weird Al" in random headlines or something and my brain would read it as "Weird A.I." and I kept getting very confused.

Agreed. I'm very glad Hacker News uses a typeface with serifs on 'I's, 'l's, and '1's. "Sans serif" can be descriptive, rather than prescriptive.

This problem has been haunting me for years, except in Google Docs. At some point, some template my team used had slightly gray text, and I STILL find it cropping up in our most recent documents.

This has been supported for a while now, so I wonder why this is being treated as news. But I guess it’s news to some people, so that’s fair.

I tried to take advantage of it, but the implementation felt really clunky (formatting seemed to be via menus only), so I’ve stuck with .txt files.

If ads are clearly labeled as "ad" or "sponsored", and they only appear for free users, I think seeing ads is a pretty reasonable price to pay for those who want to use the service for free.

If they're not labeled, or are shown even to paying users, I think that's a problem.

Claude Opus 4.5 8 months ago

I wish the article's graphs weren't distorted by skipping so much of the scale to make it look like a more significant difference than it is. But it does looks impressive.

The article makes some excellent points. I think this part isn't a great example, though:

Saying something like “Go to my cases” is awkward and unnatural – if I told you to go to my cases, you’d think I was telling you to go to my cases, not yours.

A help article should use proper capitalization. a couple extra words can add clarity too. For example, "Go to the 'My Cases' page."

Many people don't know how to write good help articles, though, so it's probably still best to avoid "my"/"your" in UIs.

Novice Question: How can you have a relational database at all without foreign keys?

In other words, if your tables aren't referencing other tables, how do you perform JOINS for your queries? From my limited experience, they seem pretty essential for most databases. Or is the article just talking about foreign key CONSTRAINTS and cascading UPDATES and DELETES, rather than literally talking about the values stored in foreign key columns?

If anyone can explain, I would greatly appreciate it.