< 1451952406 815254 :hppavilion[1]!~Devourero@58-0-174-206.gci.net QUIT :Ping timeout: 272 seconds < 1451952595 568217 :jaboja!~jaboja@esb242.neoplus.adsl.tpnet.pl JOIN :#esoteric < 1451952842 429933 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I've seen snow on a couple of random days in late 2015 < 1451952853 683242 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :like, october/novemberish < 1451952976 314535 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net JOIN :#esoteric < 1451953239 354295 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :ACTION wonders why Stack Exchange's TOS refers to the user accepting the TOS using the pronoun "it" < 1451953249 946827 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :most such legal documents I've seen just repeat the noun rather than using pronouns < 1451953257 293206 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :to avoid such awkward phrasing < 1451953376 882550 :agawa!~guest@85.9.20.150 QUIT :Ping timeout: 246 seconds < 1451953966 412421 :hppavilion[1]!~Devourero@58-0-174-206.gci.net JOIN :#esoteric < 1451953987 550667 :\oren\!~oren@TOROON0949W-LP140-02-1242510803.dsl.bell.ca PRIVMSG #esoteric :@metar cyyz < 1451953988 102621 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :CYYZ 050000Z 01009KT 15SM SKC M13/M22 A3053 RMK SLP355 < 1451954149 253700 :\oren\!~oren@TOROON0949W-LP140-02-1242510803.dsl.bell.ca PRIVMSG #esoteric :@metar cytz < 1451954149 689457 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :CYTZ 050000Z AUTO 32007KT 300V360 9SM CLR M12/M20 A3056 RMK SLP357 < 1451954211 369766 :\oren\!~oren@TOROON0949W-LP140-02-1242510803.dsl.bell.ca PRIVMSG #esoteric :a bit warmer by the laek < 1451954230 999609 :\oren\!~oren@TOROON0949W-LP140-02-1242510803.dsl.bell.ca PRIVMSG #esoteric :s/ek/ke < 1451954391 872106 :\oren\!~oren@TOROON0949W-LP140-02-1242510803.dsl.bell.ca PRIVMSG #esoteric :I need something to sort the unicode characters in a file < 1451954479 731897 :\oren\!~oren@TOROON0949W-LP140-02-1242510803.dsl.bell.ca PRIVMSG #esoteric :I soppose I could just put each character on a line by itself, then run sort, then delete the linebreaks < 1451955296 724344 :\oren\!~oren@TOROON0949W-LP140-02-1242510803.dsl.bell.ca PRIVMSG #esoteric :bah. GNU fold doesn't do utf8 righjt < 1451955517 435052 :bb010g!uid21050@gateway/web/irccloud.com/x-crhsxqhfhckuhkvn QUIT :Quit: Connection closed for inactivity < 1451955555 445469 :\oren\!~oren@TOROON0949W-LP140-02-1242510803.dsl.bell.ca PRIVMSG #esoteric :HA! since the'yre all kanji, fold -b60 or any other multiple of 3 works < 1451955983 851638 :singingboyo!~brandonso@d50-98-172-252.bchsia.telus.net JOIN :#esoteric < 1451956073 871888 :singingboyo!~brandonso@d50-98-172-252.bchsia.telus.net QUIT :Client Quit < 1451956146 881948 :singingboyo!~brandonso@d50-98-172-252.bchsia.telus.net JOIN :#esoteric < 1451956832 400519 :\oren\!~oren@TOROON0949W-LP140-02-1242510803.dsl.bell.ca PRIVMSG #esoteric :ok. so: cat kanjilist | tr -d '\n' | fold -b3 | sort -u | tr -d '\n' | fold -b60 >sortedkanjilist < 1451957422 758669 :Frooxius!~Frooxius@193.86.27.79 QUIT :Ping timeout: 272 seconds < 1451957586 941369 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net QUIT :Quit: adu < 1451957635 142551 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :ais523: what did you mean by appending input? < 1451957666 38899 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :before running the program, the interp reads the entirety of stdin and appends that to the program < 1451957678 705491 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :in what language? < 1451957680 865970 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :also there's no introspection/redlection < 1451957684 570074 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :*reflection < 1451957706 472393 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :so you have to redefine every character that could appear in the input to handle itslef < 1451957710 281558 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :and a new esolang I'm working on < 1451957720 179657 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :it's called Takeover < 1451957727 915934 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :oh. i get it. < 1451957744 175288 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :looks like fun. < 1451958209 795384 :\oren\!~oren@TOROON0949W-LP140-02-1242510803.dsl.bell.ca PRIVMSG #esoteric :by character, do you mean unicode characters or bytes? < 1451959606 818640 :bender|!benderpc@2404:e800:e61a:41d:58d5:6060:8af7:e278 JOIN :#esoteric < 1451959782 504769 :lifthrasiir!~lifthrasi@115.68.131.49 PRIVMSG #esoteric :\oren\: it seems that fold cannot handle multibyte characters of UTF-8 or whatsoever anyway < 1451959793 510318 :lifthrasiir!~lifthrasi@115.68.131.49 PRIVMSG #esoteric :that is, even not locale-dependent < 1451960044 749607 :hppavilion[1]!~Devourero@58-0-174-206.gci.net QUIT :Ping timeout: 272 seconds < 1451960526 223542 :singingboyo!~brandonso@d50-98-172-252.bchsia.telus.net QUIT :Quit: leaving < 1451960544 668789 :singingboyo!~brandonso@d50-98-172-252.bchsia.telus.net JOIN :#esoteric < 1451960544 827541 :singingboyo!~brandonso@d50-98-172-252.bchsia.telus.net QUIT :Client Quit < 1451960596 770576 :singingboyo!~brandonso@d50-98-172-252.bchsia.telus.net JOIN :#esoteric < 1451960646 126547 :singingboyo!~brandonso@d50-98-172-252.bchsia.telus.net QUIT :Client Quit < 1451960805 716381 :singingboyo!~brandonso@d50-98-172-252.bchsia.telus.net JOIN :#esoteric < 1451960915 754483 :bender|!benderpc@2404:e800:e61a:41d:58d5:6060:8af7:e278 QUIT :Ping timeout: 240 seconds < 1451960922 980817 :andrew!~andrew@61.141.94.171 JOIN :#esoteric < 1451961280 240169 :bender|!~benderpc@59.189.182.191 JOIN :#esoteric < 1451961892 150577 :Frooxius!~Frooxius@193.86.27.79 JOIN :#esoteric < 1451962311 340103 :hppavilion[1]!~Devourero@93-231-58-66.gci.net JOIN :#esoteric < 1451962950 863569 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net JOIN :#esoteric < 1451963072 263998 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :Is there a place I can find the original "A Programming Language" by Kenneth E Iverson for free online? < 1451963085 559382 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :Preferably legitimately? < 1451963095 797085 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: I found a problem with generalized hyperoperations < 1451963312 95497 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :Ah, found it < 1451963367 164487 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :hi hppavilion[1] < 1451963377 560515 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :hppavilion[1]: what problem? < 1451963378 762963 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :Hadu < 1451963412 421326 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: Well, I assume we want negative hyperoperations to be the inverse of the positives, correct? So x-y, x/y, etc. would be negative hyperoperations < 1451963426 406807 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Read error: Connection reset by peer < 1451963426 565556 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :no < 1451963429 326007 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :That leads to the issue of Pred(x). Where is it? 0 is already S(x) < 1451963430 74494 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :Oh < 1451963443 418107 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: What would they be then < 1451963444 297790 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :? < 1451963459 687351 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :there are hyperN, hyperNroots, hyperNlogarithms, which would you choose for negatives, roots or logs? < 1451963505 3035 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: That's another problem I was going to cover xD < 1451963518 51424 :\oren\!~oren@TOROON0949W-LP140-02-1242510803.dsl.bell.ca PRIVMSG #esoteric :Apparently a portable lithium battery can also be used as a lightweight incendiary grenade. < 1451963520 15308 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :hyper2roots and hyper2logs are both division < 1451963530 67939 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :hyper3roots are surds/radicals < 1451963539 629221 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :hyper3logs are the traditional "logarithm" < 1451963559 493573 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: Perhaps we're looking at it wrong? < 1451963570 359355 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :Perhaps it's not so much a number line we're going for as a number... tripod? < 1451963576 266263 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :hyper4-x is generally called super-x, i.e. super-roots and super-logarithms < 1451963588 247970 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :hppavilion[1]: no tripod < 1451963598 762774 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :Three rays going in directions 120 degrees from each other? < 1451963604 615844 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :hppavilion[1]: they're indexed by natural numbers, no negatives are required at all < 1451963622 290698 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: Logs/roots are? < 1451963643 290700 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :hppavilion[1]: why are you forcing three sets indexed by natural numbers into an structure that doesn't even represent them? stop forcing things to be something they're not < 1451963668 136341 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: I'm just thinking about uberoperations xD < 1451963699 40305 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :hppavilion[1]: for any function f(x, y) there are two inverse functions, f^(-1, 0)(x, y), and f^(0, -1)(x, y) < 1451963736 518950 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: I'm simply making an attempt to generalize the hyperoperations < 1451963745 555491 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :you can't put those on a number line, because it's 2D < 1451963754 209603 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :Whihc is, of course, what you're trying to do too < 1451963766 305106 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :there are quadrillions of mappings between 1D and 2D < 1451963772 326904 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :which one do you choose? < 1451963772 758202 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: Out of curiousity, what's f^(-1, -1)(x, y) equal to? < 1451963784 60894 :lleu!~gnomebad@unaffiliated/lleu QUIT :Quit: That's what she said < 1451963784 924310 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :hppavilion[1]: depends on the function < 1451963819 6646 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: I choose to forgo the concept of lines for my hyperoperations and instead have positive numbers, fooative numbers, and barative numbers < 1451963832 774298 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :Or fooative numbers, barative numbers, and bazative numbers < 1451963836 998957 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :fooative? barative? < 1451963860 261056 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :It makes no sense, but it's mathematically rigorous AFAICT and at least usable < 1451963868 888012 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :I need to post this convo to the TetrationForum < 1451963869 350894 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: I'm not very good at naming things < 1451963874 526536 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :Yes < 1451963875 830997 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :You do < 1451963879 303467 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :lol < 1451963916 786366 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: But I think tripod numbers would at least be more useful for generalized hyperoperations than linear numbers are < 1451963949 895824 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :Tripod numbers are written *x, &x, and $x < 1451963967 615960 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :And there's some sort of logical transformation between them. Or maybe not, maybe we don't need it. < 1451964007 857850 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :So, perhaps, $&x -> *x, or something like that < 1451964039 351406 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :There is a place for alternative extensions from Integers to Complexes, but IMHO, it's not going to be very popular < 1451964058 558497 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: Yes, and the Hyperoperations might just be that place < 1451964070 410223 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :so far the only extensions that have any sticking-power among mathematicians are "regular" and "intuitive" < 1451964081 249830 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: I mean, how else do we encode negative hyperoperations? I don't see any way they could be anything /but/ the inverse operations < 1451964095 164721 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :hppavilion[1]: what is a negative hyperoperations? < 1451964108 940448 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :they're undefined, what's wrong with that? < 1451964110 859348 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: a[n]b where n<0 < 1451964118 624272 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: Because it's less fun that way? < 1451964152 651970 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :$&x -> *x, &$x -> *x; $*x -> &x, *$x -> &x; &*x -> $x, *&x -> $x might work < 1451964155 230827 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :hppavilion[1]: well, if I were to define them, I would try and continue with the standard recursion rule < 1451964163 166788 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: Yes, of course < 1451964181 297651 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: Then again, you can't do recursion like that with the reals < 1451964187 448704 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :but that doesn't work so well with the (x -> x +1) function < 1451964218 42011 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :because it doesn't break down like the other operations < 1451964220 623033 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :(I'm not generalizing to the integers, I'm generalizing to the reals) < 1451964271 217018 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: Hm... Perhaps n[0]m = 0, and n[1]m = n moved away from 0 by m, etc.? It's in line with the original hyperoperations, AFIACT, but not with standard arithmetic < 1451964286 745728 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :Oh, shit, forgot to do &&, $$, and ** < 1451964306 908913 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :&& -> $, $$ -> *, ** -> & or something < 1451964323 278260 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :Any continuous hyperoperation sequence would also have to have a definition of the "etas" < 1451964326 327323 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :It's rotating clockwise 120 degrees instead of 180 degrees, if that makes any sense < 1451964337 893101 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: The "eta"s? < 1451964366 782498 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :(Of course, you could also go anticlockwise, but then again, you could also just rotate the graph. Really, it's a matter of arbitrary choice) < 1451964410 657096 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :eta_N = [0, 1, e^(1/e), 1.6353, ...] and their counterparts eulers_N = [0, 1, e, 3.0885, ...] < 1451964609 220437 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :adu: I don't think that's how ... works < 1451964631 500340 :hppavilion[1]!~Devourero@93-231-58-66.gci.net PRIVMSG #esoteric :I think ... needs to follow a sequence that the reader has already picked up the pattern in < 1451965370 44750 :hppavilion[1]!~Devourero@93-231-58-66.gci.net QUIT :Ping timeout: 276 seconds < 1451965979 402907 :hppavilion[1]!~Devourero@24.237.158.10 JOIN :#esoteric < 1451966355 498548 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net QUIT :Quit: adu < 1451968705 990652 :^v!~^v@c-68-41-215-101.hsd1.mi.comcast.net JOIN :#esoteric < 1451969449 389113 :\oren\!~oren@TOROON0949W-LP140-02-1242510803.dsl.bell.ca PRIVMSG #esoteric :QC has warped to the yeah 20016!! < 1451969457 206630 :\oren\!~oren@TOROON0949W-LP140-02-1242510803.dsl.bell.ca PRIVMSG #esoteric :s/yeah/year < 1451969558 950160 :\oren\!~oren@TOROON0949W-LP140-02-1242510803.dsl.bell.ca PRIVMSG #esoteric :hppavilion[1]: he means the identities for the two reverse operations < 1451969567 552841 :\oren\!~oren@TOROON0949W-LP140-02-1242510803.dsl.bell.ca PRIVMSG #esoteric :or something < 1451970166 649566 :jaboja!~jaboja@esb242.neoplus.adsl.tpnet.pl QUIT :Ping timeout: 256 seconds < 1451971138 537721 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :\oren\: more like the year 216 < 1451971140 718719 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :but still cool < 1451971162 926330 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :Oh, I see < 1451971170 932066 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :Downloading and saving in case it gets fixed < 1451971186 21271 :lifthrasiir!~lifthrasi@115.68.131.49 PRIVMSG #esoteric :year 2e16 < 1451971196 40937 :lifthrasiir!~lifthrasi@115.68.131.49 PRIVMSG #esoteric :whether it's hexadecimal or decimal < 1451971267 661776 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`printf 2; for i in ${0..16}; do printf 0; done < 1451971274 671817 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :2; for i in ${0..16}; do printf 0; done < 1451971278 793584 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :``printf 2; for i in ${0..16}; do printf 0; done < 1451971280 333337 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: `printf: not found < 1451971288 304726 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric ::( < 1451971330 916066 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :``echo $0 < 1451971331 870621 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: `echo: not found < 1451971338 484663 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :wot? < 1451971342 724957 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :``ls bin < 1451971343 715923 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: `ls: not found < 1451971358 666623 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :Ohhhhhhh < 1451971359 307428 :lifthrasiir!~lifthrasi@115.68.131.49 PRIVMSG #esoteric :`printf 2%016d 0 < 1451971360 482621 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :20000000000000000 0 < 1451971365 790532 :lifthrasiir!~lifthrasi@115.68.131.49 PRIVMSG #esoteric :wat < 1451971380 416916 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`printf 2%016d 0 < 1451971381 340094 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :20000000000000000 0 < 1451971394 735958 :lifthrasiir!~lifthrasi@115.68.131.49 PRIVMSG #esoteric :`printf %x 123 < 1451971395 769110 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :0 123 < 1451971400 71163 :lifthrasiir!~lifthrasi@115.68.131.49 PRIVMSG #esoteric :heh < 1451971410 391154 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`echo $0 < 1451971411 294519 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​$0 < 1451971420 637789 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric ::c < 1451971507 738855 :Elronnd!elronnd@znc.dank.ninja TOPIC #esoteric :This part of the topic was the first added in 2016 | The international hub for magic gathering and deployment. | Effi's finest fluffy waffles | https://dl.dropboxusercontent.com/u/2023808/wisdom.pdf http://codu.org/logs/_esoteric/ http://tunes.org/~nef/logs/esoteric/?C=M;O=D | https://esolangs.org/ | This part of the topic was the second added in 2016 < 1451971653 914861 :zzo38!~zzo38@24-207-56-9.eastlink.ca PRIVMSG #esoteric :Maybe I can invent the card game a bit like Magic: the Gathering card and Pokemon card and whatever but it is new game, can be call Freecard; I want to avoid the problem made with other designs, by doing in the right way, which means it must be open-source and card game rule play with paper and computer are designed together to ensure it work, and mathematically elegant too. < 1451971670 223812 :jaboja!~jaboja@esb242.neoplus.adsl.tpnet.pl JOIN :#esoteric < 1451972275 588601 :hppavilion1!~Devourero@24.237.158.10 JOIN :#esoteric < 1451972426 226571 :hppavilion[1]!~Devourero@24.237.158.10 QUIT :Ping timeout: 240 seconds < 1451973029 158109 :jaboja!~jaboja@esb242.neoplus.adsl.tpnet.pl QUIT :Remote host closed the connection < 1451973699 38344 :coppro!raedford@taurine.csclub.uwaterloo.ca PRIVMSG #esoteric :man, usialtgr is the best keyboard layout < 1451973750 551121 :hppavilion1!~Devourero@24.237.158.10 QUIT :Ping timeout: 260 seconds < 1451974577 147758 :hppavilion1!~Devourero@93-231-58-66.gci.net JOIN :#esoteric < 1451974766 383975 :gniourf!~gniourf@pdm-l03.insa-lyon.fr QUIT :Ping timeout: 240 seconds < 1451975094 363699 :gniourf!~gniourf@pdm-l03.insa-lyon.fr JOIN :#esoteric < 1451975170 670428 :gniourf!~gniourf@pdm-l03.insa-lyon.fr QUIT :Max SendQ exceeded < 1451975339 515281 :zzo38!~zzo38@24-207-56-9.eastlink.ca PRIVMSG #esoteric :Are you sure? < 1451978488 199950 :oerjan!~oerjan@hagbart.nvg.ntnu.no QUIT :Quit: Nite < 1451978626 269901 :Frooxius!~Frooxius@193.86.27.79 QUIT :Quit: *bubbles away* < 1451978647 944438 :Frooxius!~Frooxius@193.86.27.79 JOIN :#esoteric < 1451979021 816207 :^v!~^v@c-68-41-215-101.hsd1.mi.comcast.net QUIT :Read error: Connection reset by peer < 1451982419 773054 :ais523!~ais523@unaffiliated/ais523 QUIT :Ping timeout: 246 seconds < 1451982674 689702 :J_Arcane!~chatzilla@37-219-235-98.nat.bb.dnainternet.fi QUIT :Ping timeout: 265 seconds < 1451983118 205924 :gniourf!~gniourf@pdm-l03.insa-lyon.fr JOIN :#esoteric < 1451983284 802470 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Talk:Call stack/Manipulation14]]4 N10 02http://esolangs.org/w/index.php?oldid=46071 5* 03Mroman 5* (+585) 10Wouldn't you need to push the current function instead? < 1451983364 475781 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Talk:Call stack/Manipulation14]]4 10 02http://esolangs.org/w/index.php?diff=46072&oldid=46071 5* 03Mroman 5* (+6) 10* wiki format < 1451983446 538436 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :https://dpaste.de/3tGJ/raw I found this in a Chinese spam message < 1451983614 983016 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :The email has something to do with Falun Gong < 1451983707 915148 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :It links to some website talking against the chinese communist party < 1451983792 101751 :zzo38!~zzo38@24-207-56-9.eastlink.ca PRIVMSG #esoteric :They are neither communist nor a party, from what I have heard. < 1451983848 373985 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Call stack14]]4 10 02http://esolangs.org/w/index.php?diff=46073&oldid=46063 5* 03Mroman 5* (+991) 10buffering calls & x86 < 1451983973 503687 :lifthrasiir!~lifthrasi@115.68.131.49 PRIVMSG #esoteric :it is a spiritual movement afaik < 1451984255 279583 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :A man was giving out Falun Gong leaflets at the door of the British Museum. < 1451984449 815896 :mroman!~mroman@160.85.232.191 JOIN :#esoteric < 1451984459 951195 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :I presume there are garbage collectors that have a list of pointers to objects < 1451984467 813322 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :or a table the form of < 1451984472 45629 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :| POINTER | LIVE < 1451984512 911068 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :then at some point they scan through the stack space and mark all objecs as live and check for references from these live objects to other objects < 1451984519 525131 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :marking every object reachable as live < 1451984533 719683 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :then just delete all non-live objects < 1451984579 144161 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :so basically it would be an array of struct gc_entry { object* obj; bool alive; } < 1451984617 920925 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :and each object knows the index of it's gc entry < 1451984630 526424 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :in case somebody wants to manually free certain objects at a very specific point < 1451984640 808711 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :@massages-load < 1451984641 41633 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :boily said 9d 13h 50m 54s ago: I mapole you. < 1451984641 200818 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :boily said 9d 13h 50m 25s ago: (with great force and momentum, might I add.) < 1451984641 200932 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :boily said 9d 13h 50m 19s ago: (tsé.) < 1451984641 200956 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :boily asked 3d 10h 9m 59s ago: mrhelloman. underdeveloped aliens? < 1451984649 662768 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :what < 1451985260 124448 :hppavilion1!~Devourero@93-231-58-66.gci.net QUIT :Ping timeout: 276 seconds < 1451985301 128067 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric : "A good chunk of the web today (and particularly the mobile web) effectively relies on -webkit prefixed CSS properties & features. We wish we lived in a world where web content always included standards-based fallback (or at least multiple-vendor-prefixed fallback), but alas, we do not live in that world. To be successful at rendering the web as it exists, we need to add support for a list of frequently-used -webkit prefixed CSS properties & features." < 1451985307 47223 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :nah < 1451985315 889279 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :google should just severly punish websites that don't use proper HTML/CSS < 1451985316 48190 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :fizzie: I'm just wondering what the code from the email is < 1451985349 942768 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :If your site's rank sinks because you don't use proper HTML/CSS than that would be an incentive to change that. < 1451985367 818186 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :and that would be only fair < 1451985377 138876 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :since webpages should generally be viewable in any compliant browser < 1451985397 571272 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :best viewed with < 1451985427 432934 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :so it makes sense that a search engine takes the portability of a webpage into account. < 1451985443 312461 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :http://freefull.github.io/dice.html Is this proper HTML/CSS/Javascript ? < 1451985488 151376 :zzo38!~zzo38@24-207-56-9.eastlink.ca PRIVMSG #esoteric :They are trying to define the webpage rendering too much inside the webpage, even though it should depend on user settings instead. < 1451985515 41337 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :zzo38: totally agree. < 1451985596 554715 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :and it totally pisses me off that pandoc doesn't generate valid HTML < 1451985672 822418 :zzo38!~zzo38@24-207-56-9.eastlink.ca PRIVMSG #esoteric :Then fix pandoc < 1451985764 549260 :zzo38!~zzo38@24-207-56-9.eastlink.ca PRIVMSG #esoteric :The other thing I would try to do though is to intend that the service can also be used from commandline (with curl, SQLite, or otherwise) as well and don't necessarily require the web browser; clean HTML writing is also help with such thing, although many of my files I make as plain text since many thing I don't even need HTML anyways. < 1451986063 295463 :^^v!~^v@c-68-41-215-101.hsd1.mi.comcast.net QUIT :Remote host closed the connection < 1451986065 510784 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :FreeFull: Sometimes it's just random garbage to confuse things that detect spam by exact comparisons. < 1451986097 759739 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :fizzie: Could be < 1451986374 771270 :zzo38!~zzo38@24-207-56-9.eastlink.ca PRIVMSG #esoteric :Once I wrote the spam filter that worked by looking for the stuff that was used to avoid spam detection, and other strange stuff (multiple tabs in the subject line, large numbers of spaces in the subject line, non-ASCII subject lines, base64-encoded HTML, etc) < 1451986439 327667 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :The distribution looks approximately the sort of thing you get if you pick uniformly random characters from the alphabet [A-Za-z0-9 ]. < 1451986477 184314 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :looks like html5 output is more valid < 1451986523 434202 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :E-Mails shouldn't contain HTML anyway < 1451986525 471797 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric ::) < 1451986564 722642 :zzo38!~zzo38@24-207-56-9.eastlink.ca PRIVMSG #esoteric :Yes I agree it should preferably be plaintext < 1451986580 373773 :zzo38!~zzo38@24-207-56-9.eastlink.ca PRIVMSG #esoteric :Some people program their computer to reject HTML email < 1451988945 980437 :mroman!~mroman@160.85.232.191 PRIVMSG #esoteric :there should be more of those < 1451990102 450409 :singingboyo!~brandonso@d50-98-172-252.bchsia.telus.net QUIT :Remote host closed the connection < 1451993170 652588 :boily!~alexandre@96.127.201.149 JOIN :#esoteric < 1451994184 15104 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :`wisdom < 1451994191 491275 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :bfjoust/bfjoust is a spamming tool for #esoteric. < 1451994197 293723 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :@massages-loud < 1451994197 581767 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :hppavilion[1] said 11h 45m 45s ago: There was snow here, until a few days ago. Which is weird, because Alaska. < 1451994347 508174 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :@snow < 1451994347 728116 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :"" < 1451994356 731334 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :@metar CYUL < 1451994357 481871 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :CYUL 051105Z 24005KT 15SM FEW008 M20/M23 A3063 RMK SF1 SLP378 DENSITY ALT MISG < 1451994372 729651 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :@metar LOWI < 1451994373 278685 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :LOWI 051120Z 26005KT 180V310 9999 FEW012 SCT070 BKN090 03/00 Q0999 R08/19//95 NOSIG < 1451994400 600323 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`? winter < 1451994401 654983 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Winter is coming. < 1451994605 790322 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :@metar ESSB < 1451994606 204015 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :ESSB 051120Z 04006KT 9999 -SN FEW003 SCT007 M08/M11 Q1009 R12/29//60 < 1451994607 843306 :andrew!~andrew@61.141.94.171 QUIT :Remote host closed the connection < 1451994632 991710 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :I forget how to read metars < 1451994649 234157 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :ACTION isolates the temperature, skips the rest < 1451994748 626810 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :light snow; few clouds at 300 feet; scattered clouds at 700 feet; pressure 1009 hPa; 04006KT is wind (from 040, 6 knots) and 9999 is visibility on the ground < 1451994858 862994 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :15sm, hmm < 1451994890 708964 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :ah, also visibility, with unit < 1451994895 503275 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :ah < 1451995014 620622 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I'm not sure M20 still counts as "is coming". < 1451995017 203738 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :@metar EGLL < 1451995017 872500 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :EGLL 051150Z AUTO 21009KT 180V260 9999 SCT005 09/07 Q0984 NOSIG < 1451995024 959543 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :No sign of it here. < 1451995059 931537 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :There's snow in Finland, or so I hear. < 1451995061 852876 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :@metar EFHK < 1451995062 663754 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :EFHK 051150Z 36007KT 9999 FEW020 BKN065 BKN200 M18/M21 Q1007 NOSIG < 1451995071 68355 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Brrr. < 1451995114 448079 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :That's almost a 30-degree difference in temperatures. < 1451995208 299013 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :Is the portal co-op a free co-op, or one where the players are restricted on which buttons they push on the controller? < 1451995264 64685 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :In Portal 2? Pretty sure both players have full control < 1451995272 132574 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :great < 1451995277 281280 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :On PC it's online multiplayer, so each player plays on a separate computer < 1451995282 562445 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :with full controls etc < 1451995282 769274 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :ah, I see < 1451995301 705745 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :so they're controlling two different in-game humanoid characters? < 1451995310 971568 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :Yep < 1451995320 242045 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :nice, I didn't know portal 2 could do that < 1451995340 423705 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :Well "humanoid"--they're robots specifically designed for the co-op < 1451995357 887317 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :rather than two clones of Chell < 1451995413 756599 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :This will be interesting, I think I haven't seen this in previous GDQs, although Portal 2 is fast-paced 3D first-person with people jumping around in portals like crazy so I can't usually follow what happens on the screen. < 1451995480 150667 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :I wonder what the Super Mario Maker will be like. < 1451995498 119127 :boily!~alexandre@96.127.201.149 QUIT :Quit: SOURCE CHICKEN < 1451995525 759888 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :The GTA 3 any% run will be interesting. So many nice bugs exhibited! < 1451995595 751493 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :And of course, the 3D Legend of Zelda games are always amazing. < 1451995887 715096 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :Especially blindfolded < 1451995932 950738 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :There's blindfolded punch-out this year, hopefully that'll be great too < 1451996813 393604 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Like, on a console, or just two blindfolded people in a room trying to punch each other? < 1451996856 99322 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :On a console :p < 1451997027 271481 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :https://www.youtube.com/watch?v=vSr3aXd4XuQ#t=5m45s < 1451997118 416404 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :heh < 1451998339 405097 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :Cloudbuilt looks pretty fun < 1451998398 759950 :jaboja!~jaboja@adaj40.neoplus.adsl.tpnet.pl JOIN :#esoteric < 1451998651 668141 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1451999307 675077 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :FireFly: Sounds like a web technology. < 1452000093 176105 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :"it is very fast paced and high difficulty and emphasis on acrobatic control"... sounds a bit too serious to be fun ;) < 1452000250 993399 :augur!~augur@c-73-46-94-9.hsd1.fl.comcast.net QUIT :Ping timeout: 260 seconds < 1452000403 718558 :augur!~augur@c-73-46-94-9.hsd1.fl.comcast.net JOIN :#esoteric < 1452001991 576689 :TieSoul!~TieSoul@86.89.119.147 JOIN :#esoteric < 1452003886 244335 :bender|!~benderpc@59.189.182.191 QUIT :Ping timeout: 240 seconds < 1452004566 591151 :bender|!benderpc@2404:e800:e61a:41d:88a5:ad2:6a78:9cd9 JOIN :#esoteric < 1452006875 670354 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 264 seconds < 1452007133 144560 :mauris!~mauris@unaffiliated/nooodl JOIN :#esoteric < 1452007272 835039 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Beeswax14]]4 10 02http://esolangs.org/w/index.php?diff=46074&oldid=45976 5* 03Albedo 5* (+249) 10major overhaul of the layout < 1452007280 588336 :bender|!benderpc@2404:e800:e61a:41d:88a5:ad2:6a78:9cd9 QUIT :Ping timeout: 260 seconds < 1452007312 970728 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Beeswax14]]4 M10 02http://esolangs.org/w/index.php?diff=46075&oldid=46074 5* 03Albedo 5* (+0) 10/* Table with all cloning and deletion directions */ typo < 1452008646 262753 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1452008811 48361 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net JOIN :#esoteric < 1452009235 937165 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Tonoco14]]4 10 02http://esolangs.org/w/index.php?diff=46076&oldid=40979 5* 0378.52.143.140 5* (-6) 10/* Box Reference */ < 1452009267 371893 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Tonoco14]]4 10 02http://esolangs.org/w/index.php?diff=46077&oldid=46076 5* 0378.52.143.140 5* (-6) 10/* Control Flow */ < 1452009329 951707 :Welo!~hato@546A4E77.cm-12-3b.dynamic.ziggo.nl JOIN :#esoteric < 1452009395 598812 :mroman!~mroman@160.85.232.191 QUIT :Quit: Lost terminal < 1452010097 852913 :jaboja!~jaboja@adaj40.neoplus.adsl.tpnet.pl QUIT :Ping timeout: 246 seconds < 1452010227 667219 :adu!~ajr@static-108-48-76-162.washdc.fios.verizon.net JOIN :#esoteric < 1452010649 129101 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net QUIT :Ping timeout: 276 seconds < 1452010958 812055 :FreeFull!~freefull@defocus/sausage-lover QUIT :Ping timeout: 246 seconds < 1452011409 616650 :p34k!~p34k@nat-wh-wz4-12.rz.uni-karlsruhe.de JOIN :#esoteric < 1452012351 196511 :J_Arcane!~chatzilla@37-219-235-98.nat.bb.dnainternet.fi JOIN :#esoteric < 1452013409 769814 :spiette!~spiette@mtl.savoirfairelinux.net JOIN :#esoteric < 1452014414 96484 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :I have my "Eodermdrome" exam in 40 minutes < 1452014444 267241 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :how so? < 1452014465 287217 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :myname, that's when the exam was scheduled < 1452014472 918810 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :It's on computation by graph transformation < 1452014476 566999 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :ah < 1452014583 902506 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :Incidentally, "forty" is the only number spelt in English with its letters in alphabetical order < 1452014609 633528 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :> sort "forty" < 1452014611 804895 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : "forty" < 1452014622 444536 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :> sort "eight" < 1452014624 356206 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : "eghit" < 1452014630 372148 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :it isn÷t < 1452014635 552284 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :"a" is also < 1452014644 536828 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :A is an article, not a number < 1452014651 155161 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :You can't add three to a < 1452014656 594650 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :ah, number < 1452014659 102615 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :> reverse . sort $ "one" -- arguably sorted as well < 1452014661 124069 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : "one" < 1452014662 905829 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :i overread that < 1452014679 650319 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :int-e, that's maximally unsorted! < 1452015051 364540 :adu!~ajr@static-108-48-76-162.washdc.fios.verizon.net QUIT :Quit: adu < 1452015253 139677 :Welo!~hato@546A4E77.cm-12-3b.dynamic.ziggo.nl QUIT :Quit: Leaving < 1452015543 639500 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net JOIN :#esoteric < 1452015979 554857 :hppavilion1!~Devourero@74-114-87-78.dynamic.asdk12.org JOIN :#esoteric < 1452016488 630071 :hppavilion1!~Devourero@74-114-87-78.dynamic.asdk12.org QUIT :Ping timeout: 265 seconds < 1452017019 745510 :hppavilion1!~Devourero@74-114-87-78.dynamic.asdk12.org JOIN :#esoteric < 1452017264 768005 :mihow!~mihow@50-206-98-70-static.hfc.comcastbusiness.net JOIN :#esoteric < 1452017645 749280 :mihow!~mihow@50-206-98-70-static.hfc.comcastbusiness.net QUIT :Ping timeout: 255 seconds < 1452018054 731561 :hppavilion1!~Devourero@74-114-87-78.dynamic.asdk12.org QUIT :Ping timeout: 265 seconds < 1452018486 700836 :hppavilion1!~Devourero@74-114-87-78.dynamic.asdk12.org JOIN :#esoteric < 1452018849 724263 :Elronnd!elronnd@znc.dank.ninja QUIT :Quit: Let's jump! < 1452018904 671278 :Elronnd!elronnd@znc.dank.ninja JOIN :#esoteric < 1452019328 126983 :hppavilion1!~Devourero@74-114-87-78.dynamic.asdk12.org NICK :hppavilion[1] < 1452019478 870804 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org QUIT :Quit: WALRUS MAAAAAAAAAAAAN < 1452020585 516308 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :Taneb: this is great for a trivia contests thx < 1452020684 769888 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org JOIN :#esoteric < 1452020695 833847 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :If I'm making a language in the spirit of unicode < 1452020767 664095 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :Should I make the language based on english syntactically (e.g. variables are [a-zA-Z_][a-zA-Z0-9_]*, and Δ an operator), or should I make it so that the entire language allows for a wide variety of languages to be used (Δ would be a variable)? < 1452020784 37192 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :I have a feeling the second one is more correct, but the first makes code look cooler xD < 1452021011 948330 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :quintopia, "four" is the only number in the English language with as many letters as its value < 1452021117 671494 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :Taneb: What about x=1? < 1452021129 809775 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :x where x=1, that is < 1452021143 163327 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :I count polynomials as numbers because "close enough" < 1452021152 882502 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :(and in this case, monomials) < 1452021157 656873 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :hppavilion[1], polynomials aren't words in the English language < 1452021190 368380 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :Taneb: x is a term, and thus could be used alone in a text ("so if we assume that x is equal to 1...") < 1452021193 374229 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :Therefor it's a word < 1452021221 243892 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :*Therefour < 1452021234 99651 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :hppavilion[1], I disagree; we use names in text (such as "hppavilion[1]") but I wouldn't put them in a Crossword or play them in Scrabble < 1452021299 457435 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :Taneb: Crossword clue: "This man attempted to take over the world (vertical 12+5i) (vertical is, like, up and down (so towards your face when looking directly down)) < 1452021300 534648 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :" < 1452021327 488525 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :Answer: Napoleon, but good luck writing it in the 3d complex manifold crossword puzzle. < 1452021349 134225 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :the definition of a word is actually quite hard < 1452021381 866636 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :myname: Like in the case of vertical? < 1452021390 194342 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :https://youtu.be/Vu3eDf4p0r0 < 1452021403 363344 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :myname: Internet is filtered at my location. Can you give me the tl;dr? < 1452021412 307417 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :Well, the aif;cw? < 1452021418 762521 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :words are weird < 1452021451 135057 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :("America is fascist; couldn't watch") < 1452021563 522877 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :myname: What do you think of the idea of Unilang? A unified, unicode-based declarative programming language < 1452021637 611073 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :how so? on the "a language like unicode" thing i first thought youkd want to make something with as much useless and clattered stuf as possible < 1452021647 631012 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :but then again, there is already c++ < 1452021674 860422 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :myname: xD < 1452021686 261138 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :Yes, it is pretty cluttered and will feature some pretty useless things xD < 1452021724 69342 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :The idea is a standard sort of programming language. Not a "global overarching standard" like unicode is, of course, but a sort of option language based on various other languages for expressing algorithms and such < 1452021733 206209 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :In a way a computer can parse and evaluate < 1452021744 514372 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :like, assembly? < 1452021766 551986 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :myname: Yes, but higher-level. Obviously. < 1452021777 729378 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :like, c? < 1452021782 725893 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :myname: A language entirely based on arithmetical expressions < 1452021788 281135 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :Closer to Haskell than ASM < 1452021800 46093 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :But not as beautiful as Haskell < 1452021836 109515 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :"i want sometjing like haskell, but less beautiful" < 1452021842 77999 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :Because Haskell is the goddamn of programming languages. < 1452021854 533355 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :myname: Also, weirder < 1452021864 174359 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :i do like the idea of curry < 1452021889 973831 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :it's like "hey, let's take that language and put more awesomeness in it" < 1452022034 734032 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :myname: It takes some inspiration from APL < 1452022058 322278 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :huh? < 1452022062 305952 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :how so < 1452022087 268681 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :it looks prologish < 1452022097 490375 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :also, i like the non-determinism < 1452022113 197702 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :myname: Well. I read a fraction of the Wiki article on APL and took out the ideas I liked < 1452022122 804654 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :a?b = a < 1452022122 964207 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :And put them into UniLang < 1452022126 845710 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :a?b = b < 1452022137 353503 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :is tje definition of ? in curry < 1452022142 405446 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :a?b = OMGWTF < 1452022150 738323 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :myname: What does ? do though? < 1452022163 350842 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :it chooses either a or b < 1452022169 567650 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :myname: At random? < 1452022189 349117 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :yes, but in a way that it still fits all boundaries < 1452022192 445756 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :Oooooooooooooh < 1452022194 356014 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :Whoooooooooa < 1452022229 153788 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :also < 1452022236 584806 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :insert x ys = x:ys < 1452022249 8615 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :insert x (y:ys) = y: insert x ys < 1452022258 464340 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :puts an element anywhere in a list < 1452022287 737988 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :mindblown :: Bool < 1452022292 164860 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :mindblown = True < 1452022343 129745 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :permutation (x:xs) = insert x (permutation xs) < 1452022478 604657 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Beeswax14]]4 10 02http://esolangs.org/w/index.php?diff=46078&oldid=46075 5* 03Albedo 5* (+8) 10/* File related I/O */ text formatting < 1452022535 190080 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Beeswax14]]4 M10 02http://esolangs.org/w/index.php?diff=46079&oldid=46078 5* 03Albedo 5* (-2) 10/* File related I/O */ typos < 1452022540 630734 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :does anybody have contact to the beeswax author? < 1452023042 599035 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org QUIT :Ping timeout: 265 seconds < 1452023190 312291 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org JOIN :#esoteric < 1452024016 940842 :^v!~^v@c-68-41-215-101.hsd1.mi.comcast.net JOIN :#esoteric < 1452025823 718869 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1452026006 964748 :^v^v!~^v@c-68-41-215-101.hsd1.mi.comcast.net JOIN :#esoteric < 1452026280 743056 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1452026542 993889 :TieSoul!~TieSoul@86.89.119.147 QUIT :Ping timeout: 260 seconds < 1452026548 943775 :TieSoul_!~TieSoul@2a02:a448:4a62:0:e84f:1b15:4854:7489 JOIN :#esoteric < 1452026687 499895 :TieSoul_!~TieSoul@2a02:a448:4a62:0:e84f:1b15:4854:7489 NICK :TieSoul < 1452026708 525836 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net QUIT :Ping timeout: 256 seconds < 1452026929 53075 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net JOIN :#esoteric < 1452027095 94009 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`? coalgebra < 1452027114 541074 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :coalgebra? ¯\(°​_o)/¯ < 1452027137 201119 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :A coalgebra is just like in high school maths but with the arrows reversed < 1452027146 612138 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :but high school maths doesn't have arrows < 1452027153 506929 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :except occasionally above vectors < 1452027177 177616 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :reversed vector arrows would be funny < 1452027189 190027 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :ais523, that I am afraid was most of the joke < 1452027190 319285 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :depends on how high < 1452027243 902704 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :so are coroutines just routines with reversed arrows? < 1452027324 237236 :TieSoul!~TieSoul@2a02:a448:4a62:0:e84f:1b15:4854:7489 QUIT :Remote host closed the connection < 1452027327 612629 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :goroutines are just routines that walk instread of running < 1452027404 224242 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`` sed -i 's/robots,/Lambek'\''s lemma, &/' wisdom/tanebvention < 1452027407 589582 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1452027442 21802 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Taneb is obviously an expert in coalgebras, having invented Lambek's lemma < 1452027673 208684 :haavard!freebsd@haavard.me QUIT :Remote host closed the connection < 1452027680 876369 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover PRIVMSG #esoteric :`? tanebventioin < 1452027682 155283 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :tanebventioin? ¯\(°​_o)/¯ < 1452027683 46948 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover PRIVMSG #esoteric :`? tanebvention < 1452027684 492589 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Tanebventions include D-modules, Chu spaces, automatic squirrel feeders, the torus, Stephen Wolfram, Go, the universe, weetoflakes, persistence, the reals, Lambek's lemma, robots, cigars, progress, and this sentence. He never invents anything involving sex. < 1452027734 361788 :haavard!freebsd@haavard.me JOIN :#esoteric < 1452027777 737805 :haavard!freebsd@haavard.me QUIT :Client Quit < 1452027779 868628 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :did Taneb invent Lambek's lemma directly or did Taneb invent Lambek who then invented the lemma < 1452027784 148193 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :are inventions transitive < 1452027801 371643 :haavard!freebsd@haavard.me JOIN :#esoteric < 1452027802 229287 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :shachaf, I do not think inventions are transitive but I do not think they are anti-transitive either < 1452027836 512174 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :So here's an idea for an Esosport < 1452027861 132899 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :hppavilion[1]: um, all soprts are eso < 1452027864 852634 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :all sports < 1452027868 532494 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :Fixed-parser esolang design < 1452027871 481431 :b_jonas!~x@152.66.83.24 PRIVMSG #esoteric :it's the default < 1452027877 969176 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :b_jonas: Yes, but this is a sport based around Eso/langs/ < 1452027887 465858 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :An individual or group provides a parser to the players < 1452027897 304902 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :Each player or group of players takes it and attempts to make a language < 1452027912 982504 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :Whoever makes the best language, at the discretion of a group of judges or the host, wins. < 1452028052 922322 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :"Best" may mean most eso (pure) or most logical and usable (working with what you have) < 1452028278 726404 :hppavilion[2]!~Devourero@74-114-87-78.dynamic.asdk12.org JOIN :#esoteric < 1452028368 177227 :hppavilion[2]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :b_jonas: What do you think of that idea? < 1452028376 87438 :hppavilion[2]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :I mayormaynot already have a lexer and parser prepared for it < 1452028442 551642 :hppavilion[1]!~Devourero@74-114-87-78.dynamic.asdk12.org QUIT :Ping timeout: 256 seconds < 1452029265 282229 :hppavilion[2]!~Devourero@74-114-87-78.dynamic.asdk12.org PRIVMSG #esoteric :parser-alpha < 1452029342 869040 :AnotherTest!~turingcom@94-224-66-163.access.telenet.be JOIN :#esoteric < 1452029502 882845 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Parser Alpha14]]4 N10 02http://esolangs.org/w/index.php?oldid=46080 5* 03Hppavilion1 5* (+314) 10Created Page < 1452029564 150930 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net QUIT :Ping timeout: 276 seconds < 1452030034 711613 :hppavilion[2]!~Devourero@74-114-87-78.dynamic.asdk12.org QUIT :Ping timeout: 245 seconds < 1452030389 573703 :lleu!~gnomebad@cpc15-croy20-2-0-cust489.croy.cable.virginm.net JOIN :#esoteric < 1452030389 732560 :lleu!~gnomebad@cpc15-croy20-2-0-cust489.croy.cable.virginm.net QUIT :Changing host < 1452030389 732627 :lleu!~gnomebad@unaffiliated/lleu JOIN :#esoteric < 1452030488 681743 :MDude!~fyrc@pa-67-235-0-195.dhcp.embarqhsd.net JOIN :#esoteric < 1452030586 515712 :haavard!freebsd@haavard.me PRIVMSG #esoteric :What about this: an esolang interpreter/compiler for which you have to figure out the language < 1452030612 77504 :AnotherTest!~turingcom@94-224-66-163.access.telenet.be QUIT :Quit: ZNC - http://znc.in < 1452030632 339075 :MDude!~fyrc@pa-67-235-0-195.dhcp.embarqhsd.net PRIVMSG #esoteric :So it would be a different language for each instalation, but stay consistant over time? < 1452030733 216749 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I think haavard just means that you get the interp as a binary blob (or possibly even with source code) and you have to figure out how the language works by experimentation < 1452030744 253478 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :some of my original plans for Snowflake work like that but even worse < 1452030747 675147 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :but I toned it down a lot < 1452030770 240978 :haavard!freebsd@haavard.me PRIVMSG #esoteric :Maybe even an online form to which you submit your program, so there's no source or disassembly available < 1452030796 505605 :haavard!freebsd@haavard.me PRIVMSG #esoteric :And yeah, some language you have to figure out, not an existing one < 1452030874 459072 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :ais523, it could even be a network black box < 1452030888 476708 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :right < 1452030902 373491 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :in which case I hope it gives useful error messages :-) < 1452030913 514007 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :[>+>->[>]><>>>,>.[Hello, world!]]>++ < 1452030917 144637 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :there's a hello world in takeover < 1452030937 319812 :MDude!~fyrc@pa-67-235-0-195.dhcp.embarqhsd.net PRIVMSG #esoteric :http://esolangs.org/wiki/TMMLPTEALPAITAFNFAL < 1452030941 355232 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I decided to use the same 8 chars as BF to confuse people (after I realised I'd naturally chosen a bunch of them anyway) < 1452030945 512145 :haavard!freebsd@haavard.me PRIVMSG #esoteric :I see a fish in there < 1452030950 76226 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :the language is unrelated < 1452030961 514796 :MDude!~fyrc@pa-67-235-0-195.dhcp.embarqhsd.net PRIVMSG #esoteric :It is related. < 1452030966 47150 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :anyone want to guess how the language works based on that? < 1452030972 713434 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :MDude: well only in that it's an esolang < 1452030976 107826 :MDude!~fyrc@pa-67-235-0-195.dhcp.embarqhsd.net PRIVMSG #esoteric :No. < 1452031007 288961 :MDude!~fyrc@pa-67-235-0-195.dhcp.embarqhsd.net PRIVMSG #esoteric :It is also related in that you could have a website that interprets a language similar to TMMLPTEALPAITAFNFAL < 1452031029 172855 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :ais523, I'm guessing that in some circumstances [ and ] work as string delimiters < 1452031029 915872 :MDude!~fyrc@pa-67-235-0-195.dhcp.embarqhsd.net PRIVMSG #esoteric :But instead of having the language be based on the time of day, it could be different for each user ID. < 1452031036 290722 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :Taneb: indeed < 1452031045 846202 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :and you're also correct that they don't /always/ work as string delimeters < 1452031048 139516 :MDude!~fyrc@pa-67-235-0-195.dhcp.embarqhsd.net PRIVMSG #esoteric :So you would create an account and get a randomly generated language. < 1452031064 432617 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :MDude: oh, we're in separate conversations < 1452031072 515664 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :ais523, are they sometimes procedure delimiters? < 1452031075 823476 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I was talking about Takeover, you were apparently talking about the new TMMLPTEALPAITAFNFAL < 1452031081 406654 :MDude!~fyrc@pa-67-235-0-195.dhcp.embarqhsd.net PRIVMSG #esoteric :And it wouldn't tell you which variation it is, do you'd have to reverse-engineer it. < 1452031095 551878 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :Taneb: they sometimes aren't delimeters at all; there isn't much of a distinction between string and procedure delimiters < 1452031118 228710 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :this explains why we were disagreeing with each other :-) < 1452031224 176616 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :Hmm < 1452031234 311053 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :They do, at least in that excerpt, seem to always be matching < 1452031236 66646 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :(my previous comment was to MDude) < 1452031237 836052 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :This may be a coincidence < 1452031247 124037 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :Taneb: I did that to make the program easier to write < 1452031262 115363 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :the second [ and first ] have no reason to match each other, but the first and last have to match < 1452031276 858260 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :and thus I made the ones inside match too so that they didn't throw off the matching of the outside ones < 1452031338 104143 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :here's an equivalent program to that one (but slightly longer): [>+>->]-[[><>>>,>.[Hello, world!]]>++ < 1452031553 107100 :Trinity!~Trinity@unaffiliated/trinity QUIT :Ping timeout: 276 seconds < 1452031576 493306 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :most of the awkwardness in the language is to do with the use-mention distinction, which is kind-of more fluid than normal < 1452031638 551601 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :Interesting < 1452031672 278106 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :This is a very small rosetta stone to decode a language from, and that's not something I'm hugely good at in the first place < 1452031694 853171 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :indeed, I wasn't really expecting someone to figure it out, just as a thought process to see how difficult it would be < 1452031700 17936 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I haven't written any larger programs yet < 1452031719 70767 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :even the hello world took a while to get working; I wrote it correctly the first time but was failing due to interp bugs < 1452031760 460008 :haavard!freebsd@haavard.me PRIVMSG #esoteric :That's the fun part < 1452031765 421328 :haavard!freebsd@haavard.me PRIVMSG #esoteric :"Which program is wrong?" < 1452031802 751639 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :well I got suspicious when the debug mode said that none of the commands were doing anything at all < 1452031833 148057 :haavard!freebsd@haavard.me PRIVMSG #esoteric :I really hope the example programs I pulled off the Internet are actually correct, otherwise using them as test cases would be a bad idea < 1452031898 119293 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :haavard: which language? < 1452031901 372780 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :or is that a secret? < 1452031910 881273 :haavard!freebsd@haavard.me PRIVMSG #esoteric :><>, fish < 1452032009 861565 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :ah right < 1452032014 961482 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :that comes up at PPCG every now and then < 1452032031 751635 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :(also I don't get which PPCG caught on at Stack Exchange when it's one of the worst possible platforms for that sort of thing) < 1452032119 558356 :haavard!freebsd@haavard.me PRIVMSG #esoteric :Yeah, I was pretty amazed when I discovered someone actually wrote programs for my language :p < 1452032209 196074 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :oh, that's your language? < 1452032217 876208 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :it's about the right sort of power to make codegolf interesting < 1452032223 439707 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :(I suspect Takeover might be a little too weak < 1452032224 946333 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :) < 1452032229 673275 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :let me post an interp and the spec < 1452032278 684819 :haavard!freebsd@haavard.me PRIVMSG #esoteric :Yeah, it's something I puzzled up years ago < 1452032310 128028 :haavard!freebsd@haavard.me PRIVMSG #esoteric :Writing a new interpreter now, the old one probably sucks :P < 1452032345 273958 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Language list14]]4 10 02http://esolangs.org/w/index.php?diff=46081&oldid=46048 5* 03Ais523 5* (+15) 10/* T */ +[[Takeover]] < 1452032444 484022 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :ais523: Are coalgebras found in naughty category theorists' stockings? < 1452032457 116220 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :hmm, not sure < 1452032582 944550 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Takeover14]]4 N10 02http://esolangs.org/w/index.php?oldid=46082 5* 03Ais523 5* (+17083) 10new esolang < 1452032636 281375 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Template:Yearcats14]]4 10 02http://esolangs.org/w/index.php?diff=46083&oldid=41593 5* 03Ais523 5* (+26) 10happy new year < 1452032682 454827 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Category:201614]]4 N10 02http://esolangs.org/w/index.php?oldid=46084 5* 03Ais523 5* (+11) 10happy new year < 1452032728 38562 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07User:Ais52314]]4 10 02http://esolangs.org/w/index.php?diff=46085&oldid=46039 5* 03Ais523 5* (+14) 10+[[Takeover]] (wow this list is getting long) < 1452032804 168277 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Hello world program in esoteric languages14]]4 10 02http://esolangs.org/w/index.php?diff=46086&oldid=46027 5* 03Ais523 5* (+67) 10/* Takeover */ new section < 1452032857 754856 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :Taneb: http://esolangs.org/wiki/Takeover if you want to see how the language works :-) < 1452032932 576025 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :Thanks :) < 1452032946 950625 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :btw what I've been calling my Eodermdrome exam went well today < 1452032993 485081 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :you had an exam on Eodermdrome? < 1452033029 354591 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :I had an exam on programming by graph transformation < 1452033077 822463 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :Which... actually does it about as differently from Eodermdrome as possible < 1452033085 131512 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :It's based on directed graphs, for a start < 1452033136 804253 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :ais523, if you're up to date with all the various graph programming languages used by precisely one department in one university, the lecturer is the creator of GP and GP2 < 1452033149 238363 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :sadly I'm not :-( < 1452033167 846149 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :although having labels on the nodes, and directed arcs, makes programming a lot easier < 1452033190 348743 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :Is https://www.cs.york.ac.uk/plasma/publications/pdf/Plump.WRS.11.pdf publicly accessible? < 1452033199 737377 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Apparently. < 1452033212 107246 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :That's the design of GP 2 < 1452033216 788262 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :As you can tell from the title of the paper < 1452033325 696633 :hppavilion[2]!~Devourero@74-114-87-78.dynamic.asdk12.org JOIN :#esoteric < 1452033381 697783 :boily!~alexandre@96.127.201.149 JOIN :#esoteric < 1452033698 631090 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :@metar CYUL < 1452033699 79152 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :CYUL 052200Z 23009KT 15SM FEW240 M13/M17 A3052 RMK CI1 CI TR SLP342 < 1452033705 451164 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :woohoo. M13. < 1452033710 434203 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :@metar KOAK < 1452033711 4752 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :KOAK 052153Z 24006KT 10SM FEW013 BKN032 OVC045 11/09 A2972 RMK AO2 RAE40 SLP065 P0000 T01110089 < 1452033726 652385 :ais523!~ais523@unaffiliated/ais523 QUIT :Quit: buying things before the shops shut < 1452033783 989988 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :hellochaf. < 1452033791 67839 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :yowly < 1452033800 55496 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :@yowly < 1452033800 406853 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Somewhere in DOWNTOWN BURBANK a prostitute is OVERCOOKING a LAMB CHOP!! < 1452033871 574094 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :I am not a pinhead. I am sane. < 1452033880 691457 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :@yow! < 1452033881 188980 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Mr and Mrs PED, can I borrow 26.7% of the RAYON TEXTILE production of < 1452033881 373357 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :the INDONESIAN archipelago? < 1452033990 882694 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :@metar RKSI < 1452033991 267756 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :RKSI 052230Z 13005KT 9999 SCT040 M02/M11 Q1027 NOSIG < 1452034591 464103 :spiette!~spiette@mtl.savoirfairelinux.net QUIT :Quit: weeee < 1452034707 669763 :oerjan!~oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1452035046 70590 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :@metar ENVA < 1452035046 490643 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :ENVA 052250Z 13009KT CAVOK M12/M17 Q1013 RMK WIND 670FT 12009KT < 1452035066 760799 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :hellørjan. < 1452035145 192531 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1452035194 856003 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :brrroily < 1452035303 95675 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :the yr.no weather forecast for my place says about -9, also a warning about wildfire danger in places in the region without snow. < 1452035329 413802 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :perhaps we will have another strangely dry january like 2 years ago < 1452035374 277823 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :"There are of course, certain conditions under which the detector will not indicate the presence of ice: (a) When there is no ice." < 1452035400 136231 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :shocking < 1452035448 608405 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :there was only one other condition listed < 1452035452 821409 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :looks like it may stay dry but get a little less cold < 1452035466 38355 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :"When there is no ice, or when the detector is broken" < 1452035555 495695 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :the other condition was about a paragraph but boiled down to "when there is not enough ice to detect" < 1452035562 596544 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I feel like they missed quite a few, such as that one < 1452035583 661478 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :"When there is WAY TOO MUCH ICE" < 1452035630 15685 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :@metar EFHK < 1452035630 745006 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :EFHK 052250Z 02009KT 9999 FEW030 BKN053 M20/M22 Q1010 NOSIG < 1452035637 375142 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :@metar EGLL < 1452035638 104100 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :EGLL 052250Z AUTO VRB02KT 5000 BR OVC047 06/06 Q0989 NOSIG < 1452035652 859008 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Aw, the temperature differential's not getting higher; 26 now. < 1452035738 831491 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :M20? < 1452035746 234705 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :When I was in EFHK it was 30. < 1452035792 39880 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :That was probably not in January. < 1452035798 951782 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Correct. < 1452035808 801685 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :@metar EGNT < 1452035809 319920 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :EGNT 052250Z 11013KT 090V150 9999 -RA BKN009 06/06 Q0992 < 1452035809 478887 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I doubt it's ever been 30 at EFHK in January. Well, indoors maybe. < 1452035826 905183 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :I hear that some of those numbers represent temperature < 1452035833 97921 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Taneb: That's the 06. < 1452035847 835630 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :...temperature 80 miles away from here < 1452035850 57224 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :It can easily be 00 at EFHK in January, though, so M20 does count as pretty cold. < 1452035898 145742 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :If you ask me M20 is too cold. < 1452035902 169429 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :@metar EGBB < 1452035902 581742 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :EGBB 052250Z VRB03KT 3900 RA SCT006 BKN049 06/06 Q0989 < 1452035929 64149 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :shachaf: The Finnish weather site I usually use says it's "feels like" value is -30°. < 1452035944 56604 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :temperature = dew point, does that mean no humidity? < 1452035950 485912 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :M20 is interesting. my moustache and beard freeze. < 1452035967 389942 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :ais523: it means 100% humidity hth < 1452036054 518899 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :The forecast says it'll stay that cold until Friday (nightly lows at -25, -26, -26) but then on Sunday day it'll be at 0 (-7 at night). < 1452036055 692951 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :hmm, Wikipedia's example METAR has the wind at 120°, varying from 290° to 310° < 1452036059 441327 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :something seems wrong with tis < 1452036060 916490 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :*this < 1452036092 715450 :hppavilion[2]!~Devourero@74-114-87-78.dynamic.asdk12.org QUIT :Ping timeout: 265 seconds < 1452036093 11740 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :fizzie: what temperature is it like indoors? and how often do you have to go outdoors in such conditions? < 1452036107 834042 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :metacircular winds. < 1452036137 367839 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Indoor temperatures generally don't vary, unless you're stuck in an old house or something. They know about insulation. < 1452036322 718823 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :hmm, it's not raining here at the university, but it apparently is at the airort < 1452036347 926249 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :although given the apparent lack of wind, it might take a while for the rain to get here, if indeed it's even moving in this direction < 1452036351 193955 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Well, I mean, they do vary in the sense that in the summer indoor temperatures are unbearably hot for a few days, because they *don't* know about air conditioning. < 1452036418 169665 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I don't think I've ever lived anywhere with inadequate heating or drafty rooms for a long period of time. < 1452036464 219962 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :The university here has a weather station, but lambdabot doesn't know about it < 1452036509 32769 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :This current place is all-electric heating, so the indoor temperature is whatever we configure the radiators at, and then it just costs more. I think we're paying some ridiculous multiple of what our power bill in Finland used to be, here. < 1452036591 590347 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :(District heating is very widespread in Finland, AIUI.) < 1452036606 274657 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric : quintopia, "four" is the only number in the English language with as many letters as its value <-- also, all others converge to it after a few steps < 1452036616 768209 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :electric heating is pretty rare in the UK < 1452036625 964431 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :most places have gas-based central heating < 1452036658 920940 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :ais523: We don't even have a gas hob, which was somewhat difficult to arrange here. < 1452036675 98734 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :in norwegian, 2=to, 3=tre, 4=fire all work... < 1452036683 516075 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :My parents house has gas heating and a wood-burning stove < 1452036686 58903 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :hobs/ovens are about equally split gas/electric in my experience < 1452036705 471963 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :ah right, wood/coal heating is not unheard of < 1452036724 738125 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :you can buy coal/charcoal/firewood at pretty much any petrol station, so presumably there are people who do < 1452036739 493329 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :(en_GB:petrol = en_US:gasoline) < 1452036741 597978 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Finnish probably doesn't have any sorted numbers. < 1452036765 934385 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :fizzie: not about sorting < 1452036779 307089 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hm although < 1452036790 403153 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Oh, this was something else? Right, I didn't even verify. < 1452036824 176667 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :fizzie: numbers whose length equals their numerical value < 1452036824 774669 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :You can buy charcoal and firewood at pretty much any petrol station in Finland too, but I've always assumed those are mostly for people doing cooking outdoors. < 1452036849 991841 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :We've got viisi (5). < 1452036863 960352 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :for some reason I'm reminded of Last ReSort, which similarly compares two numbers in different units < 1452036885 693664 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Kahdeksan (8, length 9) and yhdeksän (9, length 8) are just the wrong way around. < 1452036899 14755 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :those are weird names for numbers! < 1452036906 559473 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :no. 1=en, ei, ett is pretty sorted. in all genders. i think that's the only number though. < 1452036907 968473 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :(8 and 9, that is; 5 seems reasonable) < 1452036934 83166 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :words which have no repeated letters, and letters in alphabetical order < 1452036947 147772 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :are much loved by NetHack players because you can spell them in prompts < 1452036951 611900 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Yksi, kaksi, kolme, neljä, viisi, kuusi, seitsemän, kahdeksan, yhdeksän, kymmenen; yksitoista, kaksitoista, kolmetoista, neljätoista, viisitoista, kuusitoista, seitsemäntoista, kahdeksantoista, yhdeksäntoista; kaksikymmentä, kaksikymmentäyksi, kaksikymmentäkaksi, ... and then it's mostly systematic. < 1452036955 889333 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :ACTION tries to remember what the longest words with its letters in sorted order is < 1452036956 614771 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :They're pretty long. < 1452036964 1413 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :As you'd expect, in colloquial speech people abbreviate them. < 1452036974 573550 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :ais523, spoonfeed is longest in reverse order < 1452037003 543074 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I once borrowed a book from a library which was basically just about words with unusual properties, including records < 1452037009 518229 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :it's where I got the name "eodermdrome" from < 1452037024 876243 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric : something seems wrong with tis <-- the difference is about 180, so presumably it's a toward/away from swap < 1452037040 889230 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :(it was discussing the shortest possible word with a nonplanar adjacency graph) < 1452037049 705097 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :oerjan: It shouldn't have one, though, according to the METAR decoded instructions I usually look at. < 1452037137 424144 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`` wc /usr/share/dict/words < 1452037144 780215 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I hope we have a dictionary in HackEgo < 1452037148 942717 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :wc: /usr/share/dict/words: No such file or directory < 1452037149 101790 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :more fun than doing things locally < 1452037152 54441 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :bleh < 1452037179 24609 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :The numbers 11..19 are all of the form "toista" where "" is one of 1..9; the suffix "-toista" means approximately "of the second". < 1452037198 453140 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :So 17 -> "7 of the second [set of ten]". < 1452037228 129861 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :We don't even have special words for 11 or 12. < 1452037313 146703 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :where is HackEgo physically? < 1452037315 455814 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`help < 1452037315 765980 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Runs arbitrary code in GNU/Linux. Type "`", or "`run " for full shell commands. "`fetch " downloads files. Files saved to $PWD are persistent, and $PWD/bin is in $PATH. $PWD is a mercurial repository, "`revert " can be used to revert to a revision. See http://codu.org/projects/hackbot/fshg/ < 1452037318 641421 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Also when the sorted numbers came up, the /usr/share/dict/words on my work-workstation only had English sorted words for up to length of about 6 when disallowing repetitions. < 1452037329 443814 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :"almost" was one of them. < 1452037368 519854 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I made the obligatory Perl oneliner, it involved a join("", sort { ord($a) <=> ord($b) } split //) construct. < 1452037376 523537 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :ACTION geolocates the IP < 1452037395 432524 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :ais523: The fshg browser is not physically where HackEgo is, sorry. < 1452037401 920999 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :There's a reverse-proxy setup involved. < 1452037412 86668 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net JOIN :#esoteric < 1452037416 840900 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :fizzie: I'm using its /whois IP < 1452037421 990135 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Oh, right. < 1452037427 5391 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :which is presumably how it connects to the internet < 1452037436 144394 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :Finland, it seems < 1452037438 65554 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I just thought `help was related, and didn't think it's probably not cloaked. < 1452037445 941301 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :wait no < 1452037448 855490 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I missed a digit < 1452037455 537112 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :That sounded very unlikely. < 1452037462 924828 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :Ontario, Canada < 1452037463 563782 :Trinity!~Trinity@pool-108-38-146-84.lsanca.dsl-w.verizon.net JOIN :#esoteric < 1452037463 723382 :Trinity!~Trinity@pool-108-38-146-84.lsanca.dsl-w.verizon.net QUIT :Changing host < 1452037463 723448 :Trinity!~Trinity@unaffiliated/trinity JOIN :#esoteric < 1452037471 195609 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I'd been assuming CloudAtCost is in the states somewhere. < 1452037473 544172 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover PRIVMSG #esoteric :fizzie, are you runing hackego these days? < 1452037481 66966 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`fetch http://ftp.ca.debian.org/debian/pool/main/s/scowl/wamerican_7.1-1_all.deb < 1452037484 777163 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :2016-01-05 23:44:32 URL:http://ftp.ca.debian.org/debian/pool/main/s/scowl/wamerican_7.1-1_all.deb [272134/272134] -> "wamerican_7.1-1_all.deb" [1] < 1452037485 429537 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ais523: my understanding is that the finnish words for 8 and 9 are derivations adding a suffix -ks[aä]n to a form of 2 and 1 respectively < 1452037513 616034 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Phantom_Hoover: Not really, just sort of helping out occasionally since I've got a thing on the system for maintaining the wiki. < 1452037535 145315 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`ar t wamerican*.deb < 1452037536 212608 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :ar: invalid option -- ' ' \ Usage: ar [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [--plugin ] [member-name] [count] archive-file file... \ ar -M [ dict-words < 1452037657 593033 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1452037661 790752 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`` wc dict-words < 1452037662 654345 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​ 99171 99171 938848 dict-words < 1452037665 548019 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :there we go < 1452037670 144086 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`` rm data.tar.gz < 1452037673 385227 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1452037678 495374 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`` rm wamercan*.deb < 1452037679 431442 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :rm: cannot remove `wamercan*.deb': No such file or directory < 1452037683 605648 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`` rm wamerican*.deb < 1452037687 247011 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1452037695 469645 :zgrep!~zgrep@zgrep.org PRIVMSG #esoteric :`` echo No output. < 1452037696 849177 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1452037702 260184 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I should have got a Canadian list really but American is the default < 1452037780 344843 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`` grep a*b*c*d*e*f*g*h*i*j*k*l*m*n*o*p*q*r*s*t*u*v*w*x*y*z* dict-words < 1452037781 497299 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :A \ A's \ AA's \ AB's \ ABM's \ AC's \ ACTH's \ AI's \ AIDS's \ AM's \ AOL \ AOL's \ ASCII's \ ASL's \ ATM's \ ATP's \ AWOL's \ AZ's \ AZT's \ Aachen \ Aaliyah \ Aaliyah's \ Aaron \ Abbas \ Abbasid \ Abbott \ Abbott's \ Abby \ Abby's \ Abdul \ Abdul's \ Abe \ Abe's \ Abel \ Abel's \ Abelard \ Abelson \ Abelson's \ Aberdeen \ Aberdeen's \ Abernathy < 1452037786 680154 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :hmm < 1452037793 422492 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`` grep ^a*b*c*d*e*f*g*h*i*j*k*l*m*n*o*p*q*r*s*t*u*v*w*x*y*z*$ dict-words < 1452037794 286627 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :a \ abbess \ abbey \ abbot \ abet \ abhor \ abhors \ ably \ abort \ abuzz \ accent \ accept \ access \ accost \ ace \ aces \ achoo \ achy \ act \ ad \ add \ adder \ adders \ adds \ adept \ ado \ adopt \ ads \ adz \ aegis \ aery \ affix \ afoot \ aft \ aglow \ ago \ ah \ ahoy \ ail \ ails \ aim \ aims \ air \ airs \ airy \ all \ allot \ allow \ allo < 1452037803 51633 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :so how do I sort by length < 1452037810 147058 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :sort doesn't have an option for that < 1452037831 812054 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I usually just print a length column in front. < 1452037836 938669 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Then sort -nr and then cut it out. < 1452037865 552198 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`` grep ^a*b*c*d*e*f*g*h*i*j*k*l*m*n*o*p*q*r*s*t*u*v*w*x*y*z*$ dict-words | perl -ne 'push @a; END {print sort {length $b <=> length $a} @a}' < 1452037869 811881 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1452037872 326419 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :hmm < 1452037872 922441 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`` grep ^a*b*c*d*e*f*g*h*i*j*k*l*m*n*o*p*q*r*s*t*u*v*w*x*y*z*$ dict-words | perl -ne 'print length($_), " ", $_;' | sort -nr | head < 1452037874 676036 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :8 billowy \ 7 knotty \ 7 glossy \ 7 floppy \ 7 floors \ 7 effort \ 7 choppy \ 7 choosy \ 7 chintz \ 7 chinos < 1452037882 257465 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`` grep ^a*b*c*d*e*f*g*h*i*j*k*l*m*n*o*p*q*r*s*t*u*v*w*x*y*z*$ dict-words | perl -ne 'push @a, $_; END {print sort {length $b <=> length $a} @a}' < 1452037883 372167 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :billowy \ abbess \ abhors \ accent \ accept \ access \ accost \ adders \ almost \ begins \ bellow \ billow \ biopsy \ cellos \ chills \ chilly \ chimps \ chinos \ chintz \ choosy \ choppy \ effort \ floors \ floppy \ glossy \ knotty \ abbey \ abbot \ abhor \ abort \ abuzz \ achoo \ adder \ adept \ adopt \ aegis \ affix \ afoot \ aglow \ allot \ all < 1452037887 485008 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :there we go < 1452037896 371092 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :not very many such sorted words, it seems < 1452037930 320514 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I always even just print length($_) instead of the actual length (counts the newline), since it doesn't change the ordering. < 1452037953 276007 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I remember biopsy and almost from the list. < 1452037965 287908 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` find | grep -i word < 1452037976 774156 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​./bin/rainwords \ ./bin/words \ ./bin/word \ ./dict-words \ ./share/WordData \ ./share/WordData/French \ ./share/WordData/GermanMedical \ ./share/WordData/Brazilian \ ./share/WordData/EngUs \ ./share/WordData/Finnish \ ./share/WordData/Bulgarian \ ./share/WordData/Ogerman \ ./share/WordData/EngGb \ ./share/WordData/Catalan \ ./share/WordData/Spa < 1452037995 128623 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :ooh, we have WordData too < 1452038005 963794 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :It may not be in a reasonable format. < 1452038009 946525 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :but I think that's ngrammed < 1452038025 253560 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` find | grep -i word | grep -v share/WordData < 1452038028 615323 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​./bin/rainwords \ ./bin/words \ ./bin/word \ ./dict-words \ ./.hg/store/data/bin/word.i \ ./.hg/store/data/bin/rainwords.i \ ./.hg/store/data/bin/words.i \ ./.hg/store/data/p7zip__9.20.1/_d_o_c_s/_m_a_n_u_a_l/switches/password.htm.i \ ./.hg/store/data/git-master/t/t4034-diff-words.sh.i \ ./.hg/store/data/share/_word_data \ ./.hg/store/data/share < 1452038042 524733 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`` ghc -e 'interact $ unlines . sortBy (compare `on` length) . filter (\x -> x == sort x) . lines' < dict-words < 1452038043 565101 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :bash: ghc: command not found < 1452038045 551500 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :scow < 1452038051 400452 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` find | grep -i word | grep -v share/WordData | grep -v '\.hg' < 1452038055 147723 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​./bin/rainwords \ ./bin/words \ ./bin/word \ ./dict-words \ ./wisdom/word \ ./wisdom/password < 1452038057 154226 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`` grep ^a?b?c?d?e?f?g?h?i?j?k?l?m?n?o?p?q?r?s?t?u?v?w?x?y?z?a?b?c?d?e?f?g?h?i?j?k?l?m?n?o?p?q?r?s?t?u?v?w?x?y?z?$ dict-words | perl -ne 'push @a, $_; END {print sort {length $b <=> length $a} @a}' < 1452038058 103082 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1452038073 534649 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`` grep ^a?b?c?d?e?f?g?h?i?j?k?l?m?n?o?p?q?r?s?t?u?v?w?x?y?z?a?b?c?d?e?f?g?h?i?j?k?l?m?n?o?p?q?r?s?t?u?v?w?x?y?z?$ dict-words | perl -ne 'push @a, $_; END {print sort {length $b <=> length $a} @a}' < 1452038074 374436 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1452038080 844503 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :what did I get wrong there? < 1452038086 122402 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :shachaf: Gregor didn't reinstall ghc when he moved servers < 1452038104 215821 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ais523: no quotes? < 1452038117 154208 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :shouldn't have mattered, but maybe it does < 1452038122 159755 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :9 aegilops < 1452038124 250410 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`` grep '^a?b?c?d?e?f?g?h?i?j?k?l?m?n?o?p?q?r?s?t?u?v?w?x?y?z?a?b?c?d?e?f?g?h?i?j?k?l?m?n?o?p?q?r?s?t?u?v?w?x?y?z?$' dict-words | perl -ne 'push @a, $_; END {print sort {length $b <=> length $a} @a}' < 1452038125 560766 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1452038135 360245 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :Taneb: what sort of word is "aegilops" < 1452038146 320931 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :it's all greek to me < 1452038146 638059 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1452038151 600624 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :https://en.wiktionary.org/wiki/aegilops < 1452038160 388929 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :ais523: egrep. < 1452038166 905040 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :ais523, I have a wordlist with a lot of words in it < 1452038167 64698 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :fizzie: oh ofc < 1452038167 413436 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`` wc -l dict-words < 1452038169 861013 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Or a lot of slashes. < 1452038170 20321 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :99171 dict-words < 1452038170 207897 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`` egrep '^a?b?c?d?e?f?g?h?i?j?k?l?m?n?o?p?q?r?s?t?u?v?w?x?y?z?a?b?c?d?e?f?g?h?i?j?k?l?m?n?o?p?q?r?s?t?u?v?w?x?y?z?$' dict-words | perl -ne 'push @a, $_; END {print sort {length $b <=> length $a} @a}' < 1452038171 813000 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :certainty \ imprudent \ loquacity \ abstains \ acerbity \ acquaint \ adequacy \ adjacent \ adorably \ airships \ belabors \ chivalry \ chowders \ citadels \ corsairs \ definers \ deforest \ degrades \ develops \ eloquent \ envelops \ foremost \ hindmost \ horsefly \ hostelry \ impudent \ invaders \ mortuary \ ability \ abrades \ abstain \ academy \ < 1452038173 556270 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :Including chthonian < 1452038197 807582 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :in NetHack you can use capital letters as well as lowercase letters to make it work a bit longer < 1452038209 421181 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I remember loquacity from the last time the NetHack inventory compatibility topic came up. < 1452038214 37186 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :NetHack reverses capital and lowercase letter sorting or something, right? < 1452038225 854519 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :shachaf: capitals sort later than lowercase < 1452038232 302074 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :that's not so much "reverse" as just "different from ASCII" < 1452038245 912793 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :Without any conditions on the words: 61 Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch's < 1452038250 468405 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :This is a lot of words < 1452038255 998210 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :huh, apparently it used to be spelt ægilops < 1452038264 371684 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I have a feeling the place I work, they'd have long lists of words too. < 1452038268 382030 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`` file dict-source # this had a relatively amusing result < 1452038268 578950 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :which is a ligature that the topic doesn't have :-P < 1452038269 910388 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :dict-source: ERROR: cannot open `dict-source' (No such file or directory) < 1452038274 458684 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Er. < 1452038275 914116 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`` file dict-words < 1452038277 90115 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :dict-words: assembler source, UTF-8 Unicode text < 1452038286 48190 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Yes, thinko. < 1452038287 685133 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :who writes asm in UTF-8 :-P < 1452038305 862965 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I guess it's /shaped/ like asm, but doesn't have nearly enough punctuation and numbers < 1452038344 697335 :Phantom___Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1452038375 371246 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Where I used to work, we had a copy of https://catalog.ldc.upenn.edu/LDC2006T13 which I used a couple of times for random things like this. It's got 13588391 "words". < 1452038386 178744 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 240 seconds < 1452038391 495071 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :why does almost every PDF end up leaking internal filename details from the computer it was made via its title?