frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

10 Tells of a Slop UI

https://hereticpleb.vercel.app/blog/10-tells-of-slop
1•theanonymousone•2m ago•0 comments

Show HN: Andurel V2 – Space-Grade Go Web Framework

https://andurel.com/docs/head/whats-new
2•mbvisti•3m ago•0 comments

The Harness Eats Everything

https://spock.is/writing/the-harness-eats-everything
1•BenediktHolm•6m ago•0 comments

Fragment of oldest known peace treaty found in Turkey

https://www.livescience.com/archaeology/ancient-egyptians/we-have-found-traces-of-peace-thousands...
2•gmays•8m ago•0 comments

AI messaging scam costs Italy's top bank Intesa millions, sources say

https://www.reuters.com/legal/government/ai-messaging-scam-costs-italys-top-bank-intesa-millions-...
2•gbocs•9m ago•0 comments

In an $80 Motel Room, a Discovery to Shed Light on the Origins of Life

https://www.nytimes.com/2026/09/26/science/motel-science-discovery.html
2•danso•12m ago•2 comments

Active speaker detection for deaf and hard-of-hearing

https://captivision.app/
1•trobifi•15m ago•0 comments

How do you compare religions?

https://plurilore.com
1•nickvicman•15m ago•0 comments

All you need is accessibility

https://maheepk.net/posts/accessibility/
1•technusm1•16m ago•0 comments

Show HN: AI agent running cost calculator (and when a SaaS platform is cheaper)

https://broutonlab.com/calculators/how-much-does-an-ai-agent-cost/
1•myurushkin•17m ago•0 comments

Who Killed Paulina Borsook's Career?

https://www.wired.com/story/paulina-borsook-profile/
2•danielmorozoff•18m ago•0 comments

Ask HN: In 3 months 4300 Dowloads but only 100 Stars, what I need to do?

2•Arshad-Talpur•22m ago•1 comments

AI and the Fall? Of the Creative Class

https://www.apricitas.io/p/ai-and-the-fall-of-the-creative-class
2•m-hodges•26m ago•0 comments

Shame and snobbery as American students blamed for St Andrews classism

https://www.theguardian.com/education/2026/sep/27/st-andrews-university-class-divide-american-stu...
2•jimnotgym•27m ago•0 comments

Cashing in on Dust

2•spottedmarley•27m ago•0 comments

>1B tokens/minute/GPU by combining query planner and inference engine

https://modal.com/blog/quail-billion-tpm
1•birdculture•31m ago•0 comments

Software occlusion culling in Block Game

https://enikofox.com/posts/software-rendered-occlusion-culling-in-block-game/
1•airhangerf15•36m ago•0 comments

'Gaming pays me double what I earned as a teacher'

https://www.bbc.com/news/articles/cwe8eje6zny7o
2•theanonymousone•37m ago•1 comments

A Vindication of Bjorn Lomborg

https://humanprogress.org/a-vindication-of-bjorn-lomborg/
1•mpweiher•37m ago•0 comments

New generation of Business analytics Intelligence

https://blunxai.com/
1•rima_667•38m ago•1 comments

Minecraft developer found dead in his home in Paraná, Brazil (portuguese)

https://www.correio24horas.com.br/brasil/desenvolvedor-dos-jogos-minecraft-batman-e-the-walking-d...
2•danielt3•39m ago•1 comments

My development setup. A pivot toward terminal and dotfiles

https://besok.github.io/posts/my-development-setup/
3•besok•39m ago•0 comments

Ask HN: How are you getting inference for personal projects?

1•variety8675•40m ago•2 comments

Maplibre-Gl-Lanes v1.0.0

https://nuxx.net/blog/2026/09/27/maplibre-gl-lanes-v1-0-0/
2•c0nsumer•41m ago•0 comments

Show HN: A deterministic tool-call gateway vs. prompt-injection classifiers

https://github.com/Yehielamor/provenance-gate/blob/main/posts/01-provenance-vs-detection.en.md
1•YehielAmor•41m ago•0 comments

Sourced tracker for Tasmania's proposed AI data centres

https://tasdatacentres.org/30min/
1•demodefib•43m ago•0 comments

Can a practitioner's judgment be shipped as a text file?

https://grace.training/
2•pvachon•44m ago•0 comments

Quantum computing's "dark horse" just proved it can go universal

https://www.sciencedaily.com/releases/2026/09/260924020403.htm
2•arto•44m ago•0 comments

Jev and the Return of AI/ML Engineering

https://leehanchung.github.io/blogs/2026/09/20/jev-return-ai-ml-engineering/
2•mustaphah•55m ago•0 comments

Ask HN: What task manager do you use? What do you miss on them?

1•KlyX•58m ago•1 comments
Open in hackernews

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

https://www.markdown.beauty/
5•thiagoperes•59m ago
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

Comments

KlyX•48m ago
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 :)
intrr•39m ago
Amazing project and execution. Makes my IDE's quickly-bolted-on (3 hours) .md support look ridiculous in comparison. Installed as PWA. Thank you!
bernieo•35m ago
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

NarcisMirandes•16m ago
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?

thiagoperes•10m ago
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