Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Updated Ceptile AI Search Improved Answers and Research (ceptile.com)
    —discuss
  2. Is AGENTS.md useful? What the research found (gethrbr.com)
    —discuss
  3. Snowmoon (vitalik.eth.limo)
    —discuss
  4. What Improves Developer Productivity at Google? Code Quality (acm.org)
    —discuss
  5. Show HN: PedalTalk, a hands-free group bike intercom that keeps your music on (play.google.com)
    —discuss
  6. Show HN: Digital Audio Workstation built with stock WebAudio nodes (seven.systems)
    —discuss
  7. Ju! Ju! Tsu! (codeberg.page)
    —discuss
  8. Luarocks.org Security Incident, September 2026 (luarocks.org)
    —discuss
  9. Good News for American Renters (economist.com)
    —discuss
  10. Show HN: The Standup, releases, advisories and outages for developers (thecompound.tech)
    —discuss
  11. Teaching GPU programming in p5.js: now with compute shaders (davepagurek.com)
    —discuss
  12. Text Gag (textgag.com)
    —discuss
  13. Bill Gates says unchecked AI could 'cause billion deaths' in call for regulation (theguardian.com)
    —discuss
  14. GPU Glossary (modal.com)
    —discuss
  15. Nvidia Nemotron 3: Open-weight real-time speaker diarization (huggingface.co)
    —discuss
  16. Infecting the Steam Link with NixOS (feyor.sh)
    —discuss
  17. Proton Mail confirmed and paid a bounty for a spoofing bug, then left it unfixed (github.com/alonsovidales)
    —discuss
  18. Transcriptome-based classification in mice with ASD-risk mutations (science.org)
    —discuss
  19. Select * the internet: DuckDB queries 100B rows in 30s (motherduck.com)
    1comments
  20. Categorization and Representation Physics Problems by Experts and Novice(1981) [pdf] (colorado.edu)
    —discuss
  21. Statistical tie with Jev on BANKING77 (91.79% vs. 92.40%, p=0.27) ~1/1000th cost (reddit.com)
    —discuss
  22. The Agentic Web (hkelkar.com)
    —discuss
  23. Claude Opus 5.5 uses 95% fewer em dashes, but its answers are getting longer (bleepingcomputer.com)
    —discuss
  24. Alternatives to GPS are around the corner (economist.com)
    —discuss
  25. Show HN: Matching Jev on BANKING77 at a thousandth of the cost
    —discuss
  26. "They had no concept of a duty of care to their users." (aresluna.org)
    —discuss
  27. 10 Tells of a Slop UI (hereticpleb.vercel.app)
    36comments
  28. Show HN: Andurel V2 – Space-Grade Go Web Framework (andurel.com)
    —discuss
  29. The Harness Eats Everything (spock.is)
    —discuss
  30. Fragment of oldest known peace treaty found in Turkey (livescience.com)
    —discuss

Show HN: I spent 10 months building a Markdown editor for Mac, iOS and web

6 pointsby 1h agomarkdown.beauty
5 comments
I've spent the last 10 months building Beauty: a local, powerful greco-roman Markdown editor where the page looks finished while you type. It runs on the Mac, iPhone and in the browser, and the browser version opens without an account: https://app.markdown.beauty

I was frustrated with writing apps, and like most I used Apple Notes. After 2+ years immersed in Cursor, Codex and CC, I wished some interactions existed in a text editor.

The Markdown renders in place as you write it, including tables (which you can drag and resize without lining up pipes), KaTeX math and Mermaid diagrams. A lot of thought went into typography and the writing experience.

Your notes on the Mac are plain .md files in a folder with images next to them, so they open in anything else too. Each note keeps 200 versions. If you share a note with a link it syncs peer to peer over WebRTC while someone has it open, and the server that connects you only ever sees a random room id.

Most of the ~1,000 commits went into the editor itself. It's a contenteditable, and I don't let the browser restructure the document at all, which was a lot more work than I expected. Building this to be performant and cross-platform required some novel approaches, which I'll later open source. The editor is free with no account or ads, and there's an optional subscription for sync through your own iCloud.

https://www.markdown.beauty

1h agoHN ↗

Hey, I quickly tried your editor and even when the writing experience is the most important thing, I have to admit it looks really lovely! I love the design and how it interacts. That is cool. Maybe you could add some more color options (not everyone likes the newish beige-toned interfaces). Cool that even flowcharts are supported. The only thing I miss in the block options would be a callout and the option to set a color for that callout. So far my first impressions :)

1h agoHN ↗

Amazing project and execution. Makes my IDE's quickly-bolted-on (3 hours) .md support look ridiculous in comparison. Installed as PWA. Thank you!

1h agoHN ↗

Just tried it!

Hell yeah, someone finally got notes right. I don’t say this lightly, but notes are supposed to be simple, fast and easily retrieved.

Apple Notes doesn’t give us nearly enough. Notion gives way too much. Obsidian is a mess. Craft, AnyType, etc are janky, gimmicky or slow.

You managed to make something simple, local, that gives us exactly the features we need for writing and finding notes and also MCP so I can point my agent to it?! I’d give you a fcking nobel prize for this lol

49m agoHN ↗

It looks really nice. I definitely will use it.

Many questions come to mind: - What is the revenue model? - What is your personal story? Why you do not explain it in the site?

43m agoHN ↗

There's no revenue model, no clear goal. This app is a creative outlet and a sandbox to try ideas. I added an in-app purchase as a test to see if anyone cares, it would motivate me to keep working on it.

Without the constraints of a usual project, I feel I'll actually work on it for a much longer time.

I didn't add any story or personal background because I didn't think anyone would care, but good idea! In the meantime, you can follow along on x: @thiago_peres