<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: espenb</title><link>https://news.ycombinator.com/user?id=espenb</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 13 Jun 2026 14:28:41 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=espenb" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by espenb in "MinIO repository is no longer maintained"]]></title><description><![CDATA[
<p>Yes, indeed. The list operation is expensive. The S3 spec says that the list output needs to be sorted.<p>1. All filenames are read.
2. All filenames are sorted.
3. Pagination applied.<p>It doesn't scale obviously, but works ok-ish for a smaller data set. It is difficult to do this efficiently without introducing complexity. My applications don't use listing, so I prioritised simplicity over performance for the list operation.</p>
]]></description><pubDate>Fri, 13 Feb 2026 11:47:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47001666</link><dc:creator>espenb</dc:creator><comments>https://news.ycombinator.com/item?id=47001666</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47001666</guid></item><item><title><![CDATA[New comment by espenb in "MinIO repository is no longer maintained"]]></title><description><![CDATA[
<p>I didn't find an alternative that I liked as much as MinIO and I, unfortunately, ended up creating a my own. It includes just the most basic features and cannot be compared to the larger projects, but is simple and it is efficient.<p><a href="https://github.com/espebra/stupid-simple-s3" rel="nofollow">https://github.com/espebra/stupid-simple-s3</a></p>
]]></description><pubDate>Fri, 13 Feb 2026 09:41:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47000839</link><dc:creator>espenb</dc:creator><comments>https://news.ycombinator.com/item?id=47000839</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47000839</guid></item></channel></rss>