Show HN Daily Selection (2025-06-24)
- I made a fun quiz that reviews last week's top posts on r/programming
- I built a Résumé tool that helps people land job interviews
- Similar artist network music discovery tool
- Urpal – An AI-powered productivity canvas for file notes and tasks
- Ariadne – A Rust implementation of aperiodic cryptography
- A CLI tool to transcribe and clean YouTube videos with Whisper and LLMs
- SX – Transfer files from within SSH sessions without reconnecting
- Studygraph – Personalized learning that adapts to your study style
- The floor is lava, a body movement + computer vision game
I made a fun quiz that reviews last week's top posts on r/programming [Entertainment]
4 points, 0 comments
A fun quiz reviewing last week's top posts on r/programming.
- Reviews top posts from r/programming
- Interactive quiz format
- Weekly updates
Discussion Link, Original Link
I built a Résumé tool that helps people land job interviews [Business]
6 points, 0 comments
A Résumé tool designed to help users secure job interviews.
- Focuses on optimizing résumés for job applications
- Aims to increase interview success rates
Discussion Link, Original Link
Similar artist network music discovery tool [Entertainment]
5 points, 7 comments
Interactive web tool for discovering similar artists via a visual network graph, with song previews and no signup required.
- Visual artist network graph for exploration
- Hover-to-preview top songs
- Uses Apple Music API (previously Spotify)
- No signup or installation needed
Discussion Link, Original Link
Urpal – An AI-powered productivity canvas for file notes and tasks [Productivity]
6 points, 0 comments
AI-powered productivity tool that converts emails and call recordings into professional file notes for legal/consulting work.
- Uses OpenAI GPT-4o for automated note generation
- Smart detection of communication direction (sent/received emails, made/received calls) via pattern matching
- Built with React, Node.js, PostgreSQL, and Stripe for payments
- Offers a 14-day free trial, then AUD $15/month
- Currently used by Australian insurance professionals for client communications
Discussion Link, Original Link
Ariadne – A Rust implementation of aperiodic cryptography [Developer Tools]
39 points, 31 comments
A Rust implementation of aperiodic cryptography using a dynamic, history-dependent cryptographic model.
- Uses a "Cryptographic Virtual Machine" with an implicit, emergent cryptographic path
- Features a large, deterministically-generated binary tree of cryptographic rounds ("Labyrinth")
- Employs a secret path ("Thread") rediscovered per data block via keyed hashing
- Ensures aperiodic operation by ratcheting state forward, preventing repetition
- Provides inherent tamper evidence by breaking the thread if ciphertext is modified
- Released as experimental, unaudited alpha software under CC0 for public use
Discussion Link, Original Link
A CLI tool to transcribe and clean YouTube videos with Whisper and LLMs [Developer Tools]
3 points, 0 comments
A CLI tool for transcribing and cleaning YouTube videos using Whisper and LLMs.
- Automatically downloads audio from YouTube
- Supports multiple output formats (TXT, SRT, VTT)
- Uses LLMs to clean transcripts by removing filler words and improving readability
- Designed for quick setup and easy CLI usage
- Ideal for extracting specific segments from long videos via text search
Discussion Link, Original Link
SX – Transfer files from within SSH sessions without reconnecting [Developer Tools]
3 points, 0 comments
SX enables file transfers directly within SSH sessions without reauthentication or context switching.
- Transfers files without leaving the SSH session
- Uses reverse tunnels for secure communication
- Supports download (
sxd
), upload (sxu
), and local file listing (sxls
) - No additional ports or network setup required
- Cross-platform (Windows/Linux/macOS) with tab completion
- Built in .NET 9 with a simple JSON-over-TCP protocol
Discussion Link, Original Link
Studygraph – Personalized learning that adapts to your study style [Education]
3 points, 0 comments
Studygraph is an adaptive learning platform that personalizes education to individual study styles and paces.
- AI Tutoring: Provides personalized explanations and guidance tailored to learning preferences
- Smart Flashcards: Auto-generates flashcards optimized for retention patterns
- Research Assistant: Helps find, organize, and synthesize information for assignments
- Collaborative Tools: Enables group study while preserving individual learning styles
- Adaptive Learning: Adjusts content difficulty and presentation based on user strengths and struggles
Discussion Link, Original Link
The floor is lava, a body movement + computer vision game [Entertainment]
3 points, 0 comments
A web-based body movement game where players jump around to avoid lava using computer vision.
- Uses Three.js and MediaPipe for computer vision
- No installation required—runs directly in the browser
- Interactive gameplay requiring physical movement
- Playable demo available online