<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: jmvoodoo</title><link>https://news.ycombinator.com/user?id=jmvoodoo</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 14 Apr 2026 10:23:11 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jmvoodoo" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jmvoodoo in "Version Control for AI Coding"]]></title><description><![CDATA[
<p>You can't as far as I'm aware unless you control the entire batch during inference, or don't use batching which would require you to run your own inference.</p>
]]></description><pubDate>Sat, 05 Jul 2025 02:35:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=44469699</link><dc:creator>jmvoodoo</dc:creator><comments>https://news.ycombinator.com/item?id=44469699</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44469699</guid></item><item><title><![CDATA[New comment by jmvoodoo in "Phase behavior of Cacio and Pepe sauce"]]></title><description><![CDATA[
<p>When I read the paper I immediately wondered if this would work. Good to see that someone has tried it and indeed it does!</p>
]]></description><pubDate>Sat, 04 Jan 2025 13:28:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=42594575</link><dc:creator>jmvoodoo</dc:creator><comments>https://news.ycombinator.com/item?id=42594575</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42594575</guid></item><item><title><![CDATA[New comment by jmvoodoo in "Bench.co acquired after informing staff company was insolvent"]]></title><description><![CDATA[
<p>A creditor calling debt because you violated your covenants is not a rugpull. That's how creditors insure they can be paid back <i>before</i> you predictably run out of money.</p>
]]></description><pubDate>Wed, 01 Jan 2025 11:15:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=42565356</link><dc:creator>jmvoodoo</dc:creator><comments>https://news.ycombinator.com/item?id=42565356</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42565356</guid></item><item><title><![CDATA[New comment by jmvoodoo in "Air traffic failure caused by two locations 3600nm apart sharing 3-letter code"]]></title><description><![CDATA[
<p>So, essentially the system has a serious denial of service flaw. I wonder how many variations of flight plans can cause different but similar errors that also force a disconnect of primary and secondary systems.<p>Seems "reject individual flight plan" might be a better system response than "down hard to prevent corruption"<p>Bad assumption that a failure to interpret a plan is a serious coding error seems to be the root cause, but hard to say for sure.</p>
]]></description><pubDate>Mon, 18 Nov 2024 16:52:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=42174244</link><dc:creator>jmvoodoo</dc:creator><comments>https://news.ycombinator.com/item?id=42174244</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42174244</guid></item><item><title><![CDATA[New comment by jmvoodoo in "Self-locking and stiffening deployable tubular structures"]]></title><description><![CDATA[
<p>Sierra space seems to be furthest along on this. Videos of their burst tests are pretty epic as well.<p><a href="https://www.sierraspace.com/commercial-space-stations/life-space-habitat/" rel="nofollow">https://www.sierraspace.com/commercial-space-stations/life-s...</a></p>
]]></description><pubDate>Fri, 04 Oct 2024 18:38:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=41744293</link><dc:creator>jmvoodoo</dc:creator><comments>https://news.ycombinator.com/item?id=41744293</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41744293</guid></item><item><title><![CDATA[New comment by jmvoodoo in "Don't obsess over tax and legal structures"]]></title><description><![CDATA[
<p>This is very well thought out advice. That said you do need to be focused on the right areas of tax code, and understand that some things can be changed later and some things cannot (at least, not easily or without significant expense).<p>For example, I relocated to Puerto Rico several years ago and am taking advantage of a 50% transferrable R&D tax credit. Because it's transferrable I can sell the tax credit to people that have a tax liability even if I don't.<p>After fees, this means I get roughly 40% cash back on my R&D expense. This is a big deal to me and my company.<p>If you don't do your home work you can potentially miss out on some great opportunities. That said, you do still need to build a good business, or the best tax structure in the world won't save you.</p>
]]></description><pubDate>Sat, 24 Aug 2024 16:20:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=41339284</link><dc:creator>jmvoodoo</dc:creator><comments>https://news.ycombinator.com/item?id=41339284</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41339284</guid></item><item><title><![CDATA[New comment by jmvoodoo in "Cautionary tale on using Chase bank for indie business"]]></title><description><![CDATA[
<p>Unrelated, but I read your book in the 90s as a teenager and it had a huge impact on my life. Still one of my favorite books. Thank you.</p>
]]></description><pubDate>Fri, 23 Aug 2024 17:54:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=41331302</link><dc:creator>jmvoodoo</dc:creator><comments>https://news.ycombinator.com/item?id=41331302</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41331302</guid></item><item><title><![CDATA[New comment by jmvoodoo in "Show HN: PgQueuer – Transform PostgreSQL into a Job Queue"]]></title><description><![CDATA[
<p>We have been using bullmq in production for just over a year. It is a piece of technology that our team doesn't have to think about, which is pretty much all I could ask for.<p>We did end up adding some additional generics which allows us to get strong typing between producers and consumers. That I think has been a key piece of making it easy to use and avoiding dumb mistakes.</p>
]]></description><pubDate>Mon, 19 Aug 2024 01:37:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=41287067</link><dc:creator>jmvoodoo</dc:creator><comments>https://news.ycombinator.com/item?id=41287067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41287067</guid></item><item><title><![CDATA[New comment by jmvoodoo in "Twilio confirms data breach after hackers leak 33M Authy user phone numbers"]]></title><description><![CDATA[
<p>One step we have taken is to build an auth system that requires you as the developer to explicitly specify the security of an endpoint using a decorator. If no decorator is provided, then the endpoint is completely locked down even to admins (effectively disabled).<p>If an endpoint is decorated with something that is considered dangerous (i.e. public access), that triggers additional review steps. In addition, the authentication forbids certain combinations of decorators and access patterns.<p>It's not perfect, but it has saved us a few times from securing endpoints incorrectly in code.</p>
]]></description><pubDate>Thu, 04 Jul 2024 16:01:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=40875906</link><dc:creator>jmvoodoo</dc:creator><comments>https://news.ycombinator.com/item?id=40875906</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40875906</guid></item><item><title><![CDATA[New comment by jmvoodoo in "Cloudflare took down our website"]]></title><description><![CDATA[
<p>This actually seems reasonable, and a potential part of the narrative the original poster would be likely to leave out.</p>
]]></description><pubDate>Sun, 26 May 2024 13:41:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=40482118</link><dc:creator>jmvoodoo</dc:creator><comments>https://news.ycombinator.com/item?id=40482118</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40482118</guid></item><item><title><![CDATA[New comment by jmvoodoo in "Cloudflare took down our website"]]></title><description><![CDATA[
<p>In this case "the service" would be to look the other way on illegal activities for $10k/mo.<p>I'm not saying cloudflare can't do it, I'm just saying it's wrong.</p>
]]></description><pubDate>Sun, 26 May 2024 13:39:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=40482098</link><dc:creator>jmvoodoo</dc:creator><comments>https://news.ycombinator.com/item?id=40482098</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40482098</guid></item><item><title><![CDATA[New comment by jmvoodoo in "Cloudflare took down our website"]]></title><description><![CDATA[
<p>But for $10k a month cloudflare is ok with that? Either it's acceptable or it's not, there is no way that this looks good for cloudflare either way.</p>
]]></description><pubDate>Sun, 26 May 2024 13:21:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=40481955</link><dc:creator>jmvoodoo</dc:creator><comments>https://news.ycombinator.com/item?id=40481955</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40481955</guid></item><item><title><![CDATA[New comment by jmvoodoo in "North Yorkshire Council to phase out apostrophe use on street signs"]]></title><description><![CDATA[
<p>Tell me you're vulnerable to SQL injection without telling me you're vulnerable to SQL injection.</p>
]]></description><pubDate>Sun, 05 May 2024 16:04:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=40265852</link><dc:creator>jmvoodoo</dc:creator><comments>https://news.ycombinator.com/item?id=40265852</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40265852</guid></item><item><title><![CDATA[New comment by jmvoodoo in "Gigantic new aircraft design aims to create the largest plane ever to fly"]]></title><description><![CDATA[
<p>I actually know someone at radia and asked them this exact question last year. Apparently the blades are also extremely fragile and couldn't withstand the forces of being mounted on an aircraft. The problem with lighter than air is that the wind farms tend to be in places with, well, a lot of wind. Not ideal places for lighter than air vehicles.<p>Helicopters just aren't efficient enough, would have the same issues with wind (especially when carrying a giant airfoil), and would damage the blade if they came out even a bit out of formation.<p>You're right it doesn't make intuitive sense, but the people doing this are pretty damn smart and actually did think of these things!</p>
]]></description><pubDate>Sat, 23 Mar 2024 01:05:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=39796473</link><dc:creator>jmvoodoo</dc:creator><comments>https://news.ycombinator.com/item?id=39796473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39796473</guid></item><item><title><![CDATA[New comment by jmvoodoo in "What I wish I knew about ESPP and RSUs sooner"]]></title><description><![CDATA[
<p>Actually it looks like RSAs. I didn't even apparently know that RSUs were different as I've always received RSAs and thought they were the same thing (and in fact they had been called RSUs, but the structure looks like RSAs as defined here)</p>
]]></description><pubDate>Thu, 21 Mar 2024 01:10:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=39773931</link><dc:creator>jmvoodoo</dc:creator><comments>https://news.ycombinator.com/item?id=39773931</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39773931</guid></item><item><title><![CDATA[New comment by jmvoodoo in "What I wish I knew about ESPP and RSUs sooner"]]></title><description><![CDATA[
<p>I am not an accountant or attorney, so you should do all of your own research. However any discussion or information about RSUs that doesn't mention an 83b election is at best incomplete.</p>
]]></description><pubDate>Mon, 18 Mar 2024 00:54:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=39739504</link><dc:creator>jmvoodoo</dc:creator><comments>https://news.ycombinator.com/item?id=39739504</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39739504</guid></item><item><title><![CDATA[New comment by jmvoodoo in "Helium is essential but nonrenewable and difficult to recycle"]]></title><description><![CDATA[
<p>I don't know anything about MRI machines, but couldn't they be built with high temperature superconductors and use liquid nitrogen? If anything this feels like a cost issue not a pure technology issue...</p>
]]></description><pubDate>Mon, 22 Jan 2024 02:00:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=39085188</link><dc:creator>jmvoodoo</dc:creator><comments>https://news.ycombinator.com/item?id=39085188</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39085188</guid></item><item><title><![CDATA[New comment by jmvoodoo in "NY times is asking that all LLMs trained on Times data be destroyed"]]></title><description><![CDATA[
<p>That's pretty much the entire point of many publications. You think readers of Financial Times aren't reading FT in the hopes of getting their own material gain? What about Wall St analysts? Consuming something for gain is not copyright infringement, <i>distributing</i> it for gain is.</p>
]]></description><pubDate>Sat, 30 Dec 2023 18:07:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=38817233</link><dc:creator>jmvoodoo</dc:creator><comments>https://news.ycombinator.com/item?id=38817233</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38817233</guid></item><item><title><![CDATA[New comment by jmvoodoo in "Fake Trees: Using Indents for Simpler UIs"]]></title><description><![CDATA[
<p>I started a company that dealt with a lot of tree like data. It is possible to transform your tree structure into an indented list in O(n) time. This used to be one of our interview questions at the time. There are a number of ways to store your data in various SQL databases that allow you to quickly get and render segments of the tree as well without recursive queries.<p>Once you understand those concepts, then storing your data correctly as trees has a ton of benefits over indenting like this.</p>
]]></description><pubDate>Sat, 30 Dec 2023 15:20:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=38815877</link><dc:creator>jmvoodoo</dc:creator><comments>https://news.ycombinator.com/item?id=38815877</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38815877</guid></item><item><title><![CDATA[New comment by jmvoodoo in "Cummins pickup truck engines tricked air quality controls, feds say"]]></title><description><![CDATA[
<p>I owned a Dodge ram diesel model that had one of these engines. It had urea injection, and I had to maintain the 2nd tank.</p>
]]></description><pubDate>Sat, 23 Dec 2023 22:05:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=38748732</link><dc:creator>jmvoodoo</dc:creator><comments>https://news.ycombinator.com/item?id=38748732</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38748732</guid></item></channel></rss>