Earlier quoted context omitted.
Yeah, I’ve been using BaconReader for years. It’s going to stop working soon and I’m simply going to stop using Reddit. I used to use it for more but the last few years I only use it for porn and I recently discovered that the redgifs site is great for that. Obviously not everyone uses Reddit only for this purpose but I suspect that when the third party apps go dark redgifs will get a nice bump in new users.
Is jumping from one corporate ship to another a good idea? At some point they peak and become greedy. I don't know what's the solution. Can we have better open source alternative and people fund it? Recently I learned DPRreviews went down because Amazon didn't profit enough from it. There are way too many stories like this.
Did Reddit just destroy mobile browser access?
591–600 of 658 posts
Re: Did Reddit just destroy mobile browser access?
#592Earlier quoted context omitted.
for android you pull down the apk using adb, patch maybe 1 byte in it and push it back very very easy, no root required
I wouldn't call patching a binary very easy, especially since our point of reference was installing an ad blocker extension in the browser. Also, it takes more than one byte if the binary is obfuscated and full of various ways to check that it hasn't been tampered with.
Re: Did Reddit just destroy mobile browser access?
#593Earlier quoted context omitted.
> apps are roughly the opposite of that Although I broadly agree with this assessment, I'd just like to add a slight nuance that, at least in my view, it's specifically _app store apps_ that are roughly the opposite. You can still, for example, install random APKs (on Android, I doubt Apple has anything similar) if you're so inclined, so they can be as user-centric as you want. It's just that the major manufacturers…
That depends on the implementation, but its just a fundamental technology difference. On the web, the default way to do things is to use a bunch of HTML elements and whatnot, which are user-agent-introspectable, even if they are modified using a blob of code. With apps, you kind of by definition only have a blob of code. As an user and with a sufficiently advanced operating system, you can block some outside-world in…
That's s very sad and probably very accurate analysis!
Wonder if the arms-race will give rise to other kinds of add blockers that use image recognition to identify ads. But that still requires rendering the ads (even if only in the background), removing much of the benefit of ad-blockers.
Re: Did Reddit just destroy mobile browser access?
#594Earlier quoted context omitted.
for android you pull down the apk using adb, patch maybe 1 byte in it and push it back very very easy, no root required
I wouldn't call patching a binary very easy, especially since our point of reference was installing an ad blocker extension in the browser. Also, it takes more than one byte if the binary is obfuscated and full of various ways to check that it hasn't been tampered with.
it's even easier than that as all apps (except native ones) will be using the java TrustManager interface
> Also, it takes more than one byte if the binary is obfuscated
but they can't hide the calls into TrustManager
a small utility could automatically take in the APK, patch out the calls and return the fixed APK for you
(would probably work for 99% of apps out of the box)
Re: Did Reddit just destroy mobile browser access?
#595There's something that I don't get about forcing mobile browser users into mobile apps - how does it make sense for the company? They're forcing themselves into a walled garden, where the gardener takes a hefty "app store tax" on your revenues and has countless levers to force you to style the app how it suits their interests, not yours. For some apps, this might still be the best way to gain traction. But if have al…
Re: Did Reddit just destroy mobile browser access?
#596Earlier quoted context omitted.
I stopped using reddit when the .compact interface was removed. No I go back once in a while but if this goes through I will probably simply never visit.
You can still use old.reddit.com, which is vastly superior and faster than the modern reddit. It also loads videos and images inline (when you click for them to load) and it de-emphasizes comments. This allows you to work like the compact feed where you scroll through posts and only go into comments sections if you _really_ want to. It is a good alternative.
What I like about the old UI is that I find it emphasizes the post titles instead of content. I *don't* feel inundated with images & videos, besides the little thumbnail. I usually just want to skim titles, not look at visual content, and I find that impossible in the new UI. And I find that it's easier to get at/see the comments than in the new UI.
Re: Did Reddit just destroy mobile browser access?
#597Earlier quoted context omitted.
Wow haven't seen a "peak hn" comment like this in the wild for quite a while :) Make a sure you write everything in brainfuck too! As for myself, I'll just stop using Reddit (largely have over the last year), and do something else with the free time.
They have a point, though. In my honest opinion, more than 50% modern apps and services I've used - including e.g. Spotify, or pretty much every e-commerce site - have UI/UX strictly inferior to that of MS Access . Less functional, less ergonomic, less integrated, less useful. A lot of UI and design work that people think is creative, making a positive contribution, is actually spending millions of dollars on removin…
It's so frustrating. The Web, of course, has a similar but much worse problem with that, in no small part because there aren't—for no good reason—excellent built-in UI elements. They could be good, and there could be a lot more very helpful more-complex and smarter elements (think: mobile listviews, native hands-off payment prompts, that kind of thing), but they're not and there aren't :-/
Damn near every app on my phone would be better if the designers and brand-obsessed product managers hadn't gotten their way.
Re: Did Reddit just destroy mobile browser access?
#598Re: Did Reddit just destroy mobile browser access?
#599Earlier quoted context omitted.
That depends on the implementation, but its just a fundamental technology difference. On the web, the default way to do things is to use a bunch of HTML elements and whatnot, which are user-agent-introspectable, even if they are modified using a blob of code. With apps, you kind of by definition only have a blob of code. As an user and with a sufficiently advanced operating system, you can block some outside-world in…
> Expect content blockers to become way less effective in the coming years That's s very sad and probably very accurate analysis! Wonder if the arms-race will give rise to other kinds of add blockers that use image recognition to identify ads. But that still requires rendering the ads (even if only in the background), removing much of the benefit of ad-blockers.
The surefire way would be an external application that uses OS APIs to fiddle with memory directly (bye bye mobile content blockers).
But whatever form it takes, it would have to be programmed to operate on every framework available, so it's way less universal than writing a CSS selector or URL regex.
Re: Did Reddit just destroy mobile browser access?
#600Earlier quoted context omitted.
You can do push notifications to the app and gamify them opening up and reading again. FB was the masters of doing this.
I have uninstalled several apps that I actually wanted to use due to trying to do this. I feel you probably increase engagement of the users who stay at the cost of scaring away a whole bunch of other users. I have for example uninstalled the FB app and only user their website.
Well, that is why Facebook and others are pushing to "allow alternative app stores" on iphone. Getting past the app-review process means the dark patterns and data mining can get way more noxious, and at that point they just do like reddit and kill the mobile experience. No, no phones allowed on the website, we have a native app for that.