Surprisingly I was just looking and there are a ton of active mods still in development. Pretty cool.
Surprisingly I was just looking and there are a ton of active mods still in development. Pretty cool.
This reminds me of how upset I was to break my Battlefront CD when I was younger. One of those games you had to enter the CD for to start. Needless to say, that was what started my torrent and crack experience.
Such a great game. The mods and third party maps were awesome. No edition after the first ever lived up to that, especially this new crap they came out with.
Yea, existing extensions get things wrong sometimes. I’m sure this will be the same - especially if sites start changing things to temporarily circumvent. Needs to be an easy way to grab the real URL just in case.
Yea that’s what I do. Majority of people though are not doing that and they know it.
Of course they did. You can collect more data by forcing the user to create an account and circumvent most ad blocks in an app though! What incentive do they have to making a functioning site?!
My plex server is the best streaming experience I ever had. Only stopped running it because I just wasn’t watching anything for a good bit. More time on my hands now, so time for a revival.
Absolutely. I have no problem displaying a few ads with my content if it results in better content. If it’s done responsibly, which it never is. Instead, it’s always an abusive relationship.
Fwiw it literally just went into in review by Apple so it might be on the store in an hour or so here.
The sad part is that option probably gives some people the impression like “oh Facebook can’t track me now”. Even though they were pretty annoyed by it I’m sure, they are one of a handful of companies that absolutely does not need your device’s tracking token to still track you.
Developer here. I’ve been looking at the API calls made by the app, and I’ll try to give a good example of what is going on:
To be honest, you’re probably not going to see a drastic change in API calls right now. The only things that you are calling the API for are:
This is about the same use that you’re going to see in the actual web version.
While there may be upsides and downsides to how they are doing it right now, you can get pretty much all of the info you need through one API call. For example, if I get a post, the response will include most of the user info, most of the community info, and obviously all of the post info, plus more. I don’t need to make separate calls to retrieve all of that data.
Same goes for user info. In just one call, I can retrieve all of the information as far as subscriptions, moderated communities, user settings, and more without having to make a separate call for each one.
The issue is going to be mainly just the influx of traffic in general, not the apps themselves from what I can tell.
I’m also including the app’s name in the user agent so that if something were to ever become a problem, anyone can reach out and discuss what they are seeing so that it can be corrected.
Pretty much how the whole site is going right now.
Just as an aside, donating does not have to be monetary. Helping (if possible) with development, triaging issues or helping with support/forums of any kind, along with in general filing good issues goes miles for FOSS projects, especially larger ones with only a few developers.