A point not mentioned was Dave Winer's refusal to clarify if excerpts in his version of RSS feed needed to be plain text or contain HTML (either as HTML tags or entity encoded). He just kept saying "Keep it simple, people!"
There's no concept of an "excerpt" in RSS, but if we're talking item descriptions, the RSS 2.0 spec says that HTML is allowed and provides examples. http://www.rssboard.org/rss-encoding-examples
The Rise and Contentious Fork of RSS
121–130 of 192 posts
Re: The Rise and Contentious Fork of RSS
#122What's the best iOS RSS reader for iPad (split view support) and iPhone, which manages a local-only database of RSS subscriptions, without requiring iCloud or other cloud-based login and surveillance?
iCloud has surveillance now? Interesting.
> Apple's stance on privacy and security applies only if you don't back up your data to iCloud ... In the first half of 2015, police agencies around the globe asked to explore 4,472 Apple customer accounts, according to the company. Apple disclosed data to police on 1,886 them, of which 1,407 were provided to law enforcement in the United States. In these instances, Apple gave investigators contents of customer iCloud, iTunes and Game Center accounts. Apple didn't always turn over the information. It objected 401 times in all.
Re: The Rise and Contentious Fork of RSS
#123With the EU parliament's recent voting in favour of requiring consent/royalties for "rich linking" (eg. previewing content without sending the user to the original site), I can see a renaissance for RSS as an accepted and practical means for federated personal news aggregation. But then for me and many others, RSS has never gone away. While we are at it, we should also bring back Usenet/nntp (though obviously I have…
> With the EU parliament's recent voting in favour of requiring consent/royalties for "rich linking" (eg. previewing content without sending the user to the original site), I can see a renaissance for RSS as an accepted and practical means for federated personal news aggregation. That's funny, I see the same legislation as the death of all unauthorized RSS aggregation. The "link tax" provision isn't about links, it's…
Re: The Rise and Contentious Fork of RSS
#124Earlier quoted context omitted.
I use RSS for webcomics as well as visiting the actual websites, but a few things: 1. You miss out on the aesthetics each comic's website brings to the table 2. Sometimes you miss things like "hidden panels" or blog posts you're interested in. 3. No advertisement money going towards the artists (Not a big deal if you support them by buying merch and the comics don't need a lot of bandwidth) I would really love to dev…
I don't think 1., 2., and 3. is applicable to at least how I use my RSS reader. Also, I don't understand why that is not the norm... The way I use my RSS reader is that I scroll through the list of posts, and if it's something I wish to check back on later, I press the shortcut to send it to instapaper, and if it's something I wish to check now, I press the shortcut to open it in a new tab, and then I go on. When I'm…
With the exception of web apps / extensions, it's my understanding that RSS feeds were originally meant to be consumed by a program specifically optimized for handling feeds, instead of a bloated, slow, unsafe web browser.
In the end, your RSS flow could mostly be replaced by a set of live bookmarks in your bookmark toolbar, then you wouldn't even have to leave the browser. Plus you would get easy multi-platform synchronization of your feeds. A hell of a lot easier than running an RSS reader on a private server like a lot of us.
Re: The Rise and Contentious Fork of RSS
#125Earlier quoted context omitted.
I use RSS for webcomics as well as visiting the actual websites, but a few things: 1. You miss out on the aesthetics each comic's website brings to the table 2. Sometimes you miss things like "hidden panels" or blog posts you're interested in. 3. No advertisement money going towards the artists (Not a big deal if you support them by buying merch and the comics don't need a lot of bandwidth) I would really love to dev…
I don't think 1., 2., and 3. is applicable to at least how I use my RSS reader. Also, I don't understand why that is not the norm... The way I use my RSS reader is that I scroll through the list of posts, and if it's something I wish to check back on later, I press the shortcut to send it to instapaper, and if it's something I wish to check now, I press the shortcut to open it in a new tab, and then I go on. When I'm…
Re: The Rise and Contentious Fork of RSS
#126> Maybe RSS could have been extended somehow so that friends subscribed to the same channel could syndicate their thoughts about an article to each other. @dang Congratulations, you just invented OStatus. :-) OStatus is a combination of Atom+ActivityStreams+Salmon+WebFinger+WebSub for exactly this purpose. It was created in 2009 and was even partially used by Google Buzz. I could post something on identi.ca and see i…
Re: The Rise and Contentious Fork of RSS
#127RSS is a nice format, but it'd be even nicer as json. Recently had a client that needed me to read their RSS feed into email templates and update their template after they switched their email service. First time working with RSS. 10/10, would do so again.
> [RSS would] be even nicer as json. Already a standard! https://jsonfeed.org/
- It is really just RSS/Atom wrapped in JSON. Sure it changes a few names, makes some elements mandatory and other elements optional but overall it does not attempt to fix core problems (consistent item IDs to avoid reruns, embedding messy HTML with relative links...).
- Besides a dozen of JSON feeds mentioned in the documentation or in the Github repo, there are very few feeds published in the wild.
- Its authors seem to have kind of given up already, a lot of open issues and PRs but not much happening.
Don't get me wrong, I'd like a successor to come and fix the issues that RSS and Atom have but this successor would need much more traction than what JSON feed has.
Re: The Rise and Contentious Fork of RSS
#128Earlier quoted context omitted.
FB couldn't collect data on your usage from an RSS feed, which is what they use to drive their advertising platform, which you are also not participating in. So having you read outside of FBs site or app is not in their best interests.
You would think that small and upcoming social media sites would support RSS, at least to attract users. Apparently Mastodon generates an Atom RSS feed for every user, https://news.ycombinator.com/item?id=16755553
Re: The Rise and Contentious Fork of RSS
#129Earlier quoted context omitted.
iCloud has surveillance now? Interesting.
https://money.cnn.com/2016/02/22/technology/apple-privacy-ic... > Apple's stance on privacy and security applies only if you don't back up your data to iCloud ... In the first half of 2015, police agencies around the globe asked to explore 4,472 Apple customer accounts, according to the company. Apple disclosed data to police on 1,886 them, of which 1,407 were provided to law enforcement in the United States. In thes…
Re: The Rise and Contentious Fork of RSS
#130RSS is/was nice to be able to stay up-to-date with infrequently updating blogs, and it's honestly a shame that it's no longer used as much as it used to.
One thing that could possibly re-ignite the use of RSS feeds is a button in the adress bar (I recall Safari having this option) to indicate that the site has an RSS feed and taking you to it when you click on it. Maybe look in a couple of predetermined places to find this feed (feed.xml and rss.xml are almost universally the common feed names I've seen used on the sites that I frequent, with the exception of reddit, which simply lets you append .rss to any URL).