IRC channel logs

2024-10-11.log

back to list of logs

<matrix_bridge><Andrius Štikonas> anyway, I didn't change anything except restarted heisenbridge... So I don't know how it went into a bad state
<oriansj>cosinusoidally: on the topic of sectorC; yes that has been previously explored; its "inline assembly" is just: asm 180; asm 83; asm 176; asm 0; asm 49; asm 219; (so literally you are just not much better than hex0 in terms of audit)
<oriansj>it has no labels, nor locals, it is limited to 26 globals
<oriansj>functions don't return anything
<oriansj>but given all of that; it is an excellent bit of programming which packs in a great deal in 510 bytes
<oriansj>so, in theory one should be able to use it as a bootstrap root too and with some cleverness probably even be better than stage0. But the first things you'll have to write is a proper linker, assembler and C compiler (which depending on your definition of proper will either be a couple days of effort to several years)
<oriansj>another fun language they did was: https://xorvoid.com/forsp.html
<lrvick>Made sure to get a mention of stage0/bootstrapping in here: https://quorum.tkhq.xyz/posts/remote-attestations-useless-without-reproducible-builds/