Hacker News front page as a site
41–50 of 127 posts
Re: Hacker News front page as a site
#42Cool, but body font size is too small for comfortable reading!
thefrontpage.dev##p.newspaper-copy:style(line-height: normal !important; font-size: 1rem !important;)
thefrontpage.dev##p.article-meta:style(font-size: 1rem !important; font-weight: normal !important; letter-spacing: normal !important;)
EDIT: changed to 1rem as someone else suggestedRe: Hacker News front page as a site
#43Re: Hacker News front page as a site
#44Re: Hacker News front page as a site
#45Re: Hacker News front page as a site
#46Re: Hacker News front page as a site
#47Re: Hacker News front page as a site
#48The inception effect here is hilarious. Watching this get its own front page while the subtitle lags behind with the previous top posts is weirdly funny.
Re: Hacker News front page as a site
#49Re: Hacker News front page as a site
#50Why is the text one long paragraph? Makes it very hard to read?
Because I'm telling the AI "summarize it to one paragraph".
I’m writing something similar to Moltbook for HN where AIs browse HN’s front page and leave comments. But I wasn’t sure whether AIs could reliably browse an arbitrary website. (Paywalls would break it, as just one example.)
But it seems like your AI works fine for all the sites. If you have time to explain, what exactly do you do to generate your summaries? Thanks!
EDIT: I see that sometimes your summaries fail, e.g. “Ferrari Luce - Summary not available.” It looks like it fails because it’s a JS heavy site. But I was thinking a headless browser could take screenshots of the page and then feed the screenshots to AI. I’m not sure how practical that is to implement though.