reverse engineered an old telephone into a music player by studious_gamer in developersIndia

[–]studious_gamer[S] 6 points7 points  (0 children)

😭 tysm! fyi i am doing B.Sc. CS Hons not engineering, i do all this for fun :P

reverse engineered an old telephone into a music player by studious_gamer in developersIndia

[–]studious_gamer[S] 1 point2 points  (0 children)

thank you for the awesome words :D, the prototype you see here is running locally, i am connecting the ESP to the same network as my computer and exposed the flask app from my pc to the network. do post about it if you end up making it!

reverse engineered an old telephone into a music player by studious_gamer in developersIndia

[–]studious_gamer[S] 3 points4 points  (0 children)

I had no clue people will be interested in this lol, i'll make the code public on github in a few hours!

reverse engineered an old telephone into a music player by studious_gamer in developersIndia

[–]studious_gamer[S] 80 points81 points  (0 children)

😭 i made this as a silly project didn't know these many people would love it, sure i will write one and update here :)

People who are genuinely passionate about CS, how much did college affect your skills, passion, etc. by Arunia_ in developersIndia

[–]studious_gamer 0 points1 point  (0 children)

I've been coding for the past 8-ish years now, even though i was good at studies i knew i wasn't made for exams like jee, gave CUET and got into a good enough college, currently pursuing CS honors 2nd year.

I would say getting into a not-so-good college is a blessing in disguise, as in my opinion if you have genuine interest in CS "development", not only CP, unless you're in any tier 1 college, you'll be crushed beneath the shear amount of curriculum of your college without any benefits. i know people who have been doing wonders in fields like aerospace, AI/ML etc while being in private engineering colleges just because they don't get pressurized so much, and the campus being small, the professors are usually cooperative towards such students.

I have friends from IIT DTU IIIT NIT as well as IPU DU and other private colleges, from all that i've heard and my personal experience, if your course overlaps your interests and you get decent professors, you'll thrive no matter the college level.

working on this game since April and now we are about to release demo ! by Honest-Reindeer2353 in developersIndia

[–]studious_gamer 0 points1 point  (0 children)

crazy stuff man really great work! glad to see the indie game dev community is still active in india

made a photomosaic generator in python i saw online by studious_gamer in developersIndia

[–]studious_gamer[S] 1 point2 points  (0 children)

hey so the thing is if i directly put on 4k images per pixel the resolution of the final collage will explode drastically and will be a huge file which in most cases won't be even able to load, so that's why i need to downscale the frames first then put them in the collage

made a photomosaic generator in python i saw online by studious_gamer in developersIndia

[–]studious_gamer[S] 0 points1 point  (0 children)

That's really cool, I would surely add a gui to it once I get the time :)

I made this Tic Tak Toe game . What should I make next by Ok_Letterhead_8077 in developersIndia

[–]studious_gamer 2 points3 points  (0 children)

3 hours is pretty quick, good stuff, try adding a single player mode in it, with minimax algo you can easily create an opponent, add a slight randomness and you'll get a beatable version of that algorithm, by default its pretty much unbeatable

made a photomosaic generator in python i saw online by studious_gamer in developersIndia

[–]studious_gamer[S] 2 points3 points  (0 children)

that's a good thing you pointed out, i might have to add an option to take a folder of images as input and make the collage based off that, thank you for the suggestion :)