Feed aggregator

Debateee, a place for structured online debates

Hacker News - Mon, 07/13/2026 - 2:59am

Article URL: https://www.debateee.com/

Comments URL: https://news.ycombinator.com/item?id=48888878

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: TokenDrift – find hardcoded colors/spacing hiding in your CSS

Hacker News - Mon, 07/13/2026 - 2:25am

Hi HN — I built TokenDrift, a CLI that scans a codebase for design system drift: hardcoded colors and off-scale spacing that quietly bypass your design tokens.

npx tokendrift .

It's zero-dependency Node, runs entirely locally, and gives you a Drift Score (0-100) plus a report showing exactly which files and lines are responsible. --share is opt-in and uploads only the report data (never source), if you want a link to paste in a PR or Slack.

Why I built it: every design system I've worked with rots the same way. Someone hardcodes #3B82F6 under deadline pressure, someone else does margin: 13px instead of the actual spacing scale, and six months later nobody can say when "mostly following the system" became "barely following it" — because nothing was measuring it.

Three real examples, not staged demos — I ran it against open-source repos and checked every number by hand before publishing: - Dub (dub.co): 82/100, 93% token adoption https://tokendrift-vedantyedes-projects.vercel.app/r/9GNaJ2M... - Formbricks: 87/100, 96% adoption https://tokendrift-vedantyedes-projects.vercel.app/r/JuKMkzk... - Twenty (CRM): 77/100, 80% adoption — one CSS file explains most of the gap: it declares its own tokens at the top and then falls back to a dozen+ different raw hex values in the rest of the file anyway. https://tokendrift-vedantyedes-projects.vercel.app/r/60K5vks...

Current scope: CSS/SCSS/JS/TS/JSX/TSX, auto-detects tokens from CSS custom properties, Tailwind config, or W3C token JSON. No Vue/Svelte support yet, no auto-fix (by design — I'd rather show you where the drift is than guess at a rewrite).

Source: https://github.com/vedantyede/tokendrift npm: https://www.npmjs.com/package/tokendrift

Happy to answer questions about the scoring formula, the false positives I found and fixed while building this (test files count as drift by default in a naive version — worth watching for if you build something similar), or anything else.

Comments URL: https://news.ycombinator.com/item?id=48888631

Points: 1

# Comments: 0

Categories: Hacker News

Pharmacology Simulation Game

Hacker News - Mon, 07/13/2026 - 2:24am

Article URL: https://pharmochi.app/

Comments URL: https://news.ycombinator.com/item?id=48888627

Points: 2

# Comments: 0

Categories: Hacker News

The Winners of the AI Era

Hacker News - Mon, 07/13/2026 - 2:22am

Article URL: https://calcrecipe.com/en/workshop/7

Comments URL: https://news.ycombinator.com/item?id=48888605

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Level – a new demo for 8bit Atari XL/XE

Hacker News - Mon, 07/13/2026 - 2:18am

Hey,

During the weekend there was a demoscene Lost Party 2026 in Poland and demo-group Agenda released there a new demo for Atari XL/XE. The demo is using PAL blending graphics mode (not frame blending) to increase perceived number of colors. The link is to WASM emulator (AltirraSDL) with enabled CRT effects to get it closer to how it looks like on a real hardware. Demo requires 320KB of RAM for preloading purposes only (no effect requires more than 64KB of RAM) - on Atari, in contradiction to, Commodore 64 you cannot do well parallel loading to playing demo effects.

Happy watching and feel free to ask any questions.

Comments URL: https://news.ycombinator.com/item?id=48888581

Points: 1

# Comments: 0

Categories: Hacker News

Rumi's Masnavi

Hacker News - Mon, 07/13/2026 - 2:13am
Categories: Hacker News

Backtrack-Free Cursive

Hacker News - Mon, 07/13/2026 - 2:08am
Categories: Hacker News

Show HN: Monitor any website, discuss outages, and post verified owner updates

Hacker News - Mon, 07/13/2026 - 2:06am

Hi,

I built anysite.live, a website monitoring service where anyone can add a site, check its status, and discuss outages in the comments. Verified site owners can also post official updates.

Just enter a URL, and anysite.live will check the site every minute.

I built this because some of the online communities I regularly use occasionally go down. Most status pages can only be created by site owners, but I wanted a place where anyone could register a site and talk with other users when something went wrong.

Current features:

Website status checks every minute p50, p90, and p99 latency metrics Comments for discussing incidents

For site owners:

Ownership verification via DNS or URL Official status announcements after verification

I’d love to hear your feedback. Thank you.

Comments URL: https://news.ycombinator.com/item?id=48888502

Points: 1

# Comments: 0

Categories: Hacker News

Pages