<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: tgulacsi</title><link>https://news.ycombinator.com/user?id=tgulacsi</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 08 Apr 2026 01:36:51 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=tgulacsi" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by tgulacsi in "Identify a London Underground Line just by listening to it"]]></title><description><![CDATA[
<p>5/9 - I've never been in London and never heard these sounds before :)</p>
]]></description><pubDate>Tue, 07 Apr 2026 15:50:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47677196</link><dc:creator>tgulacsi</dc:creator><comments>https://news.ycombinator.com/item?id=47677196</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47677196</guid></item><item><title><![CDATA[New comment by tgulacsi in "Garage: Open-Source Distributed Object Storage"]]></title><description><![CDATA[
<p>Beside personal photo store, I use the storage part for file store at work (basically, indexing is off), with a simplifying wrapper for upload/download: github.com/tgulacsi/camproxy<p>With the adaptive block hashing (varying block sizes), it beats gzip for compression.</p>
]]></description><pubDate>Sat, 20 Jul 2024 11:52:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=41015797</link><dc:creator>tgulacsi</dc:creator><comments>https://news.ycombinator.com/item?id=41015797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41015797</guid></item><item><title><![CDATA[New comment by tgulacsi in "PRQL: Pipelined Relational Query Language"]]></title><description><![CDATA[
<p>This is the "set based" approach for the MAX: there does not exist a bigger element:<p><pre><code>  SELECT article, dealer, price
    FROM   shop s1
    WHERE  NOT EXISTS (SELECT 1 FROM shop s2 
                         WHERE s2.price > s1.price AND
                               s2.article = s2.article)
    ORDER BY article;</code></pre></p>
]]></description><pubDate>Wed, 26 Jul 2023 05:27:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=36873467</link><dc:creator>tgulacsi</dc:creator><comments>https://news.ycombinator.com/item?id=36873467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36873467</guid></item></channel></rss>