- 87 Posts
- 49 Comments
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.
Cattail@lemmy.worldOPto Fediverse@lemmy.world•Peertube recommendation algo update part 2English2·1 day agoI’ve been developing for brave so it will work for chrome and it should work for firefox. for brave its easy you put the github files into a folder, put brave browser into development mode, and then manage your extensions by adding the folder, you press f12 to get the console and look at the variables in extension storage.
if you get it to load properly you should see 🔄 Starting fetch for template: https://dalek.zone/api/v1/videos?sort=-publishedAt&nsfw=both&count=10
in devTools on brave
Cattail@lemmy.worldto Fediverse@lemmy.world•Did you know you can track Elons jet from Mastodon?English6·2 days agoi figured that some did it when elon banned that account on twitter i never got around to looking for it
Yeah collecting your data and running your own algorithms are going to be opt in by default. All peertube instance would have to do is send information described all the videos and you’re local machine will pick it out for you
Cattail@lemmy.worldto Technology@lemmy.world•A French law requiring adult sites to run age checks( facial age estimation, ...etc) and block users under 18 became applicable to sites based in France and outside of the EU.English582·8 days agolol we ignore real problems in the world to do this
Cattail@lemmy.worldOPto Fediverse•Is there a get watch time data of the video you watch on peertube2·9 days agoyeah i saw that stats when i looked at my videos, but i didn’t know if that would be worth collecting since its guarded not readily accessible. i guess an instance can use it for recommendations of local videos. right now im just trying to profile both the watcher(locally) and videos
Cattail@lemmy.worldOPto Fediverse@lemmy.world•Basic recommendation video algorithm for peertubeEnglish2·11 days agoreally im thinking about what data is okay to share and what data should be kept to the user. basically I determined that description of the video is only thing that can be public and the people/bot describing it okay to share (like associating their channel to a description they make to specific video) and the watchers device can collect video meta data to find suggestions
Cattail@lemmy.worldOPto Fediverse@lemmy.world•Basic recommendation video algorithm for peertubeEnglish2·12 days agoI like that idea for a stupid simple algorithm. ironically I plan for there to be like a Varity of algorithms both that are user only and a aggregate. really im trying to pin down a standardized video vector that can describe any video to any level of detail
Cattail@lemmy.worldOPto Fediverse@lemmy.world•Basic recommendation video algorithm for peertubeEnglish1·12 days agobe 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
Cattail@lemmy.worldOPto Fediverse@lemmy.world•Basic recommendation video algorithm for peertubeEnglish1·12 days agoim not at the aggregating data stage but you can just put a random id on a data set
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
Cattail@lemmy.worldOPto Fediverse@lemmy.world•Basic recommendation video algorithm for peertubeEnglish3·12 days agoi 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
Cattail@lemmy.worldto Fedi Plays - chat-reactive gaming on Fediverse streams@lemmy.abnormalbeings.space•Seems like someone did some pentesting2·12 days agoI guess they thought that the program would execute code instead of rejecting it for improper syntax
Cattail@lemmy.worldto Open Source•US cuts funding to F-Droid, Tor Browser, Let's Encrypt and Tails Linux44·13 days agowe shouldn’t need the government also we have made it fairly far
I’m happy to push anti Elon musk propaganda. I actually don’t, I just do anti trump/Republican propaganda
Cattail@lemmy.worldto Fedi Plays - chat-reactive gaming on Fediverse streams@lemmy.abnormalbeings.space•Highlights of 25/03/262·25 days agoI capped the repeat command repeated button presses at 15. Funny seeing 9999. And that’s funny that they changed the text speed
Cattail@lemmy.worldto Fedi Plays - chat-reactive gaming on Fediverse streams@lemmy.abnormalbeings.space•[CURRENTLY PAUSED FEDI PLAYS STREAM] fedi plays Dragon Warrior Monsters2·27 days agothe 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
Cattail@lemmy.worldto News@lemmy.world•DNA of 15 Million People for Sale in 23andMe Bankruptcy412·29 days agowoot woot under capitalism your dna is a commodity
sweet i do need ui to display the recommendations once i get there