Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    263comments
  2. Cloudflare Quick Tunnels(cloudflare.com ↗)
    250comments
  3. Saving another 100TB of RAM(cloudflare.com ↗)
    43comments
  4. The Farnese letter(simonklee.dk ↗)
    5comments
  5. How to Write with an LLM(sockpuppet.org ↗)
    270comments
  6. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    68comments
  7. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    53comments
  8. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    78comments
  9. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    12comments
  10. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    60comments
  11. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    58comments
  12. OpenJev(openjev.com ↗)
    245comments
  13. Claude Code now reads AGENTS.md if there is no Claude.md(claude.com ↗)
    182comments
  14. Cyclomatic Complexity in C#(ndepend.com ↗)
    15comments
  15. Show HN: LiveWorld – Every 24/7 YouTube live camera on one globe(liveworld.info ↗)
    4comments
  16. Minimal Phone 2(minimalcompany.com ↗)
    175comments
  17. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    19comments
  18. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    25comments
  19. Column built an issuer processor from scratch(column.com ↗)
    5comments
  20. Two parallel neural ectoderm progenitors contribute to the developing brain(newscientist.com ↗)
    54comments
  21. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    201comments
  22. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    91comments
  23. Alibaba open-sources AI model that can detect cancer and nearly 150 conditions(scmp.com ↗)
    4comments
  24. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    40comments
  25. LispBM is a concurrent Lisp for microcontrollers with message passing(lispbm.com ↗)
    1comments
  26. A search-and-inference database from scratch in pure Zig(antfly.io ↗)
    16comments
  27. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    186comments
  28. Size-Specialized Memory Allocation(go.dev ↗)
    3comments
  29. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    151comments
  30. From Geometry to Algebra and Back Again: 4000 Years of Papers (2023) [video](youtube.com ↗)
    discuss

How SpaceX streamlined the Raptor engine

163 pointsby 1d agoconstruction-physics.com
40 comments
1d agoHN ↗

The thrust vector control (TVC) subsystem is usually considered a part of the engine. The major change the Soviet NK-33 underwent for a USA model was the addition of TVC, and the engine was named differently, so there are two engines, named differently, which mostly differ by the presence of TVC.

Raptors can be used without TVC. Be that by using differential thrust, or just not needing that - because rocket is controlled using other means, or other engines - it's possible. Tory Bruno specifically explained that he meant - among other things - that absence.

A picture of the engine working on the test stand can be that for the engine - or for the chamber, a significant component of the engine, with or without turbopumps involved.

12h agoHN ↗

Oh yeah, Tory Bruno made that gaffe of a comment publicly, and completely unprompted, before he abruptly quit. I had forgotten, but you’re right of course.

3h agoHN ↗

TLDW but TVC for rocket engines is usually achieved by like one hydraulic suspension rod each for X and Y axes(Y and Z in rocketry? idk) serving as parts of the engine mounting frame. It shouldn't add a lot to the system.

54m agoHN ↗

I didn't have a particularly good view from 13:35 frames. TVC is a relatively simple subsystem, but it's there.

6h agoHN ↗

I find it mind boggling that you can 3d print rocket engines. I thought that the standard line is that 3d printing metal wasn't developed enough for anything serious. Not a mechanical/materials engineer, but if you can 3d print rockets what's off the table? Jet Engines and that's about it I think?

From the article links, I am amused that SpaceX uses cybertrucks to tow their rocket engines around the grounds and not a normal cheaper truck. They also do it in a totally uncovered trailer, which must be good for the guys taking pictures for forums. But isn't that also good for guys taking pictures for competitors / Russians/ China?

6h agoHN ↗

3d printing metal has some strength downsides, I'm not sure what it is for the raptor engines, but I've heard other space companies claim ~5% less strength that traditional methods for aluminum structures, but that can be worth it in cases where you are able to make shapes that wouldn't be possible with traditional methods, or if you save enough money by printing it. Rocket engines often can benefit from intricate internal channels and shapes that you can 3d print as once piece with no way to do it via subtractive manufacturing.

5h agoHN ↗

It has mild strength downsides, but very severe fatigue and damage tolerance downsides. Knowing this, it makes sense that 3d printing tech would make headway in space industry but not (yet) in aviation

5h agoHN ↗

What's the current theory for why this is?

5h agoHN ↗

3D printed metal is now as strong as machined metal, assuming an identical alloy. The process has been pretty well perfected.

The strength loss comes from the fact that not all alloys are 3d-printing friendly, so you often have to compromise and you end up with a less than ideal alloy for your application.

5h agoHN ↗

Sure, but I mean what's the technical reason a material isn't it 3D printing friendly? Are we talking grain structure here? Is it something that can be at least partly mitigated by some post-printing heat treatments, like tempering?

1h agoHN ↗

Eh. A lot of materials get their strength from being worked, which 3d printing doesn't do at all.

5h agoHN ↗

crack growth in metals is driven by microscopic flaws that cause high-intensity but very localized stress concentrations. Over time even low stress levels cause these flaws to grow to the point where they start causing strength problems. Even in traditional aluminum machined parts, increased surface roughness can have a large impact on fatigue life.

3D printed parts are chock-full of these microscopic flaws, porosity, and have horrible surface roughness (most parts you see in production are post-machined to improve the finish). Additionally, the repeated heating-cooling of the layers as they are deposited builds up residual stress in the part. All just due to the nature of how they are manufactured.

5h agoHN ↗

Is there a known source of internal flaws/porosity in an otherwise solid part? Presumably laser melting produces a puddle which shouldn't allow for internal pores, as long as it isn't printed too fast (or solidifies too fast, which is why I think most chambers are internally heated to near melting temp).

Re: surface roughness, I can understand that the powder grain size creates a sort of minimal structure size, and can in principle be the start of a crack if a surface grain gets knocked loose. Is that the sort of thing you mean? I can see that for any internal or external surfaces, and a rocket engine combustion is certainly applying a lot of heat and pressure on surface grains. Can this be alleviated by smaller grain sizes, or is there some limit there?

Re: repeated heating/cooling and internal stresses, this strikes me as just requiring standard post-printing stages like tempering to alleviate internal stresses.

5h agoHN ↗

I can't speak to the proximal cause of the roughness and porosity, but if you've ever held a raw printed aluminum part in your hand it is immediately apparent. That said there are processes to deal with porosity like Hot Isostatic Pressure (HIP) treatment that basically crushes all the voids with immense pressure. This does come at the cost of dimensional accuracy though (HIP will compress the part somewhat).

Similarly, annealing a 3D-print to relieve residual stress does work, but it also will cause warping as those stresses are relieved. Again, sacrificing dimensional accuracy. Frontier AM companies have ways to compensate for all of these effects but it's a trial and error process for each part essentially.

At this point you're now stacking multiple processes on each other just to try to get to near-billet properties. Calibration Trials > Print > HIP > Anneal > Machine. The cost adds up quickly. It can be justified especially in non-fatigue-critical applications but it's no free lunch

3h agoHN ↗

SLS printers lay a layer height worth of powdered metal and fuse it with a laser engraver. Thee bed lowers one layer and the process is repeated. They don't bring materials used like inconel to full melting temperature, only do what it takes for the metal sand to clump together. That's one source of pores.

I assume you can just anneal or print then recast in sand or whatever, maybe even lostwax with Al as wax, but the point is that porosity in a print itself is inevitable with current powder based tech.

4h agoHN ↗

Don't get good crystal/grain structure from 3d printing.

20m agoHN ↗

One of the things that 3-D printing allows is a fine honeycomb structure. This comes with a somewhat bigger strength reduction, but a dramatic weight reduction. Less materials is cheaper.

Also subtractive manufacturing requires paying to melt away a lot of metal. 3D printing saves.

I don't know all of the ways in which SpaceX is using

5h agoHN ↗

I thought that the standard line is that 3d printing metal wasn't developed enough for anything serious.

This hasn't been true for over a decade. High value relative to weight, highly complicated internal geometry, or repeated need for one off parts are all reasons to choose 3d printing today for production parts.

2h agoHN ↗

Apple uses some 3d printed components at volume, i.e. the ultra 3 and 4 watch cases.

5h agoHN ↗

There turned out to be less detail available here than I hoped.

I'm surprised the author was surprised that a component of a multi-billion dollar company which is vital to it's future success in the industry and is covered by US regulations governing information export wasn't available as a cut-away diagram.

3h agoHN ↗

And the problems haven’t been completely ironed out: the first launch attempt of Starship’s flight test 13 was aborted automatically by the vehicle’s flight software at T-0 (right before liftoff) this past July when several Raptor 3 engines failed to start

And several engines failed to relight on the booster for flight 13. I believe ice in feed lines is viewed as the most likely cause.

1h agoHN ↗

I'm pretty sure that the heat exchanger is going to end up being one part they have to put back in. Pushing CO2 and H2O (both ices at prop temp) into the tanks just seems so ill-advised to me. The amounts of contamination are small, but there are just so many different ways that can go wrong.

3h agoHN ↗

A full-flow staged combustion engine is very complex, and prior to the Raptor only two had been built, neither of which successfully flew on a rocket.

Isn't the Space shuttle main engine / SLS engine a full-flow staged combustion engine?

2h agoHN ↗

As it said raptor was the first and the SLS engines are way older.

I think China has made a full flow engine too.

1h agoHN ↗

In SSME, most of the LOX never goes through a preburner.

The SSME uses the same kind of fuel-rich combustion chambers for both preburners. This presents a problem for the oxidizer side because any leaking along the shaft between ox pump and turbine in either direction would be catastrophic. This is resolved by an extremely expensive and complex multi-stage helium-purged rotating seal.

One of the cool parts about most FFSC designs, and the raptor in particular, is that they can afford slight leaking from high pressure to low pressure through any seal in the system and it's broadly safe, and only marginally reduces performance. This allows them to be made much more cheaply.

2h agoHN ↗

According to Isaacson's biography of Musk, Musk relentlessly challenges the existence of every part in Tesla and SpaceX machines. He's willing to go too far, having to sometimes put a part back in.

Everything in the manufacturing process is also challenged to justify its existence.

This is how he managed to reduce the costs by 90%.

2h agoHN ↗

Slight aside, he also has driven capability that was challenging to justify existence for, and was later removed re: Dragon 2 propulsive landing via SuperDracos, landing legs, and the ballast sled. I'm sure the Dragonfly programs matured their abort programs, but surely, that was a ton of time and effort wasted.

You win some, you lose some.

25m agoHN ↗

If you aren't failing now and then, you aren't really trying.

1h agoHN ↗

"According to Isaacson's biography of Musk, Musk relentlessly challenges the existence of every part in Tesla and SpaceX machines."

This removal of surplus-age is common in the automotive industry, and one of the reasons that cars are such an amazing value. It seems like Musk's remarkable ability to achieve cost reductions (at least in the aerospace context) is attributable to his pursuit of vertical integration. Airframers (aeronautical vehicle designers & manufacturer) are bound by the costs dictated by their component suppliers, especially after a configuration has achieved regulatory approval. SpaceX has managed to avoid being 'held hostage' by pseudo-monopoly suppliers.

40m agoHN ↗

yes and no. Like you said, automotive and aviation industries are bound by a lot regulatory and path dependent constraints.

Elon's strength is his willingness to pull the plug and transition away from suboptimal solutions. This is bolstered by his willingness to double down.

Imagine if Boeing said "screw all this recertification technical debt for the 737 MAX airframe, we will start fresh. Customers can take it or leave it"

37m agoHN ↗

This is exactly correct in the context of the decision as it played out, but stretches and re-engines are very common in commercial airlines. Changing that decision without reinforcing the safety culture probably would have ended in the same place.

18m agoHN ↗

The decision to re-engine the 737 rather than design a new airframe saved the airlines a vast amount of money.

20m agoHN ↗

I've been inspired by that to refactor my code so that function parameters are minimized (many pass TMI).