frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Markdown Buddy – Native macOS Markdown Editor with Quick Look and Xcode

https://markdownbuddy.inawa.app/
1•JanParis•14m ago
I write a lot of project documentation in Markdown, and two things kept annoying me on macOS: Quick Look shows .md files as raw text, and Xcode shows a README as plain source. So I built the app I wanted. Swift and AppKit, 4.8 MB, sandboxed. The editor is a plain NSTextView. The rendered view is WKWebView, so it uses the system engine rather than a bundled browser, which is where the size difference comes from. Quick Look and Finder thumbnails are separate app extensions sharing the same renderer.

Beyond preview: open a folder as a workspace and browse every .md in a tree, search across all of them, and see a graph of the links between documents with broken ones flagged. An Xcode Source Editor extension opens the file you are looking at, rendered, from the Editor menu.

One implementation detail I found non-obvious. The live preview restyles the NSTextStorage as you type. The hard rule is that it must never touch attributes while an input method is composing, or Japanese, Chinese and Korean input breaks, and so do dead keys for accented Latin. It is a single hasMarkedText() guard in three places, but without it the app is unusable for a large part of the world. Several competing editors have review complaints about exactly this.

Caveats up front: Mac App Store only, so there is no trial. macOS 14+. 0.99 EUR, one off, no subscription, no IAP, nothing collected. It is not trying to be Obsidian: no vault, no plugins, no backlink database.

I will happily send promo codes, just reply here.

One last thing, since Show HN is for feedback. I have sold two copies in a year. The product page gets about a hundred views annually. I am clearly doing something wrong on the distribution side rather than the code side, and I would genuinely like to hear what.

https://markdownbuddy.inawa.app/

Giant whales move into Greenland waters as ice disappears

https://www.bbc.com/news/articles/cq6dn9gj7eno
1•speckx•1m ago•0 comments

Relationship Engineering: the fifth phase of building with AI

https://twitter.com/swombat/status/2090421410887880771
1•obiefernandez•3m ago•0 comments

Choking victims should perform Heimlich manoeuvre on themselves – scientists

https://www.independent.co.uk/news/health/choking-heimlich-manoeuvre-perform-yourself-how-to-chai...
1•thunderbong•5m ago•0 comments

Draft spec for an offline emergency dispatch protocol in on-device LLMs url

https://github.com/kapustin-i/offline-dispatch-protocol
1•kapustin-i•6m ago•0 comments

I recently sat down for coffee with one of my oldest friends in the industry

https://notes.jordanscales.com/coffee
1•speckx•7m ago•0 comments

How dbt works, and why orchestrators shouldn't split it into tasks

https://www.windmill.dev/blog/how-dbt-works-and-its-orchestrators
5•rubenfiszel•7m ago•0 comments

Data annotation is creating jobs

https://www.nytimes.com/2026/08/20/world/asia/ai-jobs-data-annotation-india-karur.html
1•ripe•8m ago•1 comments

Sokoban via Grok App Builder

https://sokoban.grok.me/
1•da-x•8m ago•0 comments

Show HN: Find every AI model your code calls and warn before it's retired

https://llmstatus.ai
2•taylorgt•9m ago•0 comments

Canonical Backs New Project to Translate Large C Codebases into Safe Rust

https://linuxiac.com/canonical-backs-new-project-to-translate-large-c-codebases-into-safe-rust/
1•datakan•10m ago•0 comments

ARM Sells Its Own Silicon

https://www.forbes.com/sites/johnwerner/2026/08/19/arm-sells-its-own-silicon/
1•fork-bomber•10m ago•0 comments

Show HN: FindHost – hosting provider database with no affiliate links

https://www.findhost.app/
1•esher•11m ago•1 comments

Show HN: Open-source tool turning company knowledge into Duolingo-like courses

https://www.scibly.com/de/
2•Niclas63•11m ago•0 comments

Show HN: Markdown Buddy – Native macOS Markdown Editor with Quick Look and Xcode

https://markdownbuddy.inawa.app/
1•JanParis•14m ago•0 comments

Show HN: Testmagic.link – Zero-setup magic link testing for coding agents

https://testmagic.link
2•lobovkin•14m ago•0 comments

Pipes – Powered by PolyCSS

https://css.graphics/pipes/
1•speckx•16m ago•0 comments

There's No Reason to Buy a New Phone Anymore

https://www.theatlantic.com/technology/2026/08/secondhand-tech-boom/688309/
1•fortran77•17m ago•2 comments

Private Chinese rocket aces landing on 2nd-ever flight [video]

https://www.space.com/space-exploration/launches-spacecraft/touchdown-private-chinese-rocket-aces...
2•bookofjoe•18m ago•0 comments

China launches GPMI universal cable [video]

https://www.youtube.com/shorts/mOh5IklMMMw
1•thelastgallon•19m ago•0 comments

UK internet age checks have boosted rogue adult sites, says Pornhub

https://www.ft.com/content/295c2eba-da29-434d-84e0-e9de3b0b1cc2
2•thm•20m ago•0 comments

Prove Your Point Correctly

https://play.google.com/store/apps/details?id=ai.argumentapp.argument&hl=en_US
1•angryteacher•21m ago•0 comments

Do Chatbot LLMs Talk Too Much?

https://arxiv.org/abs/2601.00624
1•bretkoppel•21m ago•0 comments

I Refrain from Infosec Punditry

https://blog.coredump.cx/p/why-i-refrain-from-infosec-punditry
1•surprisetalk•22m ago•0 comments

Show HN: Sitmap – a World in Conflict inspired map maker for Cold War scenarios

https://tomaytotomato.github.io/sitmap/
2•tomaytotomato•23m ago•2 comments

Why the Ocean Cleanup Hasn't Solved the Plastic Pollution Crisis

https://therevelator.org/why-ocean-cleanup-has-not-solved-plastic-pollution/
2•sohkamyung•24m ago•0 comments

Netherlands lists Israel as a threat to its national security for the first time

https://www.trtworld.com/article/911b7ff6c075
20•robtherobber•24m ago•0 comments

Slack is launching collaborative vibe-coding channels

https://www.theverge.com/tech/982628/slack-code-vibe-coding-channels-launch
1•thm•25m ago•0 comments

More than 150 Polymarket wallets may have traded on military secrets

https://www.reuters.com/business/finance/more-than-150-polymarket-wallets-may-have-traded-militar...
2•thm•25m ago•0 comments

Impact of EU packaging rules from a small business perspective (Reddit thread)

https://www.reddit.com/r/europe/comments/1vrz88a/comment/p4i3hoc/
1•dgellow•26m ago•1 comments

Use the built-in GELU, don't roll your own

https://www.gilesthomas.com/2026/08/built-in-gelu
1•ibobev•27m ago•0 comments