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

推荐订阅源

B
Blog RSS Feed
J
Java Code Geeks
C
Check Point Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Google DeepMind News
Google DeepMind News
阮一峰的网络日志
阮一峰的网络日志
Engineering at Meta
Engineering at Meta
Blog — PlanetScale
Blog — PlanetScale
D
Docker
H
Hackread – Cybersecurity News, Data Breaches, AI and More
月光博客
月光博客
I
InfoQ
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
A
About on SuperTechFans
L
LangChain Blog
腾讯CDC
Y
Y Combinator Blog
MongoDB | Blog
MongoDB | Blog
Vercel News
Vercel News
MyScale Blog
MyScale Blog
博客园 - Franky
IT之家
IT之家
博客园_首页

Show HN

The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code. GitHub - tamerh/enju: Coordinating Humans, AI Agents, and Compute as Peers on a Shared Workflow Graph
GitHub - overflowy/goldfish: A dead-simple Pomodoro timer...
overflowy · 2026-06-24 · via 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