log☇︎
427400+ entries in 0.14s
mircea_popescu: https://bitcointalk.org/index.php?topic=35775.msg1565186#msg1565186
mircea_popescu: (meanwhile @the red house, bob woodward is "being punished")
mircea_popescu: if anything;'s a ghetto i dunno what else it would be.
mircea_popescu: pigeons the sad news in all of this is mtgox basically saying "the us market is not worth serving"
mircea_popescu: i wonder if it ever will be the case that total blocks mined by asicminer > total posts made in asicminer thread.
mircea_popescu: that's 2000 posts+
mircea_popescu: in other news, asicminer thread over 100 pages.
mircea_popescu: all they need now is the rabbit out of a hat and they'll survive.
mircea_popescu: which all boils down to jcpham being basically right :
mircea_popescu: course, fixing it in their usual dodderingway, but at least the attempt is there.
mircea_popescu: well, i appreciate at tleast the part where they read up on what they fucked up and try to fix it
mircea_popescu: pigeons yes but then again they never don't and usually don't even know what anything means.
mircea_popescu: lmao
mircea_popescu: "Liquidity requires symmetric information, which is easiest to achieve when everyone is ignorant. This determines the design of many securities, including the design of debt and securitization"
mircea_popescu: thestringpuller i dun has a heli.
mircea_popescu: aw!
mircea_popescu: nOgAnOo now now, don't get excited. how was your vacation ?
mircea_popescu: nOgAnOo you're about a day late ?
mircea_popescu: i find from commenters.
mircea_popescu: Bugpowdrr http://trilema.com/2013/ycombinator-continues-to-suck-jointly-and-severally/#comment-92223
mircea_popescu: lol as a result of the discussions here, mtgox came out with a forum post in support of coinbase.
mircea_popescu: http://bitbet.us/bet/265/bfl-will-deliver-asic-devices-before-april-1st/ lol 11:7 against for april. mmmmkay
mircea_popescu: so bfl delivered yet ?
mircea_popescu: i remember teenybopers were crazy about it not so long ago.
mircea_popescu: what do you know, retardopedia has a 5000 word entry on the topic.
mircea_popescu: http://en.wikipedia.org/wiki/She_Bangs
mircea_popescu: this month is already 10% up it hasn't even started.
mircea_popescu: le wow.
mircea_popescu: ;;ticker
mircea_popescu: 7.4 : 6.19
mircea_popescu: http://bitbet.us/bet/265/bfl-will-deliver-asic-devices-before-april-1st/#c218
mircea_popescu: ungulates only produce milk if they're pregnant you know.
mircea_popescu: ;;google goatfucker
mircea_popescu: ;;ticker
mircea_popescu: no it's calls / puts
mircea_popescu: improved by user request
mircea_popescu: http://mpex.co/
mircea_popescu: a ok
mircea_popescu: what, srsly ?
mircea_popescu: Chips almost bumped, shipping on week of 4 - or 11 at the latest
mircea_popescu: BFL_Josh
mircea_popescu: lol at leet bet
mircea_popescu: but srsly, i envisage this being used as a replacement for satoshi dice random number generator
mircea_popescu: teh end of the werlds
mircea_popescu: satoshicents
mircea_popescu: jurov no, 10 decimals!!1
mircea_popescu: which is kinda cool
mircea_popescu: updated with a historical oix graph
mircea_popescu: http://trilema.com/2013/introducing-the-oix/
mircea_popescu: lmao
mircea_popescu: looking into this
mircea_popescu: ah ok
mircea_popescu: what time did you put it in ?
mircea_popescu: um. link ? or be speciffic.
mircea_popescu: mmm no idea
mircea_popescu: ThickAsThieves that looks ready for delivery
mircea_popescu: i think it returns the sig digest too
mircea_popescu: (one after begin message tag, one after begin signature tag) and non-base64 chars you should be ok.
mircea_popescu: as long as you wipe the comment lines
mircea_popescu: if you sign the same thing multiple times the sig will be different yes
mircea_popescu: tho i'd imagine a whole message digest works too
mircea_popescu: well, i guess you can use the signature only.
mircea_popescu: no wonder im changing it.
mircea_popescu: is mpex signature seriously that short ?!
mircea_popescu: right.
mircea_popescu: 7. i hope i've not forgotten anything
mircea_popescu: 6. you wipe all space/newline in your string
mircea_popescu: 5. you look for an = and wipe everything from that point forward (including it)
mircea_popescu: 4. you wipe the first line after it no matter what it contains, and as many empty lines only after that
mircea_popescu: 3. you look for the -----BEGIN PGP SIGNATURE----- tag.
mircea_popescu: 2. you wipe the first line after it no matter what it contains, and as many empty lines only after that
mircea_popescu: 1. you look for -----BEGIN PGP SIGNED MESSAGE-----. if not found, kill the task. if found :
mircea_popescu: basically, here's what you do :
mircea_popescu: well no.
mircea_popescu: =*\w{4} would be the regex
mircea_popescu: yes, because = is padding in base64
mircea_popescu: (the = char may not be part of the signature cause it's not in the base64 list)
mircea_popescu: because it's a 5 char string starting with =
mircea_popescu: cause when you reach the checksum it's ended
mircea_popescu: within the signature block, a =j61e type string is the end (cause it's the checksum)
mircea_popescu: yes.
mircea_popescu: put it on the same line with -----BEGIN PGP SIGNATURE-----
mircea_popescu: the gpg parser mostly ignores spaces/newlines/etc EXCEPT it wants a newline after the begin sig tag
mircea_popescu: you can have 0, 1 or 2
mircea_popescu: no, that's base64 filler
mircea_popescu: and then a close
mircea_popescu: and then a 1 line checksum as a =4char
mircea_popescu: which may be however long, mine are usually 6 lines
mircea_popescu: the structure of a gpg signed message is, there's a header (begin blabla, comment whatever), then a message, then a signature ehader, then the signature
mircea_popescu: if more shit is added at the end that doesn't actually matter.
mircea_popescu: if the checksum is broken it doesn't actually validate
mircea_popescu: the last line is always a =xyzk 4 characters checksum of the foregoing
mircea_popescu: none of this is actually a problem
mircea_popescu: wait.
mircea_popescu: brb i gotta check this
mircea_popescu: it validates with a broken checksum ?!
mircea_popescu: uhm
mircea_popescu: ok
mircea_popescu: how ?
mircea_popescu: but you hash the signed part not the headers