<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: tajpulo</title><link>https://news.ycombinator.com/user?id=tajpulo</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 13 Jun 2026 15:44:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=tajpulo" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by tajpulo in "Some programming language ideas"]]></title><description><![CDATA[
<p>I think we have a similar way of thinking. I once wrote a blog post about a for loop extension (based on Golang for illustration) [0].<p><pre><code>  values := []string{"hello", "world"}
  for v, value := range values {
    fmt.Printf("%s", value);
  }
  inter {
    fmt.Printf(",")
  }
  before {
    fmt.Printf("[")
  }
  after {
    fmt.Println("]")
  }
  empty {
    fmt.Println("(nothing found)")
  }
</code></pre>
[0] <a href="https://lukas-prokop.at/articles/2024-04-24-for-loop-extension" rel="nofollow">https://lukas-prokop.at/articles/2024-04-24-for-loop-extensi...</a></p>
]]></description><pubDate>Wed, 08 Jan 2025 22:02:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=42638951</link><dc:creator>tajpulo</dc:creator><comments>https://news.ycombinator.com/item?id=42638951</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42638951</guid></item><item><title><![CDATA[New comment by tajpulo in "Text Editing Hates You Too (2019)"]]></title><description><![CDATA[
<p>And which blocks of Unicode exactly would you exclude from support and what complexity reduction do you exactly expect from it?<p>In my experience, the complexity comes from the reality of how we write in different writing systems. I think this is inevitable.</p>
]]></description><pubDate>Tue, 03 Dec 2024 21:08:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=42311467</link><dc:creator>tajpulo</dc:creator><comments>https://news.ycombinator.com/item?id=42311467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42311467</guid></item><item><title><![CDATA[Move semantics in Rust, C++, and Hylo]]></title><description><![CDATA[
<p>Article URL: <a href="https://lukas-prokop.at/articles/2024-11-29-move-semantics-in-rust-cpp-and-hylo">https://lukas-prokop.at/articles/2024-11-29-move-semantics-in-rust-cpp-and-hylo</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42274834">https://news.ycombinator.com/item?id=42274834</a></p>
<p>Points: 103</p>
<p># Comments: 123</p>
]]></description><pubDate>Fri, 29 Nov 2024 16:15:09 +0000</pubDate><link>https://lukas-prokop.at/articles/2024-11-29-move-semantics-in-rust-cpp-and-hylo</link><dc:creator>tajpulo</dc:creator><comments>https://news.ycombinator.com/item?id=42274834</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42274834</guid></item><item><title><![CDATA[What Is PDF?]]></title><description><![CDATA[
<p>Article URL: <a href="https://news.speedata.de/2024/03/19/insidepdf-01/">https://news.speedata.de/2024/03/19/insidepdf-01/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40005871">https://news.ycombinator.com/item?id=40005871</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 11 Apr 2024 19:29:06 +0000</pubDate><link>https://news.speedata.de/2024/03/19/insidepdf-01/</link><dc:creator>tajpulo</dc:creator><comments>https://news.ycombinator.com/item?id=40005871</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40005871</guid></item><item><title><![CDATA[A relationship between Esperanto and the Open Source movement]]></title><description><![CDATA[
<p>Article URL: <a href="https://lukas-prokop.at/articles/2024-04-08-a-relationship-between-esperanto-and-the-opensource-movement">https://lukas-prokop.at/articles/2024-04-08-a-relationship-between-esperanto-and-the-opensource-movement</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39984667">https://news.ycombinator.com/item?id=39984667</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 09 Apr 2024 21:50:13 +0000</pubDate><link>https://lukas-prokop.at/articles/2024-04-08-a-relationship-between-esperanto-and-the-opensource-movement</link><dc:creator>tajpulo</dc:creator><comments>https://news.ycombinator.com/item?id=39984667</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39984667</guid></item></channel></rss>