log☇︎
115900+ entries in 0.067s
mod6: bah, sorry. ignore this ^
jhvh1: ben_vulpes: Bitfinex BTCUSD ticker | Best bid: 9648.3, Best ask: 9655.5, Bid-ask spread: 7.20000, Last trade: 9653.5, 24 hour volume: 30808.8059532, 24 hour low: 9280.4, 24 hour high: 9840.0, 24 hour vwap: None
mod6: Thanks for digging that up phf! archive.is seems to have trouble pulling the patch directly from shithub. I've grabbed it and posted it myself for the ages: http://archive.is/1w3Kx
phf: now this could be misconstrued as a passive aggressive "how about now! can you read it now!", but my middle click copy paster failed, and then it's znc that's throttle sending. i figured i could kill znc, but mp was faster on the draw
jhvh1: mircea_popescu: The operation succeeded.
mircea_popescu: !~later tell phf sorry about that ; but srsly either bvulpes link or simply From: Gregory Maxwell <greg@xiph.org> would have sufficed.
phf: "Stores the wallet decryption key in memory for <timeout> seconds.");
phf: @@ -1584,7 +1584,7 @@ void ThreadCleanWalletPassphrase(void* parg)
phf: void ThreadCleanWalletPassphrase(void* parg)
phf: @@ -1548,7 +1548,7 @@ void ThreadTopUpKeyPool(void* parg)
phf: 2^31 seconds since the epoch. Hopefully boost will be fixed by 2028.
phf: because it currently sleeps for 0 seconds when the sleep time would cross
phf: 2^31 milliseconds is only about 25 days. Also clamps Sleep() to 10 years,
phf: Subject: [PATCH] Resolves issue #922 - "wallet passphrase timeout of several
mircea_popescu: i mean this literally, they went offline at some point.
phf: oh it's the https
mircea_popescu: im sure all https github is the same.
phf: fair, https://github.com/bitcoin/bitcoin/commit/82a10c81707dcff5ee24dec7ef7ebf8eccfded03.patch then
a111: Logged on 2018-02-25 19:55 mircea_popescu: who put that abomination in there and why!
trinque: somebody gimme a better rsatron and I'll use that instead. ☟︎
trinque: I am really opposed to putting any work whatsoever into managing gpg's unnecessary complexity
ben_vulpes: it is of the lowest priority
ben_vulpes foolishly https://alexcabal.com/creating-the-perfect-gpg-keypair/ once upon a time
ben_vulpes: trinque: possible to get deedbot.org's list of deeds to link to my fingerprint instead of the signing key fingerprint?
ben_vulpes: drunk_foxx_: that you can talk; dig
drunk_foxx_: What does it mean to be voiced? :thinking:
BingoBoingo: <phf> easiest way to get a rise out of my iranian colleagues is to suggest that samovar and olivier salad were not "invented" by iranians << I enjoy telling the Argentines their mate has too many sticks and twigs
mod6: (doesn't hurt if others do this as well!)
mod6: Thanks phf, I think I'm gonna conjure something up over here too just to see.
a111: Logged on 2018-02-25 20:29 mod6: And rather than do a fast job to complete this ; I think the right approach is to comb through the entire thing and ensure that no UTF-8 is hiding.
phf: http://btcbase.org/log/2018-02-25#1786059 << that's the only place ☝︎
mod6: I'm on it, The Foundation is going to close out the month with the SoBA. This work will be high priority post month-end.
mircea_popescu: well... think it through for sure.
mod6: And rather than do a fast job to complete this ; I think the right approach is to comb through the entire thing and ensure that no UTF-8 is hiding. ☟︎
mircea_popescu: i'm guessing the only way out of this predicament is to have an actual regrind, into a new genesis, of all the patches we actually want.
mod6: I'd have to dig for that to prove tho.
mod6: Yeah, but furthermore, I don't think the "no UTF8" rule had been established at that point.
mircea_popescu: chiefly because we didn't actually understand at the time what we were doing.
mod6: I pulled the original posts from the ML, and then started looking for "e2 80 94" which I ~think~ is the bad char.
mod6: Looks like this UTF-8 problem with the dashes goes all the way back - and looks like we've all signed it with that in there:
phf: you're assuming that i'm trying to say something useful!
phf: right, that it could've been typed out by hand
mircea_popescu: so is it your comment typed out on a mac, is the idea ?
phf: easiest way to get a rise out of my iranian colleagues is to suggest that samovar and olivier salad were not "invented" by iranians
phf: i still have muscle memory for dashes, quotes and a few math symbols on mac en layout. (i would even differentiate between russian << .. >> and en `` .. ''). this stuff seemed like the future in the early 2000s..
phf: mod6: right, that's the right thing to do; for a longest time i was still pressing with the original v.py, but i suspect most people (except maybe ascii) use v.pl at this point
mircea_popescu: who put that abomination in there and why! ☟︎
mircea_popescu: 23962 /*Boost has a year 2038 problem— if the request sleep time is past epoch+2^31 seconds the sleep returns instantly.
mod6: Here's a snippit of that code: http://p.bvulpes.com/pastes/6lZc7/?raw=true
mod6: what my vtron does is this: as it iterates through the list of patches to be pressed, after each vpatch pressed, it checks that the output file sha matches the expected.
phf: and in vaguely related, while writing a chain verifier for btcbase, i found that we have utf-8 in genesis http://btcbase.org/patches/genesis#L23962
phf: i think right now the way things are implemented (that goes for btcbase anyway) you can have a chain, that links correctly, but actually doesn't press to anything at all like what the hashes claim
phf: mod6: an important thing to add to v might be a check ~after~ the press, which ensures that final states of files have shasums that the vpatch chain claims they should
phf: in any case i'll produce a fix by wednesday, but not before. this requires careful work ☟︎
phf: i have a btcbase based test harnes, but it of course also didn't catch the issue, because it doesn't know about `\ No newline ...' in band thing either. it treats that line as a textual prelude to the next hunk which is a valid patch format
mircea_popescu: nice find then.
phf: http://p.bvulpes.com/pastes/juBz2/?raw=true illustrates the issue
phf: means that vdiff is producing invalid vpatches
a111: Logged on 2018-02-25 01:46 hanbot: phf : patched fix for vdiff produced a genesis for me but complains about 'no newline at end of file' for some 67 files. not clear to me whether i oughta be concerned/what gives.
phf: http://btcbase.org/log/2018-02-25#1785986 << i thought that it was just a helpful warning, but upon reflection i realized that this is actually a bug. investigating it further i took a wrong direction on a diff's command line flag switch, and as it stands if you see this warning it ☝︎☟︎
BingoBoingo: I am just the fellow who reads the graffiti
BingoBoingo: Or so the other immigrants tell me
BingoBoingo: Here they flip the words. Apparently the Uruguayos suck at grammar
mircea_popescu: is this "socialismo ya!" ?
BingoBoingo: "Ya Socialismo" is what stoner latinos aspring to Jay and Silent Bob want. Oriental Socialism is more or less an anthill.
shinohai: aha ty
BingoBoingo: shinohai ty, edited "Ya Socialismo" to "Oriental socialism", different meat substrates and gotta keep the Chicoms burning time on Engrish lessons.
jhvh1: shinohai: The operation succeeded.
shinohai: !~later tell BingoBoingo http://wotpaste.cascadianhacker.com/pastes/SrWNi/?raw=true
mircea_popescu: meanwhile in "what DID you think she's doing at the gym ?!" http://78.media.tumblr.com/0868d6d5a02c8a39726ecef651b77f7c/tumblr_nebhvbxEBw1td2k0ko1_400.gif
mircea_popescu: ben_vulpes how about you lot take three dozen FGs at .45 ? (cash ; or at your option .5 BTC worth of convertible bonds for s.nsa). ☟︎☟︎
asciilifeform is on a remote console where he doesn't see PMs; but will check back later today.
asciilifeform: and i was thinking nearly same thing re the price.
asciilifeform: mircea_popescu: sounds quite good to me; let's do it
mircea_popescu: and in other news, diana utterly owns "ossasepia" in teh google. wd eh,
deedbot: http://qntra.net/2018/02/chicoms-set-to-lift-presidential-term-limits-attempt-to-putinize-xi-jinping/ << Qntra - Chicoms Set To Lift Presidential Term Limits, Attempt To Putinize Xi Jinping
mircea_popescu: prison culture, neh. ~only thing still going in teh inmatelands.
hanbot: meanwhile, my dad's back on the job market after a ~10 year break, keeps sending scariest want ads he finds. week's winner is "CPA (Confined Space Attendant) - Hole Watch"
hanbot: phf : patched fix for vdiff produced a genesis for me but complains about 'no newline at end of file' for some 67 files. not clear to me whether i oughta be concerned/what gives. ☟︎
deedbot: http://www.thedrinkingrecord.com/2018/02/24/conscious-contact-and-other-things/ << Bingo Blog - Conscious Contact And Other Things
mircea_popescu: it's going to get built tho, he'll need a binary tree model, a merkle tree-izer, and an elastic hash-er for sure. ☟︎
a111: Logged on 2018-02-23 14:52 mircea_popescu: speaking of which, what do you think diana_coman should eucrypt also include an elastic hashing algo on top of keccak and serpent ?
diana_coman: http://btcbase.org/log/2018-02-23#1785665 <- hmmm, I can see the utility of this and I can see it as something built on top of eucrypt but I'm not totally sure I see a very strong case for including it in eucrypt as such ☝︎
mircea_popescu: HOWEVER, ulterior decay exposes that yes, he was relatively cool.
mircea_popescu: i never knew dj quals was cool ; fucking sideshow of a sideshow (tom green) in a dubious mainstream teensploitation (road trip)
mircea_popescu: a sort of dj quals without the cool
mircea_popescu: in other news, michael cera is like the representative of the 2010s ny hipster doofus
hanbot: <phf> hanbot: and another option is to use this http://p.bvulpes.com/pastes/UpI9J/?raw=true vpatch, unsigned because i'd like to wait till wednesday to roll all the fixes and cuts together << produced executable, tyvm.
ben_vulpes: mouse traversal territory can now be properly and full time reserved for the engineering/tallypad
a111: Logged on 2017-06-27 05:12 phf: http://btcbase.org/log/2017-06-27#1674891 << i've been using that one for a while, with a https://www.amazon.com/CST2545-L-Trac-Wired-Performance-Trackball/dp/B00EEFK5QQ trackball in the middle. i'm pretty happy with that setup. i've figured out how to get the firmware out of the controller, so i'm hoping to customize some of the keys (that are otherwise useless)
ben_vulpes: holy shit phf the trackball you mentioned in http://btcbase.org/log/2017-06-27#1674958 arrived today and the action on this thing is downright sexual ☝︎
lobbes: BingoBoingo: no guarantees on canonical, but there exists some archives of it (mind the dupes): http://lobbesblog.com/queryarchive/view.php?searchterm=https%3A%2F%2Fbitcointalk.org%2Findex.php%3Ftopic%3D124441&sortby=
mod6: No rush, just wanted to put it out there. :] Thanks!
mircea_popescu: mod6 give it a little, we'll come up with soemthing tonight/tomorrow
mod6: Can pay mircea_popescu or alf directly, and send shipping info to alf if this is satisfactory. Just let me know what works.
mod6: (Not to be confused with the 10 that Pizarro needs a quote for)
mod6: I'd also like to buy five for personal use.
asciilifeform unfortunately has to run, to meatspace; will be back later tonight.
BingoBoingo: Is there a cannonical link for this classic somewhere in the archives rather than the toilet? https://bitcointalk.org/index.php?topic=124441.0;imode
mircea_popescu: not yet. asciilifeform we gotta get a quote to these folk, what do you figure ?