log☇︎
61200+ entries in 0.015s
asciilifeform: what am i missing
asciilifeform: mircea_popescu: afaik the only otherwise-functional culture that failed to invent proper chimneys, was east asia ( e.g. jp ) where hole-in-the-ceiling
asciilifeform: trinque: iirc ben_vulpes recently ran into the same wall
asciilifeform: http://printonic.ru/uploads/images/2016/02/22/img_56cae08a49909.jpg << subj
asciilifeform: ( often enuff where they were burned, you can still find the stove, it stands 4evah )
asciilifeform: peasant huts had their own type of stove
asciilifeform: nobody conceived that monkeys will try to house themselves in gigantic wooden shacks
asciilifeform: they all rely on brick aha
asciilifeform: http://btcbase.org/log/2017-12-17#1752450 << to continue thread : the essential boojum is that you cannot have any kind of good stove, swedish, austrian, whichever, in cardboard house ☝︎
asciilifeform: ( ada params are a moar complicated matter than ffa might suggest: when reading heathen proggies you will encounter such things as 'aliased' i.e. pointerola , and related items. )
asciilifeform: and, naturally, the standard, http://www.ada-auth.org/standards/12rat/html/Rat12-4-2.html
asciilifeform: ben_vulpes: https://perso.telecom-paristech.fr/~pautet/Ada95/chap08.htm << see also
asciilifeform: aha
asciilifeform: 'out' param means exactly that -- write-only
asciilifeform: ( these are different animals in ada planet )
asciilifeform: procedure, ben_vulpes . not function
asciilifeform: i.e. writes 0 into each word of the destination.
asciilifeform: ben_vulpes: there is no 'constructor' in ffa . and FZ_Clear does exactly as printed on the box
asciilifeform: the troo tragedy is that idiot orcs have mostly demolished these by nao. even when asciilifeform was a boy, slipping into attics and cellars in those massive blocks of flats, found piles and piles of rubble -- from illicitly-demolished stoves, 'Just Wanted Moar Space in flat' types
asciilifeform: i can picture.
asciilifeform: mircea_popescu: this is somewhat different item. in the ru variant, the firebox is in the hallway, and the tiled item is smooth/without openings; the chimney is concealed in the wall
asciilifeform: ben_vulpes: ours had statues of cherubs on top, as early 1900s bling fluorish. 1 cherub was missing his head. legend was, ro soldiers shot it for target practice, with luger.
asciilifeform: ben_vulpes: stove.
asciilifeform: it's an item that spans multiple rooms, and the stones ( the walls are stone, not shitwall, necessarily ) retain heat
asciilifeform: http://media.informpskov.ru/pictures/20101028114604.jpg << example ( ours was considerably larger, iirc )
asciilifeform: iirc in anglostan such a stove is called 'dutch stove'
asciilifeform: massively glorious thing
asciilifeform: ( despite total lack of habsburgs... )
asciilifeform: mircea_popescu: the flat i grew up in, had one
asciilifeform: ( see also http://btcbase.org/log/2017-12-13#1750491 ) ☝︎
asciilifeform: ben_vulpes: phunphakt, franklin's stove is even today in ru known as a буржуйка ( why? dunno, because from usa ? hard to say ) ☟︎☟︎
asciilifeform: ( what ~does~ go in the elf ? see thread http://btcbase.org/log/2017-11-29#1743984 ) ☝︎
asciilifeform: but i want a musltronic linux, and yes with gnat
asciilifeform: nominally libc doesn't go in a gnat-baked elf, so it isn't quite the same urgency as musltronic gcc-for-trb was
asciilifeform does not currently have one
asciilifeform: trinque: i'd much like to see a working musltronic gnat
asciilifeform: ( in ameri-cardboard-house of recent decades' vintage, it is uncommon to find fireplace )
asciilifeform: ben_vulpes: here's a lul : where i live there is almost unlimited firewood (someone is always cutting down old wood, giving away) but i've no fireplace.
asciilifeform: !~later tell phf plox to intern http://www.loper-os.org/pub/mpi/ffa_ch1_genesis.vpatch.benvulpes.sig
asciilifeform: in other noose, congrats to ben_vulpes , http://www.loper-os.org/?p=1913&cpage=1#comment-18420 << 2nd ffa ch1 graduate
asciilifeform dun recall from memory
asciilifeform: possibly
asciilifeform: iirc they gotta fit in 512b udpgrams tho
asciilifeform: dun tell me 'infinite', lel
asciilifeform: what's the charcount cap for dnsolade anyway
asciilifeform: ( it -- yes , exists )
asciilifeform: but the 'dog' this particular flea rides on, theoretically shouldn't even exist
asciilifeform: here yes
asciilifeform: mircea_popescu: hilarious bonus : only misconfigured www normally results in *.awswhatever url ordinarily
asciilifeform: http://btcbase.org/log/2017-12-17#1752340 << eh that's from the land where there exist 'building engineer' (i.e. janitor) ☝︎
asciilifeform: at the very least it was why asciilifeform took as long as he did, to unearth it
asciilifeform: re 'unknown', i suspect that the stink of the landfill of usgism it lay buried in, is not entirely irrelevant
asciilifeform: ty mod6 . loox liek he found it in the end
asciilifeform: mircea_popescu: esp. comedic considering the name of the item
asciilifeform: incidentally http://btcbase.org/log/2017-12-17#1752302 is worth expanding on : it is impossible to implement Ada.Command_Line sanely (i.e. without using secondary stack.) the reason is that argv is a potential 'infinity' -- it contains an uncapped number of c-strings of uncapped ( as are all c-strings ) length. ☝︎
asciilifeform: quite tough if yer writing proggy for unixbox.
asciilifeform: until nao i never thought of doing it
asciilifeform: not hard tho, just dun use argc/argv
asciilifeform: ( which is what iirc diana_coman did , in one of her published routines )
asciilifeform: so from this 4hr tour of wtf, asciilifeform learns that the only way to give his ada proggies access to argc/argv, is apparently to give'em a c main() (gnat makes this trivial) where all of the c-ism happens, which then invokes the proggy proper.
asciilifeform: (i.e. chunks of the language)
asciilifeform: they hold at build time, and disable chunks of the runtimelib
asciilifeform: unless i missed sumthing.
asciilifeform: BUT this is apparently broken in gnat.
asciilifeform: so then the obvious answer is from the standard, which proclaims that Restrictions(....) can be made to act per-partition (i.e. on libffa , but not the calling prog)
asciilifeform stuck presently in an infuriating gnat labyrinth : turns out, a proggy that set pragma Restrictions(No_Secondary_Stack) , cannot use Ada.Command_Line ( equiv of argc/argc in c-planet ). so then asciilifeform went to make own replacement. and turns out , guesswat, no can haz, because pragma Restrictions(No_Unchecked_Conversion) -- and argv, where commandline lives, is a pointer to nonadatronic (i.e. c-style) string . ☟︎
asciilifeform: meanwhile for gnat archaeologists ( mod6 ? et al ) >> http://okellogg.de
asciilifeform: colorics: who might you be ?
asciilifeform: !!up colorics
asciilifeform: !~later tell phf plox to intern http://www.loper-os.org/pub/ffa/ffa_ch1_genesis.vpatch.peterl.sig
asciilifeform: in other noose, http://www.loper-os.org/?p=1913&cpage=1#comment-18418 << congrats to PeterL, the first (self-proclaimed, but there ain't gonna be any other kind, i dun run a usg-style school, 'diploma' is a matter of yer own conscience) ffa ch1 graduate .
asciilifeform sat down and tried to think of something good to say about it, 'at least it ships with compiler' then remembered that.. it doesn't, not after jobs died
asciilifeform: ben_vulpes: that's possibly circa-2004, at latest, thinking. today it dun look so hot even from outside, to naked eye. 'update and MUST REBOOT NAO' popups, a la microshit, crashes, even shitware beginning to bloom, whole orchestra, 'regression to mean'
asciilifeform: this particular problem will go away when phf bakes his new-type vdifftron . but until then it will prolly recur.
asciilifeform: !~later tell mod6 plox to consider http://btcbase.org/log/2017-12-16#1752260 case , vtron really oughta barf informatively if a req'd unix util is notfound, imho ☝︎☟︎
asciilifeform: congrats PeterL
asciilifeform: hm oughta work, if sig also redirect
asciilifeform: redirects dun do much good for signed matter, do they
asciilifeform: rather than sha512sum as in human boxes.
asciilifeform: iirc the command on crapple is shasum -a 512 filegoeshere
asciilifeform: PeterL: the null string output for 'Actual:' is telltale.
asciilifeform: memo to all crapple victims : yer choices are 1) stop, cold turkey 2) learn the broken pieces and learn to work around, on yer own
asciilifeform: they have some other, heathen name for it, that escapes me presently
asciilifeform: those don't have sha512sum utility
asciilifeform: oh lemme guess, are you on crapple box PeterL ? ☟︎
asciilifeform: fwiw i tested with his vtron, and mine, prior to releasing each ch 1-3
asciilifeform: patches, seals, wot, v.pl, all.
asciilifeform: and post
asciilifeform: PeterL: tar up whole thing for me ?
asciilifeform: holyshit wat
asciilifeform: !~later tell ben_vulpes http://btcbase.org/log/2017-12-16#1752248 ☝︎
asciilifeform: possibly ben_vulpes hadn't yet had time to update his www .
asciilifeform: i could've sworn there was a mod6 thread about this not long ago ☟︎
asciilifeform: PeterL: afaik current-day vtron, by mod6 , is the one at http://thebitcoin.foundation/index.html
asciilifeform: a disney deathhose 9000, for all i know.
asciilifeform: meanwhile in world of cokemachine, https://archive.is/ooxkA >> new jersey , 'Louis Meza, 35, lured his pal into a minivan, where a gunman pointed a pistol at the victim and demanded his 24-word passphrase on Nov. 4, authorities said. The code was given to Meza, a cryptocurrency investor, and allowed him access to the victim's Ether wallet.'
asciilifeform: but asciilifeform can't muster the givingashit to investigate in detail.
asciilifeform: they also baked in some scheme whereby you have to, apparently, nuke yer btc to get their shitcoin
asciilifeform: em' while '70% will be used as collateral, to back the issuance of digital currencies pegged to fiat currencies'
asciilifeform: meanwhile, in dept of entomology, https://archive.is/Mli5z << a dekulakization-flavoured phorqcoin , 'Active bitcoin wallets will receive UBTC at a rate of 1:1, and inactive wallet funds will go toward supporting other high quality blockchains or other projects in the ecosystem' . 'active' appears to mean 'moved in last month'. and, bonus, '30% ... ... will be used to support at least 10 other projects in the crypto-currency eco-syst