<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: theolivenbaum</title><link>https://news.ycombinator.com/user?id=theolivenbaum</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 06 Apr 2026 09:48:59 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=theolivenbaum" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[BCG's Data Warehouse Hacked – 3.17T Rows, Zero Authentication]]></title><description><![CDATA[
<p>Article URL: <a href="https://codewall.ai/blog/how-we-hacked-bcgs-data-warehouse-3-17-trillion-rows-zero-authentication">https://codewall.ai/blog/how-we-hacked-bcgs-data-warehouse-3-17-trillion-rows-zero-authentication</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47594916">https://news.ycombinator.com/item?id=47594916</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 31 Mar 2026 23:39:36 +0000</pubDate><link>https://codewall.ai/blog/how-we-hacked-bcgs-data-warehouse-3-17-trillion-rows-zero-authentication</link><dc:creator>theolivenbaum</dc:creator><comments>https://news.ycombinator.com/item?id=47594916</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47594916</guid></item><item><title><![CDATA[New comment by theolivenbaum in "15 years later, Microsoft morged my diagram"]]></title><description><![CDATA[
<p>Seems like this is going to be the year of AI slop being released everywhere by Microsoft. Just wish they'd put as much effort into a post morten for this one as they're doing for a diagram on a blog post <a href="https://github.com/microsoft/onnxruntime/issues/27263#issuecomment-3891040820" rel="nofollow">https://github.com/microsoft/onnxruntime/issues/27263#issuec...</a></p>
]]></description><pubDate>Wed, 18 Feb 2026 07:44:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47058362</link><dc:creator>theolivenbaum</dc:creator><comments>https://news.ycombinator.com/item?id=47058362</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47058362</guid></item><item><title><![CDATA[New comment by theolivenbaum in "We need more water than rain can provide: refilling rivers with desalination"]]></title><description><![CDATA[
<p>Maybe I'm not seeing it but wouldn't it be just easier to pump the river water back up instead of letting it flow on the sea?</p>
]]></description><pubDate>Sun, 25 Jan 2026 23:10:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46759607</link><dc:creator>theolivenbaum</dc:creator><comments>https://news.ycombinator.com/item?id=46759607</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46759607</guid></item><item><title><![CDATA[Show HN: Library to help find memory leaks for C#]]></title><description><![CDATA[
<p>I got tired of shelling out to dotnet-gcdump to investigate memory leaks, so I made a tiny C# library that lets you trigger .gcdump captures programmatically. Useful for debugging memory leaks, taking snapshots before/after operations, or grabbing dumps automatically in CI.<p>Repo: <a href="https://github.com/curiosity-ai/memory-introspect" rel="nofollow">https://github.com/curiosity-ai/memory-introspect</a><p>Package: <a href="https://www.nuget.org/packages/Memory.Introspect" rel="nofollow">https://www.nuget.org/packages/Memory.Introspect</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46210814">https://news.ycombinator.com/item?id=46210814</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 09 Dec 2025 21:20:31 +0000</pubDate><link>https://github.com/curiosity-ai/memory-introspect</link><dc:creator>theolivenbaum</dc:creator><comments>https://news.ycombinator.com/item?id=46210814</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46210814</guid></item><item><title><![CDATA[New comment by theolivenbaum in "“ZLinq”, a Zero-Allocation LINQ Library for .NET"]]></title><description><![CDATA[
<p>See here for more info: <a href="https://github.com/Cysharp/ZLinq?tab=readme-ov-file#difference-and-limitation">https://github.com/Cysharp/ZLinq?tab=readme-ov-file#differen...</a></p>
]]></description><pubDate>Wed, 21 May 2025 04:39:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=44048330</link><dc:creator>theolivenbaum</dc:creator><comments>https://news.ycombinator.com/item?id=44048330</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44048330</guid></item><item><title><![CDATA[New comment by theolivenbaum in "“ZLinq”, a Zero-Allocation LINQ Library for .NET"]]></title><description><![CDATA[
<p>There are some minor breaking changes like the order of iteration is not always the same as the official Linq implementation, or Sum might give different values due to checked vs unchecked summing. Probably not an issue for most people, but a subtle breaking change nevertheless.</p>
]]></description><pubDate>Wed, 21 May 2025 04:38:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=44048323</link><dc:creator>theolivenbaum</dc:creator><comments>https://news.ycombinator.com/item?id=44048323</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44048323</guid></item><item><title><![CDATA[New comment by theolivenbaum in "“ZLinq”, a Zero-Allocation LINQ Library for .NET"]]></title><description><![CDATA[
<p>To add on that, you can define your lambdas as static to make sure you're not capturing anything by mistake.<p>Something like dates.Where(static x => x.Date > DateTime.Now)</p>
]]></description><pubDate>Wed, 21 May 2025 04:34:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=44048304</link><dc:creator>theolivenbaum</dc:creator><comments>https://news.ycombinator.com/item?id=44048304</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44048304</guid></item><item><title><![CDATA[New comment by theolivenbaum in "Ropey – A UTF8 text rope for manipulating and editing large text"]]></title><description><![CDATA[
<p>There's also a really nice implementation of Rope for C# here: <a href="https://github.com/FlatlinerDOA/Rope">https://github.com/FlatlinerDOA/Rope</a></p>
]]></description><pubDate>Wed, 15 Jan 2025 20:20:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=42716360</link><dc:creator>theolivenbaum</dc:creator><comments>https://news.ycombinator.com/item?id=42716360</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42716360</guid></item><item><title><![CDATA[New comment by theolivenbaum in "Building LLMs is probably not going be a brilliant business"]]></title><description><![CDATA[
<p>Specially because there are no network effects and no lock in.</p>
]]></description><pubDate>Tue, 26 Nov 2024 19:32:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=42249102</link><dc:creator>theolivenbaum</dc:creator><comments>https://news.ycombinator.com/item?id=42249102</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42249102</guid></item><item><title><![CDATA[New comment by theolivenbaum in "Air traffic failure caused by two locations 3600nm apart sharing 3-letter code"]]></title><description><![CDATA[
<p>Netflix did that many years ago, interesting idea even if a bit disruptive in the beginning <a href="https://netflix.github.io/chaosmonkey/" rel="nofollow">https://netflix.github.io/chaosmonkey/</a></p>
]]></description><pubDate>Mon, 18 Nov 2024 20:51:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=42176858</link><dc:creator>theolivenbaum</dc:creator><comments>https://news.ycombinator.com/item?id=42176858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42176858</guid></item><item><title><![CDATA[New comment by theolivenbaum in "Defending Open Source: Protecting the Future of WordPress"]]></title><description><![CDATA[
<p>What a bunch of corporate newspeak. Their demand of 8% of gross revenue in annual license fees, or >$30M for 2024, shows how much this was only about profits and not about contributing to the WP community:<p>"It’s important to note that a significant part of Automattic’s revenue, including any licensing revenue, is channeled back into supporting the WordPress community, as Automattic is currently contributing 3,552 hours per week to the WordPress project. This comes out to something in the order of $20M annually in salaries."<p>And the post then goes from defending open source to how their actions made everyone's websites safer (which, they didn't) and how you should migrate your website to their hosting solution. Despicable.</p>
]]></description><pubDate>Mon, 18 Nov 2024 08:47:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=42170794</link><dc:creator>theolivenbaum</dc:creator><comments>https://news.ycombinator.com/item?id=42170794</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42170794</guid></item><item><title><![CDATA[New comment by theolivenbaum in "Four dead in fire as Tesla doors fail to open after crash"]]></title><description><![CDATA[
<p>I think the original quote was "One in a million is next Tuesday":  <a href="https://learn.microsoft.com/en-us/archive/blogs/larryosterman/one-in-a-million-is-next-tuesday" rel="nofollow">https://learn.microsoft.com/en-us/archive/blogs/larryosterma...</a></p>
]]></description><pubDate>Sun, 17 Nov 2024 02:21:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=42161471</link><dc:creator>theolivenbaum</dc:creator><comments>https://news.ycombinator.com/item?id=42161471</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42161471</guid></item><item><title><![CDATA[New comment by theolivenbaum in "DOJ sues realpage for algorithmic pricing scheme that harms renters"]]></title><description><![CDATA[
<p>Isn't that precisely what they were doing? Forcing landlords to follow the recommended prices?<p>"RealPage thus makes it hard for customers to override its recommendations, according to the lawsuits, allegedly even requiring a written justification and explicit approval from RealPage staff."
From: <a href="https://www.theatlantic.com/ideas/archive/2024/08/ai-price-algorithms-realpage/679405/" rel="nofollow">https://www.theatlantic.com/ideas/archive/2024/08/ai-price-a...</a></p>
]]></description><pubDate>Mon, 26 Aug 2024 15:26:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=41358070</link><dc:creator>theolivenbaum</dc:creator><comments>https://news.ycombinator.com/item?id=41358070</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41358070</guid></item><item><title><![CDATA[New comment by theolivenbaum in "Dropbox Acquires Reclaim.ai"]]></title><description><![CDATA[
<p>Reminded me of their Command-E acquisition from a few years ago (<a href="https://blog.dropbox.com/topics/company/welcome-command-e-to-dropbox-" rel="nofollow">https://blog.dropbox.com/topics/company/welcome-command-e-to...</a>)</p>
]]></description><pubDate>Tue, 20 Aug 2024 20:26:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=41303717</link><dc:creator>theolivenbaum</dc:creator><comments>https://news.ycombinator.com/item?id=41303717</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41303717</guid></item><item><title><![CDATA[New comment by theolivenbaum in "Xapian: Open source search engine library"]]></title><description><![CDATA[
<p>That's what our app does: curiosity.ai, local index, support for many files types and apps out of the box, and integrated local OCR, STT and even local LLM</p>
]]></description><pubDate>Sat, 17 Aug 2024 16:36:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=41275711</link><dc:creator>theolivenbaum</dc:creator><comments>https://news.ycombinator.com/item?id=41275711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41275711</guid></item><item><title><![CDATA[New comment by theolivenbaum in "Comma.ai: Refactoring for Growth"]]></title><description><![CDATA[
<p>You forgot to mention how he also single-handed solved search at Twitter /s</p>
]]></description><pubDate>Mon, 12 Aug 2024 06:58:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=41221835</link><dc:creator>theolivenbaum</dc:creator><comments>https://news.ycombinator.com/item?id=41221835</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41221835</guid></item><item><title><![CDATA[New comment by theolivenbaum in "X ( Twitter) is using Bun in production"]]></title><description><![CDATA[
<p>And nowadays by ego</p>
]]></description><pubDate>Sun, 11 Aug 2024 08:30:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=41214795</link><dc:creator>theolivenbaum</dc:creator><comments>https://news.ycombinator.com/item?id=41214795</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41214795</guid></item><item><title><![CDATA[New comment by theolivenbaum in "Everybody gets a star: Yelp's effect on restaurants and reviews"]]></title><description><![CDATA[
<p>They turned into an online version of the mob. Pay them and they'll take care that your bad reviews are gone. Don't pay and risk getting a few extra bad reviews</p>
]]></description><pubDate>Tue, 06 Aug 2024 04:52:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=41167867</link><dc:creator>theolivenbaum</dc:creator><comments>https://news.ycombinator.com/item?id=41167867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41167867</guid></item><item><title><![CDATA[World of Goo 2: now available]]></title><description><![CDATA[
<p>Article URL: <a href="https://worldofgoo2.com/">https://worldofgoo2.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41155618">https://news.ycombinator.com/item?id=41155618</a></p>
<p>Points: 71</p>
<p># Comments: 45</p>
]]></description><pubDate>Sun, 04 Aug 2024 19:15:51 +0000</pubDate><link>https://worldofgoo2.com/</link><dc:creator>theolivenbaum</dc:creator><comments>https://news.ycombinator.com/item?id=41155618</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41155618</guid></item><item><title><![CDATA[New comment by theolivenbaum in "Ask HN: Have AI learn my own business Knowledge(verity of formats) for chat bot"]]></title><description><![CDATA[
<p>If you want to try our software (includes search, RAG, file handling, and a bunch of integrations, and can be deployed on prem or cloud), happy to give you a license in exchange for some feedback! Just shout me an email at rafael (at) curiosity.ai</p>
]]></description><pubDate>Fri, 02 Aug 2024 20:40:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=41142428</link><dc:creator>theolivenbaum</dc:creator><comments>https://news.ycombinator.com/item?id=41142428</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41142428</guid></item></channel></rss>