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

推荐订阅源

博客园 - 叶小钗
V
Visual Studio Blog
雷峰网
雷峰网
J
Java Code Geeks
博客园 - 三生石上(FineUI控件)
人人都是产品经理
人人都是产品经理
MyScale Blog
MyScale Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog RSS Feed
C
Check Point Blog
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
V2EX
D
Docker
IT之家
IT之家
博客园 - 聂微东
腾讯CDC
U
Unit 42
Microsoft Security Blog
Microsoft Security Blog
The Cloudflare 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 - overflowy/goldfish: A dead-simple Pomodoro timer...
overflowy · 2026-06-24 · via Hacker News: Show HN

Goldfish icon

A dead-simple Pomodoro timer that floats over everything else.

Why "Goldfish"?

Because of my goldfish-brained ADHD. The whole point of this app is that the timer is always on top of every other app - out of sight is out of mind, so it stays in your face no matter what you're doing. A timer you have to go looking for is a timer you forget about ten seconds after starting it.

Principles

  • Stay on top. The overlay floats above other (windowed) apps and doesn't disappear when you switch away. It dims to the background when you're not interacting with it, and goes solid when you click it.
  • Stay simple. No accounts, no stats, no streaks, no shame ledger. It is present-tense by design - it only knows now. There's nothing to configure before you can start; just click "Start focus".

What it does

A classic Pomodoro cycle, shown as a phase label, four progress dots, and a monospace countdown:

app

  • Four focus blocks, each followed by a short break, with a longer break after the fourth - then it repeats.
  • The card and the menu-bar dot are colour-coded by phase: tomato for focus, green/teal for breaks, amber when idle.
  • At 0:00 it chimes and advances on its own. You can switch either hand-off to a manual "wait for me" with Auto-start breaks / Auto-start focus.

It runs as a menu-bar agent (no Dock icon). All control lives in the menu - click the menu-bar dot, or right-click the overlay itself:

Action
Start focus / Take a break move through the cycle
Pause / Resume freeze the clock
Abandon drop the current focus block (doesn't count)
Reset end the whole cycle
Auto-start breaks / focus toggle the automatic hand-offs

Drag the overlay anywhere; it remembers where you put it.

Configuration

Durations, window position, and the auto-start toggles are saved to a small, hand-editable TOML file at $XDG_CONFIG_HOME/goldfish/config.toml (falling back to ~/.config/goldfish/ or ~/.goldfish/):

focus_minutes = 25
break_minutes = 5
long_break_minutes = 15
auto_start_breaks = true
auto_start_focus = true

Building

macOS only. Needs Go, Qt 6 (brew install qt), and Task.

task build        # build the binary into dist/
./dist/goldfish   # run it

task build:app    # package a self-contained dist/Goldfish.app bundle
task fix          # go fix + vet + gofmt

Built with Go and miqt (Qt 6 bindings).

Installing

Goldfish is not notarized by Apple, so macOS Gatekeeper will block it the first time - "Goldfish is damaged and can't be opened" or "can't be opened because it is from an unidentified developer". This is expected for a self-built app.

Move Goldfish.app where you want it (e.g. /Applications) and clear the quarantine flag once:

xattr -dr com.apple.quarantine /Applications/Goldfish.app

Then open it normally. (You only need to do this once per build/download - a locally built bundle that you never download won't be quarantined at all.)

License

MIT