See more cheap ships
A ship designed to be cheap when built in auto-launch mode, by minimizing the number of component types (BOM = Bill of Materials).

See more cheap ships
A ship designed to be cheap when built in auto-launch mode, by minimizing the number of component types (BOM = Bill of Materials).
See more cheap ships
A 5-furnace, 2-bay, solar
See more cheap ships
A 14-furnace (equivalent) 4-bay nuclear
See more cheap ships
I'm using the "Any planet start" mod for Factorio to force myself to really understand Gleba.
These blueprints produce half a belt of iron and copper, with a little power plant as well.
These use minimal technology (you'll need to research assembler 2's), but still have some nice circuit tricks, bootstrapping by dropping about 200 spoilage in each wooden box, plus some fuel in the power plant (with automatic restart if fruits get interrupted).
No unprocessed Yumako and Jelly Nut are used directly, ensuring the seed ratio stays positive. However, you'll need to implement some sort of control on your Agricultural towers to ensure you don't overproduce and allow fruit to rot.
Blog 2025/5/8
One of the problems with using bash's set -o pipefail
is that a command may fail with SIGPIPE
if the next command in the pipepine exits before receiving all of its input.
Blog 2025/4/11
<- previous | index | next ->
Python's match
statement is more powerful than I had at first realized.
Blog 2025/4/10
<- previous | index | next ->
Developers sometimes need to use Rosetta
Blog 2025/4/10
<- previous | index | next ->
Python's argparse has a bit of a learning curve,
Blog 2025/4/9
<- previous | index | next ->
Symbolic expressions are a simple syntax for representing trees.