< 1454112006 666572 :Lymia!lymia@magical.girl.lyrical.lymia.moe JOIN :#esoteric < 1454112122 389036 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :Of when what is done? < 1454112326 445242 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :zzo38: the wiki converts ais523's customary spam block lengths of 24 years into that for some reason. < 1454112364 202943 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :it wasn't me who invented them < 1454112369 976526 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :they were already customary by the time I was made an admin < 1454112385 224026 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :iirc it started around the same time that time wrapped past the unix 2038 limit, right? < 1454112396 755943 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`` echo $((4*3600+19*60+12)) < 1454112406 291779 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :15552 < 1454112408 952362 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :what happens if you use 21 years? < 1454112430 285796 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :oerjan: when we hit the Y2038 limit, for a while 24-year blocks didn't work, then after an upgrade they did but with that weird 15552-second offset < 1454112540 637493 :mauris_!~mauris@unaffiliated/nooodl QUIT :Ping timeout: 256 seconds < 1454112660 69019 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`` printf "%x" 155552 < 1454112663 396196 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :25fa0 < 1454112669 502368 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :as far as i can see in https://esolangs.org/wiki/Special:Block/37.57.231.135, the actual expiry time listed is 24 years ahead, no offset (unless the seconds are wrong, i didn't see those) < 1454112753 988008 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` date '+%s' Sun, 29 Jan 2040 19:16:25 GMT < 1454112756 313352 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :date: extra operand `Sun,' \ Try `date --help' for more information. < 1454112762 993497 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` date '+%s' 'Sun, 29 Jan 2040 19:16:25 GMT' < 1454112764 91779 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :date: extra operand `Sun, 29 Jan 2040 19:16:25 GMT' \ Try `date --help' for more information. < 1454112768 89601 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :dammit < 1454112827 842119 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` date '+%s' --date='Sun, 29 Jan 2040 19:16:25 GMT' < 1454112829 553219 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :2211477385 < 1454112837 159831 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` date '+%s' --date='Sun, 29 Jan 2016 19:16:25 GMT' < 1454112838 248646 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :1454094985 < 1454112850 264225 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :> 2211477385 - 1454094985 < 1454112852 507951 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : 757382400 < 1454112883 781760 :boomboompsh!80bb6116@gateway/web/freenode/ip.128.187.97.22 JOIN :#esoteric < 1454112973 152558 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :> 757382400/15552 < 1454112975 264320 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : 48700.0 < 1454112980 609674 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ooh < 1454112993 316190 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :it's an exact multiple... < 1454113002 522568 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :> 757382400 `mod` 15552 < 1454113004 575364 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : 0 < 1454113040 19041 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :that cannot be a coincidence < 1454113056 348321 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :> 15552 `divMod` 3600 < 1454113058 498603 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : (4,1152) < 1454113083 99168 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :> second (`divMod` 60) $ 15552 `divMod` 3600 < 1454113085 97091 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : (4,(19,12)) < 1454113136 511652 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ais523: that _is_ quite eerie, the extra offset is a divisor of the correct one < 1454113158 972069 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hm... < 1454113215 402775 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :!c int main(void) { printf("%f", (double)(float)757382400); } < 1454113217 523547 :EgoBot!dlopen@libdl.so PRIVMSG #esoteric :No output. < 1454113222 790357 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :!c int main(void) { printf("%f", (double)(float)757382400); } < 1454113223 779583 :EgoBot!dlopen@libdl.so PRIVMSG #esoteric :No output. < 1454113228 124304 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :hmm < 1454113236 244714 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :!c printf("%f", (double)(float)757382400); < 1454113237 226670 :EgoBot!dlopen@libdl.so PRIVMSG #esoteric :757382400.000000 < 1454113251 208343 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :!c printf("%f", (double)(float)757382400000000.); < 1454113252 167066 :EgoBot!dlopen@libdl.so PRIVMSG #esoteric :757382384713728.000000 < 1454113267 234013 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :probably isn't a floating point rounding situation < 1454113370 751401 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :the correct offset is 48700*15552, the reported one is 48701*15552 < 1454113659 994134 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hm... < 1454113683 856097 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`factor 15552 < 1454113685 242556 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :15552: 2 2 2 2 2 2 3 3 3 3 3 < 1454113694 378062 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :oh that's a pretty number < 1454113714 526240 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :not that unlikely it might appear somewhere, then < 1454113732 208180 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :2^6 * 3^% < 1454113735 47042 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :2^6 * 3^5 < 1454113771 496005 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :> 15552 `gcd` 86400 < 1454113773 758529 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : 1728 < 1454113788 747925 :hppavilion[1]!~Devourero@58-0-174-206.gci.net JOIN :#esoteric < 1454113808 581308 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`factor 86400 < 1454113809 938984 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :86400: 2 2 2 2 2 2 2 3 3 3 5 5 < 1454113847 619551 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :factors of 2 might spring into existence easily, but 3? < 1454113873 449938 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`factor 48700 < 1454113874 780899 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :48700: 2 2 5 5 487 < 1454113888 917732 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`factor 48701 < 1454113890 267987 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :48701: 31 1571 < 1454113925 470865 :boomboompsh!80bb6116@gateway/web/freenode/ip.128.187.97.22 QUIT :Quit: Page closed < 1454114060 128286 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Special:Log/block14]]4 block10 02 5* 03Oerjan 5* 10blocked [[02User:114 buy levitra10]] with an expiry time of 2 decades, 3 years, 10 hours, 8 minutes and 24 seconds (account creation disabled): Blocking this ancient obvious spam account for an experiment < 1454114132 312308 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` date '+%s' --date='Sun, 30 Jan 2039 00:34:18 GMT' < 1454114134 216154 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :2179960458 < 1454114144 688571 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` date '+%s' --date='Sun, 30 Jan 2016 00:34:18 GMT' < 1454114146 5199 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :1454114058 < 1454114149 832946 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`echo $((10*3600+8*60+24)) < 1454114150 761366 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​$((10*3600+8*60+24)) < 1454114156 620703 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`` echo $((10*3600+8*60+24)) < 1454114157 610779 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :36504 < 1454114182 78514 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :> (2179960458-1454114058) < 1454114183 828538 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : 725846400 < 1454114187 586465 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :> (2179960458-1454114058) / 36504 < 1454114189 288631 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : 19884.023668639053 < 1454114200 931232 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :oops < 1454114202 895576 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :hmm < 1454114224 460686 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :typo somewhere? or just a coincidence lurking somewhere? < 1454114229 64269 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :24 years has a lot of factors < 1454114236 635977 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :it does < 1454114239 11485 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`factor 36504 < 1454114240 510273 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :36504: 2 2 2 3 3 3 13 13 < 1454114260 364208 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :@24*365 < 1454114260 636659 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Unknown command, try @list < 1454114263 620540 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :@eval 24*365 < 1454114376 99070 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :> 725846400 + 36504 < 1454114378 447145 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : 725882904 < 1454114399 252760 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`factor 725882904 < 1454114401 273509 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :725882904: 2 2 2 3 3 3 3360569 < 1454114416 522799 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`factor 725846400 < 1454114418 3573 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :725846400: 2 2 2 2 2 2 2 3 3 3 5 5 31 271 < 1454114500 22976 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: What... exactly are you doing? < 1454114515 297607 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :Also, I think that mediawiki should measure "2 decades" as "1 score" < 1454114527 280298 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hppavilion[1]: trying to find out the reason for mediawiki's weird block length reporting bug < 1454114535 492726 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: Ah < 1454114546 192571 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: What bug is that? < 1454114582 727827 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hppavilion[1]: it reports 24 years as 2 decades, 4 years, 4 hours, 19 minutes and 12 seconds and i just now checked that 23 years -> 2 decades, 3 years, 10 hours, 8 minutes and 24 seconds < 1454114591 306642 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: Ah < 1454114665 662483 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :the 24 year one had an eerie coincidence that the 23 year one doesn't. < 1454114966 159966 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :http://sprunge.us/iBVG?php is what it uses to go from seconds to a list of things. < 1454115002 367861 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :aha < 1454115015 936514 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :With http://sprunge.us/XaFK?php for the $durationIntervals table. < 1454115062 368850 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hm... < 1454115073 749774 :hppavilion[1]!~Devourero@58-0-174-206.gci.net QUIT :Ping timeout: 265 seconds < 1454115136 111940 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Since "years" is based on what I assume to be an average year length over a 400-year interval, but the seconds it starts from uses the exact leap years for the particular time span, I'd assume that to go at least somewhat wrong. < 1454115153 131633 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ooh.. < 1454115158 604629 :jaboja!~jaboja@emh180.neoplus.adsl.tpnet.pl QUIT :Ping timeout: 256 seconds < 1454115227 649884 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :> 757382400 `divMod` 31556952 < 1454115229 594463 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : (24,15552) < 1454115264 111223 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Well, that seems quite confirmationary. < 1454115287 484288 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :> 725846400 `divMod` 31556952 < 1454115289 337520 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : (23,36504) < 1454115395 738715 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :That's what you get by trying to human-format a "duration" given as a number of seconds rather than a start and end timestamp. < 1454115449 540166 :tromp!~tromp@rtc35-135.rentec.com JOIN :#esoteric < 1454115577 772001 :oerjan_!~oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1454115588 68321 :oerjan_!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :grmbl < 1454115603 383740 :oerjan!~oerjan@hagbart.nvg.ntnu.no QUIT :Disconnected by services < 1454115610 325307 :puck1pedia!~puck@irc.puckipedia.com JOIN :#esoteric < 1454115611 163564 :oerjan_!~oerjan@hagbart.nvg.ntnu.no NICK :oerjan < 1454115657 378181 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :does irssi have a command to tell it "pretend this server has already lagged out and reconnect already" < 1454115704 987525 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ACTION sees in the logs that his most important message got through just in time < 1454115737 111159 :glowcoil_!sid3405@gateway/web/irccloud.com/x-rzqybfnlgxsismpm JOIN :#esoteric < 1454115774 158299 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ais523: well, mystery solved < 1454115810 95909 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :it was both simpler and more stupid than hoped < 1454115819 980861 :pikhq_!~pikhq@2601:647:4b00:63aa:eade:27ff:fe08:b48b JOIN :#esoteric < 1454115830 975022 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :oerjan: hmm? < 1454115844 557552 :puckipedia!~puck@irc.puckipedia.com QUIT :*.net *.split < 1454115845 890654 :trn!jhj@trnsz.com QUIT :*.net *.split < 1454115848 89549 :gniourf!~gniourf@pdm-l03.insa-lyon.fr QUIT :*.net *.split < 1454115850 96779 :APic!apic@apic.name QUIT :*.net *.split < 1454115855 368946 :glowcoil!sid3405@gateway/web/irccloud.com/x-umimtoplojnyhziw QUIT :*.net *.split < 1454115856 65044 :tromp_!~tromp@rtc35-135.rentec.com QUIT :*.net *.split < 1454115856 661418 :pikhq!~pikhq@2601:647:4b00:63aa:eade:27ff:fe08:b48b QUIT :*.net *.split < 1454115856 876884 :Deewiant!~deewiant@de1.ut.deewiant.iki.fi QUIT :*.net *.split < 1454115857 865690 :puck1pedia!~puck@irc.puckipedia.com NICK :puckipedia < 1454115893 570179 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ais523: the reporting is done with a flawed algorithm for splitting out the years < 1454115915 419771 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :ah right, the X hours we see is actually made out of amortized leap days? < 1454115927 43599 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :...i guess. < 1454115987 443924 :Deewiant!~deewiant@de1.ut.deewiant.iki.fi JOIN :#esoteric < 1454115995 812004 :APic!apic@apic.name JOIN :#esoteric < 1454116047 147593 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :> 86400 * ( 365 + ( 24 * 3 + 25 ) / 400 < 1454116049 75626 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : :1:39: < 1454116049 291109 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : parse error (possibly incorrect indentation or mismatched brackets) < 1454116055 292130 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :> 86400 * ( 365 + ( 24 * 3 + 25 ) / 400 ) < 1454116057 379741 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : 3.1556952e7 < 1454116062 498488 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :dammit < 1454116073 57039 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :> 86400 * ( 365 + ( 24 * 3 + 25 ) / 400 ) :: CReal < 1454116075 165661 :glowcoil_!sid3405@gateway/web/irccloud.com/x-rzqybfnlgxsismpm NICK :glowcoil < 1454116075 484299 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : 31556952.0 < 1454116090 352054 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :heh it's at least a whole number of seconds < 1454116274 79897 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :if it hadn't been, maybe they would have thought twice. < 1454116286 842173 :gniourf!~gniourf@pdm-l03.insa-lyon.fr JOIN :#esoteric < 1454116352 684276 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :also, this means the bug has nothing to do with crossing 2038 per se < 1454116376 251492 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :it should show up almost every time you have a duration > a year < 1454116681 646059 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Special:Log/move14]]4 move10 02 5* 03Oerjan 5* 10moved [[0250.161.94.11310]] to [[User talk:50.161.94.113]]: This does not belong in the main namespace; really you should register to get a proper user page but this'll have to do for now. < 1454117125 97056 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I was confused about that. < 1454117326 983454 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :@metar ENVA < 1454117327 801714 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :ENVA 300050Z 25035G48KT 9999 FEW055 06/M02 Q0968 RMK WIND 670FT 26026G48KT < 1454117336 73859 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :"WIND" is correct < 1454117382 79307 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Ooh: 35 knots, 48 in gusts. < 1454117386 684892 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Except I still can't read that. < 1454117407 145819 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :@metar EGLL < 1454117407 779992 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :EGLL 300120Z AUTO 22016KT 9999 -RA OVC010 11/10 Q1009 NOSIG < 1454117424 671705 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :It was slightly windy here earlier, but not really. < 1454117451 108925 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :it might be abating here too < 1454117657 72478 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :"Knowledge of the main components of an application architecture." what does this mean? < 1454117848 12687 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :reading this https://en.wikipedia.org/wiki/Applications_architecture i don't really understand if that's a real thing or it just means to know how a system is designed < 1454117969 280950 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I have a vague suspicion it's not the applications architecture your quote is talking about. < 1454117987 836376 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :then i'm not sure what it is < 1454118017 341257 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I'm not sure either. < 1454118064 620645 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :But the latter thing insists on calling it "applications architecture", plural, while your quote doesn't, which makes me think it's more about the architecture of a single application. < 1454118065 269486 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :i think the last issue in the top box might be relevant hth < 1454118068 497821 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :But who knows. < 1454118109 559769 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Well. I'm sure buzzwords feature heavily in whatever the "correct" meaning is, as well. < 1454118163 272601 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :"To create patterns, one needs building blocks. Building blocks are components of software, mostly reusable, which can be utilized to create certain functions. -- An application is a compilation of various functionalities, all typically following the same pattern. This pattern defines the application’s pattern." < 1454118189 89449 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :sounds pretty vague? < 1454118244 371799 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Sounds pretty enterprise. < 1454118321 578994 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I don't think that is a very good encyclopedia article. < 1454118420 149216 :trn!jhj@trnsz.com JOIN :#esoteric < 1454118532 616148 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I clicked the "Zachman Framework" link and now I'm regretting it. < 1454118643 703780 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :On the other hand, at least now I know that an "event list" is the contextual when, while a "data entity specification" is the physical what. < 1454118700 299929 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :ACTION was applying for a junior sysadmin position and this was in the requirements < 1454118945 96684 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :In that case, you might have been right, and it could have been something vaguely related to the notion of applications architecture the Wikipedia page was about. Maybe. < 1454118997 114459 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :"Row-six provides measured return on investment for Individual Projects and, potentially, for the entire investment portfolio. Without row-six the Framework only identifies sunk-cost, but the row-six ROI permits it to measure benefits and to be used in a continuous improvement process, capturing best practices and applying them back through row-two." < 1454119016 756200 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I'm entirely unable to distinguish between "serious" enterprise architecture talk, and parody of enterprise architecture talk. < 1454119197 212477 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :"The Zachman Framework methodology has for example been used by the United States Department of Veterans Affairs (VA) to develop and maintain its One-VA Enterprise Architecture --" didn't I hear something in the news about how they've got years of backlog in processing applications there? < 1454119212 229284 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Well, I'm sure https://en.wikipedia.org/wiki/Zachman_Framework#/media/File:VA_EA_Meta-Model_Cell_Details_Enlarged.jpg will take care of all that in no time at all. < 1454119706 302882 :ais523!~ais523@unaffiliated/ais523 QUIT :Ping timeout: 240 seconds < 1454119744 89818 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Read error: Connection reset by peer < 1454119788 602337 :augur!~augur@c-73-46-94-9.hsd1.fl.comcast.net QUIT :Remote host closed the connection < 1454119824 683663 :augur!~augur@c-73-46-94-9.hsd1.fl.comcast.net JOIN :#esoteric < 1454119914 891236 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :found another one and they want a sysadmin that can work on unix/linux/windows, knows access, mysql, mssql, vba, cups... aaaand.... ms office and cobol < 1454120009 38949 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Are you sure you're reading a real job listings site? < 1454120019 871890 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :i hope so -.- < 1454120035 5984 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :who the fuck writes cobol in 2016 < 1454120066 994671 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :People who are desperately trying to maintain a legacy system in some sort of a working order, is my guess. < 1454120067 655488 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :or even in the last 20 years < 1454120205 519339 :olsner!~salparot@c83-252-193-184.bredband.comhem.se PRIVMSG #esoteric :izabera: another channel I'm in runs a cobol bot < 1454120212 397194 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :whyyyy < 1454120215 360439 :olsner!~salparot@c83-252-193-184.bredband.comhem.se PRIVMSG #esoteric :(they also have quotes on gopher, so eh) < 1454120220 466612 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :whyyyy^2 < 1454120256 839661 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :kind of surprised that this channel doesn't have a cobol bot < 1454120272 364823 :olsner!~salparot@c83-252-193-184.bredband.comhem.se PRIVMSG #esoteric :fungot: are you cobol? < 1454120272 616648 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :olsner: i see, so ( letrec* ( ( a 2 1) ' ( < 1454120278 630052 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :We have a Gopher enthusiast regular, at least. < 1454120299 929061 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :fungot: That doesn't look like COBOL at all < 1454120300 244555 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :fizzie: something to read that paper all the time when theorems were making forced entry. as an explanation, but you can have a hope of educating myself in order to < 1454120317 195692 :olsner!~salparot@c83-252-193-184.bredband.comhem.se PRIVMSG #esoteric :hm, that looks slightly more like cobol < 1454120333 781075 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :at least more enterprisey < 1454120656 118839 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`unidecode - < 1454120662 26307 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​[U+002D HYPHEN-MINUS] < 1454120966 898098 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`unidecode – < 1454120968 895561 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​[U+2013 EN DASH] < 1454120998 870474 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :stupid monospace makes them hard to distinguish < 1454121047 329129 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :there was this guy here once who knew cobol. *something*iggins < 1454121075 408733 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :i think he was older than me < 1454121155 962269 :pikhq_!~pikhq@2601:647:4b00:63aa:eade:27ff:fe08:b48b PRIVMSG #esoteric :I... also know COBOL, sadly. < 1454121713 709452 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :where do i find a cobol interpreter to set up a bot? < 1454121786 194397 :pikhq_!~pikhq@2601:647:4b00:63aa:eade:27ff:fe08:b48b PRIVMSG #esoteric :Not easily: it's largely compiled. < 1454121833 586462 :pikhq_!~pikhq@2601:647:4b00:63aa:eade:27ff:fe08:b48b PRIVMSG #esoteric :That said, GnuCOBOL. < 1454121849 330092 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :do you need something like < 1454121859 435920 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :i dunno, special whitespace things? < 1454121866 472882 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :like newlines somewhere? < 1454121883 961758 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :or can you write a whole function in a single line? < 1454121888 771327 :pikhq_!~pikhq@2601:647:4b00:63aa:eade:27ff:fe08:b48b PRIVMSG #esoteric :Oh my shit yes. In traditional COBOL, *columns* are significant. < 1454121928 359862 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :That's the case for traditional FORTRAN as well. < 1454121954 96299 :pikhq_!~pikhq@2601:647:4b00:63aa:eade:27ff:fe08:b48b PRIVMSG #esoteric :And freeform COBOL is not very common. < 1454121965 370727 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :The joy of working with ancient technology? < 1454122034 126603 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Freeform FORTRAN was introduced in Fortran 95, and might be relatively common. < 1454122039 714603 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :As far as these things go. < 1454122083 620537 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :Hm < 1454122100 817943 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :INTERCAL depended on using backspace to combine characters originally, didn't it? < 1454122106 861040 :pikhq_!~pikhq@2601:647:4b00:63aa:eade:27ff:fe08:b48b PRIVMSG #esoteric :Yes. < 1454122143 570319 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :this gnu cobol thing has a gui < 1454122156 247870 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :Old APL charsets did that too (and of course the original typeballs did too); I guess it was pretty popular back then < 1454122163 256465 :pikhq_!~pikhq@2601:647:4b00:63aa:eade:27ff:fe08:b48b PRIVMSG #esoteric :Specifically U+0008. < 1454122178 90157 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :Right, the backspace glyph < 1454122186 121232 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :or not glyph.. character < 1454122187 632660 :pikhq_!~pikhq@2601:647:4b00:63aa:eade:27ff:fe08:b48b PRIVMSG #esoteric :Though a pain to type, and won't render right, it'll still "work". < 1454122212 500343 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :Vim has an option to have infix backspace compose digraphs in insert-mode < 1454122215 536472 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :funnily enough < 1454122233 101617 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :It's not exactly overstriking, but I guess it's somewhat similar < 1454122391 758553 :MDude!~fyrc@pa-67-235-7-57.dhcp.embarqhsd.net JOIN :#esoteric < 1454122628 68323 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :@metar EGLL < 1454122628 693118 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :EGLL 300250Z AUTO 26019KT 9999 -RA BKN012/// BKN025/// OVC042/// //////CB 11/09 Q1008 RERA TEMPO SCT012 < 1454122639 33672 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Hm. "RERA". < 1454122678 166484 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Huh. That's apparently for "recent" weather. < 1454122710 568436 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :So "light rain, recently less so". < 1454122940 778594 :nisstyre!~yourstrul@li611-52.members.linode.com JOIN :#esoteric < 1454123135 756218 :lleu!~gnomebad@unaffiliated/lleu QUIT :Ping timeout: 260 seconds < 1454123389 485544 :nisstyre!~yourstrul@li611-52.members.linode.com QUIT :Changing host < 1454123389 701109 :nisstyre!~yourstrul@oftn/member/Nisstyre JOIN :#esoteric < 1454123445 714882 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :it's for those pesky backwards-in-time flying planes < 1454123705 792097 :Alcest!~alcest@69.64.40.177 QUIT :Ping timeout: 245 seconds < 1454124213 886344 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :How do you do memcpy between different buffers in a JavaScript code? < 1454124275 288670 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :I'm back < 1454124343 287816 :Tod-Autojoined!~Tod@67-2-63-198.slkc.qwest.net NICK :TodPunk < 1454124615 449445 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :Nevermind I figured it out < 1454124828 217194 :mihow!~mihow@50-206-98-70-static.hfc.comcastbusiness.net QUIT :Quit: mihow < 1454124896 375862 :vodkode!~vodkode@fl-71-52-122-10.dhcp.embarqhsd.net QUIT :Remote host closed the connection < 1454125626 141108 :hppavilion[1]!~Devourero@93-231-58-66.gci.net JOIN :#esoteric < 1454128300 148828 :hppavilion[2]!~Devourero@93-231-58-66.gci.net JOIN :#esoteric < 1454128583 184721 :hppavilion[1]!~Devourero@93-231-58-66.gci.net QUIT :Ping timeout: 276 seconds < 1454128826 539029 :hppavilion[2]!~Devourero@93-231-58-66.gci.net NICK :hppavilion[1] < 1454129294 706783 :oerjan!~oerjan@hagbart.nvg.ntnu.no QUIT :Quit: Nite < 1454129795 961650 :MDude!~fyrc@pa-67-235-7-57.dhcp.embarqhsd.net NICK :MDream < 1454131455 883470 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :I think the debugger built-in to Firefox is defective < 1454132110 850526 :vodkode!~vodkode@fl-71-52-122-10.dhcp.embarqhsd.net JOIN :#esoteric < 1454132870 699361 :Treio!~Treio@87.244.233.250 JOIN :#esoteric < 1454133865 462508 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :I find ZORKMID is useful not only for debugging Z-machine story files, but also for debugging other Z-machine implementations. < 1454134307 211774 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :zzo38: What's a Z-machine again? < 1454134331 103557 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :Ah, a VM for ZORK or something < 1454134343 843733 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :Yes < 1454134391 962478 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :And, ZORKMID is a implementation of Z-machine that I have written in C, and includes a debugger (although it is also usable just for play game even without using the debugger) < 1454134606 800806 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :Cooool < 1454134820 457691 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :The name is short for "Zork Machine Interpreter and Debugger" < 1454135111 618459 :bender|!benderpc@2404:e800:e61a:41d:f90b:ac04:9b43:1dda JOIN :#esoteric < 1454135226 179870 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :But there are many options too, so you can use "zorkmid -rh" to disable save games and debugging, in case a secure environment is required. < 1454135293 116330 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :Well. < 1454135306 874151 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :One of the most popular searches for porn in Hawaii is "Hawaii" < 1454135386 885303 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :ACTION wonders what hawaii means < 1454135449 710093 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :izabera: It's... a US state < 1454135467 560710 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :izabera: Nice vacation spot. An island chain. < 1454135485 947868 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :(I really hope you mean you don't know, less that be a bit embarrassing xD) < 1454135500 593348 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :wasn't serious < 1454136221 128559 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :If we were to just use porn consumption per capita as a predictor of political orientation, we could have predicted the results of the 2012 elections with 70% accuracy. < 1454136238 749204 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :(src: http://www.pornhub.com/insights/red-versus-blue-us-states/) < 1454136246 868450 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :(I swear, I have no clue how I wound up there) < 1454136612 10104 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :(Also, it's technically SFW) < 1454140946 143576 :hppavilion[1]!~Devourero@93-231-58-66.gci.net QUIT :Ping timeout: 276 seconds < 1454145399 460786 :zadock!~outsider@81.180.208.252 JOIN :#esoteric < 1454146603 369113 :MoALTz!~no@78-11-180-214.static.ip.netia.com.pl JOIN :#esoteric < 1454148189 749143 :Reece_!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net JOIN :#esoteric < 1454148317 148357 :kragniz!~kragniz@nyaa.kragniz.eu QUIT :Ping timeout: 276 seconds < 1454148595 697169 :bender|!benderpc@2404:e800:e61a:41d:f90b:ac04:9b43:1dda QUIT :Ping timeout: 240 seconds < 1454148661 162631 :kragniz!~kragniz@nyaa.kragniz.eu JOIN :#esoteric < 1454150366 758835 :AnotherTest!~turingcom@94-224-66-163.access.telenet.be JOIN :#esoteric < 1454151025 168491 :AndChat|186921!~AndChat18@dD5779296.access.telenet.be JOIN :#esoteric < 1454151128 897101 :J_Arcane!~chatzilla@37-219-239-103.nat.bb.dnainternet.fi QUIT :Ping timeout: 250 seconds < 1454151176 731501 :zadock!~outsider@81.180.208.252 QUIT :Ping timeout: 250 seconds < 1454151516 33900 :^^v!~^v@c-68-41-215-101.hsd1.mi.comcast.net QUIT :Remote host closed the connection < 1454152146 205504 :sebbu!~sebbu@unaffiliated/sebbu QUIT :Ping timeout: 240 seconds < 1454153783 620395 :Reece_!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net QUIT :Read error: Connection reset by peer < 1454154081 857108 :bender|!benderpc@2404:e800:e61a:41d:f90b:ac04:9b43:1dda JOIN :#esoteric < 1454154206 133476 :AndChat|186921!~AndChat18@dD5779296.access.telenet.be QUIT :Ping timeout: 276 seconds < 1454154238 631323 :lleu!~gnomebad@cpc15-croy20-2-0-cust489.croy.cable.virginm.net JOIN :#esoteric < 1454154238 846726 :lleu!~gnomebad@cpc15-croy20-2-0-cust489.croy.cable.virginm.net QUIT :Changing host < 1454154238 846790 :lleu!~gnomebad@unaffiliated/lleu JOIN :#esoteric < 1454154366 170690 :kragniz!~kragniz@nyaa.kragniz.eu QUIT :Ping timeout: 240 seconds < 1454154717 752117 :J_Arcane!~chatzilla@37-219-239-103.nat.bb.dnainternet.fi JOIN :#esoteric < 1454154818 530740 :kragniz!~kragniz@nyaa.kragniz.eu JOIN :#esoteric < 1454155501 899583 :sebbu!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1454157199 914539 :jaboja!~jaboja@emh180.neoplus.adsl.tpnet.pl JOIN :#esoteric < 1454158045 787966 :Reece_!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net JOIN :#esoteric < 1454158206 911887 :AnotherTest!~turingcom@94-224-66-163.access.telenet.be QUIT :Quit: ZNC - http://znc.in < 1454161234 747064 :AlexR42!~textual@136.169.254.62 JOIN :#esoteric < 1454162294 353106 :MDude!~fyrc@pa-67-235-7-57.dhcp.embarqhsd.net JOIN :#esoteric < 1454162546 664922 :MDream!~fyrc@pa-67-235-7-57.dhcp.embarqhsd.net QUIT :Ping timeout: 265 seconds < 1454162604 767605 :J_Arcane!~chatzilla@37-219-239-103.nat.bb.dnainternet.fi QUIT :Ping timeout: 265 seconds < 1454162807 689237 :AlexR42!~textual@136.169.254.62 QUIT :Quit: My Mac has gone to sleep. ZZZzzz… < 1454163166 983468 :jaboja!~jaboja@emh180.neoplus.adsl.tpnet.pl QUIT :Ping timeout: 250 seconds < 1454163946 997916 :boily!~alexandre@96.127.201.149 JOIN :#esoteric < 1454165553 223176 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :`wisdom < 1454165571 607944 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :perpetual motion machine/Perpetual motion machines came with FreeFull's phone. They were hallucinated by Slereah's lack of entropy. < 1454165611 268583 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :`culprits wisdom/perpetual\ motion\ machine < 1454165616 627759 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454165624 581100 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :`` culprits wisdom/perpetual\ motion\ machine < 1454165629 583204 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :oerjan elliott boily boily < 1454167181 591513 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :boily: You're at fault < 1454167337 648550 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :FrelloFull. yup. < 1454167602 144647 :p34k!~p34k@nat-wh-wz4-12.rz.uni-karlsruhe.de JOIN :#esoteric < 1454167958 721502 :Reece_!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net QUIT :Quit: Alsithyafturttararfunar. < 1454169364 761733 :LexiciScriptor!~LexiciScr@net-37-117-69-8.cust.vodafonedsl.it JOIN :#esoteric < 1454169434 64472 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :https://googledrive.com/host/0B4J9OAzXNfZAcG5vcDhkWGFKd3M IMPORTANT: DANGER DEER < 1454171107 753634 :Reece_!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net JOIN :#esoteric < 1454171940 339665 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :@metar lowi < 1454171941 298450 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :LOWI 301620Z 16016G28KT 110V190 CAVOK 11/M01 Q1016 WS R08 NOSIG < 1454172088 313132 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :@metar CYUL < 1454172088 773558 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :CYUL 301600Z 21004KT 15SM BKN017 OVC100 M07/M11 A2994 RMK ST6AS2 SLP141 < 1454175307 708686 :oerjan!~oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1454175969 208648 :LexiciScriptor!~LexiciScr@net-37-117-69-8.cust.vodafonedsl.it QUIT :Quit: LexiciScriptor < 1454176115 692382 :augur!~augur@c-73-46-94-9.hsd1.fl.comcast.net QUIT :Ping timeout: 240 seconds < 1454176192 761515 :jaboja!~jaboja@emj56.neoplus.adsl.tpnet.pl JOIN :#esoteric < 1454176553 665559 :Treio!~Treio@87.244.233.250 QUIT :Ping timeout: 265 seconds < 1454176585 678863 :Treio!~Treio@87.244.233.250 JOIN :#esoteric < 1454176647 776371 :augur!~augur@c-73-46-94-9.hsd1.fl.comcast.net JOIN :#esoteric < 1454176780 489117 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :@tell hppavilion[1] (I swear, I have no clue how I wound up there) <-- well i know why i did (for SCIENCE). alas, i note that several of the comments point out much of this can be explained by variation in broadband penetration between states. < 1454176780 995984 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Consider it noted. < 1454176837 125000 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :@tell hppavilion[1] so it's ice cream causing shark attacks all over again < 1454176837 655043 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Consider it noted. < 1454176926 879767 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :(mainly i clicked because i realized my prejudices were about evenly split about which of republicans and democrats would be watching the most porn) < 1454177182 237472 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I think from the stereotypes, republicans should be more hypocritical about it? < 1454177204 959906 :cyclops!~Alex@70.48.71.194 JOIN :#esoteric < 1454177358 676402 :Treio!~Treio@87.244.233.250 QUIT :Quit: Leaving < 1454177459 756998 :jaboja!~jaboja@emj56.neoplus.adsl.tpnet.pl QUIT :Ping timeout: 264 seconds < 1454177490 662767 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :fizzie: yeah < 1454177601 925631 :J_Arcane!~chatzilla@37-219-239-103.nat.bb.dnainternet.fi JOIN :#esoteric < 1454177883 510816 :oerjan!~oerjan@hagbart.nvg.ntnu.no QUIT :Quit: Later < 1454178142 666026 :shikhin!shikhin@unaffiliated/shikhin NICK :dryoyleujiy < 1454178155 464789 :dryoyleujiy!shikhin@unaffiliated/shikhin NICK :shikhin < 1454178199 48995 :shikhin!shikhin@unaffiliated/shikhin NICK :dryoyleujiy < 1454178214 604606 :dryoyleujiy!shikhin@unaffiliated/shikhin NICK :shikhin < 1454178255 909580 :shikhin!shikhin@unaffiliated/shikhin NICK :driyoyleujiy < 1454178267 932121 :driyoyleujiy!shikhin@unaffiliated/shikhin NICK :shikhin < 1454178344 879881 :LexiciScriptor!~LexiciScr@net-37-117-69-8.cust.vodafonedsl.it JOIN :#esoteric < 1454178793 150695 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :shikhin: shellokhin. identity crisis? < 1454178822 420342 :shikhin!shikhin@unaffiliated/shikhin PRIVMSG #esoteric :Yes. I also go by a God named driyoyleujiy in my free time. nortti is my agent, talk to em if you want to. < 1454178846 87584 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :nortti: nellortti. shikhin is a god? < 1454178867 161745 :nortti!nortti@ayu.smar.moe PRIVMSG #esoteric :yes. a chaotic evil one, at that < 1454179055 870490 :nortti!nortti@ayu.smar.moe PRIVMSG #esoteric :ACTION ponders the consequences of being a high priest of a malevolent god < 1454179088 503767 :shikhin!shikhin@unaffiliated/shikhin PRIVMSG #esoteric :ACTION lures nortti in with promises of a world filled with esoteric languages and Hindu routers. < 1454179111 558072 :nortti!nortti@ayu.smar.moe PRIVMSG #esoteric :...that's a world I already live in < 1454179133 724953 :shikhin!shikhin@unaffiliated/shikhin PRIVMSG #esoteric :Then you must consider the possibility that you already are my high priest. < 1454179161 698525 :nortti!nortti@ayu.smar.moe PRIVMSG #esoteric :I know that < 1454179224 42409 :shikhin!shikhin@unaffiliated/shikhin PRIVMSG #esoteric :Oh. I have nothing more. < 1454179230 181158 :shikhin!shikhin@unaffiliated/shikhin PRIVMSG #esoteric :ACTION procrastinates on doing malevolent stuff. < 1454179250 257767 :nortti!nortti@ayu.smar.moe PRIVMSG #esoteric :that's one good part of you < 1454179253 958825 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :`? shikhin < 1454179258 310796 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :shikhin? ¯\(°​_o)/¯ < 1454179285 80148 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :`learn shikhin is a Malevolent God, who will promise you stuff tomorrow. < 1454179288 798500 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Learned 'shikhin': shikhin is a Malevolent God, who will promise you stuff tomorrow. < 1454179292 564980 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :`? nortti < 1454179294 327453 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :nortti boy. very nortti boy. < 1454179296 843826 :shikhin!shikhin@unaffiliated/shikhin PRIVMSG #esoteric ::D < 1454179310 136678 :nortti!nortti@ayu.smar.moe PRIVMSG #esoteric ::D < 1454179321 805948 :Reece_!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net QUIT :Read error: Connection reset by peer < 1454179336 541469 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :`learn nortti is a very nortti boy. He yielded to shikhin's promises, and now is his High Priest. < 1454179339 745444 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Learned 'nortti': nortti is a very nortti boy. He yielded to shikhin's promises, and now is his High Priest. < 1454179356 626070 :nortti!nortti@ayu.smar.moe PRIVMSG #esoteric :damnit, was going to add that myself, using sed -i < 1454179363 410895 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :mwah ah ah. < 1454179383 258845 :hydraz!matheus@unaffiliated/demhydraz JOIN :#esoteric < 1454179511 669725 :cyclops!~Alex@70.48.71.194 QUIT :Ping timeout: 265 seconds < 1454180111 562980 :tromp__!~tromp@ool-18be0bd8.dyn.optonline.net QUIT :Remote host closed the connection < 1454180263 643555 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :cheese tonight! < 1454180272 65334 :boily!~alexandre@96.127.201.149 QUIT :Quit: WINDOWED CHICKEN < 1454180338 527260 :AnotherTest!~turingcom@94-224-66-163.access.telenet.be JOIN :#esoteric < 1454181434 627851 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1454181942 798818 :AlexR42!~textual@136.169.254.62 JOIN :#esoteric < 1454182102 749856 :Reece_!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net JOIN :#esoteric < 1454182298 776369 :YourDeathIsComin!5b619038@gateway/web/freenode/ip.91.97.144.56 JOIN :#esoteric < 1454182318 222321 :YourDeathIsComin!5b619038@gateway/web/freenode/ip.91.97.144.56 QUIT :Client Quit < 1454182574 429504 :J_Arcane_!~chatzilla@37-219-7-131.nat.bb.dnainternet.fi JOIN :#esoteric < 1454182588 876552 :J_Arcane!~chatzilla@37-219-239-103.nat.bb.dnainternet.fi QUIT :Ping timeout: 250 seconds < 1454182599 993804 :J_Arcane_!~chatzilla@37-219-7-131.nat.bb.dnainternet.fi NICK :J_Arcane < 1454182793 348814 :PinealGlandOptic!~PinealGla@vps2.conus.info QUIT :Quit: leaving < 1454182836 653886 :PinealGlandOptic!~PinealGla@vps2.conus.info JOIN :#esoteric < 1454182916 300768 :PinealGlandOptic!~PinealGla@vps2.conus.info QUIT :Client Quit < 1454182937 608495 :PinealGlandOptic!~PinealGla@vps2.conus.info JOIN :#esoteric < 1454182956 811482 :PinealGlandOptic!~PinealGla@vps2.conus.info QUIT :Client Quit < 1454183002 179185 :Reece_!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net QUIT :Read error: Connection reset by peer < 1454183083 654223 :PinealGlandOptic!~PinealGla@82.144.205.57 JOIN :#esoteric < 1454183226 736591 :PinealGlandOptic!~PinealGla@82.144.205.57 QUIT :Client Quit < 1454183420 526709 :PinealGlandOptic!~PinealGla@82.144.205.57 JOIN :#esoteric < 1454183429 237841 :tswett!~tswett@192.241.237.138 PRIVMSG #esoteric :`cat bin/culprits < 1454183430 618766 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :hg log --removed "$1" | grep summary: | awk '{print substr($2,2,length($2)-2)}' | sed "s/.$/\x0F&/" | xargs < 1454184308 609178 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net JOIN :#esoteric < 1454184450 752748 :Reece_!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net JOIN :#esoteric < 1454184546 717281 :carado!~carado@savhon.org QUIT :Quit: Leaving < 1454184586 564038 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net QUIT :Ping timeout: 256 seconds < 1454184836 193494 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :grep|awk|sed x.x < 1454184897 987309 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :it's nicely compositional < 1454185103 649721 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Put some cats in between. < 1454185143 779992 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :That's the sort of pipeline I write when doing one-offs, because it's just how I think them up. < 1454185729 545829 :carado!~carado@savhon.org JOIN :#esoteric < 1454185855 767661 :Reece_!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net QUIT :Ping timeout: 245 seconds < 1454185910 174543 :AlexR42!~textual@136.169.254.62 QUIT :Quit: My Mac has gone to sleep. ZZZzzz… < 1454185944 785657 :Reece_!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net JOIN :#esoteric < 1454186369 716268 :hEr3!~hEr3@178.162.199.35 JOIN :#esoteric < 1454186533 623671 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :I usually use perl < 1454186686 625385 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :I think awk could even do the grep and sed steps too you can have a condition for each block, which can be a regular expression < 1454186787 744008 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`cat cat cat < 1454186789 512694 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :cat: cat cat: No such file or directory < 1454186793 971062 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`` cat cat cat < 1454186795 822697 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Meow~~ >^.^< \ Meow~~ >^.^< < 1454186833 239803 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`` cat cat | cat | cat - cat < 1454186834 285692 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Meow~~ >^.^< \ Meow~~ >^.^< < 1454186849 753894 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :good punctuation < 1454186857 184128 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`` cat < canary < 1454186858 558136 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​*tsjørp* < 1454186863 602415 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`` neko < 1454186864 513339 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :bash: neko: command not found < 1454186873 866557 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :wha, no nyaaa < 1454186898 720402 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`dog < 1454186899 586197 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: dog: not found < 1454187039 763124 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`` tac <(echo a;echo b) <(echo c;echo d) < 1454187041 874845 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :tac: cannot create temporary file in `/tmp': Invalid argument < 1454187069 898330 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :huh < 1454187112 959194 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Huh. < 1454187119 172656 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :is that zsh? < 1454187122 722616 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :``echo $SHELL < 1454187124 100765 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: `echo: not found < 1454187126 996923 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`echo $SHELL < 1454187127 866312 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​$SHELL < 1454187129 901157 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`echo $0 < 1454187130 818320 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :bash, I assume < 1454187131 171404 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​$0 < 1454187137 475601 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :You want a space after ``. < 1454187141 482916 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :` echo $0 < 1454187142 411718 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: : not found < 1454187146 673607 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`` echo $0 < 1454187147 794214 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :bash < 1454187153 341291 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :there < 1454187170 733404 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`` touch /tmp/foo < 1454187171 871985 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454187174 520253 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Hmm. < 1454187184 261225 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :bash stole a few cute ideas from zsh < 1454187256 173837 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :touch /tmp/123 < 1454187258 634911 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`` touch /tmp/123 < 1454187259 967552 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454187269 171328 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`` ls /tmp < 1454187270 608997 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454187291 902732 :Melvar`!~melvar@dslb-178-006-008-162.178.006.pools.vodafone-ip.de JOIN :#esoteric < 1454187296 652515 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :It's just calling mkstemp on a string that says "/tmp/tacXXXXXX". < 1454187301 549230 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Assuming it's the coreutils tac. < 1454187319 995088 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :but why does that go wrong? < 1454187333 799041 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I'm puzzled. < 1454187362 127205 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :It doesn't have strace. :/ < 1454187371 322932 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I wanted to see what exactly it's trying that returns EINVAL. < 1454187381 158124 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :what a shame. < 1454187434 870279 :Melvar!~melvar@dslb-188-109-004-099.188.109.pools.vodafone-ip.de QUIT :Disconnected by services < 1454187438 684864 :Melvar`!~melvar@dslb-178-006-008-162.178.006.pools.vodafone-ip.de NICK :Melvar < 1454187457 702712 :idris-bot!~idris-bot@dslb-188-109-004-099.188.109.pools.vodafone-ip.de QUIT :Ping timeout: 265 seconds < 1454187468 432458 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`` t=$(mktemp "/tmp/tacXXXXXX"); ls -l $t; rm $t < 1454187469 674154 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​-rw------- 1 5000 487868 0 Jan 30 20:57 /tmp/tacH2R8sT < 1454187474 357263 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I mean, that's just fine. < 1454187508 674386 :XorSwap!~XorSwap@wnpgmb016qw-ds01-214-177.dynamic.mtsallstream.net JOIN :#esoteric < 1454187565 969175 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`` tac <(echo a; echo b) < 1454187567 103435 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :b \ a < 1454187571 196891 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :And that is fine as well. < 1454187582 234852 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :But once you add a second pipe, no. < 1454187587 461029 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`` tac <(echo a; echo b) cat < 1454187589 36952 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :b \ a \ Meow~~ >^.^< < 1454187593 29859 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :That's also fine. < 1454187628 356626 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :so that leaves lseek (unlikely) and ftruncate... < 1454187645 788893 :Melvar`!~melvar@dslb-084-062-111-093.084.062.pools.vodafone-ip.de JOIN :#esoteric < 1454187680 775660 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :AFAICT, it would be creating a temp file for any non-seekable file. I'm confused as to why adding a second one would make it barf. < 1454187688 789190 :Melvar!~melvar@dslb-178-006-008-162.178.006.pools.vodafone-ip.de QUIT :Disconnected by services < 1454187691 640961 :Melvar`!~melvar@dslb-084-062-111-093.084.062.pools.vodafone-ip.de NICK :Melvar < 1454187692 735260 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :fizzie: it reuses the temp file < 1454187709 513186 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :(at least according to my local strace output) < 1454187723 448536 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Oh, okay. < 1454187742 609098 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :So it does. < 1454187746 213041 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Missed the "static" part. < 1454187772 45264 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :But it should give a different error if it failed while seeking. < 1454187797 718448 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :The "failed to create temporary file in %s" occurs only in the initial if (tempfile == NULL) branch. Maybe it's some sort of a ulimit. < 1454187818 725568 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`` tac <(echo a;echo b) <(echo c;echo d) < 1454187819 962235 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :tac: cannot create temporary file in `/tmp': Invalid argument < 1454187825 648987 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :hmm, ulimit < 1454187836 989531 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`` tac <(echo a;echo b) <(echo c;echo d) <(echo e;echo f) <(echo g;echo h) < 1454187838 468778 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :tac: cannot create temporary file in `/tmp': Invalid argument \ tac: cannot create temporary file in `/tmp': Invalid argument \ tac: cannot create temporary file in `/tmp': Invalid argument \ b \ a < 1454187848 499899 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Ssswhat. < 1454187879 772376 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :maybe that tac is buggy? < 1454187884 153760 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`` tac --version < 1454187885 750250 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :tac (GNU coreutils) 8.13 \ Copyright (C) 2011 Free Software Foundation, Inc. \ License GPLv3+: GNU GPL version 3 or later . \ This is free software: you are free to change and redistribute it. \ There is NO WARRANTY, to the extent permitted by law. \ \ Written by Jay Lepreau and David MacKenzie. < 1454187931 421170 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :`` echo <(:) <(:) <(:) < 1454187932 902750 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/dev/fd/63 /dev/fd/62 /dev/fd/61 < 1454187955 325310 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :not sure why it doesn't work with tac < 1454188053 29062 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Oh, that's a different error string than in the tac source I'm looking at. < 1454188106 756735 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :The one I'm looking at says "failed to create temporary file"; that tac says "cannot create temporary file". < 1454188177 861079 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :The coreutils 8.13 apparently comes from before they invented the tempfile reuse. < 1454188201 912421 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :fizzie: the 8.13 version of tac is just buggy: it makes no attempt to reuse the temp file, and the 'template' variable is reused without being reinitialized; so the second time, there's no XXXXXX in there anymore < 1454188202 127772 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :This one's copy_to_temp always makes a new file. < 1454188208 762942 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Huh. < 1454188213 333413 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :That's pretty buggy. < 1454188217 697846 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :maybe update it? < 1454188231 274512 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :is that what ubuntu is shipping? < 1454188242 157411 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :`` echo $BASH_VERSION < 1454188244 93846 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :4.2.37(1)-release < 1454188244 471841 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :izabera: the VM is rather old. < 1454188250 904973 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :maybe update it? <.< < 1454188271 662579 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :The system it's running on has tac 8.23. < 1454188292 348052 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :`` echo $PATH < 1454188293 285820 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/hackenv/bin:/opt/python27/bin:/opt/ghc/bin:/usr/bin:/bin < 1454188301 614028 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :well, let's write our own tac < 1454188313 768788 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`catcat < 1454188315 149771 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454188323 227788 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :ACTION rolls his eyes. < 1454188327 636456 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`cat bin/catcat < 1454188328 136530 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :`` type gawk awk < 1454188334 292018 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :echo No output. < 1454188334 507348 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :bash: line 0: type: gawk: not found \ awk is /usr/bin/awk < 1454188342 327598 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :But hackbot has its own chroot, and I haven't been touching that. < 1454188376 561026 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :`` mawk -W version < 1454188377 797545 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :compiled limits: \ max NF 32767 \ sprintf buffer 2040 \ mawk 1.3.3 Nov 1996, Copyright (C) Michael D. Brennan < 1454188387 385616 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :`` awk -W version < 1454188389 170304 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :compiled limits: \ max NF 32767 \ sprintf buffer 2040 \ mawk 1.3.3 Nov 1996, Copyright (C) Michael D. Brennan < 1454188391 372729 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric ::\ < 1454188396 469503 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :mawk sucks < 1454188403 983921 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :is this some sort of stripped ubuntu? < 1454188443 468607 :jaboja!~jaboja@emj56.neoplus.adsl.tpnet.pl JOIN :#esoteric < 1454188576 357734 :hppavilion[1]!~Devourero@93-231-58-66.gci.net JOIN :#esoteric < 1454188580 725331 :Reece_!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net QUIT :Ping timeout: 245 seconds < 1454188816 554176 :hEr3!~hEr3@178.162.199.35 QUIT :Quit: hEr3 < 1454189150 448995 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :`` printf 'FNR == 1{ for (i = max; i >= 1; i--) print a[i] } { a[max=FNR] = $0 } END { for (i = max; i >= 1; i--) print a[i] }' > bin/tac; chmod +x bin/tac < 1454189155 383994 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454189161 963781 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :`` tac <(echo a;echo b) <(echo c;echo d) < 1454189163 159242 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/hackenv/bin/tac: line 1: syntax error near unexpected token `(' \ /hackenv/bin/tac: line 1: `FNR == 1{ for (i = max; i >= 1; i--) print a[i] } { a[max=FNR] = $0 } END { for (i = max; i >= 1; i--) print a[i] }' < 1454189168 189670 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :what < 1454189182 860954 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :oh < 1454189185 718034 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :i'm stupid < 1454189211 666195 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :`` printf '#!/usr/bin/awk\nFNR == 1 { for (i = max; i >= 1; i--) print a[i] } { a[max=FNR] = $0 } END { for (i = max; i >= 1; i--) print a[i] }' > bin/tac < 1454189214 454239 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454189216 226181 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :`` tac <(echo a;echo b) <(echo c;echo d) < 1454189217 407613 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454189223 451573 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :-.- < 1454189278 749101 :Reece_!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net JOIN :#esoteric < 1454189328 657848 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :`tac bin/tac < 1454189329 863586 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​#!/usr/bin/awk \ FNR == 1 { for (i = max; i >= 1; i--) print a[i] } { a[max=FNR] = $0 } END { for (i = max; i >= 1; i--) print a[i] } < 1454189365 95238 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric ::( works in gnu awk < 1454189367 184282 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :stupid mawk < 1454189379 650335 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :whatever -.- < 1454189405 338385 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :Maybe you should install GNU awk (I think on Ubuntu you have to use the program name "gawk" for GNU awk; "awk" is mawk instead) < 1454189570 148242 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :`` printf '#!/bin/bash\nfor file do mapfile -t lines < "$file"; for (( i = ${#lines[@]} -1; i >= 0; i-- )) do printf "%%s\\n" "${lines[i]}"; done done' > bin/tac < 1454189573 188821 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454189575 78595 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :`` tac <(echo a;echo b) <(echo c;echo d) < 1454189576 691517 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :b \ a \ d \ c < 1454189607 120727 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :what does tac do? < 1454189622 363429 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :prints the lines in reverse order < 1454189631 704599 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :ah < 1454189677 722490 :Reece2!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net JOIN :#esoteric < 1454189755 727521 :Reece_!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net QUIT :Ping timeout: 245 seconds < 1454189801 965128 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :izabera: It's a Debian 7.3 in a chroot. < 1454189815 658394 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Probably with a rather limited selection of packages. < 1454189820 918010 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :that's why everything is so old < 1454189847 358517 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :(The thing around it is a regular Debian 8.2, because I accidentally upgraded it the other day.) < 1454189894 622964 :Reece_!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net JOIN :#esoteric < 1454189986 219754 :Reece2!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net QUIT :Ping timeout: 240 seconds < 1454190150 714151 :Reece2!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net JOIN :#esoteric < 1454190154 791626 :J_Arcane!~chatzilla@37-219-7-131.nat.bb.dnainternet.fi QUIT :Ping timeout: 265 seconds < 1454190226 216121 :Reece_!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net QUIT :Ping timeout: 240 seconds < 1454190946 717701 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net JOIN :#esoteric < 1454191216 703950 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net QUIT :Ping timeout: 250 seconds < 1454191591 667157 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :I got two ships in rendezvous to a few metres! < 1454191626 878024 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :Only using a rocket, no RCS! < 1454191910 425033 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :is this ksp? < 1454191989 51020 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :yah < 1454191997 371113 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :http://ctrlv.in/704702 < 1454192005 787076 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :ACTION hasn't bought ksp yet < 1454192153 186837 :hppavilion[1]!~Devourero@93-231-58-66.gci.net QUIT :Ping timeout: 276 seconds < 1454192203 503748 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :ksp got more expensive < 1454192211 405637 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :last I checked it was ~20-30 dollars < 1454192213 651864 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :now it's 40 < 1454192237 229537 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover PRIVMSG #esoteric :when i bought it it was like £13 < 1454192255 990700 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :Elronnd: the canadian dollar has eakened < 1454192297 182740 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :ACTION is in the US, uses USD < 1454192312 847696 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :uh... that's wierd then < 1454192342 613817 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :Should I get it? < 1454192350 117645 :hppavilion[1]!~Devourero@93-231-58-66.gci.net JOIN :#esoteric < 1454192401 265598 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover PRIVMSG #esoteric :Elronnd, there's a demo isn't there < 1454192411 775205 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :it's yet another time sink < 1454192412 392540 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :yes < 1454192429 600699 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover PRIVMSG #esoteric :have you tried it, did you like it < 1454192444 483034 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :I haven't tried it < 1454192460 967401 :Reece2!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net QUIT :Quit: Alsithyafturttararfunar. < 1454192465 392868 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :KSP_demo_linux.zip 98%[=========================> ] 470.21M 2.29MB/s eta 5s < 1454192482 465521 :Reece_!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net JOIN :#esoteric < 1454192503 593005 :Reece_!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net QUIT :Remote host closed the connection < 1454192528 619202 :Reece`!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net JOIN :#esoteric < 1454192549 821621 :Reece`!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net QUIT :Remote host closed the connection < 1454192572 226251 :Reece`!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net JOIN :#esoteric < 1454192678 614209 :XorSwap!~XorSwap@wnpgmb016qw-ds01-214-177.dynamic.mtsallstream.net QUIT :Ping timeout: 256 seconds < 1454192792 801019 :Reece`!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net QUIT :Client Quit < 1454192941 205857 :Reece`!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net JOIN :#esoteric < 1454193181 551236 :Reece`!~Reece@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net QUIT :Client Quit < 1454193288 153150 :XorSwap!~XorSwap@wnpgmb016qw-ds01-214-177.dynamic.mtsallstream.net JOIN :#esoteric < 1454193826 916225 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Steam had it in the sale, though skipped. < 1454193832 891109 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Now it's £30 here. < 1454193905 304810 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Heh, Steam's store page for the KSP demo: "English language not supported. This product does not have support for your local language. Please review the supported language list below before purchasing." < 1454193972 690211 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :lol < 1454194037 300146 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I guess it's all in Kerbalese. < 1454194389 986744 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :If English is not supported, see if the language can be switched to American or Canadian instead < 1454194428 150239 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :hezzo38 < 1454194438 515963 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :zzhello38 < 1454194444 637118 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :zzyo38 < 1454194453 366015 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :am i the only one here without double letters < 1454194465 928518 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :2zs 2ps 2ns < 1454194482 461461 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :quintopia: clog < 1454194491 31868 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :I guess? < 1454194499 538685 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :clog is not human < 1454194527 443571 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :although i cant claim its not paying attention < 1454194541 287866 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :its attention span is unmatched < 1454194555 4837 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :but it does not participate < 1454194922 57799 :hppavilion[1]!~Devourero@93-231-58-66.gci.net QUIT :Ping timeout: 276 seconds < 1454195138 458907 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Is there a "show unused imports" tool for Haskell that's sort of de-facto standard? < 1454195197 582057 :MDream!~fyrc@pa-67-235-7-57.dhcp.embarqhsd.net JOIN :#esoteric < 1454195290 700699 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Hm, -fwarn-unused-imports in ghc maybe. < 1454195446 665744 :MoALTz!~no@78-11-180-214.static.ip.netia.com.pl QUIT :Ping timeout: 240 seconds < 1454195447 303623 :MDude!~fyrc@pa-67-235-7-57.dhcp.embarqhsd.net QUIT :Ping timeout: 240 seconds < 1454195453 389286 :MDream!~fyrc@pa-67-235-7-57.dhcp.embarqhsd.net NICK :MDude < 1454195478 896925 :AnotherTest!~turingcom@94-224-66-163.access.telenet.be QUIT :Quit: ZNC - http://znc.in < 1454195543 873528 :XorSwap!~XorSwap@wnpgmb016qw-ds01-214-177.dynamic.mtsallstream.net QUIT :Quit: Leaving < 1454195900 803644 :bender|!benderpc@2404:e800:e61a:41d:f90b:ac04:9b43:1dda QUIT :Ping timeout: 250 seconds < 1454196192 930790 :PinealGlandOptic!~PinealGla@82.144.205.57 QUIT :Quit: leaving < 1454196245 768241 :hppavilion[1]!~Devourero@58-0-174-206.gci.net JOIN :#esoteric < 1454196330 795987 :PinealGlandOptic!~PinealGla@82.144.205.57 JOIN :#esoteric < 1454196357 806591 :LexiciScriptor!~LexiciScr@net-37-117-69-8.cust.vodafonedsl.it QUIT :Quit: LexiciScriptor < 1454196488 97653 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :I want to make an esowiki article on the ban/nat/nit/nepit < 1454196491 132363 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :Which name should I use? < 1454196543 728158 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :Or should I roll all the strange units of measurement into one big article? < 1454196578 458632 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :(ban/nat/nit/nepit is a base-e unit of measurement to the bit's base-2) < 1454196623 371477 :hppavilion[1]!~Devourero@58-0-174-206.gci.net PRIVMSG #esoteric :I think I'll do that < 1454196906 353385 :jaboja!~jaboja@emj56.neoplus.adsl.tpnet.pl QUIT :Ping timeout: 240 seconds < 1454197275 224318 :PinealGlandOptic!~PinealGla@82.144.205.57 QUIT :Quit: leaving < 1454197310 147666 :PinealGlandOptic!~PinealGla@82.144.205.57 JOIN :#esoteric < 1454197339 725850 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1454198003 121769 :PinealGlandOptic!~PinealGla@82.144.205.57 QUIT :Ping timeout: 276 seconds < 1454198151 373109 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :I think you should put them together in one article, probably. < 1454198221 540099 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net JOIN :#esoteric