5700+ entries in 0.042s
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: updated script: awk '/Day changed/ {Month=$5; Day=$6; Year=$7;} /Log opened/ {Month=$5; Day=$6; Year=$10;} ! /-|
<--|>/ {count++; sep=";"; w= Year " " Month " " Day " " $1 " " $2 " 00"; if ($3 == "*") {pp=$3 sep $4 " "; $4=""; n=5;} else {pp=$3 sep; n=4;}; $1=""; $2=""; $3=""; print count+998966 sep mktime(w) sep pp substr($0,n);}'
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);}'
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);}'
☟︎ snsabot: Logged on 2019-08-10 16:55:24 lobbes:
http://logs.nosuchlabs.com/log/trilema/2019-08-10#1927241 << my process was indeed downloading the archived zips. I still have the data, though the archiver iron has been disconnected during my physical move to a saner location. This weekend I will get that iron back online and archiving
snsabot: Logged on 2017-11-30 17:56:47 mircea_popescu:
https://www.tailhook.net/AVSLANG.htm << better list than the hacker lexicon, in purely lexical terms, and an evident source of the pencildick's envious, unreferenced cultural appropriation.
BingoBoingo:
http://logs.nosuchlabs.com/log/trilema/2019-08-09#1926659 << Related question I receive here is "What did you go to school for to do what you do?" I answer "Bibliotecas." "What does that have to do with what you do?" "Well, a bit, but mostly I just stumbled into a dragon's den shortly after school during one of those historical paradigm shifts and haven't been ate yet.
bvt:
http://logs.nosuchlabs.com/log/trilema/2019-08-08#1926500 << i think get your point; though tbh, from my reading of linux it's not clear that urandom uses separate entropy pool, as i understood so far urandom uses the same pool as random, just ignores all 'entropy' measures (i still did not quite load that part in head, so this is not final info).