Live data from Hacker News

Apple News No Longer Supports RSS

mjtsai.com

211–220 of 271 posts

Re: Apple News No Longer Supports RSS

#211
post #7

The weirdest thing about this is that Apple News still hijacks links to Atom/RSS feeds - so if you click on one of those links in Mobile Safari you'll be bounced to the News app, which will then display an error. Here's a video I recorded of this behaviour: https://twitter.com/simonw/status/1210622908143415297 I think I'd rather they displayed a dump of ugly XML in the browser, just so I could copy and paste the URL…

Safari on iOS 13 also got rid of the option to copy links of unsupported schemes, e.g. magnet. Now however you click you always get a link not supported message. Very frustrating.

“Desktop class web browsing on the iPad”, except we’re getting rid of link copying. Ridiculous.

Re: Apple News No Longer Supports RSS

#212

Earlier quoted context omitted.

By that logic WhatsApp isn't free. I have to spend hundreds of dollars upfront to buy a phone, and worse, hundreds of dollars each year to maintain a phone line to use WhatsApp. WhatsApp doesn't provide an API so I could use it on my existing laptop over WiFi for free (the WhatsApp web requires it to be setup on a phone first).

> ...WhatsApp isn't free. I have to spend hundreds of dollars upfront to buy a phone... WhatsApp works reliably on a staggeringly broad list of devices. You can get a supported phone for, like, $20 and stick a $5-per-month prepaid SIM in it (many of these plans in low-income countries specifically come with WhatsApp allowances) and be connected.

Yea that’s not free

Re: Apple News No Longer Supports RSS

#213

Earlier quoted context omitted.

I'm not even sure their engineers understand how annoying it is. They've implemented links in such a horrible way, and it's gotten worse with time (for example, there is a feature where if you open a link and have the right associated app installed, it will open the link in the app. There used to be a way to force the link to open in Safari in case you didn't want to open the app; it'd show up in the top right. The f…

this sounds like a privacy issue and should be filed as a bug. if I can't open a link in a private tab in Safari (or ideally the browser of my choice) then I can not protect my privacy. The launched app will get to record my activity or via the non private browser tab the site will track me. file a bug / feedback that this is not in line with Apple's privacy first stance

If you're in private mode, it asks before opening in the app.

As ever, check first, then complain.

Re: Apple News No Longer Supports RSS

#214
post #14

Not to minimize the concern over further erosion of RSS support, but I was surprised Apple News supported it at all. I follow a lot of media people on Twitter — a group who arguably is as still vocal (if not more) about Google Reader’s demise as tech people — and I can’t recall any of them mentioning using Apple News as an RSS reader (and just did a Twitter history search for “Apple news rss” to confirm my offhand gu…

I may be mistaken, but I didn't think the news app ever supported arbitrary user specified feeds.

Re: Apple News No Longer Supports RSS

#215
post #78

Earlier quoted context omitted.

Apple's hijacking of links, addresses, etc, is possibly their top abuse of power. The other possible top abuse is the way they block you in your group messages if you switch from iPhone to Android.

MacOS doesn't even hijack what you want it to hijack. I have to set every .sh I make to open in text edit manually, and I still sometimes get prompts to search the app store for an app to deal with these spooky .sh files even with textedit listed as default on the right click menu.

I’ve used the `duti` CLI for a while to set defaults per file type; never had any issues since.

https://github.com/moretension/duti

(or `brew install duti`)

Re: Apple News No Longer Supports RSS

#216

Earlier quoted context omitted.

If you aren't outraged that emacs or vi aren't the default, are you sure you're a typical HN reader?!

The outrage is that you can't change from Xcode. I use macdown for mathjax files for math.stackexchange.com, and I have to use "open with" to choose macdown every time.

You can change the app associated with a file type from the "info" dialog for any file of that type.

Yeah, I know. If you want good UX, best to switch to living in the 1990s.

Re: Apple News No Longer Supports RSS

#217
post #49

Apple News is yet another walled garden, it's not too surprising they'd remove the ability to customize your content experience beyond what they specifically approve, is it? Personally I still miss Google Reader and consider the demise of that service as one of the biggest losses to the open web.

Feedly does all Google Reader did, and then something more. I don't miss Reader at all

Re: Apple News No Longer Supports RSS

#219
post #100

Earlier quoted context omitted.

I consume most content via RSS. It certainly doesn’t feel dead to me. There are ways to get Facebook, Instagram and Twitter content into RSS too if that’s what you need.

I am interested in getting these three as rss feeds, not that I use them very much, much getting them into a reader would help others very much. a quick search shows some things saying public pages can be made RSS, but nothing like a bot that can suck in what your wall or whatever would be and push it into a feed that can be read otherwise. Here's to hoping the twitter open api thing and the few stories about portabl…

I use twitrss.me 's Perl code (https://github.com/ciderpunx/twitrssme) to generate custom RSS feeds of twitter users and twitter searches locally which my native feed reader (QuiteRSS) then displays.

I run a long bash file with lines like,

perl twitter_user_to_rss.pl NASAJPL > ~/limbo/www/rss/NASAJPL.xml

perl twitter_search_to_rss_wtf.pl "electrostatic sail" > ~/limbo/www/rss/electrostatic-sail.xml

Re: Apple News No Longer Supports RSS

#220

Earlier quoted context omitted.

The concept of file extensions on windows is equally unintuitive (why is the type 9f.file dictated by what comes after a dot). It's just a question of what you're used to.

File extensions are the de facto type indicator on all platforms, not just Windows. Even when the FS has some other way to specify the type (e.g. a separate MIME type metadata field), the extension still normally sets the default value for that. This is orthogonal to all that, though. It's about the UX to associate an app with a file type, regardless of how that file type is determined.

doesn't Linux use libmagic?
Post reply on HN