←back to thread

WikiTok

(wikitok.vercel.app)
1459 points Group_B | 1 comments | | HN request time: 0s | source
Show context
xhrpost ◴[] No.42937042[source]
Wonder what it would take to add a simple algorithm to this. Part of what makes short media apps (dangerously) addictive is that they eventually learn what you like and feed you more of that. An app like this with such an algo could help with the stickiness (and presumably get us away from the other apps at least for a little bit). "Oh this person likes science stuff, let's feed them more, oh they specifically like stuff related to quantum mechanics, let's place a summary paragraph from a related page topic in there."
replies(9): >>42937154 #>>42937413 #>>42937430 #>>42937776 #>>42938084 #>>42938362 #>>42938741 #>>42942269 #>>42945319 #
aizk ◴[] No.42937154[source]
On one hand I am thinking about what a very basic algorithm would like (maybe even just categories I might do) and maybe how it would make people happy.

On the other hand, I'm not sure exactly the details of wikipedia's api TOS. Also as it stands this website is entirely in the frontend at the moment, and I'm enjoying just scaffolding out what I can with limited a more limited set of tools to speak.

I realize now the suffix "tok" implies a crazy ML algo that is trained every single movement, click, tap, and pause you make, but I don't think I really want that.

replies(6): >>42937849 #>>42938418 #>>42939101 #>>42939505 #>>42941131 #>>42949615 #
1. codingdave ◴[] No.42937849[source]
It should be possible to keep this all front-end, even with some basic algorithm for the searches - just use localStorage. That keep things simple and resolve privacy concerns, as people own their data and can delete them any time.