<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: eerikkivistik</title><link>https://news.ycombinator.com/user?id=eerikkivistik</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 03 Jul 2026 11:07:34 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=eerikkivistik" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by eerikkivistik in "Schedule tasks on the web"]]></title><description><![CDATA[
<p>I know a company already operating like this in the fintech space. I foresee a front page headline about their demise in their future.</p>
]]></description><pubDate>Fri, 27 Mar 2026 14:05:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47542799</link><dc:creator>eerikkivistik</dc:creator><comments>https://news.ycombinator.com/item?id=47542799</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47542799</guid></item><item><title><![CDATA[New comment by eerikkivistik in "Google Cloud suspended my account for 2 years, only automated replies"]]></title><description><![CDATA[
<p>The only reliable way to get things fixed with these large companies, is to have a direct point of contact to them. I have one. You can find my email in my profile, ping me and I will try to get a human in the loop for you.</p>
]]></description><pubDate>Sun, 01 Feb 2026 10:02:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46844978</link><dc:creator>eerikkivistik</dc:creator><comments>https://news.ycombinator.com/item?id=46844978</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46844978</guid></item><item><title><![CDATA[New comment by eerikkivistik in "Simple Sabotage Field Manual (1944) [pdf]"]]></title><description><![CDATA[
<p>I once sent this as a reference to a government agency I was consulting, to illustrate to them, how they operated.</p>
]]></description><pubDate>Tue, 20 Jan 2026 09:46:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46689950</link><dc:creator>eerikkivistik</dc:creator><comments>https://news.ycombinator.com/item?id=46689950</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46689950</guid></item><item><title><![CDATA[New comment by eerikkivistik in "ASCII characters are not pixels: a deep dive into ASCII rendering"]]></title><description><![CDATA[
<p>It reminds me quite a bit of collision engines for 2D physics/games. Could probably find some additional clever optimisations for the lookup/overlap (better than kd-trees) if you dive into those. Not that it matters too much. Very cool.</p>
]]></description><pubDate>Sat, 17 Jan 2026 15:07:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=46658623</link><dc:creator>eerikkivistik</dc:creator><comments>https://news.ycombinator.com/item?id=46658623</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46658623</guid></item><item><title><![CDATA[New comment by eerikkivistik in "Releasing rainbow tables to accelerate Net-NTLMv1 protocol deprecation"]]></title><description><![CDATA[
<p>There used to be a joint online project to compute these tables in a SETI like distributed system. Everyone who contributed their CPU cycles, could use the tables. And yeah, around 2005-2008.</p>
]]></description><pubDate>Sat, 17 Jan 2026 01:36:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46654458</link><dc:creator>eerikkivistik</dc:creator><comments>https://news.ycombinator.com/item?id=46654458</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46654458</guid></item><item><title><![CDATA[New comment by eerikkivistik in "JuiceFS is a distributed POSIX file system built on top of Redis and S3"]]></title><description><![CDATA[
<p>The latency and bandwidth really isn't there for HPC.</p>
]]></description><pubDate>Fri, 16 Jan 2026 12:47:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46645874</link><dc:creator>eerikkivistik</dc:creator><comments>https://news.ycombinator.com/item?id=46645874</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46645874</guid></item><item><title><![CDATA[New comment by eerikkivistik in "JuiceFS is a distributed POSIX file system built on top of Redis and S3"]]></title><description><![CDATA[
<p>Sure, so the use case I have requires elastic storage and elastic compute. So CephFS really isn't a good fit in the cloud environment for that case. It would get prohibitively expensive.</p>
]]></description><pubDate>Fri, 16 Jan 2026 12:47:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46645868</link><dc:creator>eerikkivistik</dc:creator><comments>https://news.ycombinator.com/item?id=46645868</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46645868</guid></item><item><title><![CDATA[New comment by eerikkivistik in "JuiceFS is a distributed POSIX file system built on top of Redis and S3"]]></title><description><![CDATA[
<p>I've had to test out various networked filesystems this year for a few use cases (satellite/geo) on a multi petabyte scale. Some of my thoughts:<p>* JuiceFS - Works well, for high performance it has limited use cases where privacy concerns matter. There is the open source version, which is slower. The metadata backend selection really matters if you are tuning for latency.<p>* Lustre - Heavily optimised for latency. Gets very expensive if you need more bandwidth, as it is tiered and tied to volume sizes. Managed solutions available pretty much everywhere.<p>* EFS - Surprisingly good these days, still insanely expensive. Useful for small amounts of data (few terabytes).<p>* FlexFS - An interesting beast. It murders on bandwidth/cost. But slightly loses on latency sensitive operations. Great if you have petabyte scale data and need to parallel process it. But struggles when you have tooling that does many small unbuffered writes.</p>
]]></description><pubDate>Fri, 16 Jan 2026 08:31:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=46644344</link><dc:creator>eerikkivistik</dc:creator><comments>https://news.ycombinator.com/item?id=46644344</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46644344</guid></item><item><title><![CDATA[New comment by eerikkivistik in "Anti-aging breakthrough: Stem cells reverse signs of aging in monkeys"]]></title><description><![CDATA[
<p>So the argument is essentially "8 billion people dying is a problem, that is worse than whatever the result of longevity is". I'm not sure that it is.</p>
]]></description><pubDate>Thu, 02 Oct 2025 20:30:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=45455142</link><dc:creator>eerikkivistik</dc:creator><comments>https://news.ycombinator.com/item?id=45455142</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45455142</guid></item><item><title><![CDATA[New comment by eerikkivistik in "Ask HN: Is .space TLD Down?"]]></title><description><![CDATA[
<p>It seems to ping-pong back and forth. Our monitoring is basically spamming us with DNS down, DNS up every 5 minutes or so.</p>
]]></description><pubDate>Wed, 24 Sep 2025 13:41:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=45360237</link><dc:creator>eerikkivistik</dc:creator><comments>https://news.ycombinator.com/item?id=45360237</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45360237</guid></item><item><title><![CDATA[New comment by eerikkivistik in "Ask HN: Is .space TLD Down?"]]></title><description><![CDATA[
<p>Agreed, let's upvote this thread higher to get some eyes on this.</p>
]]></description><pubDate>Wed, 24 Sep 2025 13:33:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=45360109</link><dc:creator>eerikkivistik</dc:creator><comments>https://news.ycombinator.com/item?id=45360109</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45360109</guid></item><item><title><![CDATA[New comment by eerikkivistik in "Ask HN: Is .space TLD Down?"]]></title><description><![CDATA[
<p>No idea. Never actually seen a failure like this in practise.</p>
]]></description><pubDate>Wed, 24 Sep 2025 13:21:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=45359951</link><dc:creator>eerikkivistik</dc:creator><comments>https://news.ycombinator.com/item?id=45359951</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45359951</guid></item><item><title><![CDATA[New comment by eerikkivistik in "Ask HN: Is .space TLD Down?"]]></title><description><![CDATA[
<p>Whois isn't even showing the domains and name servers. Not to mention DNS records. Its like the domains don't exist anymore.</p>
]]></description><pubDate>Wed, 24 Sep 2025 13:12:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=45359835</link><dc:creator>eerikkivistik</dc:creator><comments>https://news.ycombinator.com/item?id=45359835</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45359835</guid></item><item><title><![CDATA[New comment by eerikkivistik in "Ask HN: Is .space TLD Down?"]]></title><description><![CDATA[
<p>Down for us as well.</p>
]]></description><pubDate>Wed, 24 Sep 2025 13:06:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=45359767</link><dc:creator>eerikkivistik</dc:creator><comments>https://news.ycombinator.com/item?id=45359767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45359767</guid></item><item><title><![CDATA[New comment by eerikkivistik in "PostgreSQL is the Database Management System of the Year 2024"]]></title><description><![CDATA[
<p>While I do love Postgres and use it daily on AWS and Google Cloud, I will add that the managed Postgres on Google Cloud is a mess in some areas. For example they use some EOL extensions outdated for 10+ years (a specific example is GEOS) and refuse to update it and give no control for you to upgrade it either.</p>
]]></description><pubDate>Tue, 14 Jan 2025 14:08:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=42697362</link><dc:creator>eerikkivistik</dc:creator><comments>https://news.ycombinator.com/item?id=42697362</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42697362</guid></item><item><title><![CDATA[New comment by eerikkivistik in "Launch HN: Regatta Storage (YC F24) – Turn S3 into a local-like, POSIX cloud FS"]]></title><description><![CDATA[
<p>I might just take you up on that.</p>
]]></description><pubDate>Mon, 18 Nov 2024 18:54:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=42175630</link><dc:creator>eerikkivistik</dc:creator><comments>https://news.ycombinator.com/item?id=42175630</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42175630</guid></item><item><title><![CDATA[New comment by eerikkivistik in "Launch HN: Regatta Storage (YC F24) – Turn S3 into a local-like, POSIX cloud FS"]]></title><description><![CDATA[
<p>Thanks for clearing that up. Few followup questions:<p>You don't actually directly charge for storage itself, so I assume this a "bring your own s3 bucket" type of deal, correct?<p>How long does data, that is no longer being accessed sit in the cache and count towards billing?<p>As for availability, are you in the process or do you have plans to also support Google Cloud?</p>
]]></description><pubDate>Mon, 18 Nov 2024 18:50:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=42175583</link><dc:creator>eerikkivistik</dc:creator><comments>https://news.ycombinator.com/item?id=42175583</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42175583</guid></item><item><title><![CDATA[New comment by eerikkivistik in "Launch HN: Regatta Storage (YC F24) – Turn S3 into a local-like, POSIX cloud FS"]]></title><description><![CDATA[
<p>Can you elaborate on a few things with regards to your pricing:<p>* What does "$0.05 / gigabyte transferred" mean exactly. Transferred outside of AWS or accessed as in read and written data?<p>* "$0.20/GiB-mo of high-speed cache" – how is the high-speed cache amount computed?</p>
]]></description><pubDate>Mon, 18 Nov 2024 18:44:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=42175510</link><dc:creator>eerikkivistik</dc:creator><comments>https://news.ycombinator.com/item?id=42175510</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42175510</guid></item><item><title><![CDATA[New comment by eerikkivistik in "Launch HN: Regatta Storage (YC F24) – Turn S3 into a local-like, POSIX cloud FS"]]></title><description><![CDATA[
<p>FlexFS kicks ass. I benchmarked it for our data storage and processing layers in value.space (satellite data processing and analysis) and we will most likely migrate to FlexFS in the near future.<p>Out of curiosity, why did you choose EFS, it's insanely expensive at even modest scales?</p>
]]></description><pubDate>Mon, 18 Nov 2024 18:37:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=42175443</link><dc:creator>eerikkivistik</dc:creator><comments>https://news.ycombinator.com/item?id=42175443</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42175443</guid></item><item><title><![CDATA[New comment by eerikkivistik in "Distinct movement cluster evident on Carola bridge in Dresden prior to collapse"]]></title><description><![CDATA[
<p>Not sure. Perhaps a further investigation by the authorities will reveal the reason.</p>
]]></description><pubDate>Mon, 30 Sep 2024 13:11:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=41696718</link><dc:creator>eerikkivistik</dc:creator><comments>https://news.ycombinator.com/item?id=41696718</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41696718</guid></item></channel></rss>