log☇︎
107400+ entries in 0.706s
nubbins`: so i built a "hackintosh" computer, just realized i hadn't bothered to put the video card into the thing
mircea_popescu: invention is like true love. you gotta be a certain age to believe it with all your heart.
ben_vulpes: and only if used as a hammer and not microscope.
asciilifeform: understand, a 10kB patch is ~LONG~
asciilifeform: ben_vulpes: i'm not reading a MB of crud i've seen before.
mircea_popescu: it's splendid, really. the fact that i can run it on a random box and trust the result pales anything else.
asciilifeform: but i was reluctant to write v, if you recall, because i considered the problem it solves to be a trivial / muscle thing
phf: mercurial has a handy patch management mechanism, that unfortunatly doesn't understand nor produces vpatches. i basically verify vpatches manually, and then put them into hg's patch folder. then i do a topo sort, which gives me a mercurial compatible "series" file. i let mercurial press it using that series file. whole process is more complicated then should be with a proper mercurial support, but i hnfi how people rebase, refresh,
assbot: Logged on 22-03-2016 20:49:10; mircea_popescu: if someone, as oft is the case for say mod6, is trying to make the whole pile of what was said abvout X, they encounter a very present difficulty.
mircea_popescu: i wish she was in fucking b-a.
assbot: Successfully added a rating of 1 for mrottenkolber with note: New blood
assbot: Request successful, get your OTP: http://w.b-a.link/otp/9de879a999b2be22
mircea_popescu: ~only way to make a shorter text reliably is to rely on specified notation known in advance.
mircea_popescu: davout you pm deedbot with a list of strings which it retains for the day, prints a cloud somewhere, one can click items in cloud to get list of days so tagged
davout: mircea_popescu: maybe use log.b-a.com for that purpose? how would pm tagging work?
ben_vulpes: i recently took a 45 minute sojourn into the history of "protocol vs. promise"
davout: anyway, my point is that if nobody remembers, that nobody bothered to blog it, the fact that completeness is a problem might indicate a violation of fits-in-head
davout: ok, i meant that this issue came up when you were talking about "what should go into a tmsr fork" that danielpbarron ended up summarizing on his blog?
davout: re the mp describes a HF that danielpbarron ended up blawging about?
mircea_popescu: if someone, as oft is the case for say mod6, is trying to make the whole pile of what was said abvout X, they encounter a very present difficulty. ☟︎
davout: if nobody remembers how to find a particular thread, maybe that thread isn't really worth remembering after all
mircea_popescu: mrottenkolber don't kid yourself, they're living in a dictator sheep.
mircea_popescu: turns out, re prev tagging discussion, that ... we're already doing a rudimentary, grassroots sort of that.
phf: we're an anarcho-syndicalist commune. we take it in turns to act as a sort of executive officer for the week.
assbot: 199 results for 'tmsr' : http://s.b-a.link/?q=tmsr
mrottenkolber: mircea_popescu: No, sorry, still mumbling aout the why I am in b-a
asciilifeform: mrottenkolber: how did you come upon b-a ?
asciilifeform: well suppose you have a box which accepts patches via email, as jurov has.
asciilifeform: mrottenkolber: this is not the important bit. a collision will successfully interfere with the function of automated vtrons, e.g., one where patches are thrown into a hopper unattended
mrottenkolber: But e.g. in my head, if you spend 70k to compute a sha1 collision, it won't look like C code probably ;-)
mrottenkolber: I am only mentioning the sha1 option because I don't understand crypto well enough to be able to rationalize the effort of producing a file, with the same sha1sum, with an exploit while the patch still applies.
assbot: Successfully added a rating of 1 for mrottenkolber with note: new blood
assbot: Request successful, get your OTP: http://w.b-a.link/otp/a5e3416520d38fcd
phf: mrottenkolber: a better place to wire v would be mercurial's mq facility. mercurial has a way of managing plaintext patchsets, to do things like patch refresh, i.e update the contents of patch from the current tree state, mercurial managed patch press, i.e. instead of doing "manual" v press hg will keep track of state for you, etc. this will not be a way to share patches, as much as a way to facilitate vpatch authoring.
assbot: Searching pgp.mit.edu for key with fingerprint: 76EB8DE4EA28A5C4746C71AA7C7F34CDCF4CDA75. This may take a few moments.
asciilifeform: using a curtain instead of front door to your house is also likewise 'convenient'
phf: asciilifeform: well, you can verify data without verifying git. i've done it, and the thing definitely produces a semblance of "blockchain", i.e. later commits hashes previous commits' hashes, so you can if you ignore the sha1 issue, take a git branch and confirm its uniqueness from the final hash
asciilifeform: phf: not only are git hashes sha1, but git itself is a gigantic bag of ?????.
mrottenkolber: phf: That's why I thought about adding signatures of “git vdiff” to commit messages and an alias/command to verify a branch.
phf: mrottenkolber: if that's your only goal, you don't need v for that. git already does it for you by having a linearly hashed commit chain. right now you have a reasonable way of verifying the git chain from the top hash, but you can't make any crypto claims about it, since the hashes are sha1
asciilifeform: the correct context in which v is to be understood is that it is: a weapon of war.
asciilifeform: likewise, the file hashes ~are~ a part of v, it is how you know that the prescribed flow of patches is being successfully followed.
asciilifeform: which you did not need a program for, could have done it without me just as well
asciilifeform: without it, you just have a bag of patches, to be sorted manually
assbot: The V Manual Genesis on Trilema - A blog by Mircea Popescu. ... ( http://bit.ly/1VBcxqY )
mrottenkolber: My point is the toposort isn't really part of the problem v solves. The function is to cryptographically verfiy a sequence of patches (based on a wot), who cares where that sequence comes from, as long as each patch (commit) has a signature.
asciilifeform: and yes, you are free to replace the hash with sha1 or md5 or crc32 or whatever, just like you are free to buy a toyota and drive it off a cliff
asciilifeform: and porting v onto git is considerably more of a waste of time than the reins on early motorcars
asciilifeform: mrottenkolber: mod6 packaged a since-expired key for me in that thing
mrottenkolber: asciilifeform: So I dowloaded v99.tar.gz because I thought it was a cool hack, and expected the following to work: (inside the v99 directory): ./v.py -v --wot wot --seals sigs patches f
phf: that's a bit too many dirty words for my taste, but i'll give it a try
trinque: phf: https://github.com/10up/flexibility << cannot vouch for, but appears to be a polyfill for it
phf: that looks neat, but is there a compiler that adds retro compatibility?
trinque: phf: ever use flexbox? something resembling a layout system ended up in the standard itself
nubbins`: i would've put money on a heart attack, perhaps exacerbated by drug use, not cancer
assbot: Logged on 26-08-2014 01:48:43; asciilifeform: even this: http://tvtropes.org/pmwiki/pmwiki.php/Animation/SuurToll has a page.
assbot: Republican History of Jewry on Trilema - A blog by Mircea Popescu. ... ( http://bit.ly/1RwYKM6 )
mircea_popescu: great documentary. (i'm also a crumb fan, so)
assbot: Republican History of Jewry on Trilema - A blog by Mircea Popescu. ... ( http://bit.ly/1RdORHs )
assbot: Republican History of Jewry on Trilema - A blog by Mircea Popescu. ... ( http://bit.ly/1RwYoFj )
assbot: Republican History of Jewry on Trilema - A blog by Mircea Popescu. ... ( http://bit.ly/1RwXmZN )
asciilifeform: http://Microsoft.com/IIS_Web-Server_is_a_NSA_Virus_so_it_is-good_to_see_you_are_not_using_windows_web_Server HTTP/1.1
asciilifeform: http://www.twitter/Tweet_a_bad_word_about_an_american_corporation_and_your_tweets_all_get_hidden_from_other_members
BingoBoingo enjoys the "actual damages" getting nice round numbers while punitive damages get a decimal point
jurov: "Children carry more than 72 known diseases. A bite or scratch can be fatal."
assbot: Logged on 22-03-2016 00:16:30; asciilifeform: (the real question is why usg would ever admit to it - whole point of the charade was to build precedent-setting verdict. i suppose this outcome became in doubt, and whole thing was brought to what is intended as a quiet burial ?)
BingoBoingo: http://log.bitcoin-assets.com/?date=22-03-2016#1437635 << They want a new test case. Dialectic continues. ☝︎
deedbot-: [» Contravex: A blog by Pete Dushenski] Census says… - http://www.contravex.com/2016/03/21/census-says/
asciilifeform: ada isn't, contrary to appearances, simply a 'bloated c' though.
mats: i also considered a portrait of myself, perhaps in a classic mao pose
mats: a wasps nest could be good, however, i am not strong in the crafting arts
mats: (idea with prior is, folks see portrait, then coworker, wonder why a dead man is walking around)
mircea_popescu: make a fake wasp nest ?
mats: my best idea is to print a hi-res portrait of a coworker and put something like 'January 1985 to March 2016' at the bottom, then hide in the office somewhere
mats: i found a 24x36in wooden frame and currently looking for pranks to play with it (apr1 is fast approaching)
mats: on a moar flippant note,
mircea_popescu: speaking of which, bitcoin needs not merely a "protocol standard".
mod6: right, they said something about C/C++/et.al that have a loop construct such as 'do/while' 'for' 'foreach' etc, as a defect in the lang. lol
mod6: yeah, i'd seen the name before, but never heard anything about it until you were talkin about it. now it interests me because bitcoin needs to work better than a goddamn 777
asciilifeform: it is a very painful thing, to work in. to the point that as early as the first months folks made jokes that it was a ploy to bog down soviet research establishment, plan being that they would copy it and grind to a halt !
mod6: hout error, where a software accident could
mod6: oh yeah, this first link is a trove of examples. nice.
mircea_popescu: in other crazy news, i just popped (ie, got a major loot) in eulora. 1+ bitcent's worth of brave man's nosehairs.
mircea_popescu: go, tell three year old that the sky isn't a thing, pristina rosa, all that.
mircea_popescu: much long ago, when chet was a young woman, with children like many here she tried to prepare herself, like many here try. so she had an answer all ready for the eventual inevitable moment her oldest was going to inquire why the sky is blue.
phf: give me here on a platter the head of john the baptist
asciilifeform: he found some toy puzzle thing that nominally satisfied, but i knew it was a sham.
mircea_popescu: it wasn't a cartoon. it was a "book of practical activities for making puppets and designing scenes". superadvanced art stuff for ro genius kids
mircea_popescu: asciilifeform> trinque: idea was to play stupid & set judicial precedent in favour of arbitrary do-what-we-say orders << i think trinque is much closer to the facts of the field. beast doth not know what it wants not merely for the provable impossibility of such a want, but mostly for absence of a want organ.
mircea_popescu: asciilifeform> phf: you may have been thinking of bash.org ? << i don't think he is and i have a vague recollection of this from the very early 2000s that i also can't place
assbot: 2 results for 'vintage purse' : http://s.b-a.link/?q=vintage+purse
mircea_popescu: asciilifeform i once met a young girl who thought she is no good with math. she was creative you see, and on her grave was to be inscribed a vintage purse rather than a badly unresolved equation.
assbot: Me, aged 5 on Trilema - A blog by Mircea Popescu. ... ( http://bit.ly/1MyxviX )
asciilifeform: trinque: and also to make some noise, and give the 'aspiring terrorists should buy crapple devices!' honeytrap a boost
trinque: incoherent that they ever made a public fight of it
asciilifeform: trinque: nowhere in what crapple sells is there to be found anything posing so much as a temporary annoyance to hitler.
asciilifeform: trinque: how does a finger muppet 'privately' do anything to another finger muppet on the same glove ?
phf: "i don't speak for hanbot for hanbot has a tongue."
trinque: phf: took your example and wrote a CLOS thing for pluggable services.
phf: there was a blog in the early days of medium, that was basically snippets from irc conversations. my impression was that the display software was gradually hacked into turning out increasingly cleaner posts through various in-channel annotations, like ;tag, ;post, etc. there was significant amount of editorializing though. so someone was responsible, at the end of the thread, to turn it into a post. we kind of have that adhoc, and md