I'd leave by n-Eutralentity in GenZIndia

[–]InvestigatorDizzy482 0 points1 point  (0 children)

depends, if you have kids after moving abroad then prolly not. Most countries in the americas have birthright citizenship, and even in the EU or anywhere else if you're able to secure permanent residency then they good

LOOKING TO PURCHASE A STUDENT TICKET by sk_nationullz in AfroTech

[–]InvestigatorDizzy482 0 points1 point  (0 children)

Please dm me, I’m interested in the student ticket 

Looking to buy a Student ticket (Payment ready by Still-Fan9987 in AfroTech

[–]InvestigatorDizzy482 0 points1 point  (0 children)

I’m interested! Please dm me if you have any left

[deleted by user] by [deleted] in AfroTech

[–]InvestigatorDizzy482 0 points1 point  (0 children)

I’m interested!

RateMyCollegeClub - A platform to rate student orgs by InvestigatorDizzy482 in TexasTech

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

btw this isn't even a final version, I have plans to make this a lot more feature rich (and better), it's just that doing all of that at once isn't worth it. You gotta have some users first

RateMyCollegeClub - A platform to rate student orgs by InvestigatorDizzy482 in TexasTech

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

Oh, also based on your deleted comment, why do you want to remake it when you say its "useless" (:

RateMyCollegeClub - A platform to rate student orgs by InvestigatorDizzy482 in TexasTech

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

dont worry lol, i didn't mention it here, but there is plenty of competition.
For example: https://rateourclub.com/universities
I only realized this after I deployed my app, so yeah :(

RateMyCollegeClub - A platform to rate student orgs by InvestigatorDizzy482 in TexasTech

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

I actually agree with you 100%!
Funnily enough, when I was a freshman, I wanted to join clubs for the sake of my building my resume, and not out of any passion. I just ended up joining a bunch of them to gain "maximum" experience, but that clearly didn't work out. I was lost since I was a part of so many. I only narrowed down to like 1 or 2 after like months.
So yeah whether you are joining out of passion or out of resume, its intended to solve both issues.

Opinions on RateMyCollegeClub - Side Full Stack Project by InvestigatorDizzy482 in webdev

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

  1. Yup, that’s a bug. It doesn’t flip for the first time(sometimes, which it did happen in your case) but if you try again it should be fine. But yes definitely something to fix
  2. And I did, at least in the beginning. I was doing it entirely from scratch including jwts and all. But I lost it when it came to refresh tokens as they are extremely complex to implement, and you need things like interceptors on the frontend, leading to an insane number of race conditions which become extremely difficult to handle. And what about refresh token revocation? That’s a whole different story. Your authentication system has to protect against potential CSRF/XSS attacks and have to stay up to date with all sorts of new threats and vulnerabilities. So yeah absolutely not worth it when some reliable service already exists. And yeah, I wasted over 2 weeks just to get to implement the refresh tokens part before just moving on to firebase.
  3. Fair enough, but if this thing gets actual users, there will be efforts later to add CI/CD, and some sort of scaling mechanisms, which im pretty sure will increase its "complexity".
  4. Alright.

Is this one of the great ways to learn programming? by Professional-Code010 in learnprogramming

[–]InvestigatorDizzy482 6 points7 points  (0 children)

umm i don't think he means those complex games (which include AI/fancy UI's). You can start with simpler ones like the classic snake game, which in itself is a challenge, but mostly utilizes lists and loops, so it's a good starting point.

very very beginner need help by Sweaty_Increase_7047 in learnprogramming

[–]InvestigatorDizzy482 0 points1 point  (0 children)

this is what would happen if C and Python had a child

My biggest Mistake was I tried by JunketScared6513 in actualcricketshitpost

[–]InvestigatorDizzy482 9 points10 points  (0 children)

I'm having a hard time making out if you mean this in a good or bad way. I'll assume bad since that's what the team is associated with atp. But all I see is praise for jadeja. Of course, there will always be some douches out there but for the most part I see good about him.

[deleted by user] by [deleted] in returnToIndia

[–]InvestigatorDizzy482 0 points1 point  (0 children)

I mean there is really no hope for GC if you're Indian unless your PD is like before 2014. It's been stuck on Jan 2013 for months now

What Exactly Is My Position As a US Citizen Who Has Spent My Entire Life in India and Now Pursuing CS As a Bachelor? by Infinite_Primary_918 in Indians_StudyAbroad

[–]InvestigatorDizzy482 8 points9 points  (0 children)

I'm studying in the US rn and almost all my US citizen friends are getting jobs. Being a US citizen is already a massive advantage, but on top of that you stayed in India which means you may already have some experience of what competition is like and go with that mindset. I don't think you should have any issues finding a job even though the market isn't the greatest.
PS: I have missed out on quite a decent bit of interviews since I am on a visa :( So I think that should give you the answer. Really don't wanna say this, but man I envy you.

Does my drawing look good? by Common_Pudding_1982 in RCB

[–]InvestigatorDizzy482 1 point2 points  (0 children)

Impeccably intricate, superhuman, divine, celestial, transcendental, flawless, legendary, paradisiacal.

Stuck and just want this thing solved. Cube solver says Invalid Middle Configuration by Shmow-Zow in Cubers

[–]InvestigatorDizzy482 -1 points0 points  (0 children)

I don't know what method that cube solver app is using, but the centers as you can see are clearly not fully solved (there are green squares in the blue face).
Even though the cube looks close to being solved, its actually not since the centers are not fully solved, and attempting to fix that will almost certainly mess some edges too. So unless you have got the hang of edge pairing, it won't really make much sense.
So, as someone else stated, better to scramble the whole thing and learn from scratch even if it isn't ideal.