Project Ideas
Nothing, just a few (project) ideas.
2023: Storing Data on Youtube
Youtube allows us to upload videos upto 128GB/256GB ( not sure ). Idea here is to convert any data format to video. ( data -> bit -> pixels -> frames -> video ) and upload it on youtube to avail unlimited ( not sure ) storage. Not sure if this would be efficient, I guess not. One would also face problem when recoving original files. This could be optimized with proper encoding/decoding. Additionally this can be enchnaced and one may create an API that can be used to create WebApp/Mobile App.
Found this on internet: https://github.com/bfaure/Data2Video
2022: Spotify Friend Activity Chrome extension
Spotify desktop app has a side panel to view friend activity to know what your friends are listening to. Spotify web app doesn’t have this feature, idea is to develop a chrome extension that can ....