Earlier quoted context omitted.
I do a lot of things for free because I have the luxury of a job that pays well. Not everyone has that kind of freedom and if someone wants to put food on the table, then money has to be a factor. Otherwise you'd lock a lot of things to only people who have extra time to take risks on activities that won't get them anything in return. Saying not everything should be about money is a pretty privileged position.
Not every activity needs to be a viable way to make money. If you're struggling to put food on the table, maybe you should explore other avenues for making money besides blogging. If you want to write, there are lots of ways to get paid for writing. Everyone has activities they enjoy that don't produce any income. Just because people enjoy an activity doesn't mean that there has to be a way to make a living from it.…
It’s Time to Get Back to RSS
301–310 of 376 posts
Re: It’s Time to Get Back to RSS
#302Earlier quoted context omitted.
Maybe in the article, where it links to a discussion of the top RSS readers?
Well honestly, I tapped out after the second 'Go Buy FEEDLY' pitch. But I did miss it, my fault, so I went back. I found said link at the bottom, and clicked it excitedly. Only to be led to some other guys article, yet another pitch for Feedly, and some other subscription service. Queue price is right fail horn. A quick scroll to the bottom did eventually mention Vienna RSS, and Tiny Tiny RSS, which both appear to be…
Re: It’s Time to Get Back to RSS
#303Feedly seems nice but it's a total non-starter due to the lack of an email-based signup. I have none of the social media accounts it wants you to log in with and it'll be a cold day in hell before I share that much personal information with an RSS reader anyway. But a brief reading of the privacy policy will tell you that Feedly is a data hoarder and has every intention of selling that information: https://feedly.com…
This is Petr from Feedly, please let us know where in the Privacy Policy you read we're a data hoarder and selling information? We're doing the exact opposite and we can afford it with Feedly Pro, Pro+ and Business as they feed our business so we can stay profitable without the need to sell any customer data.
You collect data, use it for marketing, then add it to your valuation. Says everything I need to know about your company.
Re: It’s Time to Get Back to RSS
#304The reason RSS failed to reach mainstream adoption by users is because it is not user friendly at all. While I love RSS myself, no amount of tech nerd nostalgia is going to make it popular enough that your mom starts using it. Most sites still have implemented RSS in a terrible way. For example, many blogs I follow only show excerpts in their feeds. So the feed is worthless to me. Others put every podcast episode the…
> actually finding the feed on each website you visit The site should just have Does that not work anymore? Or sites don't include it? I haven't used RSS in a few years. Back when the address bar had an RSS icon in it, this is how it got the info.
Re: It’s Time to Get Back to RSS
#305Earlier quoted context omitted.
Maybe the world needs an unmonetizable space. I keep hearing how RSS is dead for many years. My favorite blogs seem to be doing fine, its not like my newsblur stream of posts has decreased over the years. Many people are unhappy about non-monetized readers and authors just being happy off by themselves. The people most able to "fix" that are the happy readers and authors, and the readers are not very motivated to spa…
I often ponder about the current push towards federation in tech such as Mastodon, and wonder if the issue isn't more around the issue of finding the sites in the first place, rather than being able to access sites via RSS. RSS is usually a default in many web publishing tools (wordpress, hugo etc). As someone getting into RSS more recently, I've definitely struggled to find decent sites to follow (though trawling ha…
He always seems to have interesting links to good blog posts.
Re: It’s Time to Get Back to RSS
#306As someone who is a heavy user of RSS feeds (check my cryptography RSS feed[1]) and has had to implement RSS feeds for my websites: 1. we need to move away from XML. JSON would be a much better modern candidate. 2. we need better support in all web-first programming languages, and possibly in web frameworks. 3. we need to have a stricter set of rules on how to use HTML5 tags like articles, sections, and such. An RSS…
For #1, check out JSON Feed ( https://jsonfeed.org/ ). It’s at least supported by Feedly, and it’s probably supported elsewhere too.
Re: It’s Time to Get Back to RSS
#307Earlier quoted context omitted.
>The fair market price for content is $0. That's a gross oversimplification. Lots of content isn't worth anything but some is. If you're a stock trader, for example, certain timely information is well-worth paying for. And there's a market for that served by Bloomberg, Thomson-Reuters, and so on. The term "content" obscures the differences by suggesting its all interchangeable. That's certainly in the interest of the…
Stuff like Bloomberg, Thomson-Reuters, etc is valuable to a specific type of professional and will always have a niche audience. That isn't really what the discussion is about. Reporting on corruption and injustice is critical to a society, but doesn't have any monetary value. The way I see it, we already have a way we choose to fund that kind of thing: non-profits/NGOs. Some media outlets (Vox, The Guardian) are alr…
Re: It’s Time to Get Back to RSS
#308The reason RSS failed to reach mainstream adoption by users is because it is not user friendly at all. While I love RSS myself, no amount of tech nerd nostalgia is going to make it popular enough that your mom starts using it. Most sites still have implemented RSS in a terrible way. For example, many blogs I follow only show excerpts in their feeds. So the feed is worthless to me. Others put every podcast episode the…
Re: It’s Time to Get Back to RSS
#309We should go more old-school and resurrect NNTP instead: Have clients that render Markdown, and servers where users can create their own access-controlled groups. Have a group where only the owner may post: That's a feed. Have a group where only the owner may post top-level articles, but anyone may respond: That's a blog.
I had the same ideas about feeds and blogs as you have, and I agree. I have seen the idea about Markdown before, and have considered that too; it is not a bad idea. However, clients should only render Markdown if the article contains a "Content-type: text/markdown" header, and assume plain text otherwise. Clients that don't understand Markdown you can still read the article, since Markdown is meant as readable even w…
One of the properties of traditional Usenet I don't like is that creating groups isn't a matter of minutes, but a matter of days or weeks. If we want an NNTP-based alternative to blogs, twitter and reddit, we can't have that. Instead, a user should just get control of a namespace managed by the server he's registered with.
Also note, you could have multiple interfaces if wanted: HTML, RSS, email [...]
That's a very important part of the equation: The server should auto-generate HTML pages and RSS feeds for the messages to allow seemless integration into the WWW. Let the power user use their news reader, but don't deny access to the 'layperson'.
Re: It’s Time to Get Back to RSS
#310As one that loves and RSS and hated that many websites don't offer them anymore, I created a middleware that transforms the static HTML of most websites to an RSS/Atom feed. Its just a proof-of-concept, but maybe you like it :) https://github.com/damoeb/rss-proxy/