Settings

Theme

Show HN: Readn – Feed reader with Hacker News support

github.com

4 points by thangqt 5 months ago · 1 comment · 1 min read

Reader

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.

mtmail 5 months ago

This piece of code in hackernews.go could lead to XSS I think

// Main post content (for text posts) if thread.Content != "" { html.WriteString(`<div class="hn-content">`) html.WriteString(thread.Content) html.WriteString(`</div>`)

}

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection