I appreciate his position but I have trouble taking advice on UI from somebody whose blog is eye-burning neon green text on a black background and has been since 1995. We know you're l33t, Jamie, you are a living legend. Can I get a readable color scheme already?
Am I the only one who finds it hilarious that someone's complaining about UI of the source when the stuff under discussion already cleans up things for you and makes it readable?
Google Reader Apocalypse Extremely Fucking Nigh
41–50 of 274 posts
Re: Google Reader Apocalypse Extremely Fucking Nigh
#42Get coding. This sort of angst is the inspiration behind a ton of open source projects.
Re: Google Reader Apocalypse Extremely Fucking Nigh
#43I appreciate his position but I have trouble taking advice on UI from somebody whose blog is eye-burning neon green text on a black background and has been since 1995. We know you're l33t, Jamie, you are a living legend. Can I get a readable color scheme already?
Very, very painful.
Re: Google Reader Apocalypse Extremely Fucking Nigh
#44As of this writing, only one iOS app (Newsify) is ready while two Android apps (Press and gReader) and a widget (Pure News) are. See: http://blog.feedly.com/2013/06/19/feedly-cloud/
This will presumably be sorted out soon. Perhaps the combination of Feedly's late deployment and Apple's approval process have complicated things for some developers. I did notice that both Press and gReader had to bugfix their initial Feedly support. I can certainly imagine an iOS developer having a harder time dealing with a late-breaking issue like that.
Re: Google Reader Apocalypse Extremely Fucking Nigh
#45Re: Google Reader Apocalypse Extremely Fucking Nigh
#46Besides its somewhat quirky UI, the main problem I have with feedly is that it seems predicated on the assumption that you will more or less read through all articles, one by one, in order, and finish them.
That's not how I use reader at all. I leave thousands of things left unread, and yet google reader makes it quite easy to keep up to date with whatever I feel like reading at the moment, without getting bogged down by all the stuff I don't want to read. It lets me categorize stuff hierarchically, and then drill down to what I want to look at, and maintains unread counts for each level, easily visible all at once. It's easy to see what categories/subcategories have new stuff. It's easy to mark stuff as read/unread, one by one, or in bulk by category. Yadayada.
Feedly basically flattens and linearizes everything, and doesn't give any summary information, so I constantly feel unsure what's available without looking, and once I look, I quickly get lost in the undifferentiated flow of articles.
Of course Google reader also allows a more "feedly-style" one-big-stream mode of operation via its summary feeds. Except that it does a better job of it by allowing multiple different views, and provides summary information for all of them too.
And despite all that flexibility and power, Google reader's interface seems far simpler than feedly's... it's really just a tree-list-view thingy like we're all used to from a zillion apps, and everything just sort of works like you expect it.
It does all that, and because it's web-based, everything's always in sync no matter where you read. It doesn't have dedicated mobile apps, but it works pretty well on smartphone browsers (and even on dumbphone browsers, although it started to flake out during authentication a few months ago, presumably because Google wasn't keeping it updated).
So basically reader's about a zillion times better, with one glaring exception: it's going away... TT
[The closest free replacement I've found so far is "yoleoreader", which kinda gets the vibe right, although it's a bit rough in places...]
Re: Google Reader Apocalypse Extremely Fucking Nigh
#47Else we end up with various shitty software that we end up thinking are the gold standard.
Re: Google Reader Apocalypse Extremely Fucking Nigh
#48I appreciate his position but I have trouble taking advice on UI from somebody whose blog is eye-burning neon green text on a black background and has been since 1995. We know you're l33t, Jamie, you are a living legend. Can I get a readable color scheme already?
His blog's color scheme also has no bearing on evaluating actual products' UX.
Re: Google Reader Apocalypse Extremely Fucking Nigh
#49"All I want is a version of Reeder that stores my .newsrc on Dropbox." Get coding. This sort of angst is the inspiration behind a ton of open source projects.
Re: Google Reader Apocalypse Extremely Fucking Nigh
#50Not many people seem that interested in my approach to solving the feed reading problem. I run my own backend and frontend and just let it fetch things for me. Then I periodically check in and flip through to see what's new. If I wind up on some new platform on which the web frontend doesn't make sense, I'll write a native one which speaks the same simple "POST in, AJAX out" language. No big thing. I set up a Kicksta…
Yep - I have the same approach. My subscriptions generate 5-10 posts a day, I look at them once in the afternoon, mark all as read and move on. Open sourced mine here: https://github.com/swanson/stringer - it's <10 minutes to deploy an instance to Heroku and be on your way. All the data is in your own database - do whatever the hell you want with it.