How I Steal Storage Using Code :)

  Рет қаралды 77,283

StupidGeek

StupidGeek

4 ай бұрын

A simple project on top of the Telegram's API using Node.js to use it as an cloud storage similar to what Google Drive offers, but for free.
Hit the like and subscribe :)
Ignore the tags -
steal storage using code
#programming #coding #nodejs

Пікірлер: 301
@s1nistr433
@s1nistr433 4 ай бұрын
"I found some libraries but they all lacked some or the other functionality" This is literally the JS ecosystem in a nutshell
@stupidgeek
@stupidgeek 4 ай бұрын
For real
@brentwilske9297
@brentwilske9297 4 ай бұрын
My favorite part is you didnt bother to read the docs for download size before smashing out half the code for this monstrosity. truly one of us
@stupidgeek
@stupidgeek 4 ай бұрын
That's our thing, right? 😁
@ketaminefairy
@ketaminefairy 4 ай бұрын
What I love about this type of videos is that I get to see the whole chain of problems a project comes with in just 5 minutes. This video was very well done, can't believe you're under 1k subs, keep it up man!
@stupidgeek
@stupidgeek 4 ай бұрын
Thanks mate, means a lot :)
@teddythecat0
@teddythecat0 4 ай бұрын
This guy motivates me to code something in python when i don't even have storage problems, Subscribed.
@stupidgeek
@stupidgeek 4 ай бұрын
:D thankyou
@jeffrey9916
@jeffrey9916 4 ай бұрын
Bro didn't even know this is your first video, your commenting and editing skills are damm good. Keep up the good work 🙏
@stupidgeek
@stupidgeek 4 ай бұрын
thankyou for the kind words :)
@rkdeshdeepak4131
@rkdeshdeepak4131 4 ай бұрын
You can also control an user , not just bot programatically, and use the mtproto api instead of bot api, then can upload/download 2 gb directly (either bot or user ). Pyrogram is a python library, supports that
@stupidgeek
@stupidgeek 4 ай бұрын
That's cool, I'll consider switching to that then. Thankyou :)
@v0xl
@v0xl 4 ай бұрын
you can get banned for controlling the user account directly but you *can* just control *bots* with mtproto (in fsct the bot api server is just a proxy that takes bot api reauests and turns them into mtproto requests)
@rkdeshdeepak4131
@rkdeshdeepak4131 4 ай бұрын
​@@v0xl you won't get banned for using the users with any more probability than using bots. In fact all telegram apps (official or unofficial ) works in the same way. That's why I said "also control an user", and to use MTPROTO instead of bot api. I know about bot api being proxy for mtproto and other info , I read it on pyrogram website.
@user-oc6rn4px5t
@user-oc6rn4px5t 4 ай бұрын
Telegram actively bothering to upload many files >30mb from the client. Sometimes I need to send 10-20 videos from my iPhone via TG. It starts smoothly, but on 2nd-3rd video it starts to freeze on first 30mb chunk of each video (so, first 30mb uploaded fast, and after that uploading stops with ethernal spinning of the progress bar). Resending files over and over helps. Premium subscription doesn't help. It seems that TG has some server-side algorithm that marks user as unwanted and starts to freeze uploads after first 30mb chunk with some probability. Maybe, this probability grows over time
@janardannn
@janardannn 4 ай бұрын
i love this channel, keep pumping out more content
@stupidgeek
@stupidgeek 4 ай бұрын
Thankyou, definitely :)
@oi3as
@oi3as 4 ай бұрын
one day dude you'll hit that 1M subscriber. great video. i enjoyed a lot
@stupidgeek
@stupidgeek 4 ай бұрын
haha, thankyou, I'm glad :)
@SpragginsDesigns
@SpragginsDesigns 4 ай бұрын
Dude, I would love to help you out on projects. This looks absolutely like so much fun. Subscribed for sure.
@stupidgeek
@stupidgeek 4 ай бұрын
Thankyou, you can sure contribute after I open-source it.
@soundzthevibewalker
@soundzthevibewalker 4 ай бұрын
It's disgusting. I love it. Keep up the work
@stupidgeek
@stupidgeek 4 ай бұрын
haha, thankyou :)
@eric_so_good
@eric_so_good 4 ай бұрын
this is just amazing! Subscribed for this haha!
@stupidgeek
@stupidgeek 4 ай бұрын
thankyou, appreciate that :)
@deepakputhanpura1955
@deepakputhanpura1955 Ай бұрын
I just saw this video after finishing my project. And yeah, for the first half of the video I went through the exact steps and issues. I created my own filesystem for my project and used a very basic CLI for interacting. I used Python for this project. Next plan in to build more features and probably a GUI
@stupidgeek
@stupidgeek Ай бұрын
Good project, right? Keep working on it :D
@pianomanrash
@pianomanrash 4 ай бұрын
Great idea and excellent video. Subbed.
@stupidgeek
@stupidgeek 4 ай бұрын
Awesome, thank you :)
@loftzo
@loftzo 4 ай бұрын
loved this idea and video format. what time tracker are you showing at 5:16? looks pretty cool
@adamcvikl1393
@adamcvikl1393 4 ай бұрын
I think it's WakaTime, but I'm not sure wakatime.com
@stupidgeek
@stupidgeek 4 ай бұрын
Thankyou :) and yes its wakatime
@xyssxy
@xyssxy 4 ай бұрын
telegram actually encrypts by default
@stupidgeek
@stupidgeek 4 ай бұрын
yeah just got to know that when I opened the docs again, silly me :')
@leandroalbero
@leandroalbero 4 ай бұрын
But who holds the key?
@xyssxy
@xyssxy 4 ай бұрын
@@leandroalbero you, locally
@xE92vD
@xE92vD 4 ай бұрын
They don't. The encryption is only enabled in "secret chats". But even if they do, their encryption is unsafe as it is unverified by experts. It's also proprietary garbage. Matrix would have been better. But filling up volunteering matrix servers with your gigabytes of data would be a dick move.
@7heMech
@7heMech 4 ай бұрын
The servers are closed source, and if you've taken a look at the clients, they only encrypt things in secret chats, and the encryption is something they've come up with meaning it could have backdoors.
@SiKKplays
@SiKKplays 4 ай бұрын
10/10 storytelling, would watch again.
@stupidgeek
@stupidgeek 4 ай бұрын
Thankyou :)
@tomy8390
@tomy8390 4 ай бұрын
Your first upload and you are already making quality content ! :) Where could we see more of that code ?
@stupidgeek
@stupidgeek 4 ай бұрын
Very soon, maybe in the sequel to this video :)
@lolwildriftbro
@lolwildriftbro 4 ай бұрын
Amazing content man keep up the work 💪🏻
@stupidgeek
@stupidgeek 4 ай бұрын
thankyou :)
@air_ballon
@air_ballon 4 ай бұрын
Very cool project . You deserve the sub, and it would be very great if you released it open source
@stupidgeek
@stupidgeek 4 ай бұрын
thanks mate :), the code is mess right now to be honest 😂, i'll fix it and put a link soon or maybe a follow up video.
@dairhat
@dairhat 4 ай бұрын
Please make this open source. Also, loved the video! I can't believe this is your first one :o
@stupidgeek
@stupidgeek 4 ай бұрын
very soon :D Thankyou :)
@J-S_93
@J-S_93 4 ай бұрын
Keep the interesting side quests coming - you might stumble upon something and make a breakthrough. Who knows what useful piece of software you could come up with, perfect, and then share with us all.
@stupidgeek
@stupidgeek 4 ай бұрын
suree :D
@user-iz1dt5pm7d
@user-iz1dt5pm7d 4 ай бұрын
You can encrypt whole file, split and upload. In this way, no one can decrypt your file unless they construct it back from splits. To determine which chunk goes for which file, you can embed hash of your unsplitted file + two index bytes(65535 max values * 20mb per chunk / 1024 gives you over 1TB of encrypted data per file). Actually, better way is to embed this hash +index in message with file, so you won't need to download chunks to determine their original file. Yes, you would loose info about file name, but this can be safely splitted and embedded right into your chunks
@user-iz1dt5pm7d
@user-iz1dt5pm7d 4 ай бұрын
And if you want even more safety, you can multiply your hash value in bytes by your index and store encrypted hash+chunk index
@stupidgeek
@stupidgeek 4 ай бұрын
That's sounds good, I'll sure try it. Thankyou :)
@7heMech
@7heMech 4 ай бұрын
During download you should have it send files into 20 mb chunks as well, and let client merge them
@stupidgeek
@stupidgeek 4 ай бұрын
yessir should've done that. Thankyou for the suggestion :)
@juliencalcada8474
@juliencalcada8474 4 ай бұрын
This exactly the type of stupids projects I like to do and live to watch. I sub right now ! 😎
@stupidgeek
@stupidgeek 4 ай бұрын
thankyou XD
@ITSALLELECTRONICS
@ITSALLELECTRONICS 4 ай бұрын
First video?? Damn this is good quality content
@stupidgeek
@stupidgeek 4 ай бұрын
Thankyou :)
@thecrazymoon6578
@thecrazymoon6578 4 ай бұрын
The best feature about JS is its ecosystem
@stupidgeek
@stupidgeek 4 ай бұрын
:D
@kebien6020
@kebien6020 4 ай бұрын
Have you considered creating a FUSE filesystem that uses this as a backend? That way you can mount the folder locally and open the files as if you had physically connected a drive to your PC. FUSE is a linux thing, but there are also windows bindings (WinFuse)
@stupidgeek
@stupidgeek 4 ай бұрын
That's interesting, I'll try to use that :)
@YodaComedy
@YodaComedy 4 ай бұрын
@@stupidgeek Dev Detour tried this and used this too :)
@flixqtt
@flixqtt 4 ай бұрын
Went to watch your other videos but sadly this was the only one, hope you upload more soon.
@stupidgeek
@stupidgeek 4 ай бұрын
sorry, stay tuned :)
@flixqtt
@flixqtt 4 ай бұрын
@@stupidgeek you could try documentary content, your voice is great
@stupidgeek
@stupidgeek 4 ай бұрын
@@flixqtt haha, nah, programming is enough for me :D
@GjentiG4
@GjentiG4 4 ай бұрын
Great vid! What did you use to track the time spent on a project?
@stupidgeek
@stupidgeek 4 ай бұрын
thanks mate, its a website called WakaTime, its like a dashboard for devs :)
@TeiMaVi
@TeiMaVi 4 ай бұрын
Oh man you have so great video edit
@stupidgeek
@stupidgeek 4 ай бұрын
thankyou :)
@amoron2162
@amoron2162 4 ай бұрын
fire but on an update try planting the storage as a drive in your computer using it as a hella slow drive instead of that
@stupidgeek
@stupidgeek 4 ай бұрын
sure thing, cool idea, thanks man :)
@carl7411
@carl7411 4 ай бұрын
A very interesting project, great work! Also, what did you use to track time spent on the project?
@stupidgeek
@stupidgeek 4 ай бұрын
Thankyou :) It's a website called WakaTime.
@carl7411
@carl7411 4 ай бұрын
@@stupidgeek thank you!
@littlefreak3000
@littlefreak3000 4 ай бұрын
All the splitting an encryption stuff could have been solved just using standard zip segmenting and encryption. It would also decrease the size of the upload making it faster.
@stupidgeek
@stupidgeek 4 ай бұрын
That's a good idea, I'll give it a try. Thankyou :)
@1682hjdjdjdbeiensnsudhjs
@1682hjdjdjdbeiensnsudhjs 4 ай бұрын
Nice project great editing
@stupidgeek
@stupidgeek 4 ай бұрын
Thankyou :)
@kipchickensout
@kipchickensout 4 ай бұрын
Kinda reminds me of using KZbin as a file system but in less cursed
@NickyTyler-vc5iw
@NickyTyler-vc5iw 4 ай бұрын
amazing work
@stupidgeek
@stupidgeek 4 ай бұрын
Thanks mate :)
@matthewkeen6281
@matthewkeen6281 4 ай бұрын
nice
@stupidgeek
@stupidgeek 4 ай бұрын
thankyou :)
@antranquoc4568
@antranquoc4568 4 ай бұрын
Nice project bro, what program do you use at 5:17?
@stupidgeek
@stupidgeek 4 ай бұрын
It's a website called WakaTime :)
@xtm1337
@xtm1337 4 ай бұрын
nicee
@stupidgeek
@stupidgeek 4 ай бұрын
thankyou :)
@backiscute
@backiscute 4 ай бұрын
I actually have made a similar project a long time ago that im hosting with a full frontend. I also encountered a lot of issues and i just wanna say whenever you do decide to rewrite it don’t do the same mistake as me and USE STREAMS
@stupidgeek
@stupidgeek 4 ай бұрын
I see, sure thing, thankyou for the advice :)
@thatcat7113
@thatcat7113 4 ай бұрын
link it bro, I'm interested in trying it out
@backiscute
@backiscute 4 ай бұрын
@@thatcat7113 Its private currently cause yk how people are they tend to upload weird stuff so i dont want to be held responsible
@thatcat7113
@thatcat7113 4 ай бұрын
@@backiscute oh yeah that makes sense, true that's an issue
@Niv54niv
@Niv54niv 4 ай бұрын
How did you get the project metrics at the end of the video?
@stupidgeek
@stupidgeek 4 ай бұрын
Its a website called WakaTime
@googlengineer
@googlengineer 4 ай бұрын
If you use typescript your code should be clear than js. And you can another solve problem that 20mb limit (polling, 2gb is webhook). But all of those stuffs take a more time you can imagine
@stupidgeek
@stupidgeek 4 ай бұрын
I see, I will sure use these tips, thankyou :)
@human721
@human721 4 ай бұрын
Nezt time please use completely black background for the text comments so its nicer to look at it with oled screens
@stupidgeek
@stupidgeek 4 ай бұрын
sure, thankyou :)
@muqtda
@muqtda 4 ай бұрын
Love the video
@stupidgeek
@stupidgeek 4 ай бұрын
Thankyou :)
@Real_SSGyt
@Real_SSGyt Күн бұрын
Somebody already made an app for this Unlim Cloud but that stores the data in saved messages and nk encryption
@fuzzy-02
@fuzzy-02 4 ай бұрын
Me, with slow af internet:
@stupidgeek
@stupidgeek 4 ай бұрын
:(
@fuzzy-02
@fuzzy-02 4 ай бұрын
@@stupidgeek don't worry, I can still "borrow" storage at night with this technique kekw
@stupidgeek
@stupidgeek 4 ай бұрын
@@fuzzy-02 ;)
@h3li0p4us3
@h3li0p4us3 4 ай бұрын
good job mate !
@stupidgeek
@stupidgeek 4 ай бұрын
Thankyou :)
@h3li0p4us3
@h3li0p4us3 4 ай бұрын
@@stupidgeek and u just gave me the idea for my first video xD
@stupidgeek
@stupidgeek 4 ай бұрын
sure, go for it :)
@kushagra0347
@kushagra0347 4 ай бұрын
What website/software/vs code extension/whatever is that you used at 5:16 ??
@stupidgeek
@stupidgeek 4 ай бұрын
It's a website called WakaTime :)
@kushagra0347
@kushagra0347 4 ай бұрын
@@stupidgeek nice! Thank you :D
@user-zg2hu3ri2c
@user-zg2hu3ri2c 4 ай бұрын
So excited for your next video ?
@stupidgeek
@stupidgeek 4 ай бұрын
working on it :D
@seyedmortezakamali2597
@seyedmortezakamali2597 4 ай бұрын
Nice
@stupidgeek
@stupidgeek 4 ай бұрын
Thankyou :)
@njbb6105
@njbb6105 4 ай бұрын
How did you track the entire development time and get those graphs at the end?
@stupidgeek
@stupidgeek 4 ай бұрын
just by memory, haha. The graphs are from website called WakaTime
@njbb6105
@njbb6105 4 ай бұрын
@@stupidgeek thanks a lot
@stupidgeek
@stupidgeek 4 ай бұрын
@@njbb6105 you're welcome
@flightman2870
@flightman2870 4 ай бұрын
5:15 which app you used to measure your time spent on project ?
@stupidgeek
@stupidgeek 4 ай бұрын
It's a website called WakaTime
@oak___
@oak___ 4 ай бұрын
Whats the software that you used to track your project time and languages at the end of ur vid? Im a newbie :p
@stupidgeek
@stupidgeek 4 ай бұрын
Its a website called WakaTime, welcomes to the zone btw hehe
@oak___
@oak___ 4 ай бұрын
@@stupidgeek thank you! earned a sub ;)
@hkstar2871
@hkstar2871 4 ай бұрын
@@stupidgeek thats cool man sub earned
@stupidgeek
@stupidgeek 4 ай бұрын
@@oak___ thankyou :)
@stupidgeek
@stupidgeek 4 ай бұрын
@@hkstar2871 thankyou :)
@lubie_pomarancze7540
@lubie_pomarancze7540 4 ай бұрын
What is the name of the music playing in the background? Anyone?
@mhdsbk
@mhdsbk 4 ай бұрын
Hey.. how did you track your work hours. Nice video btw.
@stupidgeek
@stupidgeek 4 ай бұрын
Thankyou :) its a website called wakatime
@beloaded3736
@beloaded3736 4 ай бұрын
This was brilliant 👏
@stupidgeek
@stupidgeek 4 ай бұрын
Thankyou :)
@beedslolkuntus2070
@beedslolkuntus2070 4 ай бұрын
Hii is there a way for simpletons to use these? Most of them are complex and I really don’t get how to use it. Would be nice if you could help me
@stupidgeek
@stupidgeek 4 ай бұрын
Hey, sorry mate but at the moment I haven't put out the code for this thing yet because it's a little mess. One I fix it I'll put it out and sure add a very beginning friendly setup. At the moment its hard to be able to make even a second programmer understand what I have done 😂
@beedslolkuntus2070
@beedslolkuntus2070 4 ай бұрын
@@stupidgeek Okayy thanks :)) you’re really sweet haha
@kairu_b
@kairu_b 4 ай бұрын
Great video
@stupidgeek
@stupidgeek 4 ай бұрын
Thankyou :)
@TITANBABY-rq3mr
@TITANBABY-rq3mr 22 күн бұрын
Bro, I've been trying to achieve the same but for some reason I'm unable to split the large files into small chunks. When trying it gets corrupted. Someone mind helping me a lil bit? 😭
@RedOneM
@RedOneM 4 ай бұрын
The time you put in such projects could have been wage hours towards a NAS with no strings attached.
@immayurpanchal
@immayurpanchal 4 ай бұрын
Entire video was superb. Just didn't understand the one part. Time stamp : 4:05. "Why don't I store just a single chunk which needs to be uploaded, encrypt the chunk, upload it and just delete the chunk, that's how it's gonna store only 20MB on the server"? Why only 20MB when the actual file is let's say 2GB? Is the @StupidGeek talking about the middle server which is responsible to the the encryption and has the other APIs to upload the data to the Telegram?
@stupidgeek
@stupidgeek 4 ай бұрын
Thankyou. The part you're talking about, I take the whole file from the client (frontend) split a 20mb chunk from it, encrypt it and upload it. When the upload is complete, I deleted that chunk from my server and continue to make further chunks from the same file. This process continues till I upload the whole file.
@immayurpanchal
@immayurpanchal 4 ай бұрын
@@stupidgeek Got it! Thanks a lot for your response.
@stupidgeek
@stupidgeek 4 ай бұрын
@@immayurpanchal welcome :)
@inderjotsingh5868
@inderjotsingh5868 4 ай бұрын
Your server will store 20 MB file for each client , if there are more people won't it crash ?
@stupidgeek
@stupidgeek 4 ай бұрын
This project isn't scalable, atleast what I created isn't. It was just a quick personal use of the API. If I work more on it, I'll sure do something about the storage on the server. Thankyou for the comment :)
@yeahhhhhhhhhhhhhhhhhhhhhhhhhh
@yeahhhhhhhhhhhhhhhhhhhhhhhhhh 4 ай бұрын
did you roll your own crypto?
@JonnySolomon
@JonnySolomon 4 ай бұрын
lmao i lost it at more chuncks
@stupidgeek
@stupidgeek 4 ай бұрын
:'D
@dalbyte
@dalbyte 4 ай бұрын
your screen capture is interlace please fix it, i find your video very entertaining
@stupidgeek
@stupidgeek 4 ай бұрын
Sorry about that, I fixed it right after the upload :)
@medevesh
@medevesh 4 ай бұрын
Sir, please tell me the project Management software you are using. Thank you
@stupidgeek
@stupidgeek 4 ай бұрын
Its a website called WakaTime :)
@medevesh
@medevesh 4 ай бұрын
@@stupidgeek Thank you sir
@0xhhhhff
@0xhhhhff 4 ай бұрын
how did u track time spent in the last part of the video?
@stupidgeek
@stupidgeek 4 ай бұрын
It's a website called WakaTime :)
@hamzazaman18
@hamzazaman18 4 ай бұрын
this technique is so great, too bad that telegram is banned in many countries.
@stupidgeek
@stupidgeek 4 ай бұрын
:) :(
@Terrifierr14
@Terrifierr14 4 ай бұрын
Nah bro give us the bot this is so cool I wanna use it
@stupidgeek
@stupidgeek 4 ай бұрын
patience, won't take too long :)
@l4iamko
@l4iamko 4 ай бұрын
step by step, not reading documentation, a journey.
@stupidgeek
@stupidgeek 4 ай бұрын
:D
@FaizanAnwerAli
@FaizanAnwerAli 4 ай бұрын
Care to share the code? Some very interesting things you've done that I like to learn
@stupidgeek
@stupidgeek 4 ай бұрын
Yessir, soon after fixing some of these issues :)
@theflamingarrow1833
@theflamingarrow1833 4 ай бұрын
If I were you I would get this thing up and working and then I'd start selling the storage to make a profit.
@stupidgeek
@stupidgeek 4 ай бұрын
That's a good idea haha
@user-bb1cn1we1e
@user-bb1cn1we1e 4 ай бұрын
Hi , Can you pls provide the name for your editing software
@stupidgeek
@stupidgeek 4 ай бұрын
Hey, I use Davinci Resolve
@OverdriveCz
@OverdriveCz 4 ай бұрын
Audio name?
@wilsonbeckstrand5970
@wilsonbeckstrand5970 4 ай бұрын
Very cool idea! Love the project! But aren't you worried about legal ramifications? This has got to be against their ToS.
@baki9191
@baki9191 4 ай бұрын
Betraying the goodwill of these apps is going to lead to an even worse future
@stupidgeek
@stupidgeek 4 ай бұрын
I looked through the terms of service, didn't find anything related to what I was doing so I think we are good. Also, I found that I'm not the first guy who has done this, people on GitHub done similar things :)
@stupidgeek
@stupidgeek 4 ай бұрын
Comeon, its fun, it keeps the coding spirit alive :)
@baki9191
@baki9191 4 ай бұрын
@@stupidgeek it's a really cool project, nothing against you personally. I really enjoyed the vid. Just commenting my worries I guess
@stupidgeek
@stupidgeek 4 ай бұрын
@@baki9191 its alright, no need to worry :)
@aniketsaha7273
@aniketsaha7273 4 ай бұрын
So at the end you didn't able to make it?
@stupidgeek
@stupidgeek 4 ай бұрын
I did
@benjaminlewis3903
@benjaminlewis3903 4 ай бұрын
Where are the graphs he showed at the end from?
@stupidgeek
@stupidgeek 4 ай бұрын
It's a website called WakaTime
@psdhage1
@psdhage1 4 ай бұрын
how did you found the time spent on this project?
@stupidgeek
@stupidgeek 4 ай бұрын
It's a website called WakaTime :)
@averagefactorioplayer
@averagefactorioplayer 4 ай бұрын
Why is this video interlaced??
@stupidgeek
@stupidgeek 4 ай бұрын
my screen recorder didn't want to work that day, had to record it on a cheap recorder :')
@plissk3n1337
@plissk3n1337 4 ай бұрын
How did you do the time tracking?
@stupidgeek
@stupidgeek 4 ай бұрын
Using a website called WakaTime :)
@baki9191
@baki9191 4 ай бұрын
Moral hazard
@stupidgeek
@stupidgeek 4 ай бұрын
😥
@weistrass
@weistrass 4 ай бұрын
How do you measure the time spent in the project?
@stupidgeek
@stupidgeek 4 ай бұрын
It's a website called WakaTime :)
@sixthsense844
@sixthsense844 4 ай бұрын
You do know Telegram deletes data every 6 months right? All chat history, files and media, same for bots. It's in the settings it can't be turned off but you can adjust the time, max is 6 months tho
@stupidgeek
@stupidgeek 4 ай бұрын
It's only if you don't come online in the last 6 months :)
@iHawke
@iHawke 4 ай бұрын
I haven't had anything deleted from me
@tedchirvasiu
@tedchirvasiu 4 ай бұрын
5:15 - but it says 23 on the picture
@stupidgeek
@stupidgeek 4 ай бұрын
yea, but its time spent in the previous week, the top right says the total time :)
@RajarshiKhatua100
@RajarshiKhatua100 4 ай бұрын
unlim in andoid
@ubitubee
@ubitubee 4 ай бұрын
He he, not bad
@stupidgeek
@stupidgeek 4 ай бұрын
Thankyou :)
@rbt5664
@rbt5664 4 ай бұрын
Typescript is the flaw
@stupidgeek
@stupidgeek 4 ай бұрын
haha
@user-zo7vu8dd2l
@user-zo7vu8dd2l 4 ай бұрын
teledrive left the chat
@stupidgeek
@stupidgeek 4 ай бұрын
Found that after the upload 😂
@dracula5752
@dracula5752 4 ай бұрын
i hope you didn't use react for frontend
@stupidgeek
@stupidgeek 4 ай бұрын
I did, in a hurry :') I'll use nextjs or something now
@alphauae420
@alphauae420 4 ай бұрын
or.... you could just compress them into 1 file
@stupidgeek
@stupidgeek 4 ай бұрын
That will result in date loss, but still I'll try it out, thankyou :)
@Anto-mi5pn
@Anto-mi5pn 4 ай бұрын
How do you get those GitHub analytics?
@stupidgeek
@stupidgeek 4 ай бұрын
Those are my vs code analytics, you get these using a website called WakaTime.
@Anto-mi5pn
@Anto-mi5pn 4 ай бұрын
@@stupidgeek Damn, sweet.
@stupidgeek
@stupidgeek 4 ай бұрын
@@Anto-mi5pn :)
@agentcripper
@agentcripper 4 ай бұрын
whats up adam britet
@PirnazarovDostonbek
@PirnazarovDostonbek 3 ай бұрын
wait for limitations from Telegram ((
@vishaludubey0529
@vishaludubey0529 21 күн бұрын
complete this
@rhythmshandlya9307
@rhythmshandlya9307 4 ай бұрын
Only a psychopath ill not share the repo URL in description!
@stupidgeek
@stupidgeek 4 ай бұрын
sorry but I don't think it's worth sharing in the state/condition it is in rn XD. I'll share it soon after I fix some of the issues.
@r0o0di.
@r0o0di. 4 ай бұрын
how tf only 600 subs
@stupidgeek
@stupidgeek 4 ай бұрын
Sad right?
@caltissue141
@caltissue141 4 ай бұрын
I would pay the cost of an external drive to avoid going through this lmao
@stupidgeek
@stupidgeek 4 ай бұрын
you can do all this for free so its kinda fun ;)
@YodaComedy
@YodaComedy 4 ай бұрын
Dev Detour beat you to it.
@stupidgeek
@stupidgeek 4 ай бұрын
Forreal :D
@YodaComedy
@YodaComedy 4 ай бұрын
@@stupidgeek :D
@lel7531
@lel7531 4 ай бұрын
Looking good, looking juicy
@stupidgeek
@stupidgeek 4 ай бұрын
it is xD
@dhrumil5977
@dhrumil5977 4 ай бұрын
Please A Tut on How to steal ram and GPU 😞
@stupidgeek
@stupidgeek 4 ай бұрын
Gotta hack Amazon or something :')
@dhrumil5977
@dhrumil5977 4 ай бұрын
@@stupidgeek 🥲🫂
These Apps Cost $140. So I Rebuilt them for FREE.
14:18
Coding with Lewis
Рет қаралды 135 М.
Stealing Storage from Telegram
11:11
Dev Detour
Рет қаралды 189 М.
Василиса наняла личного массажиста 😂 #shorts
00:22
Денис Кукояка
Рет қаралды 7 МЛН
Why You Should Always Help Others ❤️
00:40
Alan Chikin Chow
Рет қаралды 120 МЛН
小女孩把路人当成离世的妈妈,太感人了.#short #angel #clown
00:53
Stealing Storage from Discord
7:39
Dev Detour
Рет қаралды 1,7 МЛН
9 JavaScript Features You’ve Never Used
19:36
Conner Ardman
Рет қаралды 24 М.
Kafka Stream Processing with Python - A Walkthrough
15:06
20 Programming Projects That Will Make You A God At Coding
14:27
The Coding Sloth
Рет қаралды 474 М.
STOP using Cloud Storage! Do this instead:
8:44
Liron Segev
Рет қаралды 807 М.
PHP doesn't suck (anymore)
10:48
Aaron Francis
Рет қаралды 196 М.
How Fast can Python Parse 1 Billion Rows of Data?
16:31
Doug Mercer
Рет қаралды 168 М.
The purest coding style, where bugs are near impossible
10:25
Coderized
Рет қаралды 888 М.
Projects Every Programmer Should Try
16:58
ThePrimeTime
Рет қаралды 375 М.
Building An Ascii Particle System
1:45:39
TheVimeagen
Рет қаралды 103 М.
Мечта Каждого Геймера
0:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 1,6 МЛН
iPhone 12 socket cleaning #fixit
0:30
Tamar DB (mt)
Рет қаралды 43 МЛН
TOP-18 ФИШЕК iOS 18
17:09
Wylsacom
Рет қаралды 807 М.
WWDC 2024 - June 10 | Apple
1:43:37
Apple
Рет қаралды 10 МЛН
APPLE совершила РЕВОЛЮЦИЮ!
0:39
ÉЖИ АКСЁНОВ
Рет қаралды 1,9 МЛН