• 87 Posts
  • 49 Comments
Joined 2 months ago
cake
Cake day: February 17th, 2025

help-circle




  • yeah no algorithm are a big thing. I’m trying to figure out a simple algo right now so it can light weight. one guy did suggest a slider for things you do and don’t want suggested. I did point this out in another post that there wont be 1 algorithm theres gonna be different kinda of algorythm (on the fediverse), i can see that theres gonna be user collected, user run algo then theres gonna be algo where people share their data and some central server will send suggestions to individual based on that data(because there are people that are okay with sharing their data).

    I’m trying to push “collect your own data, run your own algorithms” as a tenant of the fediverse.



























  • be better to store the video vector on an instance so that watchers can retrieve, just logistics. video vector (element) can be calculated anywhere just communicated to an instance, the idea is to be flexible. activityhub protocol has made the decisions easy the video vector has to be a .json element in a video json data.

    it would be better to store the results of a calculation to avoid repeated calculations. im looking into music classifications, and like the entire video can be sent to parse to see if its music or not, the tempo, genra, id assume that would be fairly costly to calculate or instance can send the video vector that states all that information



  • bayesian model should be nice and simple enough to impliment. i just know neural networks are way to far out into the future.

    yeah there is issues with video vector because it can be near infinite but server can simple embed basic information like video length, views, and other things and instance could choose to have user submitted elements to the video or pay the cost.

    my starting point is going to be storing vectors locally… but yeah the video vectors will be stored somewhere on the fediverse and sent out to watchers and the watchers maintain their own vector and algorithm


  • i havent made anything yet i just wanted to articulate that a basic algorythm can be done ethically where either instance/watcher/fediverse in general can make a vector to define a video and that could be shared via activity hub and the user can have a vector for themselves and even their own algorithm to sift through videos.

    im just starting and right now i have to figure out how to format the video vector do i want .json .csv .xml






  • the issue is with peertube chat. it only gives me down to the minute information on when a chat appears and I needed to prevent the same comment from inputting the same command, so repeated inputs in the same inputs not going through was the sacrifice.

    the work around is to load the last 5 comments from chat and just see if there was a change in the last 5 comments so that way repeated commands would push out unique comments (both in content and time) making them go through, but I haven’t been able to do that. on top of that doing the a4 commands helped fix the issue since "a4" and “a” are different commands.

    other than that i have to put in a refresh commands for firefox browser because that cuts the programs connection to chat