Anyone ever did something like this for Facebook? I know it'd have to be subjective per user (security ACLs ⇒ different accounts seeing differing subsets of other accounts' posts); but I'd be fine with just getting my own account's subjective view, by logging into such a service using Facebook OAuth (or, if that isn't enough, then I'd be fine with handing over my Facebook creds themselves, ala XAuth, provided the ser…
RSS Box – RSS for websites that do not support RSS
71–80 of 110 posts
Re: RSS Box – RSS for websites that do not support RSS
#72> FYI: If you enable JavaScript then you be able to access additional options in the dropdown menus. The website should still be somewhat usable, but recent versions of Firefox will try to download the RSS feeds. This is how you communicate with people with JavaScript disabled! Kudos. Most sites either present you with a blank page with no information, a blank page asking to enable JavaScript (even when the content i…
Yes, this is far better than most. But as a matter of fact, almost all of that functionality could be done without JavaScript! You can make the dropdown work by changing it to use a element (the best approach for both practical and accessibility reasons), or :focus-within, or any number of hacks (I’m partial to the checkbox hack which has served me well for many years, except for minor accessibility concerns), and th…
Re: RSS Box – RSS for websites that do not support RSS
#73> FYI: If you enable JavaScript then you be able to access additional options in the dropdown menus. The website should still be somewhat usable, but recent versions of Firefox will try to download the RSS feeds. This is how you communicate with people with JavaScript disabled! Kudos. Most sites either present you with a blank page with no information, a blank page asking to enable JavaScript (even when the content i…
I know the wording is a bit vague, and I know that most services don't let you customize this. I added it after I suddenly started receiving tons of traffic caused by, I suspect, a single user. This person was purposefully fetching feeds multiple times a minute.
Anyhow, if you aren't actively trying to abuse the service, you should be good. Some RSS readers have "boost" features to fetch feeds more frequently (often a paid feature).
Once I am able to add some good caching, then I may be able to remove that notice. But right now, the service is kinda overloaded and that is why some of the services (Twitter and Instagram in particular) may give you errors at the moment.
Re: RSS Box – RSS for websites that do not support RSS
#74> FYI: If you enable JavaScript then you be able to access additional options in the dropdown menus. The website should still be somewhat usable, but recent versions of Firefox will try to download the RSS feeds. This is how you communicate with people with JavaScript disabled! Kudos. Most sites either present you with a blank page with no information, a blank page asking to enable JavaScript (even when the content i…
Fixed. Thanks! :)
Re: RSS Box – RSS for websites that do not support RSS
#75serious question: does anybody use RSS nowadays?
1. You get a personalized view of what you have and have not read. 2. You can scan over a lot of posts very quickly, and pick out what you want to read. 3. You can aggregate a lot of different websites in a single place. No need to visit each website individually. 4. Increased privacy. 5. Less tracking. 6. Increased control. 7. Fewer ads.
Probably more reasons, but these are the primary reasons why I still prefer RSS.
Re: RSS Box – RSS for websites that do not support RSS
#76Off topic but since we are talking about RSS feeds: Is there a web service to replay feeds? Use case are old blog archive one wants to (re-) read sequentially from the start but not in binge mode. So maybe one post per day or week. I'm thinking about the old posts of Aaron Swartz or Steve Yegge. Just adding the feed to a feed reader is often not sufficient because the feed only contains the last 20 entries or so.
Re: RSS Box – RSS for websites that do not support RSS
#77" rel="nofollow">https://www.youtube.com/feeds/videos.xml?playlist_id= Or " rel="nofollow">https://www.youtube.com/feeds/videos.xml?channel_id= More info here: https://joshrollinswrites.com/help-desk-head-desk/20200611/ It really helps to break away from the addictive properties of YouTube's "Up Next" algorithm
Re: RSS Box – RSS for websites that do not support RSS
#78You can actually get RSS feeds for YouTube: emacs users like myself who consume YouTube via elfeed have been doing it like so: " rel="nofollow">https://www.youtube.com/feeds/videos.xml?playlist_id= Or " rel="nofollow">https://www.youtube.com/feeds/videos.xml?channel_id= More info here: https://joshrollinswrites.com/help-desk-head-desk/20200611/ It really helps to break away from the addictive properties of YouTube's…
Re: RSS Box – RSS for websites that do not support RSS
#79You can actually get RSS feeds for YouTube: emacs users like myself who consume YouTube via elfeed have been doing it like so: " rel="nofollow">https://www.youtube.com/feeds/videos.xml?playlist_id= Or " rel="nofollow">https://www.youtube.com/feeds/videos.xml?channel_id= More info here: https://joshrollinswrites.com/help-desk-head-desk/20200611/ It really helps to break away from the addictive properties of YouTube's…
Wow... I wrote my own WebSub receiver and put it on an always-on server to get around the fact that I assumed YouTube doesn't have RSS from the fact that I couldn't find this information anywhere.
Re: RSS Box – RSS for websites that do not support RSS
#80Related (maybe) but tangential, does anyone know of a good web to text converter? Back in the day you used to just use Lynx, is that still the way or has it been surpassed?
Also I reckon pandoc is worth a try.