- 27 Posts
- 36 Comments
Cattail@lemmy.worldto Asklemmy@lemmy.ml•If we could communicate with animals, how would we fuck it up?32·28 days agoSpend hours trying educated them democracy and war and watch them break into faction to murder each other
I tried to pick the simplist algorithm just to get working concept and because I believed something basic could work well, but I definitely left room for more algorithm.
There’s multiple parts but I tried to get the data collection down, tracking watch time, likes/dislikes, and even if the it’s a video or Livestream. There is a glitch with tracking how long a live stream has been watched, but Livestreams aren’t relevant yet so I haven’t bothered to fix it.
This add on is meant to be open source so it can grow and evolve so it can be implemented into other fediverse projects and so people can improve on it and make it their own. I can put other algorithms in, just seeing how the reception goes.
I do believe we should collect our own data and run our own algorithms
Cattail@lemmy.worldOPto Asklemmy@lemmy.ml•Can you distil water with a bottle and a long hose?1·1 month agoYeah I was thinking you painted the bucket with tar venta black and really get sun to boil water. Other option is collecting vapor but that could be space inefficient
Cattail@lemmy.worldOPto Asklemmy@lemmy.ml•Can you distil water with a bottle and a long hose?1·1 month agotrue, i guess i was thinking salt water distillation, so maybe contamination would okay. but I asked ai and since it would only be water vapor and that pressure would be temperature dependent then at room temp the would be 0.03 atm so there’s nothing in the vapor part. (at 100 C it would be 1 atm is okay)
there is benefit to putting a still in a vacuum because it will absorb thermal energy and lowering boiling point save energy
You can collect your own data and run your own algorithms. This add on does that. It does track what peertube videos you watch and for how long in browser.
The only communication is for metadata of video because the device needs a way to figure out what’s out there.
I feel confident that this respects privacy. Only issue is maybe storing the data in the browser but I have the option to delete it and it’s removed.
I will say cosine similarity algorithm is good enough and different enough from existing peertube algorithms. Helped me find a few amounts
Cattail@lemmy.worldOPto Asklemmy@lemmy.ml•Can you distil water with a bottle and a long hose?1·1 month agoYou could lower the bucket to boil the seal container.
I do have trouble imagining two containers with two different pressures but I get you can have a pressure valve like in a refrigeration system.
The pressure on the seal container would seem to be the same pressure as the phase changes. The container in the video was crushed by the atmosphere so that implies the pressure is lower than atmosphere post phase change.
But there seems be an issue once the water has became vapor like would the boiling point move enough so that the water would condensate and would condensation reduce the pressure thus lowering the pressure and boiling point.
There would be water in both the containers and tube. Seems strange that water in the tube at the vapor/liquid barrier would evaporator then condense in what’s essential a similar environment. Its possible when I think about it just the seal container water can evaporate and go back into the tube
I can’t really do calculations because I don’t know the process yet, but I think boiling water would be more energy than lifting water 34 feet since water heat capacity is so high.
Right now I do think the flaw would be it being a slow process or even inefficient
Lol this is the the best suggestion. I guess I should keep peertube in the name to communicate that it’s a peertube related project
Cattail@lemmy.worldOPto Fediverse@lemmy.world•peertube recomendation algo alpha buildEnglish2·2 months agoI Still have no idea what that that term means exactly, but I did use AI to build the program. I just rigorously test it and go into the code to figure out the issues
Cattail@lemmy.worldOPto Fediverse@lemmy.world•peertube recomendation algo alpha buildEnglish2·2 months agoLol I didn’t copy the hole prompt I deleted the bit at the end, but it was late and I was tired so I used an AI just to fix my original text
Cattail@lemmy.worldOPto Fediverse@lemmy.world•peertube recomendation algo alpha buildEnglish3·2 months agoI want to encourage fedizens and Internet user to collect their own data and run their own algorithms since it’s worked well for corporations in general but to keep using their services. Seems as though people enjoy algo based on their data.
It’s neat that fediverse has a general principle of not collecting user data, so if more people used fediverse instances more often then less Data going to corporations. This browser extension is outline of how collecting your own data can affect your experience with fediverse. There’s so much you can do with your data and data from api
Cattail@lemmy.worldOPto Fediverse@lemmy.world•peertube recomendation algo alpha buildEnglish2·2 months agoExtension are like plugins, the program monitors watch time and wanted that to be done by the user and stored by the user and shared consensually. Plus if this algorithm boost engagement it should benefit people that don’t use it because it will encourage people to watch and like things which contribute to other algorithms
Cattail@lemmy.worldOPto Fediverse@lemmy.world•peertube recomendation algo alpha buildEnglish4·2 months agoits a browser extension for brave (or any chrome based browser) it’s in the github readme. recomendation algo was self explanatory. it’s meant to recommend you videos on peertube. i only screen shot the only ui that exists, the only things I can screenshot is variables stored in indexdedDb and local extension.
also the installations instructions are in the github readme
I did make a classier for for videos that inputs title, tags, description, and closed caption into an LLM. I got roughly 1000 entries classified that way, issue is that most of them were non-english videos and then new videos come from somewhere on peertube that don’t hace these classifiers.
Video processing is cool just expensive computationally. Also watchers could classify the videos themselves then use a cosine similarity (or whatever algo) on that. I did suggest to peertube to share the categories people say a video is with other people (like it’s a Mastodon post) eventually it morphed into an idea light weight peertube instance that only does api.
Cattail@lemmy.worldOPto Fediverse@lemmy.world•Peertube recommendation algo update part 2English1·2 months agoapparently not id have to convert the scripts, and i have a lot of issues with the current script
sweet i do need ui to display the recommendations once i get there
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·2 months 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
MIT
nice, its funny that answer the question directly. i like the guy that said i have hidden childhood trauma