How I Steal Storage Using Code :)

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 322

  • @s1nistr433
    @s1nistr433 11 місяців тому +182

    "I found some libraries but they all lacked some or the other functionality" This is literally the JS ecosystem in a nutshell

    • @stupidgeek
      @stupidgeek  11 місяців тому +7

      For real

    • @mrowlsss
      @mrowlsss 2 місяці тому

      And then there's me, who literally only uses vanilla js and refuses to learn any libraries

  • @brentwilske9297
    @brentwilske9297 11 місяців тому +369

    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  11 місяців тому +28

      That's our thing, right? 😁

  • @ketaminefairy
    @ketaminefairy 11 місяців тому +110

    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  11 місяців тому +3

      Thanks mate, means a lot :)

  • @teddythecat0
    @teddythecat0 11 місяців тому +20

    This guy motivates me to code something in python when i don't even have storage problems,
    Subscribed.

  • @jeffrey9916
    @jeffrey9916 11 місяців тому +18

    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  11 місяців тому +3

      thankyou for the kind words :)

  • @oi3as
    @oi3as 11 місяців тому +4

    one day dude you'll hit that 1M subscriber. great video. i enjoyed a lot

    • @stupidgeek
      @stupidgeek  11 місяців тому

      haha, thankyou, I'm glad :)

  • @Jaber_Dev
    @Jaber_Dev 5 місяців тому +1

    برو محتواك رهيب تفكيرك البرمجي و تسلسلك في تطوير حل المشكله بشكل أكثر كفائا يدل على أنك ميرمج جيد لقد حصلت على مشترك جديد أنا مهندس برمجات من الأردن أستمر ❤❤

  • @rkdeshdeepak4131
    @rkdeshdeepak4131 11 місяців тому +39

    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  11 місяців тому +5

      That's cool, I'll consider switching to that then. Thankyou :)

    • @v0xl
      @v0xl 11 місяців тому +3

      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 11 місяців тому +1

      ​@@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.

    • @AndriiKakoichenko
      @AndriiKakoichenko 11 місяців тому +2

      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

    • @sugarbell57
      @sugarbell57 6 місяців тому

      hydrogram*

  • @soundzthevibewalker
    @soundzthevibewalker 11 місяців тому +11

    It's disgusting. I love it. Keep up the work

  • @privateagent
    @privateagent 6 місяців тому +1

    Very nice POC, can't believe it's your first video, keep it up! I was here ahah

  • @ITSALLELECTRONICS
    @ITSALLELECTRONICS 11 місяців тому +1

    First video?? Damn this is good quality content

  • @xyssxy
    @xyssxy 11 місяців тому +267

    telegram actually encrypts by default

    • @stupidgeek
      @stupidgeek  11 місяців тому +87

      yeah just got to know that when I opened the docs again, silly me :')

    • @leandroalbero
      @leandroalbero 11 місяців тому +29

      But who holds the key?

    • @xyssxy
      @xyssxy 11 місяців тому

      @@leandroalbero you, locally

    • @xE92vD
      @xE92vD 11 місяців тому +80

      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 11 місяців тому +23

      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.

  • @eric_so_good
    @eric_so_good 11 місяців тому +1

    this is just amazing! Subscribed for this haha!

    • @stupidgeek
      @stupidgeek  11 місяців тому

      thankyou, appreciate that :)

  • @SiKKplays
    @SiKKplays 11 місяців тому +1

    10/10 storytelling, would watch again.

  • @lolwildriftbro
    @lolwildriftbro 11 місяців тому +1

    Amazing content man keep up the work 💪🏻

  • @АлександрГолованов-ь3в
    @АлександрГолованов-ь3в 11 місяців тому +13

    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

    • @АлександрГолованов-ь3в
      @АлександрГолованов-ь3в 11 місяців тому +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  11 місяців тому +3

      That's sounds good, I'll sure try it. Thankyou :)

  • @SpragginsDesigns
    @SpragginsDesigns 11 місяців тому +11

    Dude, I would love to help you out on projects. This looks absolutely like so much fun. Subscribed for sure.

    • @stupidgeek
      @stupidgeek  11 місяців тому +1

      Thankyou, you can sure contribute after I open-source it.

  • @janardannn
    @janardannn 11 місяців тому +1

    i love this channel, keep pumping out more content

    • @stupidgeek
      @stupidgeek  11 місяців тому

      Thankyou, definitely :)

  • @7heMech
    @7heMech 11 місяців тому +6

    During download you should have it send files into 20 mb chunks as well, and let client merge them

    • @stupidgeek
      @stupidgeek  11 місяців тому +1

      yessir should've done that. Thankyou for the suggestion :)

  • @deepakputhanpura1955
    @deepakputhanpura1955 8 місяців тому +1

    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  8 місяців тому

      Good project, right? Keep working on it :D

  • @thecrazymoon6578
    @thecrazymoon6578 11 місяців тому +2

    The best feature about JS is its ecosystem

  • @pianomanrash
    @pianomanrash 11 місяців тому +6

    Great idea and excellent video. Subbed.

    • @stupidgeek
      @stupidgeek  11 місяців тому

      Awesome, thank you :)

  • @loftzo
    @loftzo 11 місяців тому +25

    loved this idea and video format. what time tracker are you showing at 5:16? looks pretty cool

    • @adamcvikl1393
      @adamcvikl1393 11 місяців тому +1

      I think it's WakaTime, but I'm not sure wakatime.com

    • @stupidgeek
      @stupidgeek  11 місяців тому +4

      Thankyou :) and yes its wakatime

  • @dairhat
    @dairhat 11 місяців тому +1

    Please make this open source.
    Also, loved the video! I can't believe this is your first one :o

    • @stupidgeek
      @stupidgeek  11 місяців тому +1

      very soon :D
      Thankyou :)

  • @VishalYadav-s8m
    @VishalYadav-s8m 11 місяців тому +3

    So excited for your next video ?

  • @kebien6020
    @kebien6020 11 місяців тому +3

    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  11 місяців тому

      That's interesting, I'll try to use that :)

    • @YodaComedy
      @YodaComedy 11 місяців тому

      @@stupidgeek Dev Detour tried this and used this too :)

  • @caut-arg
    @caut-arg 11 місяців тому +1

    Your first upload and you are already making quality content ! :)
    Where could we see more of that code ?

    • @stupidgeek
      @stupidgeek  11 місяців тому +1

      Very soon, maybe in the sequel to this video :)

  • @1682hjdjdjdbeiensnsudhjs
    @1682hjdjdjdbeiensnsudhjs 11 місяців тому +2

    Nice project great editing

  • @th-redattack
    @th-redattack 15 годин тому

    Why didn’t you use TDlib directly without a bot to get 2gb limit and not 50mb ?

  • @aniketsaha7273
    @aniketsaha7273 11 місяців тому +2

    So at the end you didn't able to make it?

  • @air_ballon
    @air_ballon 11 місяців тому +3

    Very cool project . You deserve the sub, and it would be very great if you released it open source

    • @stupidgeek
      @stupidgeek  11 місяців тому +1

      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.

  • @flixqtt
    @flixqtt 11 місяців тому +1

    Went to watch your other videos but sadly this was the only one, hope you upload more soon.

    • @stupidgeek
      @stupidgeek  11 місяців тому

      sorry, stay tuned :)

    • @flixqtt
      @flixqtt 11 місяців тому

      @@stupidgeek you could try documentary content, your voice is great

    • @stupidgeek
      @stupidgeek  11 місяців тому

      @@flixqtt haha, nah, programming is enough for me :D

  • @juliencalcada8474
    @juliencalcada8474 11 місяців тому +1

    This exactly the type of stupids projects I like to do and live to watch. I sub right now ! 😎

  • @fuzzy-02
    @fuzzy-02 11 місяців тому +3

    Me, with slow af internet:

    • @stupidgeek
      @stupidgeek  11 місяців тому +2

      :(

    • @fuzzy-02
      @fuzzy-02 11 місяців тому +2

      @@stupidgeek don't worry, I can still "borrow" storage at night with this technique kekw

    • @stupidgeek
      @stupidgeek  11 місяців тому

      @@fuzzy-02 ;)

  • @kushagra0347
    @kushagra0347 11 місяців тому +1

    What website/software/vs code extension/whatever is that you used at 5:16 ??

    • @stupidgeek
      @stupidgeek  11 місяців тому +1

      It's a website called WakaTime :)

    • @kushagra0347
      @kushagra0347 11 місяців тому +1

      @@stupidgeek nice! Thank you :D

  • @Real_SSGyt
    @Real_SSGyt 7 місяців тому

    Somebody already made an app for this Unlim Cloud but that stores the data in saved messages and nk encryption

  • @J-S_93
    @J-S_93 11 місяців тому +1

    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.

  • @TITANBABY-rq3mr
    @TITANBABY-rq3mr 8 місяців тому

    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? 😭

  • @amoron2162
    @amoron2162 11 місяців тому +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  11 місяців тому +1

      sure thing, cool idea, thanks man :)

  • @littlefreak3000
    @littlefreak3000 11 місяців тому +1

    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  11 місяців тому

      That's a good idea, I'll give it a try. Thankyou :)

  • @TeiMaVi
    @TeiMaVi 11 місяців тому +1

    Oh man you have so great video edit

  • @AakLklsKlja
    @AakLklsKlja 3 місяці тому

    Aren't you open sourcing it? 😢

  • @benjaminlewis3903
    @benjaminlewis3903 11 місяців тому +1

    Where are the graphs he showed at the end from?

    • @stupidgeek
      @stupidgeek  11 місяців тому

      It's a website called WakaTime

  • @medevesh
    @medevesh 11 місяців тому +2

    Sir, please tell me the project Management software you are using.
    Thank you

    • @stupidgeek
      @stupidgeek  11 місяців тому +1

      Its a website called WakaTime :)

    • @medevesh
      @medevesh 11 місяців тому

      @@stupidgeek Thank you sir

  • @Niv54niv
    @Niv54niv 11 місяців тому +4

    How did you get the project metrics at the end of the video?

    • @stupidgeek
      @stupidgeek  11 місяців тому +2

      Its a website called WakaTime

  • @averagefactorioplayer
    @averagefactorioplayer 11 місяців тому +1

    Why is this video interlaced??

    • @stupidgeek
      @stupidgeek  11 місяців тому

      my screen recorder didn't want to work that day, had to record it on a cheap recorder :')

  • @tedchirvasiu
    @tedchirvasiu 11 місяців тому +2

    5:15 - but it says 23 on the picture

    • @stupidgeek
      @stupidgeek  11 місяців тому

      yea, but its time spent in the previous week, the top right says the total time :)

  • @weistrass
    @weistrass 11 місяців тому +1

    How do you measure the time spent in the project?

    • @stupidgeek
      @stupidgeek  11 місяців тому

      It's a website called WakaTime :)

  • @antranquoc4568
    @antranquoc4568 11 місяців тому +1

    Nice project bro, what program do you use at 5:17?

    • @stupidgeek
      @stupidgeek  11 місяців тому

      It's a website called WakaTime :)

  • @flightman2870
    @flightman2870 11 місяців тому +1

    5:15 which app you used to measure your time spent on project ?

    • @stupidgeek
      @stupidgeek  11 місяців тому

      It's a website called WakaTime

  • @0xhhhhff
    @0xhhhhff 11 місяців тому +1

    how did u track time spent in the last part of the video?

    • @stupidgeek
      @stupidgeek  11 місяців тому +1

      It's a website called WakaTime :)

  • @l4iamko
    @l4iamko 11 місяців тому +1

    step by step, not reading documentation, a journey.

  • @googlengineer
    @googlengineer 11 місяців тому +1

    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  11 місяців тому

      I see, I will sure use these tips, thankyou :)

  • @kipchickensout
    @kipchickensout 11 місяців тому +1

    Kinda reminds me of using UA-cam as a file system but in less cursed

  • @backiscute
    @backiscute 11 місяців тому +1

    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  11 місяців тому +1

      I see, sure thing, thankyou for the advice :)

    • @thatcat7113
      @thatcat7113 11 місяців тому

      link it bro, I'm interested in trying it out

    • @backiscute
      @backiscute 11 місяців тому

      @@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 11 місяців тому

      @@backiscute oh yeah that makes sense, true that's an issue

  • @user-bb1cn1we1e
    @user-bb1cn1we1e 11 місяців тому +2

    Hi , Can you pls provide the name for your editing software

    • @stupidgeek
      @stupidgeek  11 місяців тому

      Hey, I use Davinci Resolve

  • @h3li0p4us3
    @h3li0p4us3 11 місяців тому +1

    good job mate !

    • @stupidgeek
      @stupidgeek  11 місяців тому

      Thankyou :)

    • @h3li0p4us3
      @h3li0p4us3 11 місяців тому +1

      @@stupidgeek and u just gave me the idea for my first video xD

    • @stupidgeek
      @stupidgeek  11 місяців тому

      sure, go for it :)

  • @nahu-dev
    @nahu-dev 11 місяців тому +2

    How did you track the entire development time and get those graphs at the end?

    • @stupidgeek
      @stupidgeek  11 місяців тому +1

      just by memory, haha. The graphs are from website called WakaTime

    • @nahu-dev
      @nahu-dev 11 місяців тому +1

      @@stupidgeek thanks a lot

    • @stupidgeek
      @stupidgeek  11 місяців тому

      @@nahu-dev you're welcome

  • @plissk3n1337
    @plissk3n1337 11 місяців тому +1

    How did you do the time tracking?

    • @stupidgeek
      @stupidgeek  11 місяців тому

      Using a website called WakaTime :)

  • @psdhage1
    @psdhage1 11 місяців тому +1

    how did you found the time spent on this project?

    • @stupidgeek
      @stupidgeek  11 місяців тому

      It's a website called WakaTime :)

  • @beedslolkuntus2070
    @beedslolkuntus2070 11 місяців тому +2

    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  11 місяців тому +1

      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 11 місяців тому

      @@stupidgeek
      Okayy thanks :)) you’re really sweet haha

  • @EnderWang
    @EnderWang 6 місяців тому +1

    I did try to build a CLI app in go, and almost get it down until I saw tg bot can only upload files less than 50mb, and I know it's tricky to get the chunk not corrupted and I also don't wanna do local server or split files or encryption, they all eats a lot of resources locally especially you got a lot of files (in TBs), now it's 1 o'clock in the morning and I wasted three hours on doing this. Good night 😅 let those files reset in my HDD forever.

    • @stupidgeek
      @stupidgeek  6 місяців тому +1

      Completely Understandable, after I did this video I got to know that there is a library in python (pyrogram or something like that) which can upload files upto 2GB's. I tried it for a file and it worked smooth. Try using that, you don't need to split unless your files are 2GB in size, so the encryption is also quite easy in this case.

  • @lubie_pomarancze7540
    @lubie_pomarancze7540 11 місяців тому

    What is the name of the music playing in the background? Anyone?

  • @tiagovla
    @tiagovla 4 місяці тому

    I thought about doing this with youtube before. Store data as videos. :)

  • @FaizanAnwerAli
    @FaizanAnwerAli 11 місяців тому +1

    Care to share the code? Some very interesting things you've done that I like to learn

    • @stupidgeek
      @stupidgeek  11 місяців тому

      Yessir, soon after fixing some of these issues :)

  • @Anto-mi5pn
    @Anto-mi5pn 11 місяців тому +1

    How do you get those GitHub analytics?

    • @stupidgeek
      @stupidgeek  11 місяців тому +1

      Those are my vs code analytics, you get these using a website called WakaTime.

    • @Anto-mi5pn
      @Anto-mi5pn 11 місяців тому +2

      @@stupidgeek Damn, sweet.

    • @stupidgeek
      @stupidgeek  11 місяців тому

      @@Anto-mi5pn :)

  • @human721
    @human721 11 місяців тому +1

    Nezt time please use completely black background for the text comments so its nicer to look at it with oled screens

  • @muslimgamerrr9479
    @muslimgamerrr9479 2 місяці тому

    3:00 not needed at all telegram is super secure, no goverments have acces to the data u can post whatever you want and only people in the group will be able to dl/view files, although telegram is in some issues with goverments rn, so i geuss if ur that worried it isnt a bad idea

  • @OverdriveCz
    @OverdriveCz 11 місяців тому

    Audio name?

  • @inderjotsingh5868
    @inderjotsingh5868 11 місяців тому +1

    Your server will store 20 MB file for each client , if there are more people won't it crash ?

    • @stupidgeek
      @stupidgeek  11 місяців тому +1

      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 :)

  • @carl7411
    @carl7411 11 місяців тому +1

    A very interesting project, great work! Also, what did you use to track time spent on the project?

    • @stupidgeek
      @stupidgeek  11 місяців тому

      Thankyou :)
      It's a website called WakaTime.

    • @carl7411
      @carl7411 11 місяців тому +1

      @@stupidgeek thank you!

  • @sixthsense844
    @sixthsense844 11 місяців тому +1

    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  11 місяців тому +1

      It's only if you don't come online in the last 6 months :)

    • @iHawke
      @iHawke 11 місяців тому

      I haven't had anything deleted from me

  • @immayurpanchal
    @immayurpanchal 11 місяців тому +2

    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  11 місяців тому +2

      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 11 місяців тому +1

      @@stupidgeek Got it! Thanks a lot for your response.

    • @stupidgeek
      @stupidgeek  11 місяців тому +1

      @@immayurpanchal welcome :)

  • @RedOneM
    @RedOneM 11 місяців тому

    The time you put in such projects could have been wage hours towards a NAS with no strings attached.

  • @NickyTyler-vc5iw
    @NickyTyler-vc5iw 11 місяців тому +1

    amazing work

  • @dalbyte
    @dalbyte 11 місяців тому +1

    your screen capture is interlace please fix it, i find your video very entertaining

    • @stupidgeek
      @stupidgeek  11 місяців тому

      Sorry about that, I fixed it right after the upload :)

  • @dracula5752
    @dracula5752 11 місяців тому +1

    i hope you didn't use react for frontend

    • @stupidgeek
      @stupidgeek  11 місяців тому

      I did, in a hurry :')
      I'll use nextjs or something now

  • @oak___
    @oak___ 11 місяців тому +1

    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  11 місяців тому

      Its a website called WakaTime, welcomes to the zone btw hehe

    • @oak___
      @oak___ 11 місяців тому +1

      @@stupidgeek thank you! earned a sub ;)

    • @hkstar2871
      @hkstar2871 11 місяців тому +1

      @@stupidgeek thats cool man sub earned

    • @stupidgeek
      @stupidgeek  11 місяців тому

      @@oak___ thankyou :)

    • @stupidgeek
      @stupidgeek  11 місяців тому

      @@hkstar2871 thankyou :)

  • @muqtda
    @muqtda 11 місяців тому +1

    Love the video

  • @yeahhhhhhhhhhhhhhhhhhhhhhhhhh
    @yeahhhhhhhhhhhhhhhhhhhhhhhhhh 11 місяців тому

    did you roll your own crypto?

  • @theflamingarrow1833
    @theflamingarrow1833 11 місяців тому +1

    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  11 місяців тому

      That's a good idea haha

  • @JonnySolomon
    @JonnySolomon 11 місяців тому +1

    lmao i lost it at more chuncks

  • @GjentiG4
    @GjentiG4 11 місяців тому +1

    Great vid! What did you use to track the time spent on a project?

    • @stupidgeek
      @stupidgeek  11 місяців тому

      thanks mate, its a website called WakaTime, its like a dashboard for devs :)

  • @channelboyy3900
    @channelboyy3900 2 місяці тому

    yo what is teh code?

  • @kairu_b
    @kairu_b 11 місяців тому +1

    Great video

  • @PirnazarovDostonbek
    @PirnazarovDostonbek 11 місяців тому

    wait for limitations from Telegram ((

  • @Kashkan14
    @Kashkan14 11 місяців тому +2

    Nah bro give us the bot this is so cool I wanna use it

    • @stupidgeek
      @stupidgeek  11 місяців тому

      patience, won't take too long :)

  • @hendrjl
    @hendrjl 11 місяців тому +1

    but, where is the code ? :D

    • @stupidgeek
      @stupidgeek  11 місяців тому

      sorry didn't share, I'll share the code after fixing some of the issues, please wait for it or maybe the sequel to this video :)

  • @beloaded3736
    @beloaded3736 11 місяців тому +3

    This was brilliant 👏

  • @RajarshiKhatua100
    @RajarshiKhatua100 11 місяців тому +1

    unlim in andoid

  • @kumarutsav1123
    @kumarutsav1123 4 місяці тому

    well that's awesome

  • @filcondrat
    @filcondrat 11 місяців тому +1

    project repo link? :)

    • @stupidgeek
      @stupidgeek  11 місяців тому +1

      Need to clean the code and fix some of these issues. It'd not be worth putting it out now, I'll put it out very soon :)

  • @YodaComedy
    @YodaComedy 11 місяців тому +2

    Dev Detour beat you to it.

  • @seyedmortezakamali2597
    @seyedmortezakamali2597 11 місяців тому +1

    Nice

  • @exarinhvh
    @exarinhvh 11 місяців тому +1

    nicee

  • @wiscaksono
    @wiscaksono 11 місяців тому +1

    source code plz?

    • @stupidgeek
      @stupidgeek  11 місяців тому +1

      I'll put it on GitHub soon, just have to clean it up and fix some of the issues.

  • @mhdsbk
    @mhdsbk 11 місяців тому +1

    Hey.. how did you track your work hours. Nice video btw.

    • @stupidgeek
      @stupidgeek  11 місяців тому

      Thankyou :) its a website called wakatime

  • @karim-G
    @karim-G 4 місяці тому

    File spliter is where it ends.

  • @hamzazaman18
    @hamzazaman18 11 місяців тому +1

    this technique is so great, too bad that telegram is banned in many countries.

  • @r0o0di.
    @r0o0di. 11 місяців тому +1

    how tf only 600 subs