asciilifeform: it is difficult not to be reminded, reading this, of the legends re: icbm cables with differing pin counts being pounded in with a sledge (from ru literature, obviously pertaining to sov rockets, but i'd be surprised if similar legends did not circulate in usa)
asciilifeform: how did they go about, i might ask, 'determining why the man did not attach it' ? with a seance ?
asciilifeform: 'The character Judas hangs himself in the musical, but the harness protects the actor. Investigators were trying to determine why the man didn't attach it.' << good timez
asciilifeform: 'Fareweel, ye dungeons dark and strong, / Fareweel, Fareweel tae thee. / MacPherson's time will nae be lang / On yonder gallows tree. / Sae rantin'ly, sae wantonly / Sae dauntin'ly gaed he / He played a sprig and danced a jig / Below the gallows tree.' (tm) (r)
asciilifeform: (so many puzzles. e.g., is a 'long drop' hanging typically also filmed with a doctored noose? or a dummy ?)
asciilifeform: i'm also at least vaguely aware of at least one case where a prisoner arranged to be hanged on a theatrical stage, as part of a performance
asciilifeform: i find the subject of 'theatrical noose' interesting. how does it work? are there multiple schemes? have there been notable historic snafus with this device ?☟︎
asciilifeform: 'yellow' is, one might suppose, wet pants ?
asciilifeform: 'Inasmuch as, you are one of the most influent persons in one of the most talented community (Hackers) in the world, I humbly ask you write about Iran and whats going on there. Please tell the world that Persian people are fight for freedom ....'
asciilifeform: mircea_popescu: in so far as the code is c code and the allocator needs to return contiguous regions of ram, you end up with malloc.
asciilifeform: when you desperately need speed / compactness, you use 'cdr coding' which is a cheat whereby you set a bit in the former word which signifies 'next is not an address but actually the next word.'
asciilifeform: at any rate, the correct way to build memory is - cons cells. as in, every addressable unit actually contains a word followed by another which acts solely as an address of 'next word.'