Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Claude-mood: Claude Code can see my suffering (github.com/kasper0406)
    1comments
  2. Show HN: ProofForge, AI agents whose proofs have to compile in Lean (github.com/sanexxxx777)
    —discuss
  3. Building games with AI for brother who can only use two switches by turning head (reddit.com)
    —discuss
  4. A dashboard scoring HN frontpage stories with Pangram (salahadawi.com)
    1comments
  5. Search results for "remove password" on GitHub commits (github.com/search)
    2comments
  6. Open Source Lightroom Alternative on Web (github.com/udulaabeykoon)
    —discuss
  7. AI Socialism: Who Will Own the Automated Future? (cosmopolity.substack.com)
    —discuss
  8. An OpenAI agent escaped its sandbox by hiding questions in DNS lookups (madrobot.blog)
    —discuss
  9. Show HN: EmbedCatalog – Decorate your project with embed (github.com/embedcatalog)
    —discuss
  10. PoC for PUBG's anti-cheat Zakynthos's rootkit navagio.sys (github.com/hseoa)
    —discuss
  11. C-to-Rust Fallacy: Automatic Refactoring != Memory Security (arxiv.org)
    —discuss
  12. Cities of Salt (1984) (wikipedia.org)
    —discuss
  13. Streaming Our RL Training Runs (brusharena.art)
    —discuss
  14. AI hallucination of Chinese nuclear components almost led to US Military attack (arstechnica.com)
    —discuss
  15. Productivity as the Cessation of Braking (medium.com/smoking2man)
    —discuss
  16. Show HN: Kosh - Stop Your Bookmarks Becoming a Cemetery (chromewebstore.google.com)
    —discuss
  17. File Notification Attacks (inoti.fyi)
    —discuss
  18. Show HN: Loop-find, trim, rotate and crop videos in the browser, no upload (clipyouredit.com)
    1comments
  19. When It's OK Not to Understand Your Own PR (wakamoleguy.com)
    1comments
  20. Delphic Wisdom and Connection (will4planet.substack.com)
    —discuss
  21. Latitude Dictates Global Marine Diatom Dynamics: 25 Years of Satellite Data (wiley.com)
    —discuss
  22. What the megafauna extinction can teach us about AI startups and incumbents (johnjwang.com)
    —discuss
  23. The Python documentation is now available in Persian (python.org)
    1comments
  24. On Programming, Statistics, and Java (waytoounoriginal.github.io)
    —discuss
  25. Welcome to the Medical Clinic at the Interplanetary Relay Station (lightspeedmagazine.com)
    —discuss
  26. Leadership Lessons from the Odyssey (danielmangum.com)
    —discuss
  27. The EV1 Archive (v212.org)
    —discuss
  28. New Boeing 737 MAX Software Glitch Could Disrupt Navigation Feature (wsj.com)
    —discuss
  29. 42x faster prompt lookup drafting in llama.cpp (jadidbourbaki.github.io)
    —discuss
  30. The Case for Learning in the Era of AI (jonbehnken.substack.com)
    1comments

Ask HN: Why doesn't Apple provide Xcode 27's markdown editor as a separate app?

2 pointsby 1h ago
7 comments
Opening a .md file will load it into the WYSIWYG editor in Xcode.

But why doesn't Apple provide a standalone markdown editor app much like it provides a standalone FileMerge app?

1h agoHN ↗

.md files are mostly (only?) used by engineers. Why build and maintain a second app when you already have something that does the job sufficiently?

1h agoHN ↗

It would be mostly the same code. But loading Xcode is overkill when you just want to edit a markdown file.

50m agoHN ↗

What if you used something like VSCode if you don't like Xcode?

Or one of the many many others that exist? A quick google yielded this one for example: https://stackedit.io

Be resourceful :-)

1h agoHN ↗

You don’t love it when you open a file that is randomly associated with Xcode and you see that icon start to bounce?

1h agoHN ↗

As bad as accidentally clicking on a mailto: link and watching Mail.app spool up.