<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: olluk</title><link>https://news.ycombinator.com/user?id=olluk</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 25 Jun 2026 21:19:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=olluk" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by olluk in "Hey Nico, you didn't vibe code your data room but stole it from Papermark"]]></title><description><![CDATA[
<p>I agree. It's a sarcasm of the new reality. What is copying vs writing from scratch? The line is blurred now, non-existent. You can ask an LLM to re-write any open source to a degree where there is no definite way to say that it's a derivative.</p>
]]></description><pubDate>Thu, 25 Jun 2026 13:42:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48673271</link><dc:creator>olluk</dc:creator><comments>https://news.ycombinator.com/item?id=48673271</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48673271</guid></item><item><title><![CDATA[New comment by olluk in "Hey Nico, you didn't vibe code your data room but stole it from Papermark"]]></title><description><![CDATA[
<p>Close your source if you don't want it to be read by LLM</p>
]]></description><pubDate>Thu, 25 Jun 2026 13:13:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48672834</link><dc:creator>olluk</dc:creator><comments>https://news.ycombinator.com/item?id=48672834</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48672834</guid></item><item><title><![CDATA[New comment by olluk in "Redesigning DuckDB's Sort, Again (2025)"]]></title><description><![CDATA[
<p>Hot! Back to the 80s with these memory prices</p>
]]></description><pubDate>Thu, 18 Jun 2026 17:15:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48588489</link><dc:creator>olluk</dc:creator><comments>https://news.ycombinator.com/item?id=48588489</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48588489</guid></item><item><title><![CDATA[New comment by olluk in "Rethinking C++: Architecture, Concepts, and Responsibility"]]></title><description><![CDATA[
<p>I'd call managed C#, Java, Go, Pythhon, JS, etc. Something with GC e.g., managed memory</p>
]]></description><pubDate>Tue, 25 Nov 2025 14:04:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46045873</link><dc:creator>olluk</dc:creator><comments>https://news.ycombinator.com/item?id=46045873</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46045873</guid></item><item><title><![CDATA[New comment by olluk in "Fuzz testing: the best thing to happen to our application tests"]]></title><description><![CDATA[
<p>That all true but at some point the combinations of paths explode. It is not possible to write tests for all the combinations then it possible to cover them eventually with some probability. Fuzzing covers more execution path combinations over time.</p>
]]></description><pubDate>Thu, 17 Aug 2023 23:07:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=37169468</link><dc:creator>olluk</dc:creator><comments>https://news.ycombinator.com/item?id=37169468</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37169468</guid></item><item><title><![CDATA[New comment by olluk in "The Inner Workings of Distributed Databases"]]></title><description><![CDATA[
<p>Perhaps the multi-master approach is the example of system where incoherent does not mean terminal illnesses.</p>
]]></description><pubDate>Mon, 17 Apr 2023 21:53:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=35607133</link><dc:creator>olluk</dc:creator><comments>https://news.ycombinator.com/item?id=35607133</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35607133</guid></item><item><title><![CDATA[New comment by olluk in "The Inner Workings of Distributed Databases"]]></title><description><![CDATA[
<p>We write to WAL and then register the transaction in the transaction sequence registry. 
If a concurrent transaction registered between the start and the end of the transaction, we update the current uncommitted transaction data with concurrent transactions and re-try registering it in the sequencer again.
To scale to multi-master we will move the transaction sequence registry to a service with a consensus algorithm.</p>
]]></description><pubDate>Mon, 17 Apr 2023 21:45:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=35607040</link><dc:creator>olluk</dc:creator><comments>https://news.ycombinator.com/item?id=35607040</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35607040</guid></item><item><title><![CDATA[New comment by olluk in "No, QuestDB is not Faster than ClickHouse"]]></title><description><![CDATA[
<p>Comparison with old version is actually in the article for the patient reader. It could go to the top but I don't think it will make a difference. At the end of the day it is the article at the official QuestDB website which gives the reader a spoiler about the bias.<p>I am intrigued what Timescale is going to publish next.</p>
]]></description><pubDate>Thu, 16 Jun 2022 22:43:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=31771917</link><dc:creator>olluk</dc:creator><comments>https://news.ycombinator.com/item?id=31771917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31771917</guid></item><item><title><![CDATA[New comment by olluk in "No, QuestDB is not Faster than ClickHouse"]]></title><description><![CDATA[
<p>There were 2 queries in the QuestDB benchmark over the same table. ClickHouse  didn't even try to match both of them choosing one as a victim. I guess that's what happens when you optimise the data storage for one query.</p>
]]></description><pubDate>Thu, 16 Jun 2022 20:49:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=31770803</link><dc:creator>olluk</dc:creator><comments>https://news.ycombinator.com/item?id=31770803</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31770803</guid></item><item><title><![CDATA[New comment by olluk in "No, QuestDB is not Faster than ClickHouse"]]></title><description><![CDATA[
<p>My personal view is that having fast queries without indexes is quite general outcome.</p>
]]></description><pubDate>Thu, 16 Jun 2022 20:43:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=31770750</link><dc:creator>olluk</dc:creator><comments>https://news.ycombinator.com/item?id=31770750</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31770750</guid></item><item><title><![CDATA[New comment by olluk in "No, QuestDB is not Faster than ClickHouse"]]></title><description><![CDATA[
<p>No, there are no indexes in QuestDB in the article. None. Zero.
That's bold mistake in the ClickHouse article. Should be named Yes, QuestDb is Faster.</p>
]]></description><pubDate>Thu, 16 Jun 2022 19:59:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=31770257</link><dc:creator>olluk</dc:creator><comments>https://news.ycombinator.com/item?id=31770257</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31770257</guid></item><item><title><![CDATA[New comment by olluk in "No, QuestDB is not Faster than ClickHouse"]]></title><description><![CDATA[
<p>Looks like QuestDB is faster if you don't optimize your table storage for 1 query.<p>But if you are okay that only limited number of columns to be scanned faster than others ClickHouse comes first.</p>
]]></description><pubDate>Thu, 16 Jun 2022 19:51:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=31770145</link><dc:creator>olluk</dc:creator><comments>https://news.ycombinator.com/item?id=31770145</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31770145</guid></item><item><title><![CDATA[New comment by olluk in "No, QuestDB is not Faster than ClickHouse"]]></title><description><![CDATA[
<p>What if the purpose of the article is to compare queries without indexes?</p>
]]></description><pubDate>Thu, 16 Jun 2022 19:48:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=31770109</link><dc:creator>olluk</dc:creator><comments>https://news.ycombinator.com/item?id=31770109</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31770109</guid></item></channel></rss>