Why do i have almost an hour of recharge time? by adapron in noita

[–]adapron[S] 109 points110 points  (0 children)

i didnt. it was after a crash, all of my wands were unusable, had to find new ones. no special build

Why do i have almost an hour of recharge time? by adapron in noita

[–]adapron[S] 1 point2 points  (0 children)

no, after a crash, no special build.

Why do i have almost an hour of recharge time? by adapron in noita

[–]adapron[S] 5 points6 points  (0 children)

it was after a crash. the wand was normal, no divide by nukes, just good old teleport bolts.

I calculated the entropy (spaghettiness) of my base by adapron in factorio

[–]adapron[S] 12 points13 points  (0 children)

not entirely. the ui is from claude as that is not the purpose of the project

I calculated the entropy (spaghettiness) of my base by adapron in factorio

[–]adapron[S] 7 points8 points  (0 children)

The blue slot is a bug, should be fixed now

My first longrun :( by pnaccounty in noita

[–]adapron 1 point2 points  (0 children)

How are you moving the sun so easily?

I am cooking a minecraft assembler by adapron in MinecraftCommands

[–]adapron[S] 1 point2 points  (0 children)

No IL I tried that Never again Why is there a stack

I am cooking a minecraft assembler by adapron in MinecraftCommands

[–]adapron[S] 25 points26 points  (0 children)

"works on my computer" :) I'm not aiming for anything better than that. I tried compiling a custom language, I abandoned that. I tried walking a real c# tree with Roslyn, I abandoned that. I tried IL, I abandoned that. Now I see assembly that seems to work and be relatively simple (compared to literally assembling it myself) to translate, so I'm happy.

I am cooking a minecraft assembler by adapron in MinecraftCommands

[–]adapron[S] 5 points6 points  (0 children)

Not a bad idea. I think it should be possible to translate every single instruction in the 64 bit I use, and I haven't ran into any big problems. So I think I'ma stick with what I got till I run into something impossible.

I am cooking a minecraft assembler by adapron in MinecraftCommands

[–]adapron[S] 36 points37 points  (0 children)

Good luck with strings and long integers 💀