Here the KUN-24AP container ship would be a massive departure with its molten salt reactor. Despite this seemingly odd choice, there are a number of reasons for this, including the inherent safety of an MSR, the ability to refuel continuously without shutting down the reactor, and a high burn-up rate, which means very little waste to be filtered out of the molten salt fuel. The roots for the ship’s reactor would appear to be found in China’s TMSR-LF program, with the TMSR-LF1 reactor having received its operating permit earlier in 2023. This is a fast neutron breeder, meaning that it can breed U-233 from thorium (Th-232) via neutron capture, allowing it to primarily run on much cheaper thorium rather than uranium fuel.

An additional benefit is the fuel and waste from such reactors is useless for nuclear weapons.

Another article with interviews: https://gcaptain.com/nuclear-powered-24000-teu-containership-china/

  • KobaCumTribute [she/her]@hexbear.net
    link
    fedilink
    English
    arrow-up
    8
    ·
    9 months ago

    edit; and what’s with the coloured words, i was using the backtick (`) to highlight

    That’s the code highlight markup, which probably has some basic syntax filtering to pick out common keywords. Floor is a common math function, number could conceivably be a value used for a check in some languages, but I’m not sure why “on,” “no,” “left,” or “a” are highlighted and can only guess those are meaningful words in some languages.

    Just to see what else it picks up:

    That's the code highlight markup, which probably has some basic syntax filtering to pick out common keywords. Floor is a common math function, number could conceivably be a value used for a check in some languages, but I'm not sure why "on," "no," "left," or "a" are highlighted and can only guess those are meaningful words in some languages.

    left a number left a number a number left a on no floor a number

    This just raises more questions than it answered. Like I can kind of see it doing some kind of heuristic to guess what’s a function or variable name, but it’s not clear what looks like what to it. I guess that’s the issue with using it on normal text instead of just for code, where I’m assuming it highlights things rather more sensibly.