<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: zie</title><link>https://news.ycombinator.com/user?id=zie</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 06 Aug 2026 03:43:24 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=zie" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by zie in "The Valley of Webhooks"]]></title><description><![CDATA[
<p>Seems like we are trying to solve 2 problems at the same time with SCROLL:<p>* Database sync of log events.
 * "Real" time updates.<p>Webhooks can already mostly handle the "real-time" event portion. Of course there are problems. as the article expounds on, but a lot of those won't magically get solved with other solutions either. Distributed real-time communication is hard. Webhooks are good enough for this purpose.<p>For the database of log events, personally I'd rather just have a SQLite DB I can yank whenever. Don't give me CSV or JSON or whatever I have to parse and manage, just give me a SQLite DB ready to go. I'd love you for it. I'll just take a whole fresh copy with everything thanks. Maybe you limit it to to the last X events, say 90 days or 365 days or whatever, depending on sizing of events, but just send it all every time I fetch and I'm happy enough.  If I need to generate a delta to keep some other DB in sync, well that's my problem. Just give every row a stable identifier.</p>
]]></description><pubDate>Wed, 05 Aug 2026 21:06:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=49189003</link><dc:creator>zie</dc:creator><comments>https://news.ycombinator.com/item?id=49189003</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49189003</guid></item><item><title><![CDATA[New comment by zie in "Oxide Computer raises $445M (SEC Form D)"]]></title><description><![CDATA[
<p>Depends on the VC. Some VC's are happy to own great businesses, even long term. Most are definitely vultures after a quick turn around. Mostly it has to do with where the VC gets their funding. Most VC's get their funding from offering a fund with a 2-5 year time-frame. Some are 10 yr funds, and some are long-term funds or are funded by a family office or two, which can be happy with great businesses long term.</p>
]]></description><pubDate>Tue, 04 Aug 2026 22:28:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=49176112</link><dc:creator>zie</dc:creator><comments>https://news.ycombinator.com/item?id=49176112</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49176112</guid></item><item><title><![CDATA[New comment by zie in "Self-contained highly-portable Python distributions"]]></title><description><![CDATA[
<p>Yes, though it wouldn't have to be in Python. APE/Cosmopolitan can work with many/most languages, not just Python.</p>
]]></description><pubDate>Thu, 30 Jul 2026 16:30:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=49112284</link><dc:creator>zie</dc:creator><comments>https://news.ycombinator.com/item?id=49112284</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49112284</guid></item><item><title><![CDATA[New comment by zie in "Self-contained highly-portable Python distributions"]]></title><description><![CDATA[
<p>My advice: Just use SQLite. Don't use PG if you don't need it. I mean PG is <i>awesome</i>. I use it all the time, but I also use SQLite all the time too.<p>SQLite is also a replacement for fopen()[0]. if you need to read/write data files, I recommend using SQLite instead. Replace your CSV's with SQLite, etc.<p>0: <a href="https://sqlite.org/whentouse.html" rel="nofollow">https://sqlite.org/whentouse.html</a></p>
]]></description><pubDate>Thu, 30 Jul 2026 16:29:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=49112272</link><dc:creator>zie</dc:creator><comments>https://news.ycombinator.com/item?id=49112272</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49112272</guid></item><item><title><![CDATA[New comment by zie in "Self-contained highly-portable Python distributions"]]></title><description><![CDATA[
<p>Yes, I'm sure the WASM binary for PG has a big perf hit. If you are just using it for testing, it probably doesn't matter?<p>Why does the perf hit matter to you? Are you trying to run WASM binaries of PG in production? That seems like a terrible idea.</p>
]]></description><pubDate>Mon, 27 Jul 2026 22:26:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49076267</link><dc:creator>zie</dc:creator><comments>https://news.ycombinator.com/item?id=49076267</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49076267</guid></item><item><title><![CDATA[New comment by zie in "Self-contained highly-portable Python distributions"]]></title><description><![CDATA[
<p>> The important distinction is that self-contained doesn’t mean one binary that runs everywhere...does it?<p>That's what Cosmopolitan/APE does though, and they deliver a python:<p>* Source: <a href="https://github.com/jart/cosmopolitan/" rel="nofollow">https://github.com/jart/cosmopolitan/</a><p>* Python Binary: <a href="https://cosmo.zip/pub/cosmos/bin/python" rel="nofollow">https://cosmo.zip/pub/cosmos/bin/python</a> which is ~ 40MB.</p>
]]></description><pubDate>Mon, 27 Jul 2026 21:31:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=49075788</link><dc:creator>zie</dc:creator><comments>https://news.ycombinator.com/item?id=49075788</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49075788</guid></item><item><title><![CDATA[New comment by zie in "Self-contained highly-portable Python distributions"]]></title><description><![CDATA[
<p>Not PG no. At least not yet. I wonder if they can get WASM to work, which seems to be working roughly the same problem from a totally different starting point and perspective.  I'm pretty sure PG binaries for WASM do exist though.</p>
]]></description><pubDate>Mon, 27 Jul 2026 21:29:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=49075768</link><dc:creator>zie</dc:creator><comments>https://news.ycombinator.com/item?id=49075768</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49075768</guid></item><item><title><![CDATA[New comment by zie in "Self-contained highly-portable Python distributions"]]></title><description><![CDATA[
<p>There is also the APE/Cosmopolitan cross platform binaries, which includes a python. Yes, cross platform binaries. The binaries run "natively on Linux + Mac + Windows + FreeBSD + OpenBSD 7.3 + NetBSD + BIOS with the best possible performance and the tiniest footprint imaginable."<p>* Python Source: <a href="https://github.com/jart/cosmopolitan/tree/master/third_party/python" rel="nofollow">https://github.com/jart/cosmopolitan/tree/master/third_party...</a><p>* Python Binary: <a href="https://cosmo.zip/pub/cosmos/bin/python" rel="nofollow">https://cosmo.zip/pub/cosmos/bin/python</a> which is ~ 40MB.<p>Apparently you can zip your .py files in with the python binary and make it run, but I haven't had a chance to try and play with that yet.</p>
]]></description><pubDate>Mon, 27 Jul 2026 20:23:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49075067</link><dc:creator>zie</dc:creator><comments>https://news.ycombinator.com/item?id=49075067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49075067</guid></item><item><title><![CDATA[New comment by zie in "TS-2026-009: Insecure argument handling in Tailscale SSH permitted root access"]]></title><description><![CDATA[
<p>Neat, I haven't heard of/tried NetBird yet. Always more stuff out there to tinker with!</p>
]]></description><pubDate>Wed, 15 Jul 2026 16:14:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48923094</link><dc:creator>zie</dc:creator><comments>https://news.ycombinator.com/item?id=48923094</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48923094</guid></item><item><title><![CDATA[New comment by zie in "TS-2026-009: Insecure argument handling in Tailscale SSH permitted root access"]]></title><description><![CDATA[
<p>Interesting! I use it only occasionally, but I don't leave the connection on. I only turn the iOS Tailscale connection on when I need to access resources behind Tailscale.<p>Are you having issues with it when it's always connected?</p>
]]></description><pubDate>Wed, 15 Jul 2026 16:11:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48923043</link><dc:creator>zie</dc:creator><comments>https://news.ycombinator.com/item?id=48923043</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48923043</guid></item><item><title><![CDATA[New comment by zie in "TS-2026-009: Insecure argument handling in Tailscale SSH permitted root access"]]></title><description><![CDATA[
<p>> And we only use Tailscale as a glorified VPN, we don't use their hundreds of extra random features like this SSH one.<p>Same, you are not alone.
The Tailscale VPN stuff just works. None of their competitors can claim this that I'm aware of. We tried several other products and none of them were as reliable and 'just worked'. I imagine they spend a lot of time just keeping that stuff working.</p>
]]></description><pubDate>Wed, 15 Jul 2026 14:25:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48921333</link><dc:creator>zie</dc:creator><comments>https://news.ycombinator.com/item?id=48921333</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48921333</guid></item><item><title><![CDATA[New comment by zie in "The Egg Bandits Made a Thousand Times the Fine They Just Paid for Price Fixing"]]></title><description><![CDATA[
<p>That generally turns out to be the same thing as me, just said more succinctly. I agree with your thinking.</p>
]]></description><pubDate>Thu, 02 Jul 2026 17:54:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48765076</link><dc:creator>zie</dc:creator><comments>https://news.ycombinator.com/item?id=48765076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48765076</guid></item><item><title><![CDATA[New comment by zie in "The Egg Bandits Made a Thousand Times the Fine They Just Paid for Price Fixing"]]></title><description><![CDATA[
<p>Sort of True-ish. There are lots of different kinds of ownership. Ownership with little to no say in how things are run to ownership with basically all the control.<p>If you are an owner with all the control, i.e. you are on the board or in corporate leadership(CEO/CFO/etc), then hey guess what,there is a really great cell here at the local prison just waiting for you, depending on how involved you were.<p>If you are an owner with little to no control, i.e. most shareholders that just vote for the board, etc. The assets would get liquidated, bond/debt holders would get paid back, and then anything left over would go to these shareholders.<p>This would incentivize shareholders to care  more about what they are owning, this is a good thing. Even if it's pension funds and individual retirement accounts. This would get sorted pretty quickly as soon as the new normal is known and adjusted for.<p>SpaceX for example just went public, but if you read the docs, the control was not given to the public. Elon Musk 100% controls SpaceX still. Even if every public shareholder unanimously agrees against Elon Musk, guess what happens? Elon Musk still gets his way.<p>I don't know what the parent comment was thinking, but to my mind, the ones with the most control get the worst of the consequences.  So Pension Funds/etc that hold little to no control would get paid out before those with more control.</p>
]]></description><pubDate>Thu, 02 Jul 2026 17:26:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48764659</link><dc:creator>zie</dc:creator><comments>https://news.ycombinator.com/item?id=48764659</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48764659</guid></item><item><title><![CDATA[New comment by zie in "Rocketlab acquires Iridium"]]></title><description><![CDATA[
<p>It's hilarious reading! :)</p>
]]></description><pubDate>Mon, 29 Jun 2026 20:29:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48724741</link><dc:creator>zie</dc:creator><comments>https://news.ycombinator.com/item?id=48724741</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48724741</guid></item><item><title><![CDATA[New comment by zie in "Rocketlab acquires Iridium"]]></title><description><![CDATA[
<p>It's an interesting way to apply for the eBay CEO job for sure.</p>
]]></description><pubDate>Mon, 29 Jun 2026 15:21:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48720447</link><dc:creator>zie</dc:creator><comments>https://news.ycombinator.com/item?id=48720447</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48720447</guid></item><item><title><![CDATA[New comment by zie in "45°C cooling design cuts data center water use to near zero"]]></title><description><![CDATA[
<p>They almost certainly need fans on the outside of the building to cool the 55C water back down to 45C. But correct, no fans on the servers themselves or even in the building. Except perhaps for the humans, so they can stand to work inside the building, when needed.</p>
]]></description><pubDate>Wed, 24 Jun 2026 22:24:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48666334</link><dc:creator>zie</dc:creator><comments>https://news.ycombinator.com/item?id=48666334</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48666334</guid></item><item><title><![CDATA[New comment by zie in "Volkswagen started blocking GrapheneOS users"]]></title><description><![CDATA[
<p>LOL exactly, It was not meant in seriousness :)<p>Clearly the engineering team didn't know ahead of time that Electrify America would be the end result of dieselgate. Had they known, perhaps they would have been more eager to do the engineering work though! haha<p>It was just a fun inside joke, since nobody could have assumed the fines would create Electrify America. Personally I'm glad Electrify America exists, though the way it happened was probably not the best path to get here.<p>EA even has successfully moved on from just being an org forced into existence and are actively trying to take care of customers and produce a good product now that they have some competition.</p>
]]></description><pubDate>Wed, 17 Jun 2026 21:00:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48576832</link><dc:creator>zie</dc:creator><comments>https://news.ycombinator.com/item?id=48576832</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48576832</guid></item><item><title><![CDATA[New comment by zie in "Volkswagen started blocking GrapheneOS users"]]></title><description><![CDATA[
<p>That was just engineers engineering their way into creating Electrify America :)</p>
]]></description><pubDate>Wed, 17 Jun 2026 17:55:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48574091</link><dc:creator>zie</dc:creator><comments>https://news.ycombinator.com/item?id=48574091</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48574091</guid></item><item><title><![CDATA[New comment by zie in "Google to pay SpaceX $920M a month for compute capacity at xAI data centers"]]></title><description><![CDATA[
<p>> Recovery rates are on average about 45-55% (since 1987 according to research by S&P).<p>Exactly.</p>
]]></description><pubDate>Wed, 10 Jun 2026 16:38:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48478917</link><dc:creator>zie</dc:creator><comments>https://news.ycombinator.com/item?id=48478917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48478917</guid></item><item><title><![CDATA[New comment by zie in "Google to pay SpaceX $920M a month for compute capacity at xAI data centers"]]></title><description><![CDATA[
<p>Indeed. Category #4 "high yield corporate bonds" are also known as "Junk bonds" because they kind of suck at the stable cashflow part, since they tend to go to $0 sometimes, much like stocks.<p>Technically when bonds "go to $0", you actually get priority over any corporate assets vs stock ownership, but if the bond went to $0, there is likely not a lot of assets left either. So you can't expect to get saved completely from whatever asset sale happens.</p>
]]></description><pubDate>Tue, 09 Jun 2026 00:52:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48454685</link><dc:creator>zie</dc:creator><comments>https://news.ycombinator.com/item?id=48454685</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48454685</guid></item></channel></rss>