26400+ entries in 0.156s

a111: Logged on 2018-09-27 21:02 mircea_popescu:
http://btcbase.org/log/2018-09-27#1855089 <<
i have no fucking idea how.
i read the logs daily atm, mostly impelled by... outright fear. the best heuristic
i know of, but otherwise this promises to be a first caliber bane as time goes by.
mircea_popescu: asciilifeform no,
i understand the principle, just... nothing, not even mozilla went through 10k versions to date.
diana_coman: but otherwise the udp_tester.vpatch makes some changes to udp lib that are really just for testing (
i.e.
I think they should not be part of production use of udp lib)
a111: Logged on 2018-09-27 19:17 BingoBoingo: asciilifeform:
I have returned from the envirorast office, about to fire off a message to DHL informing them to try again as
I am a provisionally acredited importer of packaged goods for commercial use
a111: Logged on 2018-09-27 20:00 mircea_popescu:
http://btcbase.org/log/2018-09-27#1854988 << we came up with this clever thing sometime in 2015 or so iirc. not sure what is gained by doing 99995 --> 99994 etc in light of experience, but
i clearly recall how cool it looked at the time.
a111: Logged on 2018-09-27 13:35 asciilifeform: call me an idjit, but
i thought there were a new vtron...
BingoBoingo: asciilifeform:
I have returned from the envirorast office, about to fire off a message to DHL informing them to try again as
I am a provisionally acredited importer of packaged goods for commercial use
☟︎☟︎ phf: asciilifeform:
i have a ksum PoC for you,
http://btcbase.org/patches/vtools_ksum signed but it's from workbench, potentially buggy. "ksum foo bar qux" gives you shasum style <hash> foo\n<hash> bar\n<hash> qux\n
trinque: phf: in principle
I'm entirely in favor of the "unix philosophy" approach of simple, single-purpose tools
mod6: yeah, this is the right approach imho. it's what
i'd do with my ada-vtron, if it ever does breathe.
phf: re esthlos's work
i think it's a shame that he chose to reimplement own keccak, but is still calling out to gnu patch. he could just focus on graph resolution/signature/wot checking, and offload the validation on vpatch: construct the press list, feed the patches in-order to vpatch, if vpatch succeeds then you know _for certain_ that the sequence of patches is valid, hashes and all
phf: trinque: vtools has not been design or intended to compete with any particular v implementation. it's a set of tools that you can use in a v workflow (hence the name). at least initially it was two matching tools vdiff and vpatch that know how to produce and consume a canonical vpatch. the conflation came up, because
i also published vtools in a form that broke existing canonical v, v.pl, and was tasked with fixing the situation.
☟︎ phf: trinque: it hasn't been, and
i'm doing omission by not mentioning that vtools had a later mandate for graph resolution. meanwhile esthlos v was supposed to supposed to fix the issue,
i suspect that different v's will eventually catch up.
trinque: v-esthos if it's finished, and works, though
I'm willing to hear counterarguments
a111: Logged on 2018-09-27 15:33 phf: asciilifeform: this has been extensively discussed in the logs. there was never a need for "new style v". v works just fine. one of the design goals of vtools was to nail down (and improve upon) the patch format. vtools are explicitly designed to be used with an existing v (for example
i use it with v.py). vdiff produces wellformed vpatches and vpatch presses them ensuring that the format is valid and that the hashes stand. there's no
phf: re standalone keccak hasher:
i'm not sure that it's needed,
i think the relevant phase can just be dispensed with altogether. `vpatch' verifies the hashes as it goes along
phf: asciilifeform: well, you're one of the v maintainers,
i'd think you would want to do it to your own tool.
phf:
i guess it's presumptuous on my part to think that it's exactly obvious how to take vtools and plug it directly into an existing v's, but that's all that's needed
☟︎ phf:
i think v.pl is a venerable tool, it's battle tested, it has established interface, it's been worked on for three years now.
i don't see any reason to throw it out.
☟︎ mod6:
I had started on a ada vtron last year, but
I got hung up with some of the string handling, and the fact that
I had to use shell-outs for pgp.
I'd like to get back to it at some point.
I would love to dispense with the shell outs - and can probably do so, but not until 'peh' is finished.
phf: when
i started working on vtools there was already a handful of battle tested V implementations, that relied on vdiff.sh/gnu patch combination. vtools is a "drop in" replacement for the later. you get valid vpatch on the input, valid press on the output. the purpose is to nail down the format, and gradually replace out its parts (e.g. transparent sha->keccak transition)
phf: asciilifeform: you're just spreading fud,
i don't know where to start unpacking this conversation
☟︎ a111: Logged on 2018-09-27 13:50 diana_coman: asciilifeform, np; re vtron yes, currently it is only vdiff and vpatch functionality;
I use old v to see the flow (since it checks the seals but doesn't care about the hashes until press time) and then the vpatch to actually press; looking forward to esthlos' vtron
phf: asciilifeform: but if you want a full "v replacement and
i don't want to think about none of that" then just use esthlos's item.
i believe he has a working keccak already
☟︎ phf: asciilifeform: this has been extensively discussed in the logs. there was never a need for "new style v". v works just fine. one of the design goals of vtools was to nail down (and improve upon) the patch format. vtools are explicitly designed to be used with an existing v (for example
i use it with v.py). vdiff produces wellformed vpatches and vpatch presses them ensuring that the format is valid and that the hashes stand. there's no
☟︎ a111: Logged on 2018-09-27 13:50 diana_coman: asciilifeform, np; re vtron yes, currently it is only vdiff and vpatch functionality;
I use old v to see the flow (since it checks the seals but doesn't care about the hashes until press time) and then the vpatch to actually press; looking forward to esthlos' vtron
diana_coman: fwiw
I *did* specifically state in the manifest that it's using Keccak hashes
diana_coman:
I'll have to, since the sigs need to fit the .vpatch file name, yes
diana_coman: asciilifeform, ok,
I'll mirror your sigs too and link to the page anyway; a bit later today
diana_coman:
I added the manifest + comments in it; otherwise *all* code is precisely what
I got from pressing your patches
diana_coman: asciilifeform, np; re vtron yes, currently it is only vdiff and vpatch functionality;
I use old v to see the flow (since it checks the seals but doesn't care about the hashes until press time) and then the vpatch to actually press; looking forward to esthlos' vtron
☟︎☟︎ a111: Logged on 2018-09-27 09:31 diana_coman:
http://btcbase.org/log/2018-09-27#1854882 -> got your .tar.gz but
I could not find in it the .wot and .seals? at any rate, if
I copied over the .wot and .seals dirs, it pressed perfectly fine with v here (9999 K version); ftr
I ran also precisely the v.pl you have in there and it also worked!
a111: Logged on 2018-09-27 09:31 diana_coman:
http://btcbase.org/log/2018-09-27#1854882 -> got your .tar.gz but
I could not find in it the .wot and .seals? at any rate, if
I copied over the .wot and .seals dirs, it pressed perfectly fine with v here (9999 K version); ftr
I ran also precisely the v.pl you have in there and it also worked!
diana_coman:
I'll add the patches for the tester on top of the above, later today
a111: Logged on 2018-09-27 02:28 trinque: obviously
I want such a vtron for the cuntoo final cut, or what's the use of the build process producing a vpatch
diana_coman: re using vtools,
I currently first check sig (so by hand, separate 1-line) and if ok, then feed patch to vtools
diana_coman:
http://btcbase.org/log/2018-09-27#1854882 -> got your .tar.gz but
I could not find in it the .wot and .seals? at any rate, if
I copied over the .wot and .seals dirs, it pressed perfectly fine with v here (9999 K version); ftr
I ran also precisely the v.pl you have in there and it also worked!
☝︎☟︎☟︎ BingoBoingo: <trinque> does it now properly verify hashes? <<
I am still at the point where
I hand read input, patch, and output
trinque: obviously
I want such a vtron for the cuntoo final cut, or what's the use of the build process producing a vpatch
☟︎ mod6: lol,
I don't know how to make it do stuff either, but
I guess that's a different problem :]
mod6: Alright,
I guess the makefile doesn't build the vpatch binary by default, so
I built it manually:
mod6: but
I only ended up with a 'vdiff' binary (maybe this is correct?)
mod6:
I used your patches, there are 8 of them, and
I was able to press this fine.
mod6:
I took your tarball, dumped in the latest version of my vtron, dropped in the .wot (phf) and seals from what
I had in my sandbox previously.