Sourcefeed – a pop-up RSS service
32 points
4 days ago
| 7 comments
| sourcefeed.app
| HN
palata
58 minutes ago
[-]
I love RSS as a way to subscribe to news feeds. But I want my RSS to do just that: when I click on the link, I want it to open the original website.

I have tried the "reader" part of many RSS apps, and to me it always sucks. If the original website is unreadable, I just don't subscribe to it. It if is nicely done, then the RSS reader usually makes it worse.

reply
michaelsmanley
21 hours ago
[-]
This reminds me of one of my favorite Mac apps ever, Feeder:

https://reinventedsoftware.com/feeder/

Literally, the only app I miss after leaving the Apple ecosystem.

The question I always have is how to keep a permanent archive of entries for long-running publication histories. You don't want the feed to grow without bounds, so paging (by time period or sliding windows of X entries) seems useful. Atom feeds have RFC 5005 links. I don't recall such for RSS 2.0, but it wouldn't be that hard to extend, I guess.

reply
j3s
1 day ago
[-]
clever. i personally don't see the appeal of limiting my blog to rss readers only - i like having a web link that can be shared. this would almost be better as a sort of covert blog, like maybe a smallnet adjacent thing -- no potential to be shared on hackernews is a pro for many ppl.
reply
fudgeonastick
1 day ago
[-]
I once implemented my blog as pure RSS, but also a website that could render arbitrary RSS feeds as a normal looking blog. (Passing the RSS feed via query parameter).

The nice part was that the bit that was mine was just a single static file.

The awkward part was the URLs looked crappy.

reply
xnx
1 day ago
[-]
It used to be possible to make bare RSS very readable with XSLT.
reply
_heimdall
58 minutes ago
[-]
At one point I had both my own feed styled via XSLT to match my main site and a feed aggregator written in XSLT that parsed an OPML file, combined feeds, sorted by date, truncated post content for the list view, etc.

Browsers never should have thrown the spec in the dumpster. They should have kept up to date and shipped XSLT 3

reply
evanwalsh
1 day ago
[-]
Barry! Funny seeing you here. Slick design on this
reply
bjhess
22 hours ago
[-]
Evan! Hope you’re well.

(To be clear, I didn’t create Sourcefeed.)

reply
ymolodtsov
2 hours ago
[-]
Too few people use RSS to limit your audience to this.

Have a website.

reply