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

推荐订阅源

量子位
F
Fortinet All Blogs
J
Java Code Geeks
Y
Y Combinator Blog
Stack Overflow Blog
Stack Overflow Blog
V
Visual Studio Blog
M
MIT News - Artificial intelligence
腾讯CDC
Last Week in AI
Last Week in AI
The Cloudflare Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Jina AI
Jina AI
Microsoft Security Blog
Microsoft Security Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
P
Proofpoint News Feed
博客园 - 叶小钗
Recent Announcements
Recent Announcements
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
人人都是产品经理
人人都是产品经理
L
LangChain Blog
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

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 应用商店
Show HN: memory.fm – revisit your life through your music...
shsiddhant · 2026-05-04 · via Hacker News: Show HN

Hi, HN! I'm Siddhant.

I've working on memory.fm for a while now. It's a web app that lets you explore your music listening history as a way to revisit different periods of your life.

Instead of focusing only on aggregate stats, it surfaces long-term and local patterns such as attachment, repetition, and obsessive listening. The idea is that your listening history often quietly tracks life phases better than you’d expect.

Currently only Last.fm users are supported, but I plan to add support for importing Spotify listening history exports.

Main Ideas Implemented:

1. Attachment Index: It’s something I came up with, in an attempt to model how attached you were to specific artists, album, or tracks during a given period. It combines relative volume and listening concentration. So if you were looping the same album during a breakup or an emotionally intense period, it shows up very clearly.

Under the hood, it uses Rényi entropy. For the math-inclined, the formula I'm using is:

A = log2(1 + scrobbles/max_scrobbles) * 100 * exp(-H)

where H is the Rényi entropy of the listening distribution (artist/album/track daily listens distribution).

2. Listening Streaks: Another view shows consecutive listening streaks for an artist/album/track. These are visualized in yearly barcode-like timelines and make repeat phases visually obvious.

Stack: FastAPI, PostgreSQL, React.

Deployed via Render (API), Vercel (Frontend), and Supabase (DB).

I’m a Math PhD dropout who transitioned into programming recently. I had noticed that my listening patterns did a good job reflecting my emotional state throughout the past couple of years, so I started experimenting with my data in Python. This started as a small Python (CLI/Streamlit) experiment, but over the past one month, I've rebuilt it with a modern stack to make it more robust and usable.

I'd love feedback on:

- Does the “Attachment Index” reflect something meaningful, or does it feel arbitrary? - Is the Streaks Timeline UI intuitive? - Any obvious architectural mistakes for a first production app?

Live: https://memory-fm.vercel.app

GitHub: https://github.com/shsiddhant/memory.fm

I'd love to hear your thoughts, especially if you have an old Last.fm account to test the edge cases.

If you don't have a Last.fm account or you don’t want to go through the import flow, you can view my data instead, with username: lazulinoother