Hacker News

New stories

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

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.