Andi's comments

Andi | 5 months ago | on: Show HN: Semantic search over the National Gallery of Art

It always gives me exactly 16 (or less) images. So this cannot be very reliable because there are more results. Proof: Add a space anwhere to your search string in the form and hit enter again, then some new results are mixed in.

Andi | 6 months ago | on: Just let me select text

This is how I solve this problem on my Samsung Galaxy S22: make a screenshot, then you are able to select text in the builtin Gallery app via instant OCR. Works surprisingly well. I needed some time to find this feature out.

Andi | 10 months ago | on: Ask HN: What are you working on? (May 2025)

A compound word splitter in JS that splits up words of different (esp. Germanic) languages down to simplexes reliably based on a dictionary, including Segmenter API and SQLite FTS connector. Works very reliably by internally using statistics for known compound words, too, and a stemmer.

Andi | 3 years ago | on: The contagious visual blandness of Netflix

Haley Nahman failed to talk about the ACTORS and how they act; the word "actor"/"actress" appears 0 times in this article. Just compare those boring faces with the personalities of former decades!

Andi | 4 years ago | on: f.lux

I'm using this now for years on my Mac, and due to the great configurability I prefer it to the builtin mode.

Thank you!

Andi | 4 years ago | on: Indiana life insurance CEO says deaths are up 40% among people ages 18-64

"451: Unavailable due to legal reasons We recognize you are attempting to access this website from a country belonging to the European Economic Area (EEA) including the EU which enforces the General Data Protection Regulation (GDPR) and therefore access cannot be granted at this time. For any issues, contact [email protected] or call (847) 497-5230."

Which idiot is publishing this site?

Andi | 13 years ago | on: PointerPointer: points to your cursor

What is the point about this beyond showing pictures where the finger is next to my cursor? (Why is this popular?) It's not more interesting than a circumference search. You could implement that with a simple rtree.

Andi | 14 years ago | on: CoffeeScript 1.3.0 is out

Better you don't work with those people. I don't want to blame you for their lack of knowledge. But if you want to do them (and you and your project) some good, order them to learn JavaScript thoroughly (which includes the unexpected but regular features that deviate from other languages and the common pitfalls), and then go back to CS! CS inherits from JS and makes no sense without it and it fixes some pitfalls but just the ones that you can fix with the constraints and additions of a new grammar. This is not the hard path but the only path to CS.

Andi | 14 years ago | on: CoffeeScript 1.3.0 is out

This is not necessary since you usually add the CS version to your dev dependencies (package.json). That should be enough. The resulting JS should not show any reference to CS at all.
page 1