frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Website Specification

https://specification.website/
83•k1m•1h ago•22 comments

Domain expertise has always been the real moat

https://www.brethorsting.com/blog/2026/05/domain-expertise-has-always-been-the-real-moat/
550•aaronbrethorst•11h ago•319 comments

A Gentle Introduction to Lattice-Based Cryptography [pdf]

https://cryptography101.ca/wp-content/uploads/lattice-based-cryptography.pdf
74•jayhoon•2d ago•2 comments

Shantell Sans (2023)

https://shantellsans.com/process
221•aleda145•10h ago•20 comments

Show HN: Breathe CLI – Paced resonance breathing in the macOS terminal

https://github.com/marekkowalczyk/breathe-cli
12•marekkowalczyk•12h ago•1 comments

Ahoy, DECmate II the little PDP-8 that could

http://oldvcr.blogspot.com/2026/05/ahoy-decmate-ii-little-pdp-8-that-could.html
30•TMWNN•3h ago•2 comments

Associative learning turns DEET from aversive to appetitive in Aedes aegypti

https://journals.biologists.com/jeb/article/229/10/jeb251935/371741/Associative-learning-switches...
29•croes•2d ago•11 comments

A pictorial introduction to differential geometry (2017)

https://arxiv.org/abs/1709.08492
23•ricudis•3h ago•0 comments

Telli (YC F24) is hiring in engineering, design, and GTM [Berlin, on-site]

https://hi.telli.com/join-us
1•sebselassie•1h ago

Avian Visitors

https://theodore.net/projects/AvianVisitors/
24•fdb•2h ago•0 comments

I found a seashell in the middle of the desert

https://github.com/Hawzen/I-found-a-seashell-in-the-middle-of-the-desert#i-found-a-seashell-in-th...
311•Hawzen•2d ago•79 comments

One year of Roto, a compiled scripting language for Rust

https://blog.nlnetlabs.nl/one-year-of-roto-the-compiled-scripting-language-for-rust/
15•Hasnep•1d ago•0 comments

The AV2 Video Standard Has Released (Final v1.0 Specification)

https://av2.aomedia.org
179•ksec•10h ago•63 comments

Microsoft Office 2019 and 2021 for Mac view-only conversion

https://consumerrights.wiki/w/Microsoft_Office_2019_and_2021_for_Mac_view-only_conversion_(2026)
823•antipurist•9h ago•292 comments

Accenture to acquire Ookla

https://newsroom.accenture.com/news/2026/accenture-to-acquire-ookla-to-strengthen-network-intelli...
277•Garbage•16h ago•143 comments

Racket v9.2

https://blog.racket-lang.org/2026/05/racket-v9-2.html
104•spdegabrielle•2d ago•14 comments

Mechanical Pencil: An illustrated celebration of the engineering around us

https://mechanical-pencil.com/
63•Muhammad523•8h ago•7 comments

Cheese Paper: a text editor specifically designed for writing

https://brie.gay/cheese-paper/
102•sohkamyung•9h ago•24 comments

Please Do Not Vibe Fuck Up This Software

https://github.com/RsyncProject/rsync/issues/929
150•justdotJS•5h ago•52 comments

Openrsync: An implementation of rsync, by the OpenBSD team

https://github.com/kristapsdz/openrsync
386•sph•21h ago•151 comments

Voxel Space (2017)

https://s-macke.github.io/VoxelSpace/
281•davikr•18h ago•58 comments

wolfSSL releases a new product; wolfCOSE a zero alloc C embbedded COSE stack

https://github.com/wolfSSL/wolfCOSE
89•aidangarske•11h ago•17 comments

Zig ELF Linker Improvements Devlog

https://ziglang.org/devlog/2026/#2026-05-30
200•kristoff_it•15h ago•67 comments

Jef Raskin, the Visionary Behind the Mac (2013)

https://lowendmac.com/2013/jef-raskin-the-visionary-behind-the-mac/
100•tylerdane•12h ago•44 comments

Parallel Reconstruction of Lawful TLS Wiretapping

https://remyhax.xyz/posts/reproducing-lawful-tls-wiretapping/
93•jerrythegerbil•12h ago•41 comments

OpenRouter raises $113M Series B

https://openrouter.ai/announcements/series-b
413•freeCandy•15h ago•198 comments

Pandoc Templates

https://pandoc-templates.org/
391•ankitg12•22h ago•50 comments

Show HN: Komi-learn – continuous memory and self-improvement for coding agents

https://github.com/kurikomi-labs/komi-learn
12•rainxchzed•3h ago•1 comments

Show HN: 500 years of Joseon court omens as an observability dashboard

https://ajin.im/is/building/omen.ops/
117•poppypetalmask•13h ago•22 comments

Microcode inside the Intel 8087 floating-point chip: register exchange

https://www.righto.com/2026/05/microcode-inside-intel-8087-floating.html
113•pwg•15h ago•18 comments
Open in hackernews

Show HN: Breathe CLI – Paced resonance breathing in the macOS terminal

https://github.com/marekkowalczyk/breathe-cli
12•marekkowalczyk•12h ago
I built a terminal app that paces slow breathing at 6 breaths per minute for vagal tone training. It's a single Python file, stdlib only, no dependencies — just run breathe and follow the bar.

I'm a cardiology patient (HFrEF). Slow breathing at resonance frequency is one of the few non-pharmacological interventions shown to improve cardiac vagal tone and baroreflex sensitivity (Bernardi et al., Circulation 2002; Lancet 1998). I wanted a frictionless daily habit tool — no app store, no account, no subscription, just open terminal and go.

Design constraints, all grounded in the clinical literature:

- No breath retention — Valsalva risk in cardiac patients

- No rapid breathing — minimum 8-second cycles

- Exhale ≤ 2x inhale — no evidence for extreme ratios

- Immediate exit, always — q or Ctrl+C restores the terminal even on crash

The README includes a resonance frequency measurement protocol for anyone with a chest-strap HRV monitor who wants to find their individual optimum instead of using the 6 bpm default.

macOS only (uses afplay for audio cues). MIT licensed.

pip install breathe-cli

or

brew tap marekkowalczyk/breathe && brew install breathe.

Comments

chrisvenum•32m ago
Terminally breathing