<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: cgg1</title><link>https://news.ycombinator.com/user?id=cgg1</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 03:17:36 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=cgg1" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by cgg1 in "Bodega cats of New York"]]></title><description><![CDATA[
<p>Can’t wait for the sequel:<p>Bodega Rats of New York</p>
]]></description><pubDate>Wed, 22 Apr 2026 17:26:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47866572</link><dc:creator>cgg1</dc:creator><comments>https://news.ycombinator.com/item?id=47866572</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47866572</guid></item><item><title><![CDATA[New comment by cgg1 in "Claude Sonnet 4.6"]]></title><description><![CDATA[
<p>The progress on computer use / OS world is nuts.<p>14.9% a year and a half ago and now 72.5%</p>
]]></description><pubDate>Wed, 18 Feb 2026 01:34:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47055910</link><dc:creator>cgg1</dc:creator><comments>https://news.ycombinator.com/item?id=47055910</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47055910</guid></item><item><title><![CDATA[New comment by cgg1 in "Super Monkey Ball ported to a website"]]></title><description><![CDATA[
<p>forgot how much fun this game is. really takes me back</p>
]]></description><pubDate>Wed, 28 Jan 2026 02:50:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46790437</link><dc:creator>cgg1</dc:creator><comments>https://news.ycombinator.com/item?id=46790437</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46790437</guid></item><item><title><![CDATA[Goravel: A Go framework inspired by Laravel]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.goravel.dev">https://www.goravel.dev</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43306797">https://news.ycombinator.com/item?id=43306797</a></p>
<p>Points: 178</p>
<p># Comments: 161</p>
]]></description><pubDate>Sun, 09 Mar 2025 06:35:06 +0000</pubDate><link>https://www.goravel.dev</link><dc:creator>cgg1</dc:creator><comments>https://news.ycombinator.com/item?id=43306797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43306797</guid></item><item><title><![CDATA[New comment by cgg1 in "Rails for everything"]]></title><description><![CDATA[
<p>I’m a big fan of Django and Go as well but the only thing in the Go ecosystem that I’ve found that comes close is beego: <a href="https://github.com/beego/beego">https://github.com/beego/beego</a><p>But it still needs to mature quite a bit before I’d be comfortable saying it’s anywhere near Django or Rails</p>
]]></description><pubDate>Thu, 02 Jan 2025 01:49:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=42570910</link><dc:creator>cgg1</dc:creator><comments>https://news.ycombinator.com/item?id=42570910</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42570910</guid></item><item><title><![CDATA[New comment by cgg1 in "Pagoda: Rapid, easy full-stack web development starter kit in Go"]]></title><description><![CDATA[
<p>I found Pagoda required me to juggle too many things that were only loosely coupled together.<p>GoBuffalo was great but as soon as I started using, it got archived :’)<p>Now I default to beego. It isn’t as batteries included as a rails or django app, but there’s enough there that I don’t have to write as much boilerplate as with only the stdlib.</p>
]]></description><pubDate>Mon, 30 Sep 2024 00:27:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=41692180</link><dc:creator>cgg1</dc:creator><comments>https://news.ycombinator.com/item?id=41692180</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41692180</guid></item><item><title><![CDATA[New comment by cgg1 in "Some Go web dev notes"]]></title><description><![CDATA[
<p>The best thing I’ve found is beego: <a href="https://github.com/beego/beego">https://github.com/beego/beego</a><p>Not affiliated in any way, but to me it’s better than most of the alternatives</p>
]]></description><pubDate>Sun, 29 Sep 2024 18:14:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=41689218</link><dc:creator>cgg1</dc:creator><comments>https://news.ycombinator.com/item?id=41689218</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41689218</guid></item><item><title><![CDATA[New comment by cgg1 in "Ask HN: Resources for Learning Graphics Programming"]]></title><description><![CDATA[
<p>This is the most thorough resource I’ve found:
<a href="https://www.scratchapixel.com/" rel="nofollow">https://www.scratchapixel.com/</a><p>Though admittedly it is a bit chaotically organized.<p>That one combined with the ray tracing in 1 weekend series is a good start.</p>
]]></description><pubDate>Thu, 26 Sep 2024 03:44:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=41654341</link><dc:creator>cgg1</dc:creator><comments>https://news.ycombinator.com/item?id=41654341</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41654341</guid></item><item><title><![CDATA[New comment by cgg1 in "Beego: A Full Stack Web Framework for Go"]]></title><description><![CDATA[
<p>agreed. It's interesting that Go has a lot of the ground work set up (built-in prod server, etc.) but no framework has really taken off. And the dev productivity when compared to something like Django is painfully slow...</p>
]]></description><pubDate>Thu, 25 Jul 2024 04:59:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=41064862</link><dc:creator>cgg1</dc:creator><comments>https://news.ycombinator.com/item?id=41064862</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41064862</guid></item><item><title><![CDATA[Beego: A Full Stack Web Framework for Go]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/beego/beego">https://github.com/beego/beego</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41053117">https://news.ycombinator.com/item?id=41053117</a></p>
<p>Points: 43</p>
<p># Comments: 12</p>
]]></description><pubDate>Wed, 24 Jul 2024 02:31:46 +0000</pubDate><link>https://github.com/beego/beego</link><dc:creator>cgg1</dc:creator><comments>https://news.ycombinator.com/item?id=41053117</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41053117</guid></item><item><title><![CDATA[New comment by cgg1 in "PID Controller Explainer (2022)"]]></title><description><![CDATA[
<p>The most succinct and intuitive explanation I’ve found on PID is this one: <a href="https://www.youtube.com/watch?v=4Y7zG48uHRo" rel="nofollow">https://www.youtube.com/watch?v=4Y7zG48uHRo</a></p>
]]></description><pubDate>Sat, 06 Apr 2024 15:22:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=39953046</link><dc:creator>cgg1</dc:creator><comments>https://news.ycombinator.com/item?id=39953046</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39953046</guid></item><item><title><![CDATA[New comment by cgg1 in "PIDs: Creating Stable Control in Games"]]></title><description><![CDATA[
<p>YMMV I guess :)</p>
]]></description><pubDate>Wed, 17 Jan 2024 03:12:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=39022781</link><dc:creator>cgg1</dc:creator><comments>https://news.ycombinator.com/item?id=39022781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39022781</guid></item><item><title><![CDATA[Useful Learning Resources]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.cggonzalez.com/recommendations.html">https://www.cggonzalez.com/recommendations.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39022682">https://news.ycombinator.com/item?id=39022682</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 17 Jan 2024 02:57:43 +0000</pubDate><link>https://www.cggonzalez.com/recommendations.html</link><dc:creator>cgg1</dc:creator><comments>https://news.ycombinator.com/item?id=39022682</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39022682</guid></item><item><title><![CDATA[New comment by cgg1 in "PIDs: Creating Stable Control in Games"]]></title><description><![CDATA[
<p>Using only PD (no I) when tracking also works well. Might be worth adding a short section about that to compare against the full PID.</p>
]]></description><pubDate>Wed, 17 Jan 2024 02:54:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=39022654</link><dc:creator>cgg1</dc:creator><comments>https://news.ycombinator.com/item?id=39022654</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39022654</guid></item><item><title><![CDATA[Books Worth Reading]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.cggonzalez.com/recommendations.html">https://www.cggonzalez.com/recommendations.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38828837">https://news.ycombinator.com/item?id=38828837</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 01 Jan 2024 00:55:54 +0000</pubDate><link>https://www.cggonzalez.com/recommendations.html</link><dc:creator>cgg1</dc:creator><comments>https://news.ycombinator.com/item?id=38828837</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38828837</guid></item><item><title><![CDATA[Learning Resources I Recommend]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.cggonzalez.com/recommendations.html">https://www.cggonzalez.com/recommendations.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38690184">https://news.ycombinator.com/item?id=38690184</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 19 Dec 2023 00:14:52 +0000</pubDate><link>https://www.cggonzalez.com/recommendations.html</link><dc:creator>cgg1</dc:creator><comments>https://news.ycombinator.com/item?id=38690184</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38690184</guid></item><item><title><![CDATA[My Favorite Learning Resources]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.cggonzalez.com/recommendations.html">https://www.cggonzalez.com/recommendations.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38665162">https://news.ycombinator.com/item?id=38665162</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 16 Dec 2023 15:59:48 +0000</pubDate><link>https://www.cggonzalez.com/recommendations.html</link><dc:creator>cgg1</dc:creator><comments>https://news.ycombinator.com/item?id=38665162</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38665162</guid></item><item><title><![CDATA[Useful Learning Resources]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.cggonzalez.com/recommendations.html">https://www.cggonzalez.com/recommendations.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38633245">https://news.ycombinator.com/item?id=38633245</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 13 Dec 2023 19:49:00 +0000</pubDate><link>https://www.cggonzalez.com/recommendations.html</link><dc:creator>cgg1</dc:creator><comments>https://news.ycombinator.com/item?id=38633245</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38633245</guid></item><item><title><![CDATA[Recommendations]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.cggonzalez.com/recommendations.html">https://www.cggonzalez.com/recommendations.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38623330">https://news.ycombinator.com/item?id=38623330</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 13 Dec 2023 06:10:13 +0000</pubDate><link>https://www.cggonzalez.com/recommendations.html</link><dc:creator>cgg1</dc:creator><comments>https://news.ycombinator.com/item?id=38623330</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38623330</guid></item><item><title><![CDATA[New comment by cgg1 in "I spent two years launching tiny projects"]]></title><description><![CDATA[
<p>Interesting. Thanks for taking the time to answer.</p>
]]></description><pubDate>Thu, 19 May 2022 16:16:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=31436575</link><dc:creator>cgg1</dc:creator><comments>https://news.ycombinator.com/item?id=31436575</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31436575</guid></item></channel></rss>