Show HN: Phantas – A browser-based binaural strobe engine (Web Audio API)

Published: (December 28, 2025 at 03:38 PM EST)
1 min read
Source: Hacker News

Source: Hacker News

Post

Hi HN, I’m a new developer with Aphantasia (no mental imagery).
A side effect of this is that regaining focus after a distraction takes me a long time (the “23‑minute lag”). I tried standard binaural beats, but I discovered a technical flaw: streaming compression (AAC/MP3 on Spotify/YouTube) often m…

0 views
Back to Blog

Related posts

Read more »

🔑 O que é useId no React?

O useId é um Hook do React disponível a partir da versão 18 que gera identificadores únicos e estáveis dentro de um componente. Ele retorna uma string garantida...

Coding Challenge Practice - Question 90

Task The task is to implement a sum function. Boilerplate code javascript function sumnum { // your code here } Desired behavior sumnum returns a function that...