U.S. government takes 10% stake in Intel (cnbc.com)
605 points by givemeethekeys 7d ago 718 comments
Claude Sonnet will ship in Xcode (developer.apple.com)
470 points by zora_goron 21h ago 383 comments
Show HN: Readn – Feed reader with Hacker News support
4 thangqt 1 8/29/2025, 6:31:32 PM github.com ↗
This feed reader can fetch and display discussion threads from Hacker News and Lobste.rs, making it convenient to follow both articles and the conversations around them. It’s a fork of the original Yarr project, whose author considers it feature-complete and is no longer accepting feature requests.
// Main post content (for text posts) if thread.Content != "" { html.WriteString(`<div class="hn-content">`) html.WriteString(thread.Content) html.WriteString(`</div>`)
}