A random person on lemmy

Banner art from Deemo switch version

  • 9 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle
  • It is planned but it probably will take a while to implement since lemmy doesn’t support webpush api. Without web push their are only two ways to check for notifications (both aren’t elegant):

    1. Poll the lemmy api for new messages (say every min). This would be bandwith intensive for both voyager servers and your lemmy instance (Memmy does this and currently for 800 users 3gb of bandwith is used per day). Even if voyager is able to scale there servers to handle bandwith lemmy instances could impose rate limits which would prevent notifications from coming through.

    2. Set up a weird janky system to intercept emails sent from lemmy instance to trigger a voyager server to ask the api if there are any new messages (would reduce poll rate but would be super clunky to setup).

    Web push api could solve this issue since instead of voyager having to ask lemmy if their are new messages web push allows the opposite to happen (lemmy telling voyager a new message has arived).

    https://github.com/LemmyNet/lemmy/issues/3552











  • While I like spotify for music there are three things that bug me about it:

    • Anker.fm ads. Just a rant I hate anker.fm auto injection ads. If you try sleeping to a pod cast it wil go from normal volume TO SHOUTING ABOUT STATEFARM OR DUNKIN. While this issue also occurs on third party podcasting apps spotify dynamically injects a banner ad into podcast art and hyperlinks the ad. I might be overeacting (I hate these kind of deeplink ads). To be clear I don’t mind host read ads like linus sponsor shoutouts but dynamic ad injection is awfull.

    • No chapter support






  • A bit of a problem Lemmy doesn’t support background push notifications (when not opened in browser tab).

    Currently apps like memmy rely on a server to poll Lemmy servers (say ever min) to check for new messages then relay a push message.

    Problem is this isn’t very scalable (dev reported 3gb of bandwidth used for only 800 accounts).








  • What kinda bugs me about youtube premium is that even if you pay you still get ads via baked in sponsors. I know creators have the right to do what they want with there content but I wish as a user there is an economical opiton to truely block ads.

    Currently there are two paid models:

    1. Nebula like services. I kinda wish more platforms like this would popup since atleast when you use them you truely get no ads (no baked in nor platform injected). While they have a lot of creators a lot of creators are missing from the platform (its mostly education/tech focused).

    2. Patreon/Floatplane. Now this is typically the more popular option with creators as it guarantees a reasonably stable cash flow. The problem is as a user if you have to subscribe to multiple patreons for adfree content it can easly get to the cost of a cable bill (assume each creator charges $10 per month if you have 10-20 creators your follow you could be looking at a minimum of $100-$200 a month just to enjoy adfree content).

    A kinda caviot is idk how much it costs in time/labor for production of youtube videos for major channels like linus. It could be that services like Nebula/Vessle would never be able to cover production cost hence why a patreon model is used. Even youtube ads if I recall only was able to cover about only one of their employees saleries (a lot but not enough to sustain the company).

    I hope this post didn’t come of as selfish/greedy.