Live data from Hacker News

Twitter x TikTok = Twiktwok

twiktwok.github.io

91–100 of 104 posts

Re: Twitter x TikTok = Twiktwok

#92
post #51
post #28

This is truly the most advanced algorithm ever seen ;) https://twiktwok.github.io/firstVids.js

I'd do that too but it would be cached and updated hourly. Why hit the Twitter api on each request?

You could set the app up to call the Twitter API but cache the response in memory or something like Redis so you don't need any background jobs/file management etc.

Re: Twitter x TikTok = Twiktwok

#93
post #49

Earlier quoted context omitted.

Reminds me of the best no-bullshit algorithm: int getRandomNumber() { return 4; // chosen by fair dice roll. // guaranteed to be random. } https://xkcd.com/221/

Also, this one https://dilbert.com/strip/2001-10-25

My favorite Dilbert of all time ;-)

Re: Twitter x TikTok = Twiktwok

#95

Earlier quoted context omitted.

These are neat, but in my mind, TikTok is far more about the ForYou algorithm than the fact that it's a scrolling feed of videos. The latter is fairly easy to do, as showcased by this very thread. Any decent engineer can throw together a demo like this fairly easily. TikTok's huge success though seems to be due to how good it is at predicting what people will like, which is something that even Youtube struggles to so…

The algo has been failing pretty bad; "hide videos from this user" does not work anymore, i suspect it can only deal with a limited number of ignores. Last summer I did an experiment, tapping "not interested" on any food-related video (I was on a diet) and yet i kept being shown food videos.

The former issue may be intentional. I've seen many recommendation algos not quite letting users shoot themselves in the foot. It's like how if you subscribe to 1000 channels on Youtube, it'll start only showing you the videos you actually watch instead of all the videos.

The latter is strange, but generally for me it has worked pretty well, without even needing to rely too much on "not interested". For example, in March I started playing Animal Crossing, and a week later my feed was 50% ACNH content. Then I stopped playing around May, and a few weeks later, I was quickly down to maybe 1 a day and now I'm at 1 a week maybe.

That being said, I like and share videos frequently, so that may be a good signal of what I'm currently interested in to the app.

Re: Twitter x TikTok = Twiktwok

#96

Earlier quoted context omitted.

Firefox desktop also is completely busted. Would have loved to see it!

Sorry about that here is a video: https://m.youtube.com/watch?v=0prsVsf3Psk&feature=emb_title Will make Firefox compatibility a priority

Oh wow! Awesome!!!

Re: Twitter x TikTok = Twiktwok

#97
post #28

This is truly the most advanced algorithm ever seen ;) https://twiktwok.github.io/firstVids.js

That's just the ouput cache of the algorithm's last run. The algorithm itself is pretty advanced and is run on the developers's biological neural net.

Love the term *biological neural net" Great way to say "still in the noggin"

Re: Twitter x TikTok = Twiktwok

#98

Earlier quoted context omitted.

Much appreciated. I'll be in this thread answering any questions. Bug reports and feedback very welcome. This app was made with help from Tanya of techtwox.com

When you swipe to next video, you have to unmute each time. I know that mobile browsers only allow muted videos to auto play but was wondering if you’ve thought about finding a way to make it so that you only have to unmute the first video. I know that this is possible to do, because for example YouTube is able to do that in mobile browsers. I don’t know how they do it, but for example if you open this link in a mobi…

I removed this feature for compatibility reasons.

I think there are ways to do it but I couldn't get it to work. I believe chrome makes exception to this rule for big trusted websites like YouTube

Re: Twitter x TikTok = Twiktwok

#99
post #5

Neat idea! Bummed I can't use a scroll wheel; dragging with a mouse to emulate touch is not my favorite thing. Cool overall though

Adding this feature. This is still a work in progress.

Added this feature you can now use arrow keys or the mouse wheel
Post reply on HN