惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MyScale Blog
MyScale Blog
F
Fortinet All Blogs
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
Docker
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
V
Visual Studio Blog
Last Week in AI
Last Week in AI
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
L
LangChain Blog
Vercel News
Vercel News
阮一峰的网络日志
阮一峰的网络日志
IT之家
IT之家
P
Proofpoint News Feed
博客园_首页
D
DataBreaches.Net
T
The Blog of Author Tim Ferriss
The GitHub Blog
The GitHub Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
C
Check Point Blog
Engineering at Meta
Engineering at Meta
Microsoft Azure Blog
Microsoft Azure Blog

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - Devendra116/hum: A minimal, ad-free terminal mus...
devendra116 · 2026-05-09 · via Hacker News: Show HN

A minimal, ad-free terminal music player. No API keys. No subscriptions. No accounts. Just music.

Terminal UI Preview

$ hum Big Dawgs
┌──────────────────────────────────────────────────────────────────────────────┐
│ hum                                                                          │
├──────────────────────────────────────────────────────────────────────────────┤
│ Now Playing                                                                  │
│ ▶ Big Dawgs — Hanumankind                                                    │
│ 1:12 / 3:35                                                      Vol: 100%   │
│ ████████████──────────────────────────────────────────────────────────        │
│                                                                              │
│ Queue                                                                        │
│  1. Big Dawgs                                                                │
│  2. Millionaire                                                              │
│  3. Midnight City                                                            │
│                                                                              │
│ [Space] Play/Pause  [n/p] Next/Prev  [r] Radio  [q] Quit                    │
└──────────────────────────────────────────────────────────────────────────────┘

Why

  • No ads (extracts raw audio stream — ads only exist in YouTube's JS player)
  • No API keys, no accounts, no subscriptions
  • ~20-35MB RAM total (Rust binary + mpv audio-only)
  • Keyboard-driven, distraction-free
  • Radio mode for endless related music

Install

Quick install (recommended)

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/Devendra116/hum/main/install.sh | sh

The installer handles everything — downloads prebuilt binaries for hum and yt-dlp, verifies SHA-256 checksums, and installs mpv via your system package manager. No Rust or Python required.

To install a specific version:

curl -fsSL https://raw.githubusercontent.com/Devendra116/hum/main/install.sh | HUM_VERSION=v0.1.0 sh

Running the same command again will upgrade to the latest version.

Security: all downloads are over HTTPS from official GitHub repos only, with SHA-256 checksum verification. Binaries install to ~/.local/bin (no root). You can inspect the script before running it.

Platform support: officially supported on Linux and macOS. Windows support is experimental and not shipped in current releases.

Other install methods

# From source (requires Rust toolchain)
git clone https://github.com/Devendra116/hum.git
cd hum
cargo install --path .

# From crates.io (once published)
cargo install hum

You can also download binaries directly from GitHub Releases.

Usage

# Play a song immediately
hum Big Dawgs

# Open interactive mode
hum

# Play with radio mode (auto-plays related songs)
hum --radio midnight city

# Queue a YouTube playlist or mix (watch?v=…&list=… works, including RD… radio mixes)
hum --playlist "https://www.youtube.com/playlist?list=PLxxxxxxxx"

# Open a single video, podcast episode, Shorts, or Music link (same as pasting in the TUI)
hum "https://www.youtube.com/watch?v=xxxxxxxxxxx"

Keybindings

Key Action
/ Song title, paste any YouTube URL (video, podcast, Shorts, watch?v=…&list=RD… mix), pl:keywords for playlist search
Enter Confirm search / play
Esc Cancel
Space Play / Pause
n Next track
p Previous track
s Shuffle queue
r Toggle radio mode
+ / = Volume up
- Volume down
Seek forward 10s
Seek backward 10s
q Quit
1/2/3 Pick a song (when search is ambiguous)
15 Pick a playlist (after a pl: search)

YouTube playlists and links

  • CLI: hum --playlist "<url>" or paste the same URL as the first argument. Accepts normal playlists (PL…), mix / radio lists (RD…, including links like watch?v=…&list=RD…&start_radio=1), watch?v=…&list=…, or a bare list id.
  • Single videos: any youtube.com, youtu.be, or music.youtube.com link without a list= parameter is resolved as one video (podcasts, live VODs, Shorts, etc.).
  • In the TUI: press /, paste a URL, or type pl:chill lofi to search YouTube’s Playlists tab and pick 1–5. You can also use pl:https://… to load a link from playlist mode.
  • Playback still uses yt-dlp stream URLs + mpv (not the site player). Keep yt-dlp updated (pip install -U yt-dlp) if a link format stops working.

How It Works

  1. You type a song name
  2. yt-dlp searches YouTube and returns the top matches
  3. If the match is clear, it plays immediately. If ambiguous, you pick from max 3 options.
  4. yt-dlp extracts the direct audio stream URL (no ads in raw streams)
  5. mpv plays the audio via IPC socket control
  6. Radio mode fetches YouTube Mix playlists for endless related tracks

Radio Mode

Press r to toggle. When enabled, after a song finishes, hum automatically queues and plays related songs using YouTube's Mix playlist feature. No API key needed — this uses YouTube's public auto-generated playlists.

Resource Usage

Component RAM
hum binary ~5-10MB
mpv (audio-only) ~15-25MB
yt-dlp (brief spikes) ~30MB peak, exits quickly
Total steady-state ~20-35MB

License

MIT