Show Idle (>14 d.) Chans


← 2020-10-02 | 2020-10-04 →
12:57 asciilifeform $vwap
12:57 BusyBot The 24-Hour VWAP for BTC is $ 10553.23 USD
12:57 asciilifeform !w poll
12:57 watchglass Polling 16 nodes...
12:57 watchglass 205.134.172.6:8333 : (172-6.core.ai.net) Alive: (0.082s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=651104
12:57 watchglass 108.31.170.3:8333 : (pool-108-31-170-3.washdc.fios.verizon.net) Alive: (0.095s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=651104 (Operator: asciilifeform)
12:57 watchglass 205.134.172.27:8333 : Alive: (0.024s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=651104 (Operator: asciilifeform)
12:57 watchglass 205.134.172.26:8333 : Alive: (0.090s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=651104
12:57 watchglass 205.134.172.28:8333 : Alive: (0.095s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Return Addr=0.0.0.0:8333 Blocks=622567 (Operator: whaack)
12:57 watchglass 205.134.172.4:8333 : (172-4.core.ai.net) Alive: (0.120s) V=70001 (/therealbitcoin.org:0.7.0.1/) Jumpers=0x1 (TRB-Compat.) Blocks=651104
12:57 watchglass 54.39.156.171:8333 : (ns562940.ip-54-39-156.net) Alive: (0.156s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=651104
12:57 watchglass 143.202.160.10:8333 : Alive: (0.237s) V=70001 (/therealbitcoin.org:0.7.0.1/) Jumpers=0x1 (TRB-Compat.) Blocks=651104
12:57 watchglass 208.94.240.42:8333 : Alive: (0.166s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=651104
12:57 watchglass 192.151.158.26:8333 : Alive: (0.185s) V=70001 (/therealbitcoin.org:0.7.0.1/) Jumpers=0x1 (TRB-Compat.) Blocks=651104
12:57 watchglass 176.9.59.199:8333 : (static.199.59.9.176.clients.your-server.de) Alive: (0.204s) V=99999 (/therealbitcoin.org:0.9.99.99/) Jumpers=0x1 (TRB-Compat.) Blocks=391662 (Operator: jurov)
12:58 watchglass 185.163.46.29:8333 : Violated BTC Protocol: Bad header length!
~ 47 minutes ~
13:45 asciilifeform http://logs.nosuchlabs.com/log/asciilifeform/2020-10-02#1022744 << congrats shinohai
13:45 snsabot Logged on 2020-10-02 23:01:12 feedbot: http://btc.info.gf/blog/dont-call-me.html << btcinfo -- Don't call me
~ 19 minutes ~
14:05 shinohai I have an interesting problem with esthlos-v ... if I make a vpatch that entirely deletes a file, it refuses to press.
14:05 shinohai Will investigate when can return to desk.
14:05 asciilifeform shinohai: remind me, does esthlos-v use gnupatch callout (like traditional vtrons) or not ?
14:05 asciilifeform cuz if yes, then fails for same reason
14:06 shinohai asciilifeform: yup in knobs - "(defparameter *patch-location* "/usr/bin/patch")"
14:07 asciilifeform then yes, what happens after attempt to delete is file of length 0
14:07 shinohai I thought maybe passing `-N` would provide fix but still barfs.
14:10 asciilifeform shinohai: try w/ -E (remove empty files)
14:11 * asciilifeform tries to remember why he did not put this in the original vdiff -- but fails. possibly simple error of pilotage.
14:11 shinohai Funny enuf `-E` is there as well already (list "--dir" (namestring output-dir)
14:11 shinohai "-F" "0" "-E" "-p1" "-i"
14:12 asciilifeform shinohai: odd. what's the barf look like, btw ?
14:12 asciilifeform ( and what residue looks like ? are there files of size 0 ? )
14:13 shinohai one moment
14:15 shinohai barf wasn't very helpful to me, but: http://btc.info.gf/paste/83bd40@raw ... as for residue it just leaves .rej files in place when dies
14:16 asciilifeform hm this loox like an actual bug in specifically that vtron, rather than a gnupatchism
14:16 * asciilifeform not studied esthlos-v in detail, cannot currently comment pithily
14:16 shinohai http://logs.nosuchlabs.com/log/asciilifeform/2020-10-03#1022771 <<< esthlos-v has no "vdiff" mechanism on it's own, I've simply used phf's old vdiff.sh
14:16 snsabot Logged on 2020-10-03 14:11:00 asciilifeform: tries to remember why he did not put this in the original vdiff -- but fails. possibly simple error of pilotage.
14:16 asciilifeform a
14:17 asciilifeform meant, of course, 'in call to patch' rather than vdiff (in re emptyfiles removal)
~ 3 hours 36 minutes ~
17:53 * trinque abandoned esthlos-v, isn't written in lisp for any good reason, uses nothing of lispiness. the lisp might as well have been shell script, as indeed it is in current vtools
17:56 shinohai Mostly feels like a wrapper more-or-less. I found the keccak implementation useful for learning though.
17:57 shinohai I did determine esthlos-v not totally at fault for above though. patch barfs on the deleted files when trying to apply manually.
17:58 trinque yeah, I forgot the latter, which is more substantial. the keccak impl.
17:58 trinque insult is just a call for the object to respond, at any rate.
~ 2 hours 50 minutes ~
20:49 feedbot http://verisimilitudes.net/2020-10-03 << A Syndication of Verisimilitudes -- A Documenting of mine Asphyxiation CHIP-8 Game
~ 1 hours 23 minutes ~
22:12 feedbot http://mvdstandard.net/2020/10/azerbaijani-president-aliyev-we-cant-wait-another-30-years-insists-conflict-must-be-pursued-to-its-end/ << The Montevideo Standard -- Azerbaijani President Aliyev: "We Can't Wait Another 30 Years" Insists Conflict Must Be Pursued To Its End
← 2020-10-02 | 2020-10-04 →