HackerTrans
TopNewTrendsCommentsPastAskShowJobs

collinboler2

no profile record

Submissions

Show HN: I Made Siri for LeetCode

leetduck.com
1 points·by collinboler2·5 miesięcy temu·0 comments

[untitled]

1 points·by collinboler2·6 miesięcy temu·0 comments

[untitled]

1 points·by collinboler2·6 miesięcy temu·0 comments

Show HN: LeetCode on Steroids

leetduck.com
2 points·by collinboler2·6 miesięcy temu·0 comments

Show HN: LeetDuck – AI voice-to-voice mock interviewer for LeetCode.com

leetduck.com
2 points·by collinboler2·6 miesięcy temu·0 comments

Show HN: Spotify Wrapped but for LeetCode

github.com
28 points·by collinboler2·7 miesięcy temu·11 comments

LeetCode Wrapped – Spotify Wrapped for LeetCode

leetcodewrapped.com
1 points·by collinboler2·7 miesięcy temu·1 comments

comments

collinboler2
·7 miesięcy temu·discuss
I do leetcode in the browser on my phone sometimes lol. It's far from ideal, but most of the work is thinking rather than typing.
collinboler2
·7 miesięcy temu·discuss
Haha I legit made the same thing 3 days ago and just posted about it on here today as well: https://news.ycombinator.com/item?id=46183952

Great minds think alike! Mine is leetcodewrapped.com.

Did you guys hit the graphql endpoint as well?
collinboler2
·7 miesięcy temu·discuss
Fire! The send email flow is sick
collinboler2
·7 miesięcy temu·discuss
That's interesting, didn't know that. Bummer you can't replay it once "the event has ended."

> The OPs seems to be more cumulative lifetime stats rather than just this past year, for a lot of the slides.

I disclose that the last 5 slides are lifetime stats in my readme:

"Note: The last 5 slides are not necessarily specific to 2025 because of leetcode's graphql api only allows querying up to 20 of the latest submissions from an unauthenticated user.

However, if you pass a LEETCODE_SESSION cookie (obtained from leetcode.com, open dev tools -> application -> cookies) with your request you can query all of your accounts submissions. You could also use the calendar endpoint query all of your submissions in the past year, and thus create a much more nuanced leetcode wrapped. (ex: You struggled with this problem the most in 2025.)"

I may try to tackle this via an extension with no server side logic if I have some free time later this week, would certainly be a cooler final product. Only caveat is users would have to manually install the extension from a github repo (too scary for most people) or the chrome web store, which may add too much friction for most people.
collinboler2
·7 miesięcy temu·discuss
I'm a student right now so I am certainly biased, but one senior dev (late 20s) from I company I interned at used it quite religiously despite being happily employed. I think some people feel it's a nice insurance policy to stay sharp
collinboler2
·7 miesięcy temu·discuss
Yup, it’s essentially a daily habit for many devs these days, I think they've added more gamification (streaks, badges, contests) combined with a UI update that makes it feel less like "prep." (example: https://leetcode.com/quest/)

> Fun how it goes the opposite compared to the real security implications.

You're spot on, it is pretty interesting. I suggested the extension purely to bridge that trust gap, especially if it's verified by the Chrome Web Store. If the extension is designed to strictly avoid calling any external APIs (other than leetcode graphql), it makes exfiltration impossible, ensuring the cookie never leaves the user's browser
collinboler2
·7 miesięcy temu·discuss
Using leetcode's unofficial graphql api, I made spotify wrapped but for leetcode!

Something I've been tinkering on that I thought I would share with y'all. Let me know what you guys think!

It's open source if anyone wants to contribute as well: github.com/collinboler/leetcodewrapped