• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle


  • There are so many flaws with your take I don’t even know how to reply.

    I will just say that:

    1. $3,500 is not a price that only rich people can afford, at least in the US. Many middle class folks can afford it with ease.

    2. It isn’t Apple’s fault that YouTube has ads. That is Google’s doing. Apple themselves are privacy focused and I never see targeted ads on any Apple app. The only places I even see ads are in the app store and in the TV app, and the TV ads are limited to promos of upcoming shows or movies.

    People are constantly bashing Apple for their premium prices and walled garden while forgetting that nobody is targeting the folks who want a privacy oriented experience without ads blasting everywhere.

    I switched to iOS because I got tired of Google watching my every move and I got tired of worrying if every app I download from google’s app store has malware or not.









  • I haven’t seen the alien.top stuff yet, but I had a friend that was working on a reddit bridge project that implements api over html for old reddit and new reddit. The idea was that you could target the api and make the client compatible with both reddit and lemmy. (The API is similar to Lemmy’s)

    I got to play with it before he shelved it, and it worked great.

    This seems like a better approach than the one they are trying to take.

    Lemmy also needs a mechanism for linking your reddit user id (and twitter, and…) with your active lemmy id so users can find each other easier. I am surprised we don’t already have this with mastodon. Twiiter oauth is (used to be? I haven’t touched it in a couple years ) like a 5 minute thing to implement. Reddit apparently also supports oauth.

    If you can sign into lemmy via a reddit login path, you could also do some other fun/interesting stuff.

    Regardless, I don’t really see a need for any of it.

    Lemmy has its own set of issues to deal with.









  • Likely not possible on iOS. Apple has too many restrictions. It works with lemmy because lemmy has a free API and doesn’t attempt to obscure it’s code. New reddit employs a ton of stuff to try and stop these types of efforts. Apple has a ton of restrictions surrounding code execution and browsers (all browsers have to use safari’s engine). That being said, I am not an iOS developer (outside of cross platform tooling), so it might be possible, but from what little I know of Apple’s policies, not likely.

    That being said, I am thinking about the idea of a reddit proxy addon for lemmy, something that would expose r/* communities to lemmy via an API. This would primarily be of use for developers, but could potentially allow r/* communities to exist alongside lemmy communities, with the caveat that reddit users would not see comments. The proxy would actually scrape reddit for posts/comments, cache them in redis, and offer the cache up via a restful API, so it wouldn’t be realtime, but it would be a starting point.