<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: fooooor</title><link>https://news.ycombinator.com/user?id=fooooor</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 03 Aug 2026 00:26:08 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=fooooor" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by fooooor in "Go 1.27 Interactive Tour"]]></title><description><![CDATA[
<p>On the contrary, linq in C# is a killer function that other languages still fail to replicate.<p>How many sloc are required for this?<p>var max = mycollection.Max();<p>Probably 5-10 if you’re missing higher order functions. And the risk of bugs will be 10x.</p>
]]></description><pubDate>Sun, 02 Aug 2026 15:09:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=49145357</link><dc:creator>fooooor</dc:creator><comments>https://news.ycombinator.com/item?id=49145357</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49145357</guid></item><item><title><![CDATA[New comment by fooooor in "Go 1.27 Interactive Tour"]]></title><description><![CDATA[
<p>I still don’t understand why Go isn’t the primary supported language for android.</p>
]]></description><pubDate>Sun, 02 Aug 2026 15:00:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=49145281</link><dc:creator>fooooor</dc:creator><comments>https://news.ycombinator.com/item?id=49145281</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49145281</guid></item><item><title><![CDATA[New comment by fooooor in "Go 1.27 Interactive Tour"]]></title><description><![CDATA[
<p>Luddites don’t use syntax highlighting though.</p>
]]></description><pubDate>Sun, 02 Aug 2026 14:58:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=49145268</link><dc:creator>fooooor</dc:creator><comments>https://news.ycombinator.com/item?id=49145268</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49145268</guid></item><item><title><![CDATA[New comment by fooooor in "Go 1.27 Interactive Tour"]]></title><description><![CDATA[
<p>No it’s definitely not that simple. Code are read more often than written, no one works in a vacuum, especially not in open source. Also, when in Rome...</p>
]]></description><pubDate>Sun, 02 Aug 2026 14:57:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=49145258</link><dc:creator>fooooor</dc:creator><comments>https://news.ycombinator.com/item?id=49145258</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49145258</guid></item><item><title><![CDATA[New comment by fooooor in "Go 1.27 Interactive Tour"]]></title><description><![CDATA[
<p>Lambdas usually have short variable names because the scope is small, typically half a line. And that is fine, even optimal.</p>
]]></description><pubDate>Sun, 02 Aug 2026 14:50:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=49145192</link><dc:creator>fooooor</dc:creator><comments>https://news.ycombinator.com/item?id=49145192</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49145192</guid></item><item><title><![CDATA[New comment by fooooor in "Go 1.27 Interactive Tour"]]></title><description><![CDATA[
<p>What could be more idiomatic than:<p>for (int i=0; i<10; i++) {
  printf(”%d\n”, i);
}<p>(Or the very similar Go equivalent)<p>If you having a hard time parsing that, due to the short variable name, i.e. if it’s a huge cognitive load for you, I suggest you switch career, b/c the IT industry is obviously not a good fit.<p>With that said, Go is explicit with suggesting short variable names for small scopes, and long variable names for bigger scopes. This a good practice in all languages.</p>
]]></description><pubDate>Sun, 02 Aug 2026 14:40:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49145107</link><dc:creator>fooooor</dc:creator><comments>https://news.ycombinator.com/item?id=49145107</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49145107</guid></item></channel></rss>