<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: 72736379</title><link>https://news.ycombinator.com/user?id=72736379</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 20 Apr 2026 23:55:06 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=72736379" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by 72736379 in "Turtle WoW classic server announces shutdown after Blizzard wins injunction"]]></title><description><![CDATA[
<p>I was involved in another mmo's private server scene- what happened there was the source code for servers would get released after a server is taken down (whether by DMCA, or just pure infighting), then people build on top of that, then repeat.  I would say a vast majority of the source code is not released to the public.</p>
]]></description><pubDate>Mon, 20 Apr 2026 14:31:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47834938</link><dc:creator>72736379</dc:creator><comments>https://news.ycombinator.com/item?id=47834938</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47834938</guid></item><item><title><![CDATA[New comment by 72736379 in "Ask HN: What Are You Working On? (April 2026)"]]></title><description><![CDATA[
<p>I built <a href="https://k.cote.sh" rel="nofollow">https://k.cote.sh</a> which is a kanban board primarily for university students. I built it for myself as I'm currently doing the OMSCS program at Georgia Tech. I used to use Trello which was ok, and this semester I used just my personal calendar, which was also just ok.
 The thing with the OMSCS program is that certain classes have different time zones for deadlines (from what I've seen it's either eastern or AoE/UTC-12). Then there's also the concept of "soft deadlines" for some classes. And most classes also release assignments/quizzes in batches on a particular date. Canvas (the LMS used at Georgia Tech) does expose an ICS you can subscribe to, but there's also a bunch of noise- "office hours", random OMSCS-specific announcements, etc.
I used Trello more extensively when I was in undergrad since an in-person program typically doesn't have the quirks above. Because I wanted to access it on mobile too, I deployed it. It's free and doesn't even require sign ups to use.</p>
]]></description><pubDate>Mon, 13 Apr 2026 16:46:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47754718</link><dc:creator>72736379</dc:creator><comments>https://news.ycombinator.com/item?id=47754718</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47754718</guid></item><item><title><![CDATA[New comment by 72736379 in "Playball – Watch MLB games from a terminal"]]></title><description><![CDATA[
<p>There's a standardized way to express what is happening in the game too- you'll often hear on the radio and television broadcasts the play that just happened using numbered positions on the field. 1 is pitcher, 2 is catcher, 3 is first baseman, 4 is second, 5 is third, 6 is shortstop, etc. so you'll hear something like "6-4-3 double play" which means the ball was fielded by the shortstop (6), thrown to the second baseman (4) for the first out, then to the first baseman (3) for the second one.<p>Makes it easy to visualize the game if listening on the radio.</p>
]]></description><pubDate>Thu, 02 Oct 2025 19:18:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=45454142</link><dc:creator>72736379</dc:creator><comments>https://news.ycombinator.com/item?id=45454142</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45454142</guid></item><item><title><![CDATA[New comment by 72736379 in "MultiTimeInMenuBar – multiple timezones with country flags on menu bar (macOS)"]]></title><description><![CDATA[
<p>Worked on this a few months ago but have finally gotten around to cleaning it up for open source release and setting up a pipeline to build the .dmg.<p>I built this for two reasons, (1) I (used to) work with people from many timezones, and (2) macOS used to include flags of the current keyboard set, which I liked, but was removed [1]. I liked seeing a flag on my menu bar so I combined my two wants to make this app. It was also an exercise to build a native macOS app.<p>It's lightweight (~36 MB of memory usage), free, and open source.<p>[1] <a href="https://www.reddit.com/r/MacOS/comments/urtz0m/country_flags_in_the_menu_bar_indicating_keyboard/" rel="nofollow">https://www.reddit.com/r/MacOS/comments/urtz0m/country_flags...</a></p>
]]></description><pubDate>Sun, 25 May 2025 12:03:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=44087210</link><dc:creator>72736379</dc:creator><comments>https://news.ycombinator.com/item?id=44087210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44087210</guid></item><item><title><![CDATA[MultiTimeInMenuBar – multiple timezones with country flags on menu bar (macOS)]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/rshin7/MultiTimeInMenuBar">https://github.com/rshin7/MultiTimeInMenuBar</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44087209">https://news.ycombinator.com/item?id=44087209</a></p>
<p>Points: 2</p>
<p># Comments: 2</p>
]]></description><pubDate>Sun, 25 May 2025 12:03:06 +0000</pubDate><link>https://github.com/rshin7/MultiTimeInMenuBar</link><dc:creator>72736379</dc:creator><comments>https://news.ycombinator.com/item?id=44087209</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44087209</guid></item><item><title><![CDATA[Show HN: Alfa, always up-to-date code docs when using AI code editors]]></title><description><![CDATA[
<p>My friend and I have been working on Alfa, which allows people to bring in the latest code docs into their prompts when using AI code editors like Cursor, Windsurf, and any editor that supports MCP (model context protocol).<p>Alfa maintains a database of code docs that we scrape and embed and make it available to user via MCP. Currently focused on rapidly growing out our code docs coverage but we have a few up right now so users can test it out.<p>We made this after running into lack of context issues when using Cursor with claude 3.5 (and 3.7), as well as gemini 2.5 pro. For example, I was working on a side project that used better-auth (an authentication package) but claude 3.5 suggested using NextAuth (a more popular package that I'm not a fan of), and when I prompted that I specifically wanted to use better-auth, it told me it's not familiar with it [1]. I know that Cursor adds stuff like web search calls and <i>sometimes</i> it does correctly fetch the necessary context, but I wanted something to just work always, no matter the LLM by providing the necessary context.<p>Would appreciate any feedback. Thanks!<p>[1] <a href="https://i.imgur.com/sjVIeDs.png" rel="nofollow">https://i.imgur.com/sjVIeDs.png</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44008750">https://news.ycombinator.com/item?id=44008750</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 16 May 2025 18:57:45 +0000</pubDate><link>https://www.alfahq.ai/</link><dc:creator>72736379</dc:creator><comments>https://news.ycombinator.com/item?id=44008750</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44008750</guid></item><item><title><![CDATA[New comment by 72736379 in "Did you lose your AirPods?"]]></title><description><![CDATA[
<p>I'm not the author but my guess is that the API returns whether the number is registered with iMessage or not- like if you type in a number in a new text message it shows whether the message you're sending will be an iMessage or a text message. Don't think the author was spamming random numbers.</p>
]]></description><pubDate>Sat, 24 Aug 2024 01:12:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=41334691</link><dc:creator>72736379</dc:creator><comments>https://news.ycombinator.com/item?id=41334691</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41334691</guid></item><item><title><![CDATA[New comment by 72736379 in "2009scape"]]></title><description><![CDATA[
<p>If you frequented forums like RaGEZONE it's likely we've ran into each other before!</p>
]]></description><pubDate>Fri, 18 Aug 2023 23:24:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=37183466</link><dc:creator>72736379</dc:creator><comments>https://news.ycombinator.com/item?id=37183466</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37183466</guid></item><item><title><![CDATA[New comment by 72736379 in "2009scape"]]></title><description><![CDATA[
<p>Nope, was involved in the MapleStory private server scene.</p>
]]></description><pubDate>Fri, 18 Aug 2023 23:08:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=37183309</link><dc:creator>72736379</dc:creator><comments>https://news.ycombinator.com/item?id=37183309</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37183309</guid></item><item><title><![CDATA[New comment by 72736379 in "2009scape"]]></title><description><![CDATA[
<p>This is a "private server" (<a href="https://en.wikipedia.org/wiki/Private_server#Private_Servers_for_Video_Games" rel="nofollow noreferrer">https://en.wikipedia.org/wiki/Private_server#Private_Servers...</a>) for a version of RuneScape from 2009.</p>
]]></description><pubDate>Fri, 18 Aug 2023 23:07:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=37183289</link><dc:creator>72736379</dc:creator><comments>https://news.ycombinator.com/item?id=37183289</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37183289</guid></item><item><title><![CDATA[New comment by 72736379 in "2009scape"]]></title><description><![CDATA[
<p>Private servers like this (though for a different game) were my first exposure to programming, free and open source software, and eventually, computer science as a whole- when I eventually went off to college I majored in computer science and had a great head start in many of the practical/application courses.<p>I learned about versioning with SVN, OOP with Java, hacking together websites and forums with PHP while in middle school. Really fun times on the Internet.</p>
]]></description><pubDate>Fri, 18 Aug 2023 23:01:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=37183235</link><dc:creator>72736379</dc:creator><comments>https://news.ycombinator.com/item?id=37183235</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37183235</guid></item><item><title><![CDATA[New comment by 72736379 in "The New York Times to disband its sports department"]]></title><description><![CDATA[
<p><a href="https://www.allsides.com/news-source/new-york-times" rel="nofollow noreferrer">https://www.allsides.com/news-source/new-york-times</a>
<a href="https://www.allsides.com/news-source/new-york-times-opinion-media-bias" rel="nofollow noreferrer">https://www.allsides.com/news-source/new-york-times-opinion-...</a></p>
]]></description><pubDate>Mon, 10 Jul 2023 15:07:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=36667537</link><dc:creator>72736379</dc:creator><comments>https://news.ycombinator.com/item?id=36667537</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36667537</guid></item><item><title><![CDATA[New comment by 72736379 in "How to build a website without frameworks and tons of libraries"]]></title><description><![CDATA[
<p>For static pages I'm a huge fan of using SSG's (static site generators) like Hugo</p>
]]></description><pubDate>Tue, 04 Jul 2023 21:29:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=36592724</link><dc:creator>72736379</dc:creator><comments>https://news.ycombinator.com/item?id=36592724</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36592724</guid></item><item><title><![CDATA[New comment by 72736379 in "Asus Zenfone 10"]]></title><description><![CDATA[
<p>I was disappointed to learn its actually not smaller than an iPhone Mini- in fact it's slighter taller.</p>
]]></description><pubDate>Fri, 30 Jun 2023 00:32:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=36528867</link><dc:creator>72736379</dc:creator><comments>https://news.ycombinator.com/item?id=36528867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36528867</guid></item><item><title><![CDATA[New comment by 72736379 in "PhpBB"]]></title><description><![CDATA[
<p>myBB was my preference too- I believe it’s the latter btw (very similar look and feel vBulletin back then).</p>
]]></description><pubDate>Fri, 16 Jun 2023 17:00:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=36359993</link><dc:creator>72736379</dc:creator><comments>https://news.ycombinator.com/item?id=36359993</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36359993</guid></item><item><title><![CDATA[New comment by 72736379 in "2022 NSA Codebreaker Challenge"]]></title><description><![CDATA[
<p>Take a look at the tasks from last year: <a href="https://github.com/luker983/nsa-codebreaker-2021" rel="nofollow">https://github.com/luker983/nsa-codebreaker-2021</a></p>
]]></description><pubDate>Tue, 09 Aug 2022 14:42:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=32398681</link><dc:creator>72736379</dc:creator><comments>https://news.ycombinator.com/item?id=32398681</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32398681</guid></item><item><title><![CDATA[New comment by 72736379 in "U.S. Army Camouflage Improvement Explained (2013)"]]></title><description><![CDATA[
<p>I wore this pattern during my time in the service. It sucked and did not blend into anything but wet gravel. It sucked so much that when it came time to deploy overseas, troops were issued Multicam uniforms to better blend with the elements.</p>
]]></description><pubDate>Tue, 02 Aug 2022 00:29:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=32313877</link><dc:creator>72736379</dc:creator><comments>https://news.ycombinator.com/item?id=32313877</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32313877</guid></item><item><title><![CDATA[New comment by 72736379 in "Billion-record stolen Chinese database for sale on breach forum"]]></title><description><![CDATA[
<p>This is less a confirmation but more of a "piggybacking".</p>
]]></description><pubDate>Tue, 05 Jul 2022 12:30:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=31987409</link><dc:creator>72736379</dc:creator><comments>https://news.ycombinator.com/item?id=31987409</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31987409</guid></item><item><title><![CDATA[New comment by 72736379 in "Rail Theft Soars in California"]]></title><description><![CDATA[
<p>I'm no lawyer but wouldn't the Federal District Attorney need to charge them, not the City District Attorney? In other words, I don't think the City DA has the power to charge people under federal statutes, I imagine only federal DA's do.</p>
]]></description><pubDate>Sun, 16 Jan 2022 22:25:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=29960917</link><dc:creator>72736379</dc:creator><comments>https://news.ycombinator.com/item?id=29960917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29960917</guid></item><item><title><![CDATA[Comprehensive Overview of Affordable Online M.S. In C.S. Offerings Today]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.rshin.dev/post/2021/12/06/comprehensive-overview-of-affordable-online-m.s.-in-c.s.-offerings-today/">https://www.rshin.dev/post/2021/12/06/comprehensive-overview-of-affordable-online-m.s.-in-c.s.-offerings-today/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=29475017">https://news.ycombinator.com/item?id=29475017</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 07 Dec 2021 16:59:33 +0000</pubDate><link>https://www.rshin.dev/post/2021/12/06/comprehensive-overview-of-affordable-online-m.s.-in-c.s.-offerings-today/</link><dc:creator>72736379</dc:creator><comments>https://news.ycombinator.com/item?id=29475017</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29475017</guid></item></channel></rss>