Back to blog
4 min readMay 7, 2026

How to Search Your Hacker News Favorites

Hacker News has no search box for your favorites. Use your favorites page, browser search, and Algolia together, or export the list for private searching.

dEssence TeamEditorial @ dEssence
How to Search Your Hacker News Favorites

Start with your favorites page

Your favorites are at:

news.ycombinator.com/favorites?id=yourname

Replace yourname with your Hacker News username. The list is chronological and paginated and may contain favorited stories and comments.

There is no search field for this personal list. Browser Find searches only the page currently open, not every page of older favorites.

If you remember part of a title:

  1. Open the favorites page.
  2. Press Ctrl+F on Windows or Linux, or Command+F on a Mac.
  3. Search one distinctive word from the title.
  4. Repeat with a domain, company, project or author name.
  5. Move to the next page if the item is older.

Avoid a long phrase unless you remember it exactly. One unusual term is more likely to survive changes in memory.

Use HN Algolia when you remember the topic

HN Algolia indexes Hacker News stories and comments. Search for the most specific detail you remember:

  • A database or programming language
  • A company mentioned in the discussion
  • A phrase from the story title
  • A username from a useful comment
  • The original article’s domain
  • A technical term such as SETNX or advisory locks

Search comments when the valuable part was in the discussion; search stories when you remember the headline or external article.

Algolia does not know which results you favorited. It returns candidates from the entire Hacker News archive. Open likely discussions and compare them with your favorites.

Narrow a vague memory in stages

Turn “the thread about distributed locks where someone warned against Redis” into smaller searches:

  • distributed locks
  • Redis SETNX
  • Postgres advisory locks
  • A username connected to the explanation
  • The company or system discussed

Open promising results in separate tabs and compare the date, title, domain and comment tree. A wrong result may still trigger a stronger memory.

The title may not contain the remembered concept. The useful idea could be buried in a comment, so search both stories and comments before deciding it is gone.

Search the surrounding details

When the topic is too broad, ask:

  • Was it a Show HN, Ask HN or external article?
  • Was the useful part in the post or discussion?
  • Which company, tool or programming language appeared?
  • Did you save it for a benchmark, failure report, hiring detail or code example?
  • Do you remember a commenter’s username?
  • Did the external link use a recognizable domain?

Names are strong search terms. “Feature flag failure” can match many threads; a company name plus feature flags yields a smaller set.

A rough date can help with chronological favorites. Treat it as a range, scan likely pages and expand outward.

What a favorite preserves

A story favorite gives you a route back to the item, including the title, external link when present and discussion link. A favorited comment points into its discussion.

The list does not create a searchable copy of the external article or full comment thread, and it does not record your reason for saving. A generic title may hide the one useful comment that prompted the favorite.

External articles can move, change or disappear even when the Hacker News discussion remains.

Export favorites when you search them repeatedly

Hacker News has no official favorites-export button. Community scripts can collect the paginated pages into JSON or CSV.

Before using a script, inspect what it collects and where it writes data. A basic export generally supplies local titles, links and dates; it does not automatically preserve the external article or every comment.

A local file lets you search all titles at once and add fields for topic, project or why the item mattered. Exporting is most useful for repeated searching or backup. For one missing story, the favorites page plus Algolia is usually faster.

Make new favorites easier to recover

Record one sentence about why an important thread matters, using the language you expect to remember.

Instead of saving only “A Postgres feature you should know,” add: Discussion of advisory locks as an alternative to Redis SETNX. Save the Hacker News discussion URL, not only the external article.

Store that note in a bookmark manager, Notion, Obsidian or another searchable place. dEssence is one option for saving the link with a recall sentence and later asking for it in your own words.

The extra context matters more than the tool. The title records what the publisher called the page; your sentence records what made it useful.

If the original article disappeared

Open the Hacker News discussion first. Comments may quote, summarize or debate the missing article and may reveal its author, original domain or a replacement URL.

Search the title and domain outside Hacker News if you still need the original page. If only one comment mattered, save its direct link when you recover it so the next search does not depend on the story title.