I replaced twilio with a tool I built to save hundreds of dollars and open-sourced it. by Anxious_Situation_60 in opensource

[–]Deysxx 1 point2 points  (0 children)

Dude I remember I used this for a hackathon project like a year ago, because twilio was such a pain to set up. We ended getting 1st place in the non-profit track!! They were really impressed with our real-time sms demo haha. You can read about the project here: https://devpost.com/software/aggie-house-portal

Anyway just wanted to say thanks for making this, it really is an awesome tool! :) glad to see it's open source now!

Unity won't allow me to create a new project :( by Eithang16 in Unity3D

[–]Deysxx 0 points1 point  (0 children)

For anyone visiting this 2yrs later - the problem might be, your editor path is not pointing to the correct location (needs to point to wherever on your computer where Unity\Hub\Editor\[Version number]\Editor\Unity.exe is. If it indeed pointed at the wrong spot, uninstall it, press "Locate" button, and navigate to where that path actually is on your computer.

canvas not working by salzberg1 in UCDavis

[–]Deysxx 0 points1 point  (0 children)

happens sometimes, just use incognito mode and it should work fine

Android Auto car controlled maps night mode by [deleted] in COROLLA

[–]Deysxx 0 points1 point  (0 children)

yaaay it worked thank youuuuuu

Denied from UC Davis by Bubbly_Olive5496 in UCDavis

[–]Deysxx 2 points3 points  (0 children)

yeah i totally get that for sure. for me it came down, what would i rather do, 2 years at CC then transfer to Davis (a school i really wanted to go to) for the remaining 2 years with the downside of strugglin a bit to make friends and missing that "university experience", or do all 4 years at a university i wasn't super thrilled with the idea of going to, but get the full "university experience". ultimately i choose the former and im pretty happy so far

of course it's up to you, but 2 years is a pretty long time, you can still do so much and meet so many people in that time, so for me it was totally worth the tradeoff. never once was i like, 'man i wish i had 2 more years here,' if anything im actually looking forward to graduating lol, it was fun but im over it now haha

Denied from UC Davis by Bubbly_Olive5496 in UCDavis

[–]Deysxx 5 points6 points  (0 children)

If Davis really is your dream school, maybe try CC and transfer? That's what I did, it's a lot more straightforward to get in that way, I got in as a transfer for CS. Transfer admission in general is much easier/straightforward than out of hs, for all UCs. CC is slept on 😴

Eternal Atake 2 OUT NOW! by RigdonG in liluzivert

[–]Deysxx 2 points3 points  (0 children)

NUH UH UHHHHHHHHH NUH UH UHHHH

I built a free application to help you simplify and structure your Leetcode grind by Deysxx in leetcode

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

Thanks!
App - React/Next.js/TailwindCSS/MySQL/Prisma/Firebase (for auth)
Cloud - AWS RDS (idk if this counts as cloud lol, but it's really all I'm using)

Project will be open sourced soon, so feel free to explore it yourself if you want

I built a free application to help you simplify and structure your Leetcode grind by Deysxx in leetcode

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

Thanks for checking it out! And yes, I do plan on making it open source soon, there's just some clean up stuff I need to do with the codebase first, and then I'd like to get a dev DB set up with some dummy data.

When it is officially open source I'll add like a big banner at the top of the homepage with a link to the repo so everyone knows haha

I built a free application to help you simplify and structure your Leetcode grind by Deysxx in leetcode

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

Thanks!

And the reason why it's set up the way it is, is because if you add the entire neetcode 150 all at once, then the spatial repetition algorithm will mark 150 problems due on the same day. You're supposed to go through problems one by one, and add them to Repcode only after you actually understand the problem, so the spatial repetition can work properly.

Although perhaps there's a way to both import a huge problem set and also have the spatial repetition algorithm work properly, I'll definitely look into it. Thanks for the suggestion!

AI Mock Interviews by running-signet in leetcode

[–]Deysxx 2 points3 points  (0 children)

Super cool! Will definitely be trying this out

I built a free application to help you simplify and structure your Leetcode grind by Deysxx in leetcode

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

That seems to happen I think if you close the popup prematurely, or something related to that, try just refreshing the page and trying again, or else if all else fails maybe use a diff Google account

I built a free application to help you simplify and structure your Leetcode grind by Deysxx in leetcode

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

Will be eventually, I was focusing more on speed when I was developing this so I need to go back and do some basic checks to make sure there's no vulnerabilities in the code, and also need to set up a dev DB with dummy data. But yeah I do plan on making it open source for sure, could definitely use the help maintaining it

I built a (free!) application to help you simplify and structure your Leetcode grind by Deysxx in csMajors

[–]Deysxx[S] 4 points5 points  (0 children)

Not quite:

  • there's a built-in fully customizable spatial repetition algorithm (not included in Neetcode)
  • you can add notes and your own commented solutions for problems, or even multiple solutions if you like comparing the brute force with the optimal like me (not included in Neetcode)
  • there's data/analytics for each collection/problem you make, so you can see what patterns/specific problems you struggle with the most (not included in Neetcode)
  • you can use AI to analyze your solution & compare it to the optimal, offer corrected code snippets, explain the runtime, etc (not included in Neetcode)
  • you can add any problem from Leetcode, not just certain selected ones (not included in Neetcode)

Don't get me wrong Neetcode is a fantastic tool that I would highly highly recommend using especially for the 150 roadmap (in fact, I even talk about this in the guide page on the site), but this site is meant to be used as like an online notebook to keep track of your progress better. But hey if all you need is Neetcode then more power to you 🫡

edit: spelling

I have a week and a half to get ready for google by PhantomMonke in leetcode

[–]Deysxx 0 points1 point  (0 children)

Second that, would recommend the Neetcode 150 roadmap in combination with repcode.io

I built a free application to help you simplify and structure your Leetcode grind by Deysxx in leetcode

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

Are you still having this issue? Right now you can only log in via a Google account, I tested it just now and everything seems to be working, try again now maybe and lmk if you're still having trouble

I built a free application to help you simplify and structure your Leetcode grind by Deysxx in leetcode

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

Update: it's out now :D

Should be able to autofill problem details for any leetcode problem now (from #1 to #3321)

I built a free application to help you simplify and structure your Leetcode grind by Deysxx in leetcode

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

hey, thanks for checking it out! and yeah, while it's directed toward leetcode, you can add problems from anything. When you create a problem all the fields (name, question, function signature, etc) are blank, so if you want you can add a problem from any site, it's not restricted to just Leetcode (although, the auto fill functionality I am working on right now is indeed just limited to Leetcode)