Live data from Hacker News

Show HN: Deck for Reddit – A Reddit client optimized for desktop

rdddeck.com

101–110 of 145 posts

Re: Show HN: Deck for Reddit – A Reddit client optimized for desktop

#101
post #61

Earlier quoted context omitted.

Mobile app is even worse.

It really is. If it wasn't for Sync I'd have left Reddit altogether. Definitely have a feeling its days are numbered, they'll eventually start disabling bits of their API.

Then I'll eventually stop using reddit.

Re: Show HN: Deck for Reddit – A Reddit client optimized for desktop

#102
post #84

I'm also building, or trying to, a client for Reddit made with React. The thing I'm not achieving is properly rendering videos hosted on Reddit. I've come to the conclusion that it's impossible. It's totally closed from being played outside of reddit.com by using CORS. I can't in any way play the DASH or HLS files from reddit. I can load the mp4 fallback, but guess what? It's a video without audio. You can get the au…

Would some sort of slightly ridiculous iframe fallback work? That is, just embed reddit's entire video play page?

Embedding the "video play" page will embed the entire page. I don't even know if it would work but it would cripple my webapp which is supposed to be fast, not like reddit's crappy interface.

I mean, if I have to deal with that anyways, then I'll just use reddit's own interface.

I still use it daily and I have a small reddit icon which will open the relevant reddit.com post on a new tab and I can see it then.

It just shouldn't be like this, but "oh, well..."

Re: Show HN: Deck for Reddit – A Reddit client optimized for desktop

#103

Earlier quoted context omitted.

Yeah, they forcefully unset it every few days. One of the more insulting parts of their UX. I bet forcefully unsetting it bumps their usage metrics for the new site though.

Mine never unsets, unless i accidentally click that damn button. I often mistake it for the reddit homepage link.

I set a custom uBlock filter to be rid of it.

Re: Show HN: Deck for Reddit – A Reddit client optimized for desktop

#104

Earlier quoted context omitted.

Any suggestions on feeds for politics and worldnews?

In my experience, no subreddit on reddit is (or can remain) an unbiased neutral source of information about politics. Either subscribe to a bunch of them, one for each world view, or just classify reddit as a flawed news source and move on to something better.

Out of curiousity, where on Earth can you find "an unbiased neutral source of information about politics"?

Re: Show HN: Deck for Reddit – A Reddit client optimized for desktop

#105
post #47

Earlier quoted context omitted.

It's really inexplicable. Old Reddit was fine, not great, just fine. The new Reddit UI is hideously bad. It was terrible when it launched, it was terrible months later, and it's still terrible now. I'm honestly at a loss. Is this some galaxy brain "let's make the web experience terrible to force people to native apps" strategy?

I think Reddit could throw away all of the new stuff and be better off. Everything they’ve done after maybe 2010 could just be thrown away. An enormous waste of programmer effort and time for something that is a lot worse than what they started with.

> Everything they’ve done after maybe 2010 could just be thrown away

Honestly I'm pretty sure this could be said for the entirety of the web and we'd be better off.

Re: Show HN: Deck for Reddit – A Reddit client optimized for desktop

#106

Earlier quoted context omitted.

Is this some galaxy brain "let's make the web experience terrible to force people to native apps" strategy? Yes. If you browse it on your phone they even make more annoying by displaying footbar "launch on our native app"

For all the shit that the desktop web experience gets, the mobile web experience on reddit is a 1000 times worse. It sometimes blocks you from viewing certain ( cough NSFW cough ) subreddits unless you use the app, umm what??

Even worse that most communities, even safe for work ones like gaming communities are locked being using the app. I can't access any of my favored subreddits on mobile without visiting the old site.

The good thing is that refusing to download the app has cleared me of my reddit addiction

Re: Show HN: Deck for Reddit – A Reddit client optimized for desktop

#107

Earlier quoted context omitted.

Was fine? It still is old.reddit.com. You can set your profile to use it by default. Just don't accidentally click the "Get New Reddit" link in the top left else you have to edit your settings again.

It sometimes logs you out and resets to the New Reddit. These extensions (Old Reddit redirect) are life savers: Chrome: https://chrome.google.com/webstore/detail/old-reddit-redirec... Firefox: https://addons.mozilla.org/en-GB/firefox/addon/old-reddit-re...

Thanks for that. I don't browse reddit as a rule, but I occasionally land there when applying google-fu to a problem so this removes some tedium from my life.

Re: Show HN: Deck for Reddit – A Reddit client optimized for desktop

#108
post #10
post #2

great work, too bad reddit is becoming a political propaganda machine

The last few times I’ve been to reddit /r/all was just full of news about Donald Trump. As someone that doesn’t really get current American politics I’m just so confused at how people don’t get tired of it. Like I get it, fill the front page for a few days in 2016... but its like every day... all the time... I just want cute pictures of cats... can’t we just have 1 happy place.

The thing is, politics in the US is basically just another reality TV show. This has never been more evident than when we elected a reality tv "star" to the highest office in the land.

Re: Show HN: Deck for Reddit – A Reddit client optimized for desktop

#109
post #58

Earlier quoted context omitted.

It's fine until they discontinue old.reddit.com at some point in the near future.

By then hopefully reddit alternatives like Lemmy[1] become viable 1 - https://github.com/LemmyNet/lemmy

How do you make such a thing distributed? Seems to be using a database. If you host on one domain, how does it send the changes to other nodes?

Re: Show HN: Deck for Reddit – A Reddit client optimized for desktop

#110

I'm also building, or trying to, a client for Reddit made with React. The thing I'm not achieving is properly rendering videos hosted on Reddit. I've come to the conclusion that it's impossible. It's totally closed from being played outside of reddit.com by using CORS. I can't in any way play the DASH or HLS files from reddit. I can load the mp4 fallback, but guess what? It's a video without audio. You can get the au…

You may want to try to track down u/iamthatis, he wrote the Apollo app for iOS and has been able to get reddit video/galleries/etc working natively. He regularly rants against the api not being well supported, maybe he can share how he got around it?
Post reply on HN