log☇︎
192400+ entries in 0.05s
asciilifeform: or an ocean
asciilifeform: i sometimes drive around with gps display, and more than once found myself in africa
asciilifeform: that particular trigger is pulled every time fuhrer rolls by in his fuhrermobile
asciilifeform: why?
asciilifeform: i suspect the equipment, protocol, the inescapable 3-ring binders, are all in place.
asciilifeform: if cheap autonomous flying machines haven't reignited usg interest in geographically-selected gps jamming, nothing will
asciilifeform: can't/won't/forgot
asciilifeform: sorta one of the places i was going with ntp.
asciilifeform: anybody's guess whether gps will decay from sat attrition (as glonas did in the 'roarin' 90s' ru) before usa implodes, civilian aviation on its territory Officially ends, and public freebie is turned off
asciilifeform: idea being that hitler can order the public band jammed, when he wants.
asciilifeform: other thing re: gps is that there is ~still~ an encrypted band (as of a few yrs ago, ~two~ separate ones)
asciilifeform: decimation: there was no money
asciilifeform: galileo was also in planning at the time (ru 'glonas' was in a serious state of decay and not relevant) and one legend goes that clinton's order was a failed gambit to sink it ☟︎
asciilifeform: there was a whole industry, almost, devoted to this.
asciilifeform: neatly cancelling out the fuzz
asciilifeform: one interesting aspect of the 'selective availability' era was that folks would actually collect the crud and broadcast... corrections! from an accurately-surveyed point
asciilifeform: 'give us root or we'll shoot' was the actual statement
asciilifeform: (if anyone remembers the old eu/galileo thread, where usg pissed and moaned about not being given root on galileo)
asciilifeform: clinton's announcement was a little disingenuous - the random noise is gone, yes, and the recent sats don't have it - however they do have option of beam-forming and denying gps to geography of hitler's choice
asciilifeform: http://www.leapsecond.com/pages/saoff << when clinton ordered gps to be made useful to public
asciilifeform: ... or retired and he cut a zero or three of the price tags by repairing with own hands
asciilifeform: http://www.leapsecond.com/images/LabJan2001r.jpg
asciilifeform: the fella collects, builds, clocks
asciilifeform: the traveling clocks against several atomic clocks left at home. Measurements confirmed that the clocks returned 22 nanoseconds ahead in time. ' << try sr at home!
asciilifeform: 'The talk concludes with a first-hand description of Project GREAT, perhaps the ultimate DIY clock experiment. Van Baak methodically selected three of his best portable cesium clocks, outfitted the family minivan (with his wife's permission) as a traveling time laboratory, and drove with his three children up the highest mountain in Washington State. After staying on Mt. Rainier for a long weekend they returned home to compare
asciilifeform: the 'leapsecond' blog is a goldmine
asciilifeform: that list oughta contain ~all~ the 4294967297 folk (see old log as to why)
asciilifeform: devil knows
asciilifeform: http://www.leapsecond.com/pages/atomic-tom << moar.
asciilifeform: used to set the date and time. Not waterproof nor even water resistant. '
asciilifeform: 'The watch keeps time to a few nanoseconds per day. The attractive display is based on 7-segment red LED technology. Batteries are included (they last about 45 minutes but are rechargeable). AC adapter included. There are no adjustments for daylight saving time; however the clock does handle leap seconds and keeps track of the [Modified Julian] date. This HP wristwatch includes 5/10 MHz and 1 PPS outputs. An internal keypad is
asciilifeform: http://www.leapsecond.com/pages/atomic-bill << lulz.
asciilifeform: http://pmonta.com/blog << also neat
asciilifeform: http://www.mar.li/memento_mori.php << lulz
asciilifeform: http://www.periodictable.ru/037Rb/Rb_en.html
asciilifeform: no less than 4 of'em
asciilifeform: it's got goldplated coax 'in's for clocking
asciilifeform: ... except for my biggest fpga board
asciilifeform: f
asciilifeform: on any machine i know o
asciilifeform: (for cpu and rtc both)
asciilifeform: superceding the usual clock
asciilifeform always thought that a 'proper' computer oughta include a bnc jack for rb or cesiumfountain on front panel
asciilifeform: what's the point of rb then
asciilifeform: http://www.eevblog.com/2012/01/14/eevblog-236-fe-5680a-rubidium-standard-teardown << interesting
asciilifeform doesn't see a picture
asciilifeform: or rather, why??!!!
asciilifeform: wai wat
asciilifeform: decimation: that can looks like a normal quartz resonator
asciilifeform: decimation: tube's good for ~decade
asciilifeform: mod6: http://log.bitcoin-assets.com/?date=03-07-2015#1185338 ☝︎
asciilifeform: see log
asciilifeform: aha
asciilifeform: mod6: phf wrote a tx dumper
asciilifeform not ui specialist
asciilifeform: and not sure if there is a simple way to weasel out of using the rodent here
asciilifeform: i fucking hate ncurses-mouse proggies
asciilifeform: mod6: could try
asciilifeform: mod6: gonna be ugly
asciilifeform: BingoBoingo: c n00b mistake. need else { ... ... }
asciilifeform: BingoBoingo: the return never happens
asciilifeform: how often is bad tx resulting from the use of some peculiar 'hearnia' ? (on my node - apparently, quite often)
asciilifeform: and how often is the latter a plausible result of bitrot
asciilifeform: how often - bad sig
asciilifeform: who is sending what kind of retarded tx, and why?
asciilifeform: which would collect, in a zoo
asciilifeform: ~another~ interesting scientific instrument would be a fly trap for invalid tx ☟︎
asciilifeform listens to the sound of silence
asciilifeform: anybody here likes programming for x11 ?
asciilifeform: see forks with own eyes, pop open a block and scroll the tx, etc.
asciilifeform: oughta be able to watch the 'vital signs' of a node, if one wishes
asciilifeform: ('incoming' in the network may-or-may-not-relay sense, rather than coins sense)
asciilifeform: (tx incoming, tx relayed, blocks...)
asciilifeform: really gotta write a proper node monitor
asciilifeform: this patch is gonna be a first-class bitch to actually test though..
asciilifeform: not a bad start BingoBoingo
asciilifeform: that's pretty much it.
asciilifeform: this is not seriously important in this case, but it follows 'unix philosophy' in the sense that a proggy returning false lets you use its failure as part of a shell script
asciilifeform: so you'd want to printf and then return false
asciilifeform: BingoBoingo: printf happens to return 1 (true) if it succeeded in printf-ing
asciilifeform: a few other nitpicks. the all-caps convention in bitcoind refers to constants
asciilifeform: wai didja just return printf("... ?
asciilifeform: congrats to BingoBoingo though, for taking the gloves off and going at the patch game
asciilifeform: http://therealbitcoin.org/ml/btc-dev/2014-December/000022.html
asciilifeform: there's a handy page on therealbitcoin.org
asciilifeform: BingoBoingo: i normally post patches after i read five times or so, and test them (to the point where 150,000+ blocks are pulled)
asciilifeform: BingoBoingo: no reason to hurry
asciilifeform: what version was the patch for ?
asciilifeform: 0
asciilifeform: grep -i nMinRelayTxFee * | wc -l
asciilifeform: BingoBoingo: methinks you left something out ?
asciilifeform: for completeness, i will also mention the possibility that we (or what al can see of us in his light-cone) didn't pass his bozo filter.
asciilifeform: !up Vexual
asciilifeform: aha, iirc danielpbarron invited him to.
asciilifeform: gonna guess he got ddosed.
asciilifeform: yes, it's in there.
asciilifeform: mod6: apologies, i had the 10-7 page up
asciilifeform: but ipso facto netsplit
asciilifeform: i believe
asciilifeform: go, see