log☇︎
700+ entries in 0.758s
asciilifeform: mircea_popescu: my output of curl -v "http://www.loper-os.org/?p=1887&cpage=1#comment-18086" &> foo.txt >>>>>> http://wotpaste.cascadianhacker.com/pastes/ERLE0/?raw=true
phf: use Foo;
phf: package Foo is new ffa(Width => 64*5,
asciilifeform: pragma Unreferenced (foo);
phf: asciilifeform: if i have procedure foo(x in; y out), and i'm calling it with foo(a, a); is it up to procedure to ensure that y is not clobbered before x is used, or is it more that you don't call with a same variable in in and out?
asciilifeform: ( zgrep only greps inside the unzipped tar, producing, e.g., '/usr/portage/distfiles/foo.tar.gz:Binary file (standard input) matches' and dun work on bz2 .
asciilifeform: cat file.foo | tr -d '\000' > new_file.foo
asciilifeform: how long does it take to, e.g., touch foo.bar ?
phf: ( leaving this here for myself, awk's pattern for filtering uniques is !foo[$col]++ )
phf: asciilifeform: i actually tried replacing my asdf with asdf1 and the failure is that of thousand cuts. small, completely inconsequential additions to asdf file or some pointless uiop:foo-bar somewhere deep in code. some asdf files have hardcoded #-asdf3(error "asdf3 required") but then still work, etc.
phf: mode ##lmi +b foo@bar
Framedragger: ben_vulpes: sorry for being obtuse, but if by 'show signature' you mean print signature in ascii-armored way, why can't you `echo 'foo' | gpg --clearsign > a.txt`, then `cat a.txt | gpg --encrypt --recipient recipient-username > b.bin`, then `gpg --decrypt b.bin`? (this assumes gpg is interactive and will ask for password, so best to break it into multiple commands)
asciilifeform: i meant, what was foo in foo.fleanode.org
asciilifeform: ben_vulpes: if i go and dd if=/dev/whatever1234 of=foo.bin bs=512 count=1 , there is no mechanical way to say, am i generating a 4096-bit whatever key ? or reading voltages from my air conditioner ? or whichever.
mircea_popescu: and therefore question for type Foo is range 0 .. 10 must always be, is foo <= 10 ; not is foo < 11
asciilifeform: same as if you try to add 1 to a foo where type Foo is range 0 .. 10; and Q: Foo; and Q was already 10.
asciilifeform: even type Foo is range 0 .. (2**63)-1; worx on x64, because there is a superset, i.e. range 0 .. 2**64 .
asciilifeform: so it'll turn type Foo is range 0 .. 10; into type Foo is Integer range 0 .. 10 ;
asciilifeform: as per ada standard, in order to have a constrained type (e.g., type foo is range 0 .. 10; ) the compiler must find a X such that X is representable on the machine as a fixint, and range of X is larger than asked-for range
asciilifeform: type Foo is range 0 .. (2**64)-1;
ben_vulpes: foo(+ 1)
phf: ben_vulpes: it's a silly convention, because count(anything) would've returned the row count. select count(42) from foo would've returned the same result
asciilifeform: \xx-(foo bar baz)\xx+(foo (bar) baz
a111: Logged on 2017-01-05 03:12 adlai: old: (foo bar baz) new: (foo (bar) baz) diff: \5\(foo \(3\bar\5\ baz)
adlai: old: (foo bar baz) new: (foo (bar) baz) diff: \5\(foo \(3\bar\5\ baz) ☟︎
asciilifeform: foo.mirce_popescus_neato_difftron.vpatch
asciilifeform: foo.unix.vpatch
asciilifeform: curl http://foo | pgpdump -i | .... to be 'precise'.
asciilifeform: http://btcbase.org/log/2017-01-02#1595293 << would you prefer ada's 'begin foo' / 'end foo' ? ☝︎
Framedragger: (from https://www.foo.be/2016/12/OpenPGP-really-works )
a111: Logged on 2016-06-20 04:23 phf: which is handy if you're using something else to produce the patch, or if you need to use a non-trivial diff command. for example i sometimes need to exclude files from diffing, so a command might look like diff -x foo -x bar -x qux -ruN a b | grep -v '^Binary files ' | vdiff > foo.vpatch
phf: patch/diff lets you have a patch with --- foo +++ bar in which case it seems to ~check if foo exists, then try and press against foo, otherwise press against bar~
phf: -p1 means a/foo/bar gets pressed as foo/bar
phf: yes, but you never do, also it's (run "foo" nil) or if you insist (run "foo" ()) though that last one looks funny
ben_vulpes: still means one has to (run "foo" `())
phf: ben_vulpes: i think best way to answer that question is to read a lot of existing code from different backgrounds (pre-2000s code, famous people code, etc.). my rule of thumb is that you use optional if ~at call site~ it's still obvious what the argument means. otherwise you promote it to keywoard. (run "foo" `("-p" "bar")) makes sense, but (run "foo" `("-p" "bar") stream) you start guessing. is it input stream? is it output stream?
asciilifeform: --- a/foo.txt 74e20d520ba4ecfdb59d98ac213deccecf591c9c6bfc5996ac158ab6facd6611cce7dd22120b63ebe9217f159506f352ce0ee6c0c2a1d200841ae21635dc5f9a
asciilifeform: +Foo Genesis, modified.
asciilifeform: -Foo Genesis, virginal.
asciilifeform: +++ b/foo.txt
asciilifeform: --- a/foo.txt 53fedeea28a5b6608b422f90f8c28e97c4604d6da5c18b8167b10c994166d8f0b47cd07bca8a6e4e53b6a961bef75f494c70e97437b7afd2d69c4110d7c06575
asciilifeform: diff -uNr a/foo.txt b/foo.txt
asciilifeform: mod6: now try to get antecedents for foo-modified
asciilifeform: -Foo Genesis, virginal.
asciilifeform: +++ b/foo.txt false
asciilifeform: --- a/foo.txt 846fdfb9d99724efbc97b1d2b519a221df9724dec3375c54913c1853af221c8e5ad5b5b8c38fffe4b654066071eafd8194fe7b86faa5fbadfbf1c5b872e81410
asciilifeform: diff -uNr a/foo.txt b/foo.txt
asciilifeform: note the '--- a/foo.txt false'.
asciilifeform: +Foo Genesis, virginal.
asciilifeform: +++ b/foo.txt 846fdfb9d99724efbc97b1d2b519a221df9724dec3375c54913c1853af221c8e5ad5b5b8c38fffe4b654066071eafd8194fe7b86faa5fbadfbf1c5b872e81410
asciilifeform: --- a/foo.txt false
asciilifeform: diff -uNr a/foo.txt b/foo.txt
mircea_popescu: this is because the "same" string (Foo Genesis, modified.) is NOT THE SAME string, depending on the contemplated context. it is a string in 846fdf... and ANOTHER string in whatever other context.
mircea_popescu: i was supposed to go sha512(#846fdfb9d99724efbc97b1d2b519a221df9724dec3375c54913c1853af221c8e5ad5b5b8c38fffe4b654066071eafd8194fe7b86faa5fbadfbf1c5b872e81410 "Foo Genesis, modified.")
mircea_popescu: no, because when I hashed to check your hashes i went sha512("Foo Genesis, modified.")
asciilifeform: +Foo Genesis, modified.
asciilifeform: -Foo Genesis, virginal.
asciilifeform: +++ b/foo.txt 5ce2953ce7e2d11ce399e45eaa49aa8865af8760dd763ae5aa4298133257cf9931b2f04bdedc38a3aff52fb7a61e990d9b611d397e3db08d0449fddd887d7c27
asciilifeform: --- a/foo.txt 846fdfb9d99724efbc97b1d2b519a221df9724dec3375c54913c1853af221c8e5ad5b5b8c38fffe4b654066071eafd8194fe7b86faa5fbadfbf1c5b872e81410
asciilifeform: diff -uNr a/foo.txt b/foo.txt
mircea_popescu: so then all strings S must incluide the antecedent hash. and in this definition string S = foo.txt ; nothing else.
asciilifeform: patch -p0 < foo.patch ?
phf: (curl 'http://wotpaste.cascadianhacker.com/pastes/PfVG0/?raw=true'; curl 'http://wotpaste.cascadianhacker.com/pastes/1Pq8P/?raw=true')|base64 -D -o foo.svg
asciilifeform: what will your vdiff do when it sees a '+++ foo' ?
phf: literally nobody can tell me what the potential downsides of `for i in xrange(1000000): a += "foo"` are
a111: Logged on 2016-12-07 22:11 phf: ben_vulpes: i don't know how to solve that problem, but "i know, sexp will help us!" is not. you basically need to redesign a bunch of things about reader, have a custom save format (that will look closer to (DEFUN FOO () (IF BAR QUX (PROGN ...)))). sexp nature will help you ~a bit~, but like mp said it's closer to "let's save AST", because sexp don't preserve nearly enough required info
phf: ben_vulpes: i don't know how to solve that problem, but "i know, sexp will help us!" is not. you basically need to redesign a bunch of things about reader, have a custom save format (that will look closer to (DEFUN FOO () (IF BAR QUX (PROGN ...)))). sexp nature will help you ~a bit~, but like mp said it's closer to "let's save AST", because sexp don't preserve nearly enough required info ☟︎
a111: Logged on 2016-12-07 14:50 phf: http://btcbase.org/log/2016-12-07#1578953 << just fyi, while you can diff an intermediate ~state~ of an image as a sexp, common lisp's input is a ~character stream~. builtin dispatch ~mostly~ operates on forms (like #p #. (concatenate 'string "foo" "bar")), but not always, like #\; comment reads till end of line.
phf: http://btcbase.org/log/2016-12-07#1578953 << just fyi, while you can diff an intermediate ~state~ of an image as a sexp, common lisp's input is a ~character stream~. builtin dispatch ~mostly~ operates on forms (like #p #. (concatenate 'string "foo" "bar")), but not always, like #\; comment reads till end of line. ☝︎☟︎
asciilifeform: http://btcbase.org/log/2016-12-07#1578953 << theoretically v works exactly same with any diffing algo. but if you keep more than one type around, you gotta distinguish'em somehow, e.g., call your sexpr vtron's patches 'foo.lpatch' or similar ☝︎
phf: cat ought to be 8-bit clean, i suspect most of the bloat will come from gnu attempting all kinds of optimization. it probably optionally mmaps cat foo, etc.
asciilifeform: tmsrttp://6160E1CAC8A3C52966FD76998A736F0E2FB7B452/trilema/foo.html is imho wrong.
phf: trinque: how's the interface supposed to look? /log-first-message?nick=foo and it gives you html rendering? or text/plain in kako format? or?
phf: !~later tell gabriel_laddel have you considered putting ~everything~ masamune into a single tree, prepatched, so that instead of "load X, then load my patch-foo-for-X" you just have everything under single hierarchy exactly the way you expect it to run in production?
a111: Logged on 2016-10-21 18:34 mircea_popescu: incidentally ben_vulpes would you be amenable to print email received by foo@cascadianhacker.com on wotpaste.cascadianhacker.com/foo@cascadianhacker.com for 24 hours ?
mircea_popescu: incidentally ben_vulpes would you be amenable to print email received by foo@cascadianhacker.com on wotpaste.cascadianhacker.com/foo@cascadianhacker.com for 24 hours ? ☟︎
adlai finds himself pining for that one server where s/foo/bar/ actually works
phf: http://btcbase.org/log/2016-10-03#1551486 << was it interlisp or maclisp that let you close multiple parenthesis with a single final one, like (do ((foo 1) (bar 2)) (blah (foo) == (do ((foo 1) (bar 2)) (blah (foo))) ☝︎
phf: well, if Framedragger is still parsing the znc logs, then znc does it for you. it'll be <foo> blah, or * foo blah or somesuch
jhvh1: Last foo lines bashed and pending publication
phf: !~bash foo
scriba: Logged on 2016-09-20: [16:37:38] <phf> kind of tricky to cache search, since it's very one off. most load on server comes from searching (i mean it's miniscule still, but...), but i looked at analytics and search queries are all over the place. you have n hits from mentions, which ~might~ be worthwhile to cache. (like ascii does !#s foo, and then there's a dozen of hits from random ips and
phf: kind of tricky to cache search, since it's very one off. most load on server comes from searching (i mean it's miniscule still, but...), but i looked at analytics and search queries are all over the place. you have n hits from mentions, which ~might~ be worthwhile to cache. (like ascii does !#s foo, and then there's a dozen of hits from random ips and browsers)
gabriel_laddel: asciilifeform: with the example you've provided I send the "foo" string and nothing occurs on the other side. If I remove the "-u" option from nc, (UNKNOWN) [10.0.0.20] 8002 (?) : Connection refused
asciilifeform: echo -n "foo" | nc -u -w1 your.box.ip.addr 1337
phf: so the vpatch becomes something like "getting baz to work^L(load "foo") (load "bar") diff ... foo.lisp ... +... -... etc diff bar.lisp ... +... -..."
phf: you know dos "com", which was just a flat sequence of bytecodes and when you did foo.com it would just start executing foo.com with the first byte
phf: mircea_popescu: problem is that when you do a execution like ./foo on unix, ~unix~ expects "foo" to contain certain bits and do certain kind of work to appease unix upfront. that work is specific not to "x86" but to "linux v 1.1.2, compiled on full moon, by three blind monks"
phf: c-machine assembly level has a certain shape to it. when you write int foo { bar(); } an assembly of a certain pattern gets spit out
asciilifeform: asciilifeform is specifically interested in the 'foo' in 'gpg --blah .... < foo' -> sigsegv
a111: 166 results for "from:blah foo", http://btcbase.org/log-search?q=from%3Ablah%20foo
phf: $s from:blah foo
asciilifeform: pgpdump -i foo.asc
asciilifeform: iirc it was something like gpg --enarmor foo.gpg
asciilifeform: base64 -d -i foo.uu > bar.baz
a111: 162 results for "foo", http://btcbase.org/log-search?q=foo
phf: $s foo ☟︎
phf: %s foo
phf: but if i just post comment with <code> foo</code> that doesn't work
asciilifeform: grep -i "foo" compliance plox