magic_lobster_party

  • 0 Posts
  • 16 Comments
Joined 7 months ago
cake
Cake day: March 4th, 2024

help-circle
  • It’s generally considered a fact that Linux, along with many other open-source software projects, are more efficient than their propriety closed-source counterparts

    This is not necessarily true. Linux had trouble with Nvidia Optimus, which is a GPU technology that seamlessly switches between power modes. Well, that is if it works properly, which it didn’t for Linux. I haven’t heard it in a while, so I assume it’s not a problem now anymore.

    But it was a big problem where Linux laptops drained batteries much faster because they were using the GPUs at max capacity at all times.

    What I’m saying is that the efficiency of Linux depends on access to hardware features, and that might depend on the vendors of the drivers.

    Also, like it or not, if there’s one thing I envy about Mac is its power efficiency. They usually last really long on one charge.













  • Recommendation systems don’t need to be that complicated. In its base form it’s just a list of videos you’ve watched (or content creators or topics). It can then be compared with the watching lists of other people to get an idea of what else you might be interested in. No need for any advanced video recognition.

    Maybe this list is isolated within a single instance. Maybe it can be shared between instances. Different instances might use different recommendation systems.

    Again, it might not work as well as YouTube’s, but I don’t think it needs to.


  • Recommendation systems are well studied. I don’t think it’s unreasonable to add some form of recommendation layer separate from (or on top of) the content delivery. It doesn’t need to be up to par with YouTube’s, at least before there’s any major content.

    Most YouTubers rely on sponsors or Patreon. Podcasters are doing the same - many of which are self hosting. So I don’t think an ad delivery system is that needed.

    I don’t see how it would have to work much differently compared to how Pocketcast or Overcast already works.

    The first problem is getting content to the platform.


  • Easy solution: host an FTP with all the videos. It has existed long before YouTube was a thing.

    More advanced solution: Torrent ala Pirate Bay. High quality videos have been distributed this way long before YouTube even supported 1080p. Peertube is based on similar solution as this.

    The main problem is to attract content creators to the platform. The problem isn’t technical.



  • GPL can prevent the linking of external and non-free third party libraries. It can add an increased legal complexity to the code base. It’s difficult for MIT licenses to have that “clashing” between licenses.

    There are variations to GPL that allow the linking of non-free third party libraries. Either way, consult your lawyer before using GPL code.