log☇︎
▁▁▁▁▁▁⏐︎▁▁▁▁▁▁ 4039
mod6: evenin'
shinohai: Buenas tardes mod6
mod6: o7
shinohai: o7
mod6: pretty terse SoBA this month...
mod6: will have it out in just a moment.
shinohai: For a less terse SoBA, participate and build your own. The voices in thy head will fill in the blanks
shinohai: >.>
mod6: heheh
asciilifeform: meanwhile, in monkeystan, https://archive.is/moE9o >> 'The ruling found no legal grounds for reversing Ulbricht's conviction or 2015 sentence for founding and operating Silk Road' << BingoBoingo / qntra ?
asciilifeform: ^ check out the photo of judge !
mod6: Ladies and Gentlemen of the Republic: http://therealbitcoin.org/ml/btc-dev/2017-June/000265.html
asciilifeform: neato mod6
phf: “Wonder Woman’s lack of armpit hair sparks feminist debate (nytimes.com)”
mod6: haha
BingoBoingo: !!deed http://wotpaste.cascadianhacker.com/pastes/I4ya3/?raw=true
deedbot: accepted: 1
deedbot: http://qntra.net/2017/06/qntra-s-qntr-may-2017-report/ << Qntra - Qntra (S.QNTR) May 2017 Report
BingoBoingo: !~later tell mircea_popescu http://wotpaste.cascadianhacker.com/pastes/3x8Or/?raw=true
jhvh1: BingoBoingo: The operation succeeded.
BingoBoingo: !~ticker --market all
jhvh1: BingoBoingo: Bitstamp BTCUSD last: 2355.07, vol: 17403.88195784 | BTC-E BTCUSD last: 2266.53, vol: 5836.33493 | Bitfinex BTCUSD last: 2239.8, vol: 19350.1679223 | BTCChina BTCUSD last: 2474.307864, vol: 20638.22870000 | Kraken BTCUSD last: 2347.809, vol: 9361.47482754 | Volume-weighted last average: 2350.18836504
mod6: wb
mircea_popescu: ty
mircea_popescu: i see they're sticking to the whole "silk road did something" lulz.
asciilifeform: also the 'nsa not involved, shuddupterrorists' lulz.
mircea_popescu: BingoBoingo worx
mircea_popescu: asciilifeform aha.
BingoBoingo: In other news, appear to have successfully quit smoking. Last nicotine was Saturday at 1:15 PM. Turns out it works better if you wait until afterwards to announce to the world
mircea_popescu: depends if you'd rather quit or just announce.
BingoBoingo: Mostly just reallocate micromorts
trinque: BingoBoingo: wd, did same a couple months ago.
trinque: switched to a vape briefly, decided I didn't want a hot battery in my mouth.
asciilifeform: trinque: they dun have a wall plug ?!
BingoBoingo: Almost all vape setups use lithium ion firehazard
BingoBoingo disqualified vape thing in planning latest run because still preserves active nicotine addiction
deedbot: http://deedbot.org/bundle-469163.txt
mod6: mornin'
trinque: hey mod6; how goes it
mod6: alright, how 'bout you?
trinque: just fine, sqlating away.
mod6: aha.
mod6: http://btcbase.org/log/2017-05-30#1663325 << so I should *not* be seeing a reoccurance of 'ff fd' throughout my entropy output files right? ☝︎
a111: Logged on 2017-05-30 17:07 asciilifeform: the preponderance of 0xff 0xfd etc is screaming hint
asciilifeform: mod6: http://wotpaste.cascadianhacker.com/pastes/ihPkP/?raw=true ☟︎
asciilifeform: mod6: usage -- ./hist.py foo.bin
asciilifeform: a 1G , say, sample, should have nearly flat histogram
asciilifeform: and moreover, a quite different one each 1G
asciilifeform: (numerically)
asciilifeform: first test however is always 'ent', you can see in pete_dushenski's sample that ent immediately produces barf
asciilifeform: ( histograms, you will want when trying to learn what it was that you broke in your setup )
asciilifeform: will reveal, e.g., 'smart,helpful' unix that drops 'in-band control' octets.
asciilifeform: or line endings, etc.
asciilifeform: it is astonishingly tricky to get raw bytes UNMOLESTED into and out of a 'modern pc'.
mod6: I'll run your py script here...
mod6: but take a look at these results from FG#1 http://p.bvulpes.com/pastes/lGnuD/?raw=true ☟︎
asciilifeform: mod6: still dealing with the bsd thing ?
asciilifeform: !~calc 1095455232 / 65536
asciilifeform: !~calc 1095455232 / 65536
jhvh1: asciilifeform: 1095455232 / 65536 = 16715.3203125
mod6: i went back to my linux output entropy files to see about the 'ff fd' thing; I'm really jammed up on openbsd. and that's a different side-quest we can discuss later. but now i'm wondering about the flow-control/output from collections done on linux
asciilifeform: !~calc 1372938752 / 65536
jhvh1: asciilifeform: 1372938752 / 65536 = 20949.3828125
asciilifeform: !~calc 1190905856 / 65536
jhvh1: asciilifeform: 1190905856 / 65536 = 18171.78125
asciilifeform: ^ expected values for count of a bioctet, in your case 'ff fd'
asciilifeform: nothing particularly interesting here.
asciilifeform: ( if there were, you would fail dieharder's 'birthdays' test at the very least. )
mod6: got it.
asciilifeform: sorta the point of 'ent', 'dieharder', etc. is so as not to have to do these by hand.
asciilifeform: but it helps to remember what the idea is.
mod6: makes sense, i think it was worth covering this though -- wanted to be sure that I have one solid test-bed.
asciilifeform: the perhaps worst 'test' ~of a working rng in particular~ is to look at the hex with naked eye
asciilifeform: you will see 'dragons in the clouds'.
mod6: so back to the bsd-side-quest.... i built `coreutils 8.21' on my openbsd box. now have `gdd` on there. which has a 'fullblock' iflag.
asciilifeform: mod6: try plain old 'cat'
asciilifeform: if your cat disconnects -- you have flowcontrol on.
asciilifeform: and are getting liquishit.
asciilifeform: if it happily hangs on for minutes, hours, days -- it probably works.
asciilifeform: cat /dev/whatever > foo.bin &
mod6: ok. am trying. will report.
mod6: (running ./hist.py against my FG#1 output files...)
asciilifeform: these from linux or bsd ?
asciilifeform: plz to describe the entire setup
mod6: im running the ./hist.py on a linux environment amd64
asciilifeform: yes but where was the input collected
asciilifeform: and how
mod6: check my previous paste
asciilifeform: ( 'fg plugged into usb hub powered from wall 5v plug, amd crapteron 7.7ghz running shithead linux' etc
asciilifeform: )
asciilifeform: aite
asciilifeform: http://btcbase.org/log/2017-06-01#1664123 << this ? ☝︎
a111: Logged on 2017-06-01 15:35 mod6: but take a look at these results from FG#1 http://p.bvulpes.com/pastes/lGnuD/?raw=true
mod6: root@trb-dev:/home/mod6/fg1# stty -F /dev/ttyUSB0 115200 raw -echo -echoe -echok
mod6: root@trb-dev:/home/mod6/fg1# dd iflag=fullblock if=/dev/ttyUSB0 of=fg1.fg1.bin
asciilifeform: yes, but this did not tell me ~on what~
mod6: yeah, they were collected on linux as such ^
asciilifeform: ok
mod6: yup, np.
mod6: running next hist.py.. one sec.
asciilifeform does not recommend the histogram thing as a firstline test, it was written as diagnostic to ferret out broken os
asciilifeform: y'know, the kind that drop specific octets.
mod6: and yah, this setup is without usbhub.
mod6: it's USB-TTL direct plugged into machine, wired with the 5v, out, & gnd
asciilifeform: btw if mod6 wants a mega-useful sequel to his tests, he can buy a https://mobileimages.lowes.com/product/converted/008236/008236128024.jpg and try battery run
asciilifeform: ( 6v is entirely ok )
asciilifeform: ( be sure to tie together the battery-minux and the ground on the usb dongle )
asciilifeform: *minus
asciilifeform: fwiw i did a 1G of this on ~one~ particular unit and found no significant differences
asciilifeform: but asciilifeform has somewhat unusually clean (double-converting sinusoid ups) power
mod6: instead of the battery pack, can I just use my Dr. Meter DC PS?
asciilifeform: nope
asciilifeform: you want specifically guaranteed-nonrippling dc
asciilifeform: which only comes out of battery.
asciilifeform: (which has no physical means of rippling)
mod6: isn't that what the Dr. Meter does? you set it to 5v and it's g2g. i've verified with multimeter (Fluke) that it does spit out what it says it spits out.
asciilifeform: by same token your comp is also 'ideal dc'
asciilifeform: the other factor, aside from ac mains ripple , is rf ( from the power path being of any appreciable length ) from environment
mod6: but the battery cell is somehow better for this test?
mod6: ah. hmm. ok
asciilifeform: even supposing desk ps supplied ideal dc -- still yes : length of path.
asciilifeform: aha.
mod6: gotcha, i'll look at getting one of those.
asciilifeform: it is likely that you have one somewhere in the house already
mod6: here's the hist.py from FG1, run 2: http://p.bvulpes.com/pastes/04373/?raw=true
asciilifeform: mod6: looks quite ordinary
asciilifeform: now do it to what you got on the bsd box
asciilifeform: (prepare barf bag)
mod6: ah. haha, ok.
mod6: cat is still running...
asciilifeform: gotta compare samples of ~same size.
asciilifeform: ideally.
mod6: looks like it got 20561 bytes
asciilifeform: yeah definitely b0rked
mod6: shit, no python on here.
asciilifeform: if box is misbauded, it will pick up a byte solely by accident, when it gets something that looks like it has the start and stop bits
asciilifeform: every however many ppm
asciilifeform: and it'll pick up something with most of the 1s stuck on.
mod6: hm. ok
mod6: here's the output from hist.py FG#1, run 3: http://p.bvulpes.com/pastes/DwunV/?raw=true (on linux box)
asciilifeform: http://man.openbsd.org/ldattach.8 << try re flowcontrol on bsd
asciilifeform: mod6: running these on items that already passed diehard is waste of time
asciilifeform: it is specifically for diagnosing catastrophically broken setup
mod6: yup, just was gonna do those three. wont litter the logs any more with those.
mod6: will look at ldattach.8, thanks!
asciilifeform: it's a 'wtf, ent thinks pi equals 2, wat gives' tool.
mod6: i think from this little exercise that I can conclude that my tests, on linux, did exactly what they should have done.
asciilifeform: incidentally it is imho maddening that pc never standardized a SYNCHRONOUS serial interface ☟︎
asciilifeform: ( usb is not a 'serial interface' at all but a massive tub of liquishit, with bookcase-sized spec )
asciilifeform: 'synchronous serial' is simply a thing like rs232 but with 2nd pin, for clock, and then machine knows when to read off the bits.
asciilifeform: it is how , e.g., ps/2 kbd/mouse port worked. ( however it was never turned into a general-purpose item ) ☟︎
jurov: iirc rs232 does support optional clock signal?
asciilifeform: handshake (flow control)
asciilifeform: not same thing
asciilifeform: it still 'cares' what the baud rate is
asciilifeform: true synchronous bus -- does not.
asciilifeform: ( async-with-handshake simply does 'if i don't get handshake, i won't send' )
deedbot: http://www.contravex.com/2017/06/01/car-shopping-buy-used-or-lease-new/ << » Contravex: A blog by Pete Dushenski - Car shopping? Buy used or lease new??
asciilifeform: coming next: benjie-ignition-light-fireplace-or-light-cigar !1111
asciilifeform: 'The newest Lexusesiv in particular have the most (Hashem-) forsaken hvac/audio computer systems WITH A MOUSE.' << lol!!!
asciilifeform: where does mouse pad go, pete_dushenski ?
asciilifeform: on steering wheel ??
pete_dushenski: you joke but laptop-style 'mousepads' are the next 'big thing' in automotive interior design. they're generally placed aft of the gear shifter in the horizontal area of the centre console.
pete_dushenski: and lmao benjie ignition indeed
asciilifeform: does it also keyboard
asciilifeform: so you can ctrl-alt-del
jurov: butt joystick
asciilifeform: ^ these are commercial items! just ask bigphysics-pr-man hawking
pete_dushenski: seats already have built-in massage (shiatsu!) so no reason not to used relaxed butt muscle for quantum thinking
pete_dushenski: worx great because plebs don't use keyboards anyways. too ON THE GOGOGO. because mobility-oriented donchaknow.
trinque: mouse pad holy shit.
trinque: I will never buy a car that has enough computer in it to use such a thing. ☟︎
asciilifeform: trinque: that's what 1980s folx said re fuel injection
pete_dushenski: this is actualy the legacy of the whole gay right movement innit : everyone and their dog is *-oriented. such human social progress this advent.
asciilifeform: eventually you either buy it or learn to machine parts for your vintage auto.
trinque: apparently I'm going to have to stockpile <=2010 tundras next to my g5 macs
asciilifeform: i know a fella who owns hundreds of 1950s-70s autos
asciilifeform: but nobody collects 2000s, afaik, pieces o'shit.
asciilifeform: not maintainable.
trinque: incorrect. 2000s toyota tundras are beastly, reliable machines
pete_dushenski: asciilifeform: au contraire http://www.contravex.com/2017/02/28/the-contemporary-classic-car-phenomenon-explained/
asciilifeform: ( you will get new comp for them where ? new chemical sensors ? )
asciilifeform: pete_dushenski: speaking here of street, rather than race, cars
asciilifeform: the kind that get inspected & licensed
pete_dushenski: these are!!1
asciilifeform: trinque did mention toyota, not mclauren.
trinque: these I don't know why anyone would buy, unless he has the money to buy the manufacturer when he wants something.
pete_dushenski: anyways, parts are plentiful, just at a more macro level (ie whole gauge cluster) because microparts fizzle (like my gpu this week actually)
asciilifeform: trinque: my thought was that if you want that toyota to run in 2040 you will probably have to buy the factory that made the, e.g., oxygen sensors, ignition comp, whatever digital crud (and its analogue tendrils) that the thing demands in order to run
asciilifeform: unless you want to fit a 1980s motor in there.
asciilifeform: (cuba-style)
asciilifeform: pete_dushenski: 'parts plentiful' while junkyard still has'em, and then suddenly goes to 0
pete_dushenski: that's easily 3-4 decades though
trinque: but it's a fair point; you'll otherwise have to buy the coke machine on wheels
asciilifeform: pete_dushenski: 3-4 decades of 'at any price' availability, likely. probably no more than 1-2 at economical-price.
pete_dushenski: asciilifeform: but you did shift the goalposts a fair but there : 'inspected & licensed' quickly became 'only toyota'. problem ?
asciilifeform: ( one that doesn't drive you to consider a new auto )
pete_dushenski: omg be less poor then
pete_dushenski: IT SOLVES EVERYTHING
trinque: look in 2040, if bitcoin doesn't sling enough dick that there are sane parts to be had, better seppuku
asciilifeform: pete_dushenski: i can't comment on the autos of 'less poor' folx, never bought mclauren parts.
trinque: sane whole machines even
asciilifeform: but i have scrapped autos when parts replacement became -ev
pete_dushenski: trinque: bingo.
asciilifeform: ordinary, workaday plebe autos.
asciilifeform: trinque: mechanical expiration date of bitcoin-as-we-have-it is well earlier.
trinque: really meant $republic there.
pete_dushenski: could be $ethereum! which has HALF the market cap of bitcoin donchaknow ☟︎
trinque: oh christ, no, I didn't mean that
trinque: lol
pete_dushenski: haha
pete_dushenski: wtf kind a braindeads are pumping eth to these levels anyways. do govs really have that much fiat left to wash trade with ? ☟︎
trinque: fiat-demonimated "market cap" can be whatever fiat says, eh?
asciilifeform: pete_dushenski: it's called printolade for a reason...
mod6: yah, usgprintolade => eth
asciilifeform: pete_dushenski: see paste in earlier thread, re your bsd box
pete_dushenski: !~google printolade
jhvh1: pete_dushenski: The bezzle-USD and the tide-USD on Trilema - A blog by Mircea ...: <http://trilema.com/2014/the-bezzle-usd-and-the-tide-usd/>; NEXT: 26-02-2016 - #bitcoin-assets log: <http://log.bitcoin-assets.com/%3Fdate%3D26-02-2016>; Trilema - Pete Dushenski: <http://www.contravex.com/wp-content/uploads/2016/03/2016-04-01-logs-trilema.txt>
pete_dushenski wonders what was etymology of 'printolade'. it's a great term!1
asciilifeform: well, it's crapolade that comes out of a printer
pete_dushenski: lol that then begs the questions where 'crapolade' came from
pete_dushenski: all these from asciilifeform 's fertile mind ?
asciilifeform: i won't take credit for crapolade ( picture marmalade from liquishit, say ) but have nfi where heard it.
phf: naggum?
asciilifeform: http://www.xach.com/naggum/articles/search?q=crapolade&sort=of << not afaik
asciilifeform: imho the correct implication, is excrement-packaged-for-human-consumption, rather than just any ol' pile-o'shit
trinque figured it came straight from asciilifeform's nightmares
asciilifeform: from daily life, unfortunately.
pete_dushenski: asciilifeform: this the paste you're refering to for bsd box ? http://btcbase.org/log/2017-06-01#1664112 ☝︎
a111: Logged on 2017-06-01 15:27 asciilifeform: mod6: http://wotpaste.cascadianhacker.com/pastes/ihPkP/?raw=true
asciilifeform: pete_dushenski: aha, see entire thread.
pete_dushenski: just catching up on it
pete_dushenski: bbl
asciilifeform: unrelatedly, and continuing thread http://btcbase.org/log/2017-06-01#1664215 -- it'd make print-rsakey-on-cardboard simpler, also, to read off ☝︎
a111: Logged on 2017-06-01 16:12 asciilifeform: incidentally it is imho maddening that pc never standardized a SYNCHRONOUS serial interface
asciilifeform: ( put spiral down, with clock and data tracks, read with 2 photodiodes and spindle similar to record player )
asciilifeform: imho a means of reliably reading 16 or so kBytes from a business card, would be quite useful.
asciilifeform: ( and, importantly , optically, rather than promisetronically )
asciilifeform: it'd be even more jawdroppingly spiffy if i could get 16kB cut into a rubber stamp !
asciilifeform: ( such that it'd be READABLE 100% of the time )
asciilifeform: ROMs readable (and if you ever must : WRITABLE) with unarmed eye, and bare hands, respectively, are a long-term must, imho.
asciilifeform: will be quite handy for mass dissemination of 'illegal bits' when time comes.
asciilifeform: http://blog.liw.fi/posts/qr-backup << state of the art unsatisfying, because no raptor code
asciilifeform: ( ideally you oughta be able to smudge most of the image and still recover payload )
asciilifeform: in other vintage lulz, https://pthree.org/2014/08/18/whats-the-matter-with-pgp
asciilifeform: ^ surprisingly nonidiotic response to a popular schneierism going around at the time ☟︎
Framedragger: https://blog.pinboard.in/2017/06/pinboard_acquires_delicious/ mr. maciej acquires delicious, i like dis.
asciilifeform: lol, delicious?! the ancient bookmark-storage thing no one's used in ~decade ?!
Framedragger has > 3k bookmarks on delicious
Framedragger: yepyep.
Framedragger: "As for the ultimate fate of the site, I'll have more to say about that soon. Delicious has over a billion bookmarks and is a fascinating piece of web history. Even Yahoo, for whom mismanagement is usually effortless, had to work hard to keep Delicious down. I bought it in part so it wouldn’t disappear from the web." ☟︎
asciilifeform thought that it had long ago disappeared without a trace
trinque: archiving it would've been cheaper.
Framedragger: related (longer article) https://blog.pinboard.in/2011/03/anatomy_of_a_crushing/
asciilifeform: doesn't load
Framedragger: i think he had some sentiments for delicious users, + perhaps expects some of them to migrate to his paid service. who knows
asciilifeform: ( which is extra lulzy for folx who want me to pay'em to store my bits !! )
Framedragger: loads fine here... root cert is "USERTrust RSA" CA, then gandi
Framedragger: !$getarchive https://blog.pinboard.in/2011/03/anatomy_of_a_crushing/
scriba: Previously archived URL: http://archive.is/jpma (this was archived by scriba: yes)
Framedragger: (hm, "archived by scriba" should say "no", will investigate)
Framedragger: !$getarchive https://blog.pinboard.in/2017/06/pinboard_acquires_delicious/
scriba: Previously archived URL: http://archive.is/cRADs (this was archived by scriba: yes)
Framedragger: asciilifeform: oh, or did you mean delicious.com? yeah seems offline
Framedragger: not sure if delicious.com was acquired (maybe only del.icio.us). anyway, sorry for spam
asciilifeform: i must admit that i dun see the appeal, Framedragger
asciilifeform: continuing the optical code thing, i have a possible pill :
asciilifeform: if you make a ~two~-diode reader, you can make it ignore 'unstraight' (from its pov) bars. and this opens you up to a method : ☟︎
asciilifeform: take payload, cut into J pieces, which turn into K, K > J raptorola packets ( each with simple checksum, so machine can ignore smudges ) ;
asciilifeform: these are scattered randomly onto the page at random angles, can even overlap.
asciilifeform: reading simply consists of waving the wand across the page, in various directions, for as many swipes as it takes.
asciilifeform: !!up pauloio
deedbot: pauloio voiced for 30 minutes.
ben_vulpes: heftily neat idea asciilifeform
jurov: http://ronja.twibright.com/optar/ might fit 16kB
ben_vulpes: girthy, even
jurov: but not using rubber stamp
asciilifeform: useless
asciilifeform: ~0 redundancy, and insists on high res
asciilifeform: EXACTLY opposite of what it want
asciilifeform: any idiot can make this.
asciilifeform: *i wanted
asciilifeform: 'hurr durr turn each bit into pixel' mno.
asciilifeform: if you can't put it on rubber stamp -- it sux. if can't print on business card in b&w -- useless. if won't read after a week glued to a light pole -- useless. if won't read after bullet hole in it -- useless. etc
asciilifeform: a business card printed on a very spartan (100 'dpi' ) press , gives what, 350 x 200 b&w pixels ; ☟︎☟︎
asciilifeform: !~calc 350*200 / 8
jhvh1: asciilifeform: 350*200 / 8 = 8750
asciilifeform: bytes
asciilifeform: in theory
asciilifeform: and it has 2 sides, so x2
asciilifeform: after , say, 1/4 redundancy,
asciilifeform: !~calc 8750*2 * 0.75
jhvh1: asciilifeform: 8750*2 * 0.75 = 13125
asciilifeform: kBytes ! of theoretical capacity
ben_vulpes: notbad!
asciilifeform: ikr?
ben_vulpes: neat tradecraft device
asciilifeform: plenty of room for a 8192bit rsa pubkey, say, and a little bit of signed material, and sig
asciilifeform: say.
asciilifeform: if storing less -- can put in correspondingly moar redundancy.
asciilifeform: or can leave one side for human text.
mod6: cool
asciilifeform: pretty basic, mod6
asciilifeform: and imho one ought to have graffitiable pubkeys.
asciilifeform: ( fuck 'fingerprints' with a running pole saw . )
mod6: haha
ben_vulpes: and how
shinohai: !!up pauloio
deedbot: pauloio voiced for 30 minutes.
asciilifeform: the mega-achievement would be not only to encode these, but to read WITHOUT a high end camera & special optics
asciilifeform: but rather with 'ancestral' (photodiode or two) stick.
asciilifeform: to move the complexity into proggy.
shinohai has old cmos camera around here somewhere ....
asciilifeform: shinohai: they're ~useless at the necessary distance, typically.
shinohai: Bummer
mircea_popescu: http://btcbase.org/log/2017-06-01#1664218 << ps/2 yeah. what dfo you mean not general purpose ? ☝︎
a111: Logged on 2017-06-01 16:14 asciilifeform: it is how , e.g., ps/2 kbd/mouse port worked. ( however it was never turned into a general-purpose item )
asciilifeform: doesn't really work for non-keyboard, non-mouse
asciilifeform: ( there were attempts but pc arch made it very painful to do this )
asciilifeform: you will notice, there is no /dev/ps2 you could 'cat' from on linux box.
mircea_popescu: http://btcbase.org/log/2017-06-01#1664239 << think of it more like "getting a car attached" than "buying". ☝︎
a111: Logged on 2017-06-01 16:37 trinque: I will never buy a car that has enough computer in it to use such a thing.
asciilifeform: ealy macs, interestingly, actually had synchronous serial.
mircea_popescu: asciilifeform this never occured to me somehow
asciilifeform: *early
mircea_popescu: wtf happened to ps2 jesus
asciilifeform: nothing happened.. i have ps/2 jacks on my systems
mircea_popescu still buys ps2 kbd/mouse to this day, but they;ve apparently become rare
asciilifeform: they're a sweet dream to interface to/from microcontroller, also
asciilifeform: quite unlike usb.
asciilifeform: kHz bauds; protocol that fits on a napkin.
mircea_popescu: http://btcbase.org/log/2017-06-01#1664275 << and the fucktards actually say that with a straight5 face. ☝︎
a111: Logged on 2017-06-01 16:46 pete_dushenski: could be $ethereum! which has HALF the market cap of bitcoin donchaknow
mircea_popescu: http://btcbase.org/log/2017-06-01#1664279 << it's very easy to get a bunch of "consensus"-oriented, state-compliant dork with no money to agree to anything, no matter how nonsensical it is. it's not expensive, either, that's why said dorks are the wet dream of any socialism. ☝︎
a111: Logged on 2017-06-01 16:48 pete_dushenski: wtf kind a braindeads are pumping eth to these levels anyways. do govs really have that much fiat left to wash trade with ?
mircea_popescu: and that's why stabbing them in the neck "for no reason" and "that was totally uncalled for" while they're riding the state car is the ~best way to serve the republic.
mircea_popescu: http://btcbase.org/log-search?q=%22crapolade%22&page=3 << early usage, all alf.
mircea_popescu: http://btcbase.org/log/2017-06-01#1664313 << that also went nowhere, heh. ☝︎
a111: Logged on 2017-06-01 17:41 asciilifeform: ^ surprisingly nonidiotic response to a popular schneierism going around at the time
mircea_popescu: http://btcbase.org/log/2017-06-01#1664318 << this naive belief that the detritus of human horde existence has specific value per quanta is how most old jews (ie, nonstupiud, nonpoor, alone republicans, see http://trilema.com/the-pawnbroker ) finally spend (ie, return to the socialist empire) their accumulated capital. ☝︎
a111: Logged on 2017-06-01 17:43 Framedragger: "As for the ultimate fate of the site, I'll have more to say about that soon. Delicious has over a billion bookmarks and is a fascinating piece of web history. Even Yahoo, for whom mismanagement is usually effortless, had to work hard to keep Delicious down. I bought it in part so it wouldn’t disappear from the web."
mircea_popescu: it is a false notion. there is no value in the herds other than of usage. unless you're using the sheep, the libertards, to spin some wheel, they are 0, not epsilon.
Framedragger: i think there was an altruistic / sentimental component, so the case cannot be reduced the above, which (on its own) of course stands (i.e. agree fully)
Framedragger: to the*
mircea_popescu: sure. by the time republican's lived his lifetime in exile without the republic, what's he to do ? pile it up and burn it all ?
mircea_popescu: i confess was my intent.
mircea_popescu: "oh, can't take it with you" "wanna bet ? fucking imbecile lazy schoolboy, oh what's the teacher gonna do, flunk all of us. you'd better fucking believe it, what!"
asciilifeform never graduated to having this problem, and so never wasted cycles considering it, just as he does not stop to think 'game plan!111' of 'what do do when on mars'
asciilifeform: *to do
mircea_popescu: there are many blessings!
Framedragger agrees. solitary republicanism not viable
Framedragger: solitary and/or solipsistic (where person assumes there is no republic)
mircea_popescu: something like that
asciilifeform: Framedragger: it is viable only in the very restricted sense of the jp legend of the d00d who swallowed a stone ahead of his beheading so as to chip the sword
mircea_popescu: ha. what an idea.
asciilifeform: i suppose europe's equiv to this was the old story that marie & louis supposedly didn't shit for a week prior to heads-off
asciilifeform: so as to make massive heap on the guillotine
mircea_popescu: i never heard this one.
asciilifeform: i have nfi where i got it
asciilifeform: folk tale, is all.