<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: Laremere</title><link>https://news.ycombinator.com/user?id=Laremere</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 28 Jun 2026 16:15:12 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Laremere" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Laremere in "We Think the SpaceX IPO Is Overvalued"]]></title><description><![CDATA[
<p>SpaceX has gotten reduced cost engineering since its inception, due to telling their employees that the entire purpose of SpaceX is to put humans on Mars.  Everything was about making money while developing the technology to do, and then using that money to achieve that goal.  Going public in this way fundamentally creates a conflict there.  Given that Musk has already used SpaceX to bail out his Twitter acquisition, it feels like both investors and hopeful engineers are going to lose.</p>
]]></description><pubDate>Tue, 09 Jun 2026 03:46:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48456109</link><dc:creator>Laremere</dc:creator><comments>https://news.ycombinator.com/item?id=48456109</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48456109</guid></item><item><title><![CDATA[New comment by Laremere in "Zig Zen Update"]]></title><description><![CDATA[
<p>Several things:<p>* There are many useful ways to handle it properly, and your choice depends on your program's constraints.  The very small amount of friction (once you're used to it) encourages you to consider what ways to handle it are viable, such as allocating all memory at startup.<p>* If your strategy is to crash immediately, there is very little additional friction but you get the benefit of it being obvious in your code that this is the case.<p>* There are environments where memory allocation fails immediately, including if you turn off over-commit on Linux.  If your hardware is dedicated to running a high reliability system, configuring it in this way is reasonable.<p>* Memory is not the only resource.  Indeed, removing the special call out is what changed here.  That different resources are handled with the same mechanism (errors, instead of eg returning null from malloc) is good.</p>
]]></description><pubDate>Sat, 06 Jun 2026 13:39:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48425024</link><dc:creator>Laremere</dc:creator><comments>https://news.ycombinator.com/item?id=48425024</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48425024</guid></item><item><title><![CDATA[New comment by Laremere in "Blue Origin's New Glenn blows up during static fire test"]]></title><description><![CDATA[
<p>To add to this excellent explanation:  
Rockets have a fundamental problem. They need to go absurdly fast.  If you have a rocket that can reach speed X, to go faster than X you need to reach X but also have fuel left over.  However to get that fuel to speed X, you need even more fuel.  This is the tyranny of the rocket equation.<p>Roughly put, the rocket equation is: change in speed = (engine efficiency) * log(mass of the rocket with fuel / mass of the rocket without fuel).   So there's limited parameters to play with:<p>- The speed you need to reach is fixed.<p>- You can change the weight of the payload.  Payload (eg, satellite) designers try to make things as light as possible, rocket designers try to give as much capacity as possible, and everyone prays they can meet in the middle.<p>- You want as little propellant as possible for cost and practicality, but mostly the other parameters fix how much you need.  If the other parameters aren't good enough, you can easily get results like needing a rocket the size of Central Park. [1]<p>- You can make the engine more efficient.  This means running it hotter with higher pressure, pushing the limits of material science. [2]<p>- You can make the non-payload static parts of the rocket lighter.  This means removing structural integrity.  It also means making the lightest parts to complete hard tasks like being a valve for cryogenically cooled, literally the smallest element, hydrogen.<p>Both the engine and non-payload static mass are essentially asking the question "How far can I push this without it breaking".  Get your answer to that question even slightly wrong on any of the thousands parts in a rocket, and suddenly all of the fuel that you're using to go in one direction fast decide that you should instead go in every direction fast.<p>[1] <a href="https://what-if.xkcd.com/24/" rel="nofollow">https://what-if.xkcd.com/24/</a><p>[2] Or not using chemical propulsion.  However things like ion engines don't have enough thrust to get through the atmosphere and into orbit, and things like nuclear propulsion spew fallout everywhere.</p>
]]></description><pubDate>Fri, 29 May 2026 08:13:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48320472</link><dc:creator>Laremere</dc:creator><comments>https://news.ycombinator.com/item?id=48320472</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48320472</guid></item><item><title><![CDATA[New comment by Laremere in "Blue Origin's New Glenn blows up during static fire test"]]></title><description><![CDATA[
<p>Analysis video by Scott Manley notes that other comparable tests did not have visible fire at all, so it seems it started lower on the rocket and that the upper fire ball was either a secondary explosion or something coming up the transporter stand: <a href="https://www.youtube.com/watch?v=aaR6yEE-Myo" rel="nofollow">https://www.youtube.com/watch?v=aaR6yEE-Myo</a></p>
]]></description><pubDate>Fri, 29 May 2026 07:23:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48320101</link><dc:creator>Laremere</dc:creator><comments>https://news.ycombinator.com/item?id=48320101</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48320101</guid></item><item><title><![CDATA[New comment by Laremere in "SpaceX launches Starship v3 rocket"]]></title><description><![CDATA[
<p>It is supposed to tilt away from the launch tower immediately, you can see this on previous flights.  This keeps the engine plume away from the chopsticks and top of the launch tower.</p>
]]></description><pubDate>Sat, 23 May 2026 02:03:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48243832</link><dc:creator>Laremere</dc:creator><comments>https://news.ycombinator.com/item?id=48243832</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48243832</guid></item><item><title><![CDATA[New comment by Laremere in "SpaceX launches Starship v3 rocket"]]></title><description><![CDATA[
<p>Summary from my watch:<p>- Launch roughly on time, after a scrub yesterday.  (Sounds like the scrub was due to ground equipment, most notably the water system.)<p>- Initial ascent was good, but then one engine on the booster went out.<p>- Relight of the booster's engines after stage separation for the boost back burn failed.  Engines did light again for a landing burn, but seems to have hit the water harder than expected and was very off target.<p>- Starship lost one engine shortly after stage sep.  Turned into an unintentional test of engine out capability.  It made it to space.<p>- Some weird motion and lots of off-gassing after engine cut-off, with uncertainty about if it actually got a good orbital(ish) insertion.  Seems to have been benign, with the motion being a weird slow flip to the orientation for payload deployment.<p>- Test deployment of dummy payloads was successful, including a couple with cameras to look back at Starship.<p>- An in space engine relight test was skipped, presumably due to the issues during launch.<p>- Re-entry to over the Indian Ocean seemed to go really well.  Nothing obviously burning or falling off. The amazing views of the plasma during re-entry, something never seen live before starship, are now routine.<p>- Starship did a maneuver to simulate how they'll have to go out over the gulf and back to the landing site.<p>- Nailed the target, evidenced by views from drones and buoys.  Soft landing before falling over and giving us a big (expected) boom.<p>As far as overall progress from previous test flights goes, they're at least treading water while making many large changes.  I think they were hoping to try for a tower catch and actually going orbital for next flight, but I highly doubt that now.  The boostback burn failing was the largest failure, with the engine failure on Starship being a close second.  Good performance despite engine out seems to be an unintentional success.</p>
]]></description><pubDate>Sat, 23 May 2026 00:39:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48243319</link><dc:creator>Laremere</dc:creator><comments>https://news.ycombinator.com/item?id=48243319</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48243319</guid></item><item><title><![CDATA[Bypassing Kernel32.dll for Fun and Nonprofit]]></title><description><![CDATA[
<p>Article URL: <a href="https://ziglang.org/devlog/2026/#2026-02-03">https://ziglang.org/devlog/2026/#2026-02-03</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46878880">https://news.ycombinator.com/item?id=46878880</a></p>
<p>Points: 10</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 03 Feb 2026 23:25:18 +0000</pubDate><link>https://ziglang.org/devlog/2026/#2026-02-03</link><dc:creator>Laremere</dc:creator><comments>https://news.ycombinator.com/item?id=46878880</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46878880</guid></item><item><title><![CDATA[New comment by Laremere in "Jonathan Blow has spent the past decade designing 1,400 puzzles"]]></title><description><![CDATA[
<p>The Witness is, in my opinion, simply one of the best games ever made.  There are many layers to the game, and moments of insight that the game leads you to, but also trusts for you to make the final connections.<p>However, I do understand why some consider it a slog.  There are many puzzles in the game that people will dislike, indeed many puzzles that I disliked.  It seems Jon prioritized finding all of the interesting things that they could say about the puzzles in the game over making sure that all of the puzzles were actually enjoyable to a majority of people.  My advice is if you don't like an area, just go somewhere else.  You don't need to complete every area to roll credits.<p>It also may be a matter of expectations.  Puzzle games tend to be on the shorter side, but The Witness is lengthy.  So jumping in expecting to finish in an afternoon is a way to set yourself up for frustration.</p>
]]></description><pubDate>Thu, 18 Dec 2025 11:03:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46311239</link><dc:creator>Laremere</dc:creator><comments>https://news.ycombinator.com/item?id=46311239</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46311239</guid></item><item><title><![CDATA[New comment by Laremere in "New Glenn Update"]]></title><description><![CDATA[
<p>I agree, though I think the real winner here is the customers.  The New Glenn 9x4 has a higher targeted payload capacity that an expended Falcon Heavy.  Mission design takes years, and payload mass is the most important constraining factor.  So it'd now be fairly reasonable approach to start building now for 9x4's constraints, and then fly on it or Starship depending on readiness and price.  If customers start doing this now, that also means a quicker pickup on using the increased launch capability.<p>On a funnier note, the 9 in Falcon 9 is the number of engines.  So blue origin is somewhat picking up on their naming scheme.  Or, by BO's scheme, it'd be the Falcon 9x1, or the Starship 33x6.</p>
]]></description><pubDate>Fri, 21 Nov 2025 00:27:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=45999820</link><dc:creator>Laremere</dc:creator><comments>https://news.ycombinator.com/item?id=45999820</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45999820</guid></item><item><title><![CDATA[New comment by Laremere in "The government has no plan for America’s 300 billion pennies"]]></title><description><![CDATA[
<p>No law in relation to pennies has changed.  The executive branch has simply took the law stating the mint should create as many pennies as necessary, and decided that the necessary amount is 0.<p>The practicalities of their illegality then comes down to enforcement.  Given the current executive branch's behavior related to enforcement of laws, that can mean anything from "melt them all down", to "don't do it", to "if our friends start doing it, it'll be legal, if our enemies start doing it, we'll enforce".</p>
]]></description><pubDate>Mon, 17 Nov 2025 00:00:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=45949668</link><dc:creator>Laremere</dc:creator><comments>https://news.ycombinator.com/item?id=45949668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45949668</guid></item><item><title><![CDATA[New comment by Laremere in "Show HN: Strange Attractors"]]></title><description><![CDATA[
<p>I've managed to visualize a Klein bottle in 4d.  I easily visualize 3d objects.  However I can't really do color - I startled myself recently when I briefly saw red.  On that aphantasia test with an apple, I can hold it's 3d shape, but no surface texture or color.<p>People seem to have surprisingly different internal experiences.  I don't know how common 4d visualization is, and I suspect even those capable require exposure to the concepts and practice.  However I do think it possible.</p>
]]></description><pubDate>Sat, 01 Nov 2025 12:31:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=45781143</link><dc:creator>Laremere</dc:creator><comments>https://news.ycombinator.com/item?id=45781143</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45781143</guid></item><item><title><![CDATA[New comment by Laremere in "NASA chief suggests SpaceX may be booted from moon mission"]]></title><description><![CDATA[
<p>1. It still took nearly 7 years to after JFK's speech in the 60s.<p>2. The institutional knowledge of working directly on the Apollo program has largely been lost in the US, and certainly isn't present in China.<p>Those are the unimportant pieces.  The real reason is:<p>3. The US was actively at war with Russia.  While it was a cold war (except for the proxy wars), the Apollo program had a wartime budget (spent nearly half a trillion in today's dollars), and a wartime risk tolerance (Neil Armstrong thought they had a 10% chance of not making it back).</p>
]]></description><pubDate>Wed, 22 Oct 2025 09:09:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=45666539</link><dc:creator>Laremere</dc:creator><comments>https://news.ycombinator.com/item?id=45666539</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45666539</guid></item><item><title><![CDATA[New comment by Laremere in "NASA chief suggests SpaceX may be booted from moon mission"]]></title><description><![CDATA[
<p>Payload capacities to trans-lunar injection (source wikipedia):<p>SLS Block 1: >27,000 kg (59,500 lb)<p>SLS Block 1B: 42,000 kg (92,500 lb)<p>SlS Block 2: >46,000 kg (101,400 lb)<p>Vulcan Centaur: 12,100 kg (26,700 lb)<p>New Glenn: 7,000 kg (15,000 lb)<p>Orion crew module by itself weighs 10,400 kg (22,900 lb), the service module is 15,461 kg (34,085 lb).<p>Orion is a heavy spacecraft.  SLS, like or not (I don't), it has a lot of lift.  Unless you're sticking an Orion inside of a Starship (lol), Orion basically dies with SLS.</p>
]]></description><pubDate>Wed, 22 Oct 2025 08:55:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=45666431</link><dc:creator>Laremere</dc:creator><comments>https://news.ycombinator.com/item?id=45666431</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45666431</guid></item><item><title><![CDATA[New comment by Laremere in "NASA chief suggests SpaceX may be booted from moon mission"]]></title><description><![CDATA[
<p>SpaceX's lander bid was in large part so competitive because they were already planning on developing 90% of the technology anyways.  Low earth orbit service was developed for NASA, but has found other paying customers.  The moon has to have more people who would be interested in paying.  Also the moon remains a good stepping stone for technological development for getting people to Mars, the stated main goal of the company.  Also it's almost certainly not happening in the next few years anyways so they may only need to wait for the next administration.</p>
]]></description><pubDate>Tue, 21 Oct 2025 19:10:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=45660237</link><dc:creator>Laremere</dc:creator><comments>https://news.ycombinator.com/item?id=45660237</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45660237</guid></item><item><title><![CDATA[New comment by Laremere in "Zig Software Foundation 2025 Financial Report and Fundraiser"]]></title><description><![CDATA[
<p>> Because most open source projects don't attract anywhere near those levels of donations.<p>It's not unheard of.  Eg, Blender earns $261,360/month. (<a href="https://fund.blender.org/" rel="nofollow">https://fund.blender.org/</a>)  Companies should more eagerly support open source projects they rely on with funding.  It keeps their dependencies competitive with much more expensive commercial products, and a broad base of donations prevents a project from being dominated by specific large corporate interests which might run counter to their average user.</p>
]]></description><pubDate>Wed, 03 Sep 2025 22:40:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=45121151</link><dc:creator>Laremere</dc:creator><comments>https://news.ycombinator.com/item?id=45121151</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45121151</guid></item><item><title><![CDATA[New comment by Laremere in "Partially Matching Zig Enums"]]></title><description><![CDATA[
<p>It's not an optimization.  What gets evaluated via the lazy evaluation is well defined.  Control flow which has a value defined at comptime will only evaluate the path taken.  In the op example, the block is evaluated twice, once for each enum value, and the inner switch is followed at comptime so only one prong is evaluated.</p>
]]></description><pubDate>Sat, 09 Aug 2025 10:42:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=44845467</link><dc:creator>Laremere</dc:creator><comments>https://news.ycombinator.com/item?id=44845467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44845467</guid></item><item><title><![CDATA[New comment by Laremere in "Zig breaking change – Initial Writergate"]]></title><description><![CDATA[
<p>The computer is a machine, and modern ones are complicated.  When I am programming, I want to precisely control that machine.  For me, simplicity is measured in how complicated it is to get the machine to do what I want it to do.  So, eg, having several different operators for adding two integers sounds complicated.  However there is simplicity in not having to reach far to actually get the correct behavior, and there is some simplicity in the process of being forced to make that choice as it irons about what behavior you actually want.</p>
]]></description><pubDate>Fri, 04 Jul 2025 07:20:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=44461986</link><dc:creator>Laremere</dc:creator><comments>https://news.ycombinator.com/item?id=44461986</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44461986</guid></item><item><title><![CDATA[New comment by Laremere in "What Happens When Hertz's AI Scanner Finds Damage on Your Rental"]]></title><description><![CDATA[
<p>The lack of including the before photo in the article says something.  There was clearly real, albeit minor, damage done.<p>The fees seem high for such a small blemish.  Automated rule enforcing systems are very frustrating to hit.  They usually enforce good rules, but overly strictly and often trend into gotchas that are intentionally exploitive.  (Eg, red light cameras that have reduced yellow light times.)  I doubt the savings of those fees being put into renters who do leave damage marks will be passed on to those who don't.</p>
]]></description><pubDate>Thu, 26 Jun 2025 18:28:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=44389983</link><dc:creator>Laremere</dc:creator><comments>https://news.ycombinator.com/item?id=44389983</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44389983</guid></item><item><title><![CDATA[New comment by Laremere in "Apple violated antitrust ruling, judge finds"]]></title><description><![CDATA[
<p>It isn't.  Consoles at this stage are general purpose computers with hardware and software explicitly designed to prevent consumers using it as such.  If consumer rights had any real teeth, any hardware device would be required to allow their owners to install any piece of software of their choosing, including replacing the operating system.</p>
]]></description><pubDate>Thu, 01 May 2025 00:56:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=43852516</link><dc:creator>Laremere</dc:creator><comments>https://news.ycombinator.com/item?id=43852516</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43852516</guid></item><item><title><![CDATA[New comment by Laremere in "Pixel is a unit of length and area"]]></title><description><![CDATA[
<p>I'd say it's better to call it a unit of counting.<p>If I have a bin of apples, and I say it's 5 apples wide, and 4 apples tall, then you'd say I have 20 apples, not 20 apples squared.<p>It's common to specify a length by a count of items passed along that length.  Eg, a city block is a ~square on the ground bounded by roads.  Yet if you're traveling in a city, you might say "I walked 5 blocks." This is a linguistic shortcut, skipping implied information.  If you're trying to talk about both in a unclear context, additional words to clarify are required to sufficiently convey the information, that's just how language words.</p>
]]></description><pubDate>Wed, 23 Apr 2025 08:38:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=43769885</link><dc:creator>Laremere</dc:creator><comments>https://news.ycombinator.com/item?id=43769885</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43769885</guid></item></channel></rss>