log☇︎
▁▁▁▁▁▁▁⏐︎▁ 4077
mircea_popescu: and in other holes, http://65.media.tumblr.com/tumblr_mcu1ydFRTS1rji4nzo1_1280.jpg
asciilifeform: good old king vlad t didn't finish a job, or wat.
mircea_popescu: apparently.
ben_vulpes: in other open sores chuckles "The encoded strings in the tests were created with Andresen's unmodified code, so they are correct. Probably."
ben_vulpes: oh god the lols keep pouring out: "This bitcoind address validator is a subclass of the Django forms.CharField class" linked from https://bitcointalk.org/index.php?topic=1026.0
mod6: http://therealbitcoin.org/ml/btc-dev/2016-October/000235.html
shinohai: ty mod6
phf: asciilifeform: the blog post presumably will always link to the latest version?
phf: only issue with the regrind approach is clerical. it's easy to keep track of "this new thing that i don't have", much harder to keep all the "this old thing that i have is now new thing" updates
mod6: shinohai: o7 thank, /you/, Sir.
phf: oh that was entirely unfair thing to do, apparently a111 wasn't in limbo, but it's happy sept to oct log rotation day
ben_vulpes: saturday the first of october, in which ben_vulpes (re?)discovers that bitcoin uses its own inane encoding scheme for addresses
shinohai: a111 is staging a October revolution perhaps
ben_vulpes: addrs have a bloody checksum; dafuq is this "human mistake amelioration" crap
ben_vulpes would dearly like to know how base58 is not another wart of pointless complexity
phf: heh, scalpl is now part of quicklisp ☟︎
mircea_popescu: ben_vulpes i like base 58 and the checksum. and i like the little metal flaps on wrong side of saw
ben_vulpes: mircea_popescu: what do you like about b58? the checksum should be all that's necessary, right?
ben_vulpes: http://btcbase.org/log/2016-01-23#1383335 possibly related? ☝︎☟︎
a111: Logged on 2016-01-23 22:21 mircea_popescu: http://log.bitcoin-assets.com/?date=23-01-2016#1383219 <<< i wouldn't buy a thing with "SawStop (tm)" and i certainly don't want to HAVE to.
asciilifeform: http://btcbase.org/log/2016-10-01#1551014 << encode your addrs in morse if you like. and throw out fire extinguisher, disconnect ground stake to your house, whatever floats yer boat. ☝︎
a111: Logged on 2016-10-01 03:18 ben_vulpes: http://btcbase.org/log/2016-01-23#1383335 possibly related?
phf: http://paste.lisp.org/display/327488 lamport parachute PoC in common lisp (it has soft dependency on ironclad for sha256, but otherwise follows the design in that own function can be substituted)
ben_vulpes: asciilifeform: what'd have been wrong with b64?
ben_vulpes: o cool phf
ben_vulpes: shit
asciilifeform: ben_vulpes: confusable letters
ben_vulpes: i'm going to have to do it in ruby at this rate
asciilifeform: phf: spiffy
ben_vulpes: asciilifeform: the checksum should address that, no?
asciilifeform: phf: you have times in there. what was it running on?
asciilifeform: i ask because it does not appear to be substantially faster than the shell script..
asciilifeform: ben_vulpes: theoretically
phf: darwin lispworks 2.3 GHz Intel Core i7
asciilifeform: ben_vulpes: again, make whatever encoder you like, folks have done so in the past, e.g., the barcode thing
asciilifeform: phf: so ~=same as bash cpu cycle-wise!
asciilifeform: surreal.
shinohai: At least asciilifeform was kind enough to present this in bash
shinohai: Now I shall see parentheses in my sleep
phf: i suspect that the text marshaling that shell script does (as far as overhead over "pure c") is insubstantial compared to otherwise demanding and ~~cpu level sha256
shinohai: >>> ;;Great boobies honeybun, my lower intestine is full of spam
shinohai: xD
asciilifeform: phf: holy shit, 134MB!???
asciilifeform: for what??
phf: actually that time is totally random, because it involves reading privkey out of /dev/random
asciilifeform: fine, but the conses!?
asciilifeform: 134MB?
asciilifeform: wai.
phf: hmm, it's all ironclad's sha256. doing it with a dummy #(0 ...) digest drops it to 4.6mb
asciilifeform: waaaait
asciilifeform: why does computing sha2 cons at all??!
asciilifeform: it's a fucking constant space op
asciilifeform: this makes 0 sense.
asciilifeform: wtf is even ~in~ ironclad, i thought it called out to openssl in c ffi, or similar horror
asciilifeform: does the thing leak?
phf: no wai, ironclad is pure lisp
asciilifeform: mno
asciilifeform: at least not my copy
deedbot: http://qntra.net/2016/10/qntra-s-qntr-september-2016-report/ << Qntra - Qntra (S.QNTR) September 2016 Report
phf: well, then you have a hitler diddled copy, ironclad's tagline always has been "entirely in common lisp"
asciilifeform: could've sworn it had callouts.
asciilifeform: https://github.com/froydnj/ironclad/blob/master/src/digests/sha256.lisp << phf is right re current one
asciilifeform: yet there can be no excuse for it consing
asciilifeform: barbaric.
phf: ugh
phf: i suspect what's happening is that the convenience call in that i'm using is allocating digest support structs on each invocation
asciilifeform: also this was running on a box with iron rng?
asciilifeform: or why does phf's /dev/random work so well.
phf: we've had this thread, and i'm not going into that one again
asciilifeform: link?
asciilifeform: i ask because on any of my boxes with linux 3.x, i get maybe 1kB/minute from /dev/random unless i have rng plugged in.
phf: darwin's /dev/random is marginally slower than /dev/urandom, but then it's a closed source os, for all i know both feed directly from nsa headquarters
phf: though i think /dev/random is still in the opensourced parts of os
asciilifeform: would be interesting to learn how it worx
asciilifeform: which mac did phf use ?
phf: 10.9
phf: but! this was the extent of my free hacking time for this weekend. if there aren't any glaring bugs i might attempt to make it cons-free
asciilifeform: hmm i think i have an example of phf's selfsame mac here !
asciilifeform: will have to look into their rng at some point.
asciilifeform: phf: it is not imho important to optimize parachute for speed. lamportron per se is nearly the ultimate waste of cpu and space in crypto world ...
phf: pure as a lisp exercise
asciilifeform: anyway kudos to phf for actually solving this exercise
asciilifeform: now let's see other folk also !
shinohai: Imma stick to bash/perl
shinohai is not lispy enough
BingoBoingo: Imma stick to silk and needlepoint!
shinohai would like to see BingoBoingo's parachute cross-stitched
BingoBoingo: Not cross stitched. Needle point is for directing the silk worms as they spin parachute.
shinohai: The silkworms in this area are only capable of sha1, I need better worms.
shinohai: You can have them all tbh, they eat all the Mulberry trees and prevent me from harvesting great wines
BingoBoingo: See that's your problem. You gotta feed them better.
BingoBoingo: And by better I mean San Pedro cactus so they trip balls and naturally make parachute instead of cocoon
mircea_popescu: ben_vulpes i like that there's no serif glyph powered ambiguity.
mircea_popescu: all that l I 1 bs.
mircea_popescu: asciilifeform did you think bash was slow or what ?
mircea_popescu: !!deed http://wotpaste.cascadianhacker.com/pastes/vnh21/?raw=true
deedbot: accepted: 1
mircea_popescu: BingoBoingo plox to include deed url in report from now on, that way i can link to qntra piece rather than to deed from trilema.
mircea_popescu: works added as a comment for eg.
mircea_popescu: ^%
mircea_popescu: & shares added.
deedbot: http://trilema.com/2016/qntra-sqntr-september-2016-statement/ << Trilema - Qntra (S.QNTR) September 2016 Statement
BingoBoingo: <mircea_popescu> BingoBoingo plox to include deed url in report from now on, that way i can link to qntra piece rather than to deed from trilema. << ty, will do.
mircea_popescu: cool
shinohai: Oct. 1 so happy 2nd Qntra anniversary BingoBoingo
BingoBoingo: shinohai: You're a day early. Tomorrow closes year 2
shinohai: Ah kk
shinohai: I still have time to buy celebratory items
BingoBoingo: The historical asp opposed to statementical which closes November
BingoBoingo: After october statement published
mircea_popescu: we should prolly have a tshirt or something.
mircea_popescu: you know, "Been there, done that, got the tshirt"
BingoBoingo: Maybe after we pass BitBet in lifespan
deedbot: http://deedbot.org/bundle-432380.txt
shinohai would like to have a QNtra mascot shirt to wear to a blm protest
BingoBoingo: Also those are the fakest looking cabbages and plants I've ever seen https://archive.is/gcqGH
mircea_popescu: lol
BingoBoingo: Litereally, the reallier looking snake plants look like they were shooped in from a home decorating magazine spread
asciilifeform: of possible reverser interest, https://derevenets.com << 'Snowman is a native code to C/C++ decompiler...' >> similar, possibly, to ida's famous 'hexray'.
deedbot: http://www.contravex.com/2016/10/01/on-the-ultimate-justification-of-the-ethics-of-private-property-by-hans-hermann-hoppe-adnotated-part-2/ << » Contravex: A blog by Pete Dushenski - On the Ultimate Justification of the Ethics of Private Property by Hans-Hermann Hoppe, adnotated. Part 2.
mircea_popescu: in other news, i'm penning a humongo piece, hopefully be done by tonight.
mircea_popescu: that sad moment when you look into server disk for unrelated reasons and you notice Blocks Read/sec 100.44 Blocks Written/Sec 194.83
mircea_popescu: holy shit sherlock why is everything so broken ;/
BingoBoingo: !~bcstats
jhvh1: BingoBoingo: Current Blocks: 432403 | Current Difficulty: 2.4122720022999103E11 | Next Difficulty At Block: 433439 | Next Difficulty In: 1036 blocks | Next Difficulty In About: 6 days, 1 hour, 24 minutes, and 12 seconds | Next Difficulty Estimate: None | Estimated Percent Change: None
adlai: Estimated Next Difficulty: 260,022,823,582 (+7.79%)
hanbot: http://btcbase.org/log/2016-09-27#1549438 << catching up on refs, i spy an involved amazon referral linking scheme, not a bad approach lol ☝︎
a111: Logged on 2016-09-27 20:03 mircea_popescu: in other news, http://montalk.net/conspiracy/55/how-to-block-microwave-mind-programming-signals
mircea_popescu: lol. quite so.
BingoBoingo: Sorry for your lawn, pls to wait 7-10 years for "studies" http://www.colostate.edu/Depts/CoopExt/4DMG/Lawns/zoysia.htm
deedbot: http://trilema.com/2016/observations-on-certain-documents-contained-in-the-history-of-the-united-states-for-the-year-1796-in-which-the-charge-of-speculation-against-alexander-hamilton-late-secretary-of-the-treasury-is-fully/ << Trilema - Observations on certain documents contained in the history of the United States for the year 1796 in which the charge of speculation against Alexander Hamilton, late secretary of the treasury is fully refuted. Written by ☟︎
deedbot: http://qntra.net/2016/10/bitcoin-foundation-celebrates-month-of-activity-and-release-milestone/ << Qntra - Bitcoin Foundation Celebrates Month Of Activity And RELEASE Milestone
deedbot: http://www.loper-os.org/?p=1821 << Loper OS - The Care and Feeding of the Sage SmartProbe.
asciilifeform: trinque ^^^^^^^
asciilifeform: and i forget who else.
asciilifeform: ( afaik the docs were to be found literally nowhere on the net. but they are now here. )
mircea_popescu: win.
mircea_popescu: even later update for unpublished commands.
mircea_popescu: your blog sir is becoming very cool.
asciilifeform: not only commands
asciilifeform: there is a mechanism whereby one can read/write the flash. i've been bolting it onto the ubiquitous 'flashrom' linux util, will be posted later.
mircea_popescu: ahaha nice.
mircea_popescu: mod6 four tickets eh ? great month.
asciilifeform: (the tool i made for writing ~the probe's own~ flash, was posted earlier.)
shinohai: Lulzy: https://twitter.com/BTCFoundation/status/782235121009172482
asciilifeform: meanwhile,
asciilifeform: !#s tarver
a111: 15 results for "tarver", http://btcbase.org/log-search?q=tarver
asciilifeform: http://www.marktarver.com/open.html << moar.
asciilifeform: (apparently he links back to my www now, lulzily)
asciilifeform: 'There is a certain character you see in the West; the sort of girl who paints her nails, works at KFC and dreams of being selected for X-Factor because she sang karaoke at her friend's hen night. We laugh at this because we know that for her the chances of getting mindshare and being the next Beyonce are slight. Everyone can dream; but when the girl goes on to neglect her education and development because she's stuck on this dream,
asciilifeform: then something has gone very wrong in her head. The aspirations of the OS fanatic hooked on mindshare are often no more realistic than the neurotic checkout girl at KFC.' << soooomebody's been reading ze logz
asciilifeform: on the other hand, if tarver - or anybody 'open source has failed!111' else - thinks that i am going to build anything whatsoever on top of his closed turd, he is smoking dope.
trinque: asciilifeform: got the pill applied, last call to dump_forever() failed but the lines preceding looked to be a successful firmware write
jurov: They may be smoking dope. Still, they decided to do their thing, instead of sitting on various stakes working for other people.
trinque: can't get gdb connected to it yet, but connecting to it directly either with cu or telnet reports: SmartProbe: 3.2_3743
trinque: so it appears the thing survived?
trinque: gdb either via serial or net reports: Remote failure reply: E81
asciilifeform: E81 -- 'The HDT cable is not plugged in'
asciilifeform: ^ http://www.loper-os.org/pub/sage/sage_smartprobe_gdb_command_manual.html
asciilifeform: and yes, if it shows 'SmartProbe: 3.2_3743' it is cured.
asciilifeform: jurov: per this argument, the microshit world is where it's at.
trinque: sweet!
asciilifeform: trinque: naturally the probe won't do anything useful without being connected to a powered amd mobo
trinque: but it is
trinque: and in the right direction
asciilifeform: make sure plug is in the right way
trinque: cable comes out away from the board
jurov: asciilifeform: reductio ad microsoftum ;)
asciilifeform: see also that it has not come loose inside the probe box.
asciilifeform: this has happened to me >1ce
asciilifeform: one time i even had a board with bad tracks to the hdt connector.
trinque: heh that just occurred to me
trinque: "this seems loose...."
trinque: screwdriver in hand
asciilifeform: the female connector inside the probe is keyed, should not be hard to reseat.
asciilifeform: jurov: unfortunately it was tarver, not i, who 'reductio ad microsoftium' -- literally! http://shenlanguage.org/professional.html << his turd requires winblows.
asciilifeform: took sbcl and closed it.
asciilifeform: (with Shit Bolted To The Side)
adlai: "We're beginning our first commercial application - a health app for yoga enthusiasts" oh, it's a http://itsthisforthat.com/
mircea_popescu: who is "mark tarver" anyway.
jurov: gabriel_laddel on steroids, i guess.
mircea_popescu: heh
asciilifeform: mircea_popescu: british dude who was once a comp sci prof and quit because barfed at academia's corrupt idiocies, http://btcbase.org/log/2014-06-22#728961 ☝︎
a111: Logged on 2014-06-22 17:22 asciilifeform: 'You can routinely find lecturers with more than a hundred published papers and you marvel at these paradigms of human creativity. These are people, you think, who are fit to challenge Mozart who wrote a hundred pieces or more of music. And then you get puzzled that, in this modern world, there should be so many Mozarts - almost one for every department. The more prosaic truth emerges when you scan the titles
asciilifeform: https://archive.is/tbpjB << the only afaik live copy
mircea_popescu: "This essay is a lightly edited transcript of a series of posts I made to the Shen news group in the middle of 2015. They highlighted the failure of the open source initiative in the project, analysed the reasons and suggested a successful formula for moving the project forward. The posts led to the formation of the much more dynamic closed source Shen Professional. The lessons here are widely applicable to many open sourc
mircea_popescu: e projects and developers may find the material interesting."
mircea_popescu: myeah ok, i can't see anything past "here's tmsr in blockchain form".
asciilifeform: tarver had an open source crackpot lisp system for a decade or so, then quit in disgust, then opened some commercial thing
mircea_popescu: whole piece seems pretty much the #trilema talking points. including "giving away your power" unreferenced ballas - as - processed stuff etc.
deedbot: http://qntra.net/2016/10/not-quite-news-roundup-xtend-8/ << Qntra - Not Quite News Roundup Xtend 8
mircea_popescu: neway, dood is more than welcome to his delusional kingdom. not the first one.
asciilifeform: i linked subj because he is not the only one in that kingdom, it quite resembles one of those glue traps for mice, and folks who 'disgusted with open source!111' tend to end up in it.
mircea_popescu: or in yarvin's revolutionary-language clubs, or in "less wrong" to learn all about how to have a slavegirl while calling her a dragon or w/e is currently fashionable in manga world, and so on and so forth.
asciilifeform: nah those are for young blokes
asciilifeform: the new tarver is instead a case of 'my sbcl-with-serial-number-filed-off-pays-my-mortgage, open sores suxx!111' ☟︎
mircea_popescu: well the old blokes tend to disappear in chumpatroniums a la http://trilema.com/2014/so-the-dollar-vigilante-scam-ring-is-going-to-jail/
mircea_popescu: hm, i suppose this is a different class indeed. old guy who goes to the gym and so forth. a sort of lafond pencildick version.
asciilifeform: various.
mircea_popescu: entirely unrelated to anything, http://66.media.tumblr.com/fb142efbdc04ec9115a00b342da8e762/tumblr_nir0r5aLaw1qlne6uo1_1280.jpg
asciilifeform: trinque: so was the plug loose, or dud board, or wat
mircea_popescu: http://www.lambdassociates.org/blog << referenced in logs, meanwhile gone
mircea_popescu: this is i think the first positive case of logrot due to idiots being idiots (tarver, in this case)
asciilifeform: http://marktarver.com/professor.html << it moved.
mircea_popescu: aha. ty.
asciilifeform: http://marktarver.com/reply.html << moar on subj
deedbot: http://www.thedrinkingrecord.com/2016/10/01/social-justice-lawncare-agricultural-marxism-for-the-collective-home-lawn/ << Bingo Blog - Social Justice Lawncare: (Agri)Cultural Marxism For the Collective Home Lawn
BingoBoingo: !~ticker --market all --currency rmb
jhvh1: BingoBoingo: BTCChina BTCRMB last: 4092.26, vol: 231309.99960000 | Volume-weighted last average: 4092.26
trinque: asciilifeform: reseated it inside the sage, now got E64, which seems reasonable?
asciilifeform: trinque: try power cycling the board using gdb monitor commands
asciilifeform: sometimes it takes some fiddling to get it into a gdb-able state.
trinque: "monitor" command not supported by this target << having issued "monitor reset"
trinque: any particular order to boot the devices? I figured sage, then gizmo
asciilifeform: rtfm, http://www.loper-os.org/pub/sage/sage_smartprobe_gdb_command_manual.html#sideband_commands
asciilifeform: there aint no 'reset'
asciilifeform: and no, gizmo first, then sage.
asciilifeform: monitor Power,acpi
asciilifeform: switches off mine
asciilifeform: monitor Power,on
asciilifeform: switches on
asciilifeform: ctrl-C will halt it to where you can play
asciilifeform: alternatively, monitor HaltOnReset
asciilifeform: gets you to start of bios.
asciilifeform: oh btw you gotta have the cpu arch set to i386 for that one, as the iron starts in 16bit mode, and gdb is too stupid to track mode switches
trinque: I'll have to fiddle with it a while and figure out why I'm seeing E64, but seems like I'm close.
asciilifeform: aha
asciilifeform: all it means is that he cpu wasn't halted properly
asciilifeform: *the
shinohai: I have successfully stuffed asciilifeform 's Lamport functions into a single bash script. Now for cleanup.
mircea_popescu: it's really too bad there's like nothing happening in teh republic these days.
asciilifeform: trinque: http://support.amd.com/TechDocs/43009.pdf http://amd-dev.wpengine.netdna-cdn.com/wordpress/media/2012/10/43366_sb7xx_bdg_pub_1.00.pdf << amd sb700 chipset docs. (and no, they do not exist in any other format, nor will they)
asciilifeform: ^ what's on the gboard.
mircea_popescu: are the archival bots running ? lessee
mircea_popescu: oh dun work for pdfs huh
mircea_popescu: jesus this shit's hard to get settled.
mircea_popescu: but no, they don't work, for eg http://www.loper-os.org/pub/sage/sage_smartprobe_gdb_command_manual.html#sideband_commands
asciilifeform: strange
asciilifeform: given as the latter is hand-cranked html
mircea_popescu: anyway. we gotta do something with the pdfs.
asciilifeform: (i personally stitched it out of the old braindamaged wiki, dumped circa july 2015)
mircea_popescu: especially as they're now getting imported into fucking foundational work
asciilifeform: could rasterize the thing, but it will be multi-GB.
mircea_popescu: asciilifeform even a pdf to png transfer, with the images pasted on a html page, would be preferrable.
mircea_popescu: seeing how svg is crap
asciilifeform: well yes. multi-GB.
asciilifeform: who wants - go ahead, it is a 1-liner, and is in the l0gz somewhere
mircea_popescu: sigh. this is a major problem in search of a solution.
asciilifeform: png would also be very painful because no cut'n'paste
asciilifeform: these are chip docs, with thousands of magic numbers.
mircea_popescu: myea
mircea_popescu: is it latexable ?
asciilifeform: what's that even mean
asciilifeform: is steak cow-able ?
asciilifeform: spam - pig-able ?
mircea_popescu: sigh.
mircea_popescu: this whole tex/svg/png/pdf/fuckall thing is becoming a major problem.
mircea_popescu: fucking eyesore too.
trinque: asciilifeform: so far always receiving E64 when I load gdbinit.txt, gizmo is booted to the point where it asked me to press a key on the keypad
asciilifeform: nobody knows what amd generated these with. could've been msword for all i know. could've been motherfucking quark express. but in any case all they published (WHEN they published anything) is pdf.
trinque: the LCD on the plugged board says "press a key"
asciilifeform: trinque: did you try the resets as i described here ?
asciilifeform: are you able to turn the board on and off using the probe ?
mircea_popescu: asciilifeform it seems highly unlikely that any usg.* matter will be usable verbatim anyway. we will have to maintain our own, ~correctable~ versions of their manuals anyway.
asciilifeform: mircea_popescu: aha.
mircea_popescu: so the notion of pigging the spam is not entirely without merit ; impossible as it may be.
mircea_popescu: (this being WHY they publish in the fucking crud in the first place, of course. pdf, enemy of humanity in every which way already.)
trinque: asciilifeform: http://wotpaste.cascadianhacker.com/pastes/fdxx7/?raw=true << can't run any 'monitor' commands
asciilifeform: mircea_popescu: gotta also think about the fact that sb700 is EXTRAORDINARILY unusual in that we have chip docs at all for it.
mircea_popescu: aha.
trinque: but then the gizmo is not halted, right? it's asking me to press any key "to exit keypad test"
trinque: upon which it cycles back through the boot process
mircea_popescu: seems ~the only liable to be productive way forward is offering rewards for stolen originals. ☟︎
mircea_popescu: which kind-of requires working gossipd.
trinque: maybe I'll just plug an empty HD
asciilifeform: trinque: give me a similar dump but after you put "set debug remote 1" in your gdb config.
asciilifeform: this prints raw packets.
asciilifeform: and no you don't need a hd in there
asciilifeform: it is guaranteed to make 0 difference
asciilifeform: i never connect any to mine.
trinque: asciilifeform: I already uncommented that
asciilifeform: trinque: what happens if you run it second time ?
asciilifeform: in a row
asciilifeform: trinque: http://wotpaste.cascadianhacker.com/pastes/nkmho/?raw=true << mine, with complete debug out, fwiw
asciilifeform: (connected to warm and running board)
asciilifeform: you might have to get the same gdb i have, to properly compare.
trinque: same no matter how many times I run. GNU gdb 6.3
trinque: what vintage do you run?
asciilifeform: $ gdb --version
asciilifeform: GNU gdb (Gentoo 7.8.1 vanilla) 7.8.1
mircea_popescu: this may be the first time alf had a HIGHER version.
asciilifeform: trinque: let's do 1 small experiment
asciilifeform: kill the gdb, warm up the box, and...
asciilifeform: cu -l /dev/ttyACM0 -s 115200
asciilifeform: after you get a 'Connected.
asciilifeform: SmartProbe: 3.2_3743' followed by mac addr and a 0,
asciilifeform: throw in, verbatim,
asciilifeform: $qXfer:features:read:target.xml:0,4a6#16
asciilifeform: this is gdb command, the syntax is simple, $COMMANDGOESHERE#CHECKSUM
asciilifeform: where CHECKSUM is 'the unsigned sum of all the characters in the packet data modulo 256. It is represented as a pair of hexadecimal digits.' ( as described http://www.embecosm.com/appnotes/ean4/embecosm-howto-rsp-server-ean4-issue-2.html , section 2.3 )
trinque: http://wotpaste.cascadianhacker.com/pastes/pbunu/?raw=true << did over telnet, got this ☟︎
asciilifeform: so trinque , anywhere in my paste http://wotpaste.cascadianhacker.com/pastes/nkmho/?raw=true where you see 'Sending packet' you can try the command manually
trinque: k
trinque: I'll also build that particular gdb
asciilifeform: trinque: that's correct !
asciilifeform: see my paste
asciilifeform: your probe worx
trinque: mega-win
asciilifeform: gdb is sad though
asciilifeform: i have a gigantic collection of working and nonworking ones
asciilifeform: (the stock version is ~useless with mips, for instance)
asciilifeform: aaah and i almost forgot, there is another possible problem. if the box you plugged the serial cable into has pissed down the line, anything whatsoever, the ethernet interface will be confounded
asciilifeform: (thing is not built to be driven by two machines at 1ce)
asciilifeform: i recommend to - at first - use only the usb-serial hole.
asciilifeform: (you gotta power it via that hole anyway.)
asciilifeform: http://btcbase.org/log/2016-10-01#1551269 << it is not clear that anyone knows how to do this without simply becoming a toilet for disinfo, with rapidly thinning wallet to boot ☝︎
a111: Logged on 2016-10-01 23:34 mircea_popescu: seems ~the only liable to be productive way forward is offering rewards for stolen originals.
asciilifeform: how do i verify that $chipdoc is not only correct but ~complete~, much less the ~original~..?
asciilifeform: or that it does not contain subtle lie (this is a problem with every single example extant, including the one linked earlier, they have subtle deviations from what the actual silicon does, we know this from YEARS of thankless sweat by various linux folk)
trinque: newer gdb worked great. I'll now write up my notes, did all this from openbsd.
trinque: only differences were /dev/cuaU0 and installing recent gdb
asciilifeform: heeeeeeeeere we go.
asciilifeform: congrats trinque !
trinque: ty very much for the pill, asciilifeform
asciilifeform: yw trinque .
asciilifeform: that pill was ~3 mo. of work, at one time.
asciilifeform bbl -- there is much meat.
trinque: enjoy.