← Back to news

Show HN: Discover Wikipedia articles popular on Hacker News

orangecrumbs.com|78 points|19 comments|by octopus143|Jun 14, 2026

Exploring OrangeCrumbs: The Nexus of Hacker News and Wikipedia

"The nerdy corner of the internet"

OrangeCrumbs is a specialized discovery tool designed for those who want to find Wikipedia articles that are currently gaining traction on Hacker News (HN). It bridges the gap between the fast-paced discussions of the tech community and the deep-dive knowledge of the world's largest encyclopedia.

🚀 Core Functionality

The primary goal of the platform is to surface trending academic and technical topics. Users can browse these curated links or sign up for a Weekly Wikipedia digest, ensuring they receive a curated list of popular articles via email once every seven days.

Mathematically, the delivery frequency can be expressed as: Delivery Rate=1 email7 days\text{Delivery Rate} = \frac{1 \text{ email}}{7 \text{ days}}

🛠️ User Interface & Navigation

The application provides a highly interactive experience with several ways to manipulate the content feed:

  • Content Control: Users can Sort, Shuffle, or view the New entries.
  • Discovery: A Reshuffle option allows for a fresh perspective on the available articles.
  • Media Integration: The site integrates YouTube content, offering options to Watch here or Watch on YouTube.

The Discovery Workflow

⌨️ Control Scheme

To cater to its "nerdy" audience, OrangeCrumbs implements a robust set of keyboard shortcuts for efficient navigation.

KeyAction
JNavigate to the next article
KNavigate to the previous article
SpaceJump to "In this article" section
FToggle Fullscreen image
MToggle caption visibility
CClose or collapse the current panel
EscExit the current view/panel

📋 User Checklist

If you are new to the platform, here is how to get started:

  • Explore the current trending list.
  • Wait for comments to load (Loading...)
  • Subscribe to the weekly email digest.
  • Open a discussion on the original HN thread.

💻 Technical Implementation (Mockup)

While the internal code is private, the logic for fetching the digest likely follows a structure similar to this:

async function getWeeklyDigest() {
  const hnTrending = await fetch('https://api.hn.com/trending');
  const wikiLinks = hnTrending.filter(item => item.url.includes('wikipedia.org'));
  return sendEmail(wikiLinks);
}

🖼️ Visual Experience

The site emphasizes a clean, functional aesthetic. Users can interact with images, though occasionally they may encounter a failed load state, prompting a Reload action.

OrangeCrumbs Concept

Additional Options include:

  1. Save: Bookmark articles for later.
  2. Share: Distribute findings to others.
  3. Full Article: Read the complete Wikipedia entry.
  4. Open on HN: Jump directly to the Hacker News discussion thread.