<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: collinboler2</title><link>https://news.ycombinator.com/user?id=collinboler2</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 12 Jul 2026 03:25:15 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=collinboler2" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: I Made Siri for LeetCode]]></title><description><![CDATA[
<p>Article URL: <a href="https://leetduck.com/">https://leetduck.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47147282">https://news.ycombinator.com/item?id=47147282</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 25 Feb 2026 04:15:00 +0000</pubDate><link>https://leetduck.com/</link><dc:creator>collinboler2</dc:creator><comments>https://news.ycombinator.com/item?id=47147282</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47147282</guid></item><item><title><![CDATA[Show HN: LeetCode on Steroids]]></title><description><![CDATA[
<p>Article URL: <a href="https://leetduck.com/">https://leetduck.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46522843">https://news.ycombinator.com/item?id=46522843</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 07 Jan 2026 05:11:05 +0000</pubDate><link>https://leetduck.com/</link><dc:creator>collinboler2</dc:creator><comments>https://news.ycombinator.com/item?id=46522843</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46522843</guid></item><item><title><![CDATA[Show HN: LeetDuck – AI voice-to-voice mock interviewer for LeetCode.com]]></title><description><![CDATA[
<p>I made this because I had trouble "thinking aloud" during technical interviews, even when I knew the optimal solution.<p>I'm using it right now to work on practicing vocalizing my ideation, which is a huge component of technical interviews that leetcode doesn't cover.<p>It integrates seamlessly into leetcode.com and sits on your screen as a little "rubber duck."<p>LeetDuck is automatically configured to proactively ask you a random behavioral question at the start, respond to runs and submits, and ask you about the time and space complexity when you successfully complete the problem.<p>Let me know what you guys think! Is this actually something other people would use too?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46513935">https://news.ycombinator.com/item?id=46513935</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 06 Jan 2026 15:56:29 +0000</pubDate><link>https://leetduck.com/</link><dc:creator>collinboler2</dc:creator><comments>https://news.ycombinator.com/item?id=46513935</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46513935</guid></item><item><title><![CDATA[New comment by collinboler2 in "I program on the subway"]]></title><description><![CDATA[
<p>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.</p>
]]></description><pubDate>Sun, 21 Dec 2025 23:20:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=46349657</link><dc:creator>collinboler2</dc:creator><comments>https://news.ycombinator.com/item?id=46349657</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46349657</guid></item><item><title><![CDATA[New comment by collinboler2 in "Show HN: Leetwrap – A "Spotify Wrapped" for LeetCode"]]></title><description><![CDATA[
<p>Haha I legit made the same thing 3 days ago and just posted about it on here today as well: <a href="https://news.ycombinator.com/item?id=46183952">https://news.ycombinator.com/item?id=46183952</a><p>Great minds think alike! Mine is leetcodewrapped.com.<p>Did you guys hit the graphql endpoint as well?</p>
]]></description><pubDate>Mon, 08 Dec 2025 10:05:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46190519</link><dc:creator>collinboler2</dc:creator><comments>https://news.ycombinator.com/item?id=46190519</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46190519</guid></item><item><title><![CDATA[New comment by collinboler2 in "Show HN: Apple OS 1 inspired personal website"]]></title><description><![CDATA[
<p>Fire! The send email flow is sick</p>
]]></description><pubDate>Mon, 08 Dec 2025 00:23:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46186901</link><dc:creator>collinboler2</dc:creator><comments>https://news.ycombinator.com/item?id=46186901</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46186901</guid></item><item><title><![CDATA[New comment by collinboler2 in "Show HN: Spotify Wrapped but for LeetCode"]]></title><description><![CDATA[
<p>That's interesting, didn't know that. Bummer you can't replay it once "the event has ended."<p>> The OPs seems to be more cumulative lifetime stats rather than just this past year, for a lot of the slides.<p>I disclose that the last 5 slides are lifetime stats in my readme:<p>"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.<p>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.)"<p>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.</p>
]]></description><pubDate>Sun, 07 Dec 2025 21:13:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=46185204</link><dc:creator>collinboler2</dc:creator><comments>https://news.ycombinator.com/item?id=46185204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46185204</guid></item><item><title><![CDATA[New comment by collinboler2 in "Show HN: Spotify Wrapped but for LeetCode"]]></title><description><![CDATA[
<p>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</p>
]]></description><pubDate>Sun, 07 Dec 2025 20:51:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46185029</link><dc:creator>collinboler2</dc:creator><comments>https://news.ycombinator.com/item?id=46185029</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46185029</guid></item><item><title><![CDATA[New comment by collinboler2 in "Show HN: Spotify Wrapped but for LeetCode"]]></title><description><![CDATA[
<p>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: <a href="https://leetcode.com/quest/" rel="nofollow">https://leetcode.com/quest/</a>)<p>> Fun how it goes the opposite compared to the real security implications.<p>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</p>
]]></description><pubDate>Sun, 07 Dec 2025 20:39:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46184924</link><dc:creator>collinboler2</dc:creator><comments>https://news.ycombinator.com/item?id=46184924</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46184924</guid></item><item><title><![CDATA[Show HN: Spotify Wrapped but for LeetCode]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/collinboler/leetcodewrapped">https://github.com/collinboler/leetcodewrapped</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46183952">https://news.ycombinator.com/item?id=46183952</a></p>
<p>Points: 28</p>
<p># Comments: 11</p>
]]></description><pubDate>Sun, 07 Dec 2025 18:42:57 +0000</pubDate><link>https://github.com/collinboler/leetcodewrapped</link><dc:creator>collinboler2</dc:creator><comments>https://news.ycombinator.com/item?id=46183952</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46183952</guid></item><item><title><![CDATA[New comment by collinboler2 in "LeetCode Wrapped – Spotify Wrapped for LeetCode"]]></title><description><![CDATA[
<p>Using leetcode's unofficial graphql api, I made spotify wrapped but for leetcode!<p>Something I've been tinkering on that I thought I would share with y'all. Let me know what you guys think!<p>It's open source if anyone wants to contribute as well: github.com/collinboler/leetcodewrapped</p>
]]></description><pubDate>Sat, 06 Dec 2025 10:07:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46172103</link><dc:creator>collinboler2</dc:creator><comments>https://news.ycombinator.com/item?id=46172103</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46172103</guid></item><item><title><![CDATA[LeetCode Wrapped – Spotify Wrapped for LeetCode]]></title><description><![CDATA[
<p>Article URL: <a href="https://leetcodewrapped.com">https://leetcodewrapped.com</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46172102">https://news.ycombinator.com/item?id=46172102</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 06 Dec 2025 10:07:52 +0000</pubDate><link>https://leetcodewrapped.com</link><dc:creator>collinboler2</dc:creator><comments>https://news.ycombinator.com/item?id=46172102</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46172102</guid></item></channel></rss>