24100+ entries in 0.011s
snsabot: Logged on 2019-08-11 18:38:49 asciilifeform:
there are 3 possible pills : 1) increase delay (and
there is no guarantee from fleanode re what suffices) 2) do as ben's bot did, and await
the fleanode-specific 'you've been authed' string when connecting 3) perform
test re which chans we are in, when connected, and retry until
the set of which-chans is equal
to
the config'd set
snsabot: Logged on 2019-08-11 18:31:54 asciilifeform: well no
this is a potentially catastrophic bugola
mp_en_viaje: a) why not genesis
the item as is ? b) what exactly is
the problem with it anyways ?!
mp_en_viaje: then you decided
to re-write it because i dunno why.
then you decided
to not rewrite it anymore, because
too much work.
lobbes: vs, say, something
that queries
the db on viewing each log page
lobbes: however, I'm wondering if
there is value in just having something
that just spits static files in a colorized format (ala
the old eulora logger)
lobbes: in my spec before, I was going for something
that
took
the data from
the logbot db
lobbes: now, I could make a logotron
that either displays lines from
that db, OR from ZNC logs/irssi logs
lobbes: I was going
to make a logotron
that displays loglines on a www.
The logbot itself is already published (the one made by
trinque/ben_vulpes)
lobbes: not 100% sure yet how
this'd go
lobbes: mp_en_viaje: yeah, I
think I might just do
that. Make a simple parser
that eats (perhaps even from
the logbot db) and spits out html. I'll have
to
think on it
mp_en_viaje: lobbes, maybe you could just make your new logotron use
the old ~format~ for spitting out html files ?
the format itself must be portable neh ?
lobbes: mp_en_viaje: well, I still want
to complete my own logotron. if
there is an interest in a redone version of
that old logger, perhaps I can respec
mp_en_viaje: lobbes, yeah you know, can
this not be rescued ? i dunno why exactly you're so down on it, but wtf, pretty static pages logotron ftw.
lobbes: they are all static pages
too. Only
time a db query happens is in
the search
mp_en_viaje: the colorized names work well as an alternative
to linecolors imi.
lobbes: I always did
too, buuut pip-isms :/
lobbes: lol mp_en_viaje beat me
to
the punch
snsabot: asciilifeform:
time since my last reconnect : 1d 20h 26m
mp_en_viaje: asciilifeform, no, feedbot reads her blog
there
too
lobbes: it verified for me
too, dunno why rejected...
lobbes: ah fuck. failures all around. Was working in
testing. Back
to workbench...
lobbes: phew, well my pyturd eater is complete. Gonna eat about 4 years of #e logs for deeding,
then genesis
teh eater itself and publish
mp_en_viaje: speaking of meat btw : isn't it lulzy
that all
the butthurt coverage of sagawa (
typical) somehow omits
to mention
that since
the dude didn't kill anyone again, a) it's very dubious confinement would have helped anything and b) by implication, it's not clear it's such a helpful
thing in all
the other cases, either.
diana_coman: huh, I actually remember
the azn guy + story but can't extract atm direct link, huh
mp_en_viaje: incidentally, anyone remember
that azn restaurant reviewer dude who killed himself because his homebrew statistics indicated he'll never find
twu wuv ?
diana_coman: ah, ah; if you want it
there, I can add it (tomorrow
though), sure; meant
to ask: why no author field in your manifest?
snsabot: Logged on 2019-08-09 16:09:23 asciilifeform: ru army philosophy (inherited from sovok) holds
that 'magic' is poison.
diana_coman: asciilifeform: do you mean
that awk above or what is "the eater"?
diana_coman: asciilifeform:
thank you! looks good and my nitpicker can't find anything anymore either.
snsabot: Logged on 2019-07-20 15:36:00 diana_coman: is looking if shrysr is still breathing or
totally shocked.
lobbes: I figure I'm still going
to publish my znc-eater.py anyways. Make a blog post out of it as a nice example of "why python sucks and bash ftw" if anything
lobbes: diana_coman: I will once I get some of
these other items out
lobbes: ty lol. And yes, I intend
to. I
think
trinque has been on record saying
the same
mp_en_viaje: "oh, i just use it
to relax, man". yeah, careful you don't manage
to relax right off
the deck.
mp_en_viaje: you can always
tell
this story
to any of
the dorks explaining how drug usage "improves brain function"
diana_coman: lobbes: did you actually publish
the archive process
thing?
lobbes: mp_en_viaje: you actually improved my archive process with just such a bash one-liner. I still use it
to
this day
to get around
the 'cloudflare' crapola. But you know, 10 years spent in a pot-induced fog
tends
to make one miss
the obvious. I'm working with a new brain
these days
diana_coman: fwiw, I diffed
the 2 and looked, couldn't find further issues;
the nick is now indeed first word of payload when * is nick (on action); +
the one case with messed up lines because of Day changed vs. Log opened is corrected
too.
diana_coman: asciilifeform:
take 2, format at action corrected ^
spyked:
http://logs.nosuchlabs.com/log/trilema/2019-08-09#1927010 <-- one
thing
that most likely changed:
they bought cars.
traffic is a bitch even in
that little
town, even
though it's entirely walkable in a few hours. granted, last
time I was in MM was in 2007 and
there weren't
that many of
them, but have only passed
through viseu back
then
diana_coman: meanwhile I actually found 1 instance I missed so I'll
tweak a bit
the awk (there's a "Log opened" instead of "day changed" and
the
timing/date
there is also different so needs fixed)
snsabot: Logged on 2019-08-11 15:24:38 mp_en_viaje: i am personally very fond of
the bash one liner. imo it is sheer bash-illiteracy
that makes all sorts of crapolade like python even appear "useful"
lobbes: If not I'll
turn my focus
to something else
lobbes: incidentally, asciilifeform, I was pretty close
to completion (unicode problem solved, and index implemented). Was going
to polish it off
this evening and genesis but... is it even needed anymore?
a111: Logged on 2019-08-11 19:00 diana_coman: ftr, here's my quick'n'dirty awk
that did
the
trick: awk '/Day changed/ {Month=$5; Day=$6; Year=$7;}! /-|<--|>/ {count++; sep=";"; w= Year " " Month " " Day " " $1 " " $2 " 00"; if ($3 == "*") {pp=$3 sep $4; $4=""; n=5;} else {pp=$3; n=4;}; $1=""; $2=""; $3=""; print count+998966 sep mktime(w) sep pp sep substr($0,n);}'