<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: zaarn</title><link>https://news.ycombinator.com/user?id=zaarn</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 06:34:58 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=zaarn" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by zaarn in "PSA: SQLite WAL checksums fail silently and may lose data"]]></title><description><![CDATA[
<p>I highly doubt it's an SQLite bug, considering how thoroughly they test their code to behave correctly as long as their assumptions are filled. And those assumptions are clearly violated when SQLite runs on ZFS with sync=disabled (since writes may not be written to disk despite fsync).</p>
]]></description><pubDate>Mon, 28 Jul 2025 08:00:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=44708422</link><dc:creator>zaarn</dc:creator><comments>https://news.ycombinator.com/item?id=44708422</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44708422</guid></item><item><title><![CDATA[New comment by zaarn in "PSA: SQLite WAL checksums fail silently and may lose data"]]></title><description><![CDATA[
<p>I wouldn't recommend SQLite on ZFS (or in general for other reasons), for the precise reason that it either lags or is unsafe.<p>I've encountered this bug both on illumos, specifically OpenIndiana, and Linux (Arch Linux).</p>
]]></description><pubDate>Fri, 25 Jul 2025 09:27:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=44681271</link><dc:creator>zaarn</dc:creator><comments>https://news.ycombinator.com/item?id=44681271</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44681271</guid></item><item><title><![CDATA[New comment by zaarn in "PSA: SQLite WAL checksums fail silently and may lose data"]]></title><description><![CDATA[
<p>I've not observed other databases locking up on ZFS, Postgres and MySQL both function just fine, without needing to modify any settings.</p>
]]></description><pubDate>Fri, 25 Jul 2025 07:12:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=44680479</link><dc:creator>zaarn</dc:creator><comments>https://news.ycombinator.com/item?id=44680479</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44680479</guid></item><item><title><![CDATA[New comment by zaarn in "PSA: SQLite WAL checksums fail silently and may lose data"]]></title><description><![CDATA[
<p>As noted in a sibling comment, this causes corruption on power failure.</p>
]]></description><pubDate>Fri, 25 Jul 2025 06:30:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=44680195</link><dc:creator>zaarn</dc:creator><comments>https://news.ycombinator.com/item?id=44680195</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44680195</guid></item><item><title><![CDATA[New comment by zaarn in "PSA: SQLite WAL checksums fail silently and may lose data"]]></title><description><![CDATA[
<p>Disabling sync corrupts SQLite databases on powerloss, I've personally experienced this following disabling sync because it causes SQLite to hang.<p>You cannot have SQLite keep your data and run well on ZFS unless you make a zvol and format it as btrfs or ext4 so they solve the problem for you.</p>
]]></description><pubDate>Fri, 25 Jul 2025 06:29:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=44680191</link><dc:creator>zaarn</dc:creator><comments>https://news.ycombinator.com/item?id=44680191</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44680191</guid></item><item><title><![CDATA[New comment by zaarn in "PSA: SQLite WAL checksums fail silently and may lose data"]]></title><description><![CDATA[
<p>SQLite on ZFS needs the Fsync behaviour to be off, otherwise SQLite will randomly hang the application as the fsync will wait for the txg to commit. This can take a minute or two, in my experience.<p>Btrfs is a better choice for SQLite.</p>
]]></description><pubDate>Thu, 24 Jul 2025 18:48:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=44674547</link><dc:creator>zaarn</dc:creator><comments>https://news.ycombinator.com/item?id=44674547</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44674547</guid></item><item><title><![CDATA[New comment by zaarn in "PSA: SQLite WAL checksums fail silently and may lose data"]]></title><description><![CDATA[
<p>ZFS isn’t viable for SQLite unless you turn off fsync’s in ZFS, because otherwise you will have the same experience I had for years; SQLite may randomly hang for up to a few minutes with no visible cause, if there isn’t sufficient write txg’s to fill up in the background. If your app depends on SQLite, it’ll randomly die.<p>Btrfs is a better choice for sqlite, haven’t seen that issue there.</p>
]]></description><pubDate>Thu, 24 Jul 2025 18:47:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=44674532</link><dc:creator>zaarn</dc:creator><comments>https://news.ycombinator.com/item?id=44674532</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44674532</guid></item><item><title><![CDATA[New comment by zaarn in "SpaceX Starship rocket explodes minutes after launch from Texas"]]></title><description><![CDATA[
<p>The output power of a rocket is different than a blow torch. The sound pressure alone is near or above atmospheric pressure. That concrete is being exposed to vacuum and more than 1atm pressure fairly rapidly. The heat on top of that and if the concrete has any moisture, the water inside is going to rapidly sublimate and condense several times a second. That is on top of the concrete being slammed into by an entire atmosphere of pressure in the meanwhile.<p>There is a reason that NASA dumps a few million liters of water under their rockets.</p>
]]></description><pubDate>Thu, 20 Apr 2023 21:07:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=35646341</link><dc:creator>zaarn</dc:creator><comments>https://news.ycombinator.com/item?id=35646341</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35646341</guid></item><item><title><![CDATA[New comment by zaarn in "In neutron stars, astrophysicists see a form of matter like none other"]]></title><description><![CDATA[
<p>You're still referring to two distinct properties with Angular Moment being one and Spin being the other. Because a black hole <i>can in fact orbit things</i> and that would give it angular momentum. The spin value is merely how fast it rotates around an axis (which you can define but that's just an observational data point) and is unrelated to the external movement in spacetime.</p>
]]></description><pubDate>Tue, 28 Feb 2023 13:25:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=34969002</link><dc:creator>zaarn</dc:creator><comments>https://news.ycombinator.com/item?id=34969002</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34969002</guid></item><item><title><![CDATA[New comment by zaarn in "In neutron stars, astrophysicists see a form of matter like none other"]]></title><description><![CDATA[
<p>The commenters is probably using ChatGPT to compose the reply, it's notorious for mathematical mistakes.</p>
]]></description><pubDate>Tue, 28 Feb 2023 07:45:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=34966724</link><dc:creator>zaarn</dc:creator><comments>https://news.ycombinator.com/item?id=34966724</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34966724</guid></item><item><title><![CDATA[New comment by zaarn in "In neutron stars, astrophysicists see a form of matter like none other"]]></title><description><![CDATA[
<p>Spin and Angular momentum are two very different things. Angular momentum measures the velocity of a black hole in, eg, an orbit. Spin measures the rotation of a black hole against it's rest frame.<p>These are independent quantities.</p>
]]></description><pubDate>Tue, 28 Feb 2023 07:43:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=34966709</link><dc:creator>zaarn</dc:creator><comments>https://news.ycombinator.com/item?id=34966709</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34966709</guid></item><item><title><![CDATA[New comment by zaarn in "In neutron stars, astrophysicists see a form of matter like none other"]]></title><description><![CDATA[
<p>There is a cheap and even for current humanity achievable way to rotate a black hole; change your frame of reference. That is not only true for angular momentum but linear momentum and position. Those are entirely dependent on the observer and their frame of reference. Spin, magnetic charge and mass are not.<p>Two black holes who differ only by their position, linear and/or angular momentum but are equal in all other parameters are not distinguishable from simply seeing the same black hole twice from a different perspective.<p>Two black holes who differ in any of the three properties of mass, spin or magnetic charge are distinguishable by those properties (but even that is arguable to some extend).<p>edit: The rent prices of a planet don't matter since frame of reference is an actual term here, there is no frame of reference more valid than any other for determining the linear or angular velocity or the position of a black hole.</p>
]]></description><pubDate>Mon, 27 Feb 2023 15:43:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=34957711</link><dc:creator>zaarn</dc:creator><comments>https://news.ycombinator.com/item?id=34957711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34957711</guid></item><item><title><![CDATA[New comment by zaarn in "In neutron stars, astrophysicists see a form of matter like none other"]]></title><description><![CDATA[
<p>The spin axis isn't a valuable reference since it depends on your frame of reference, which is a concept that gets rather ambiguous as you get close to a black hole anyway.<p>Plus you can just "rotate" a black hole to get it to have the same spin axis as another black hole. You can't "rotate" or "translate" a black hole in space to make the other three numbers change. Those require ingesting matter or emitting hawking radiation and that is the only thing that changes those properties.</p>
]]></description><pubDate>Mon, 27 Feb 2023 15:17:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=34957363</link><dc:creator>zaarn</dc:creator><comments>https://news.ycombinator.com/item?id=34957363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34957363</guid></item><item><title><![CDATA[New comment by zaarn in "The Rust Implementation of GNU Coreutils Is Becoming Remarkably Robust"]]></title><description><![CDATA[
<p>Maybe uutils could have a build feature that specifically turns off the prefix matching and will break stuff but allows using newer and more useful flags in exchange. I've <i>VERY</i> rarely seen prefix-matched flags being used so I'd wager a distro could be fine deploying it that way.<p>Ie, setup the features "gnu-compatible-opt-matching" and ship it by default, then gate the extra features behind not turning on that feature.</p>
]]></description><pubDate>Fri, 10 Feb 2023 11:33:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=34738349</link><dc:creator>zaarn</dc:creator><comments>https://news.ycombinator.com/item?id=34738349</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34738349</guid></item><item><title><![CDATA[New comment by zaarn in "‘Confirming we are cleared to land?’ Who said what at Austin"]]></title><description><![CDATA[
<p>That would be true of any software system we put into an airplane, yet we have deployed software into airplanes.<p>If your AI has linear / continuous output, testing it should be no different than any other software.</p>
]]></description><pubDate>Wed, 08 Feb 2023 15:05:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=34708975</link><dc:creator>zaarn</dc:creator><comments>https://news.ycombinator.com/item?id=34708975</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34708975</guid></item><item><title><![CDATA[New comment by zaarn in "‘Confirming we are cleared to land?’ Who said what at Austin"]]></title><description><![CDATA[
<p>That much is clear but any remotely continuous AI model is very predictable.</p>
]]></description><pubDate>Wed, 08 Feb 2023 11:58:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=34706931</link><dc:creator>zaarn</dc:creator><comments>https://news.ycombinator.com/item?id=34706931</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34706931</guid></item><item><title><![CDATA[New comment by zaarn in "‘Confirming we are cleared to land?’ Who said what at Austin"]]></title><description><![CDATA[
<p>That entirely depends on what exactly you implement here, it's entirely possible to implement an AI with continuous & linear properties, meaning that you can extrapolate it's behaviour between a set of inputs with decent accuracy and it won't suddenly change it's behaviour between continuous & linear inputs.<p>But AI isn't different than existing software systems either. Both will take an input from reality and take actions upon it.</p>
]]></description><pubDate>Wed, 08 Feb 2023 10:24:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=34706322</link><dc:creator>zaarn</dc:creator><comments>https://news.ycombinator.com/item?id=34706322</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34706322</guid></item><item><title><![CDATA[New comment by zaarn in "‘Confirming we are cleared to land?’ Who said what at Austin"]]></title><description><![CDATA[
<p>If for a given set of inputs there is a deterministic output, then the overall behaviour to a series of inputs is just as deterministic and predictable.<p>I'm not sure what you mean with "is not predictable" when you also admit that it's repeatable.</p>
]]></description><pubDate>Wed, 08 Feb 2023 08:59:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=34705803</link><dc:creator>zaarn</dc:creator><comments>https://news.ycombinator.com/item?id=34705803</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34705803</guid></item><item><title><![CDATA[New comment by zaarn in "‘Confirming we are cleared to land?’ Who said what at Austin"]]></title><description><![CDATA[
<p>What does that question even mean?</p>
]]></description><pubDate>Wed, 08 Feb 2023 08:51:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=34705758</link><dc:creator>zaarn</dc:creator><comments>https://news.ycombinator.com/item?id=34705758</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34705758</guid></item><item><title><![CDATA[New comment by zaarn in "‘Confirming we are cleared to land?’ Who said what at Austin"]]></title><description><![CDATA[
<p>The pilots take off when they take off. If their take-off clearance isn't obviously time limited, they are certainly allowed to take their time. If they rush the take-off they might skip crucial items from their checklists in the haste, we learned that lesson the hard way already. Or what would have happened had the southwest jet had an issue on take off and had to reject? There is a number of reasons to reject a take off before decision speed that will take the plane down the rest of the runway on full brakes.</p>
]]></description><pubDate>Wed, 08 Feb 2023 08:40:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=34705660</link><dc:creator>zaarn</dc:creator><comments>https://news.ycombinator.com/item?id=34705660</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34705660</guid></item></channel></rss>