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.
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 mobile browser and unmute it and allow auto play to continue to next video after it then notice that the next video is unmuted as well.
I just got an endless stream of incredibly boring garbage. Gave the algorithm some feedback to tune it to my interests, but there's nothing there for me. I guess now I know what the fuss is about though.
I meant in terms of video bitrate-- regarding content, the default feed is unlikely to appeal to working professionals, but it does tune itself rather effectively when fed preference data. I have no idea if it will do personalization from the web site.
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 sometimes. Of course predicting 10s videos is much easier than predicting 5m videos.
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.
This is pretty cool, I like the aspect of simply watching videos. I think I made it to the end of videos though, not sure if this was intentional or if you want to continue to paginate videos forever lol. Appreciate your idea and work, keep chugging!
Wow, it didn't even occur to me to try dragging with a mouse. I'm on a touchscreen laptop and when touching-and-dragging didn't work (only moved the videos a little bit, but not enough to go to the next one), I just assumed it was mobile-only.
Dead Comment
https://news.ycombinator.com/item?id=24095821
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 mobile browser and unmute it and allow auto play to continue to next video after it then notice that the next video is unmuted as well.
https://m.youtube.com/watch?v=0MW0mDZysxc
I guess it might be that they reuse the same player element that was unmuted or something like that.
I think it would be possible to achieve something similar even with multiple player elements by doing something clever.
Deleted Comment
https://www.reddit.com/r/SideProject/comments/enn048/i_creat...
Deleted Comment
Cool overall though
Great stuff!