< 1473552044 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Taneb: Which series? < 1473552056 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Or which part? < 1473552333 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net QUIT :Ping timeout: 240 seconds < 1473552712 0 :carado!~carado@2a01:e34:ec1e:2390:8341:b3f5:2d6:41fa QUIT :Ping timeout: 260 seconds < 1473552823 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :ooh i like zachtronics games < 1473554143 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1473554352 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net QUIT :Ping timeout: 240 seconds < 1473555185 0 :augur!~augur@2601:640:8001:4222:529:2577:22c9:ed86 QUIT :Remote host closed the connection < 1473556650 0 :Cale_!~cale@CPEc8d3a35c2cdd-CM0c473de9d680.cpe.net.cable.rogers.com JOIN :#esoteric < 1473556652 0 :Cale_!~cale@CPEc8d3a35c2cdd-CM0c473de9d680.cpe.net.cable.rogers.com QUIT :Read error: Connection reset by peer < 1473556690 0 :Cale_!~cale@CPEc8d3a35c2cdd-CM0c473de9d680.cpe.net.cable.rogers.com JOIN :#esoteric < 1473556707 0 :Cale!~cale@CPEc8d3a35c2cdd-CM0c473de9d680.cpe.net.cable.rogers.com QUIT :Disconnected by services < 1473556715 0 :Cale_!?@? NICK :Cale < 1473556740 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :@ask Taneb was it DWFO? < 1473556740 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Consider it noted. < 1473556764 0 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :`? dwfo < 1473556768 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :dwfo? ¯\(°​_o)/¯ < 1473556791 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`learn DWFO is the Doctor Who Fan Orchestra. < 1473556795 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Learned 'dwfo': DWFO is the Doctor Who Fan Orchestra. < 1473556832 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :it happened to be announced today on a forum i know Taneb sometimes reads < 1473558801 0 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :clang -Weverything enables the weirdest warnings < 1473558808 0 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :warning: variable length array used [-Wvla] < 1473558818 0 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :warning: format string is not a string literal [-Wformat-nonliteral] < 1473558819 0 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric : printf(format, val); < 1473558849 0 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :warnings about padding in structs < 1473558882 0 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :how am i supposed to do these things? o.o < 1473559061 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net JOIN :#esoteric < 1473559289 0 :zzo38!~zzo38@24-207-47-170.eastlink.ca PRIVMSG #esoteric :Then enable only the warnings you will need. < 1473559442 0 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :but it found a bug :( < 1473559480 0 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :1 real bug, 3 harmless-but-ok-lets-change-it bugs and about 180 bogus warnings < 1473559849 0 :zzo38!~zzo38@24-207-47-170.eastlink.ca PRIVMSG #esoteric :Then enable everything and then selectively disable the warnings that you don't want. < 1473560289 0 :augur!~augur@2601:640:8001:4222:fd6e:3edd:771d:4306 JOIN :#esoteric < 1473560499 0 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :make -B CC=clang 'CFLAGS=-Weverything -O1 -D_FORTIFY_SOURCE=2 -Wno-disabled-macro-expansion -Wno-missing-prototypes -Wno-padded -Wno-reserved-id-macro -Wno-date-time -Wno-shorten-64-to-32 -Wno-format-nonliteral -Wno-sign-conversion -Wno-vla -Wno-conversion -Wno-switch-enum -Wno-cast-qual -Wno-unused-macros' < 1473560584 0 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :make -B CC=clang 'CFLAGS=-Weverything -O1 -D_FORTIFY_SOURCE=2 -Wno-disabled-macro-expansion -Wno-missing-prototypes -Wno-padded -Wno-reserved-id-macro -Wno-date-time -Wno-shorten-64-to-32 -Wno-format-nonliteral -Wno-sign-conversion -Wno-vla -Wno-conversion -Wno-switch-enum -Wno-cast-qual -Wno-unused-macros -pedantic -std=c11' < 1473560647 0 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :that kind of defeats the point of -Weverything -_- < 1473560771 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :izabera: i thought the point of -Weverything was to have an option that includes warnings which frequently give false positives; otherwise you use -Wall. < 1473561147 0 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :it's funny because it also warns about stuff i didn't write < 1473561161 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :fiendish < 1473561164 0 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :e.g. glibc does this in stdio.h #define stderr stderr < 1473561185 0 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :and -Wdisabled-macro-expansion warns because it's a recursive macro < 1473561561 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Read error: Connection reset by peer < 1473561663 0 :Frooxius!~Frooxius@194.108.5.201 QUIT :Ping timeout: 240 seconds < 1473562232 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net QUIT :Ping timeout: 240 seconds < 1473562239 0 :zzo38!~zzo38@24-207-47-170.eastlink.ca PRIVMSG #esoteric :Why does glibc do that in stdio.h? < 1473562362 0 :pikhq!~pikhq@2601:647:4b00:63aa:eade:27ff:fe08:b48b PRIVMSG #esoteric :Because ISO C requires stderr to be a macro. < 1473564528 0 :zzo38!~zzo38@24-207-47-170.eastlink.ca PRIVMSG #esoteric :O, OK < 1473564543 0 :`^_^v!~nycs@183.89.39.173 JOIN :#esoteric < 1473564576 0 :zzo38!~zzo38@24-207-47-170.eastlink.ca PRIVMSG #esoteric :Why is that, though? What exactly is caused by it being a macro in this way? < 1473564625 0 :zzo38!~zzo38@24-207-47-170.eastlink.ca PRIVMSG #esoteric :I can understand why it might say that it MAY be a macro, but I don't know why it should say that it MUST be a macro. < 1473564827 0 :`^_^v!~nycs@183.89.39.173 QUIT :Ping timeout: 265 seconds < 1473566044 0 :pikhq!~pikhq@2601:647:4b00:63aa:eade:27ff:fe08:b48b PRIVMSG #esoteric :My guess is some notable body of pre-ISO C code relied on it, and the ISO standard committee wanted to avoid breaking working code if at all possible. < 1473566070 0 :pikhq!~pikhq@2601:647:4b00:63aa:eade:27ff:fe08:b48b PRIVMSG #esoteric :(the latter isn't part of the guess, just explanation for why the former matters as rationale) < 1473566092 0 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :how do you rely on that? < 1473566096 0 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :#ifdef stderr ? < 1473566139 0 :pikhq!~pikhq@2601:647:4b00:63aa:eade:27ff:fe08:b48b PRIVMSG #esoteric :Yeah. < 1473566162 0 :pikhq!~pikhq@2601:647:4b00:63aa:eade:27ff:fe08:b48b PRIVMSG #esoteric :I will grant it's really dumb, but that's still what I'm guessing. < 1473567039 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net JOIN :#esoteric < 1473567489 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :ACTION . o O ( If we want to specifically refer to a man who is married, could we say "Missus Consort"? ) < 1473568232 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net QUIT :Ping timeout: 240 seconds < 1473568385 0 :zzo38!~zzo38@24-207-47-170.eastlink.ca PRIVMSG #esoteric :I think I might have seen vertical interval timecode signals on an old TV set that I no longer have. I did see they were some sort of time signal, and perhaps that is what it is. < 1473568407 0 :zzo38!~zzo38@24-207-47-170.eastlink.ca PRIVMSG #esoteric :(I only found the description on Wikipedia today. It was a long time ago that I saw it on TV, though.) < 1473569940 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no QUIT :Quit: leaving < 1473570381 0 :zzo38!~zzo38@24-207-47-170.eastlink.ca PRIVMSG #esoteric :Someone has told me some of my suggested optimizations for Z-code are extreme. < 1473571292 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :https://youtu.be/MpPSPQq7oas?t=3m38s < 1473571400 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :"You can't break this plane. You can land this plane on its fuselage, jack it up, put down the landing gear and then you can take off again." < 1473573519 0 :zzo38!~zzo38@24-207-47-170.eastlink.ca PRIVMSG #esoteric :Do you think this meaning code sharing is OK? http://zzo38computer.org/fossil/tavern.ui/raw/tavernc-parser.c?name=6156d70564da7cdfced7aa6cc25350dac895ea1b < 1473573577 0 :zzo38!~zzo38@24-207-47-170.eastlink.ca PRIVMSG #esoteric :(Search for "share_meanings") < 1473574938 0 :Melvar`!~melvar@dslb-092-072-184-058.092.072.pools.vodafone-ip.de JOIN :#esoteric < 1473575022 0 :idris-bot!~idris-bot@dslb-178-012-189-009.178.012.pools.vodafone-ip.de QUIT :Ping timeout: 250 seconds < 1473575094 0 :Melvar!~melvar@dslb-178-012-189-009.178.012.pools.vodafone-ip.de QUIT :Ping timeout: 276 seconds < 1473575959 0 :astslash!~atslash@217.26.5.115 JOIN :#esoteric < 1473576056 0 :astslash!~atslash@217.26.5.115 QUIT :Client Quit < 1473576058 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net JOIN :#esoteric < 1473576063 0 :atslash!~atslash@217.26.5.115 JOIN :#esoteric < 1473576355 0 :atslash!~atslash@217.26.5.115 QUIT :Ping timeout: 255 seconds < 1473576414 0 :atslash!~atslash@static.231.107.9.5.clients.your-server.de JOIN :#esoteric < 1473577590 0 :rntz!~rntz@96.95.216.165 QUIT :Ping timeout: 276 seconds < 1473578429 0 :digin4!~digin4@unaffiliated/digin4 JOIN :#esoteric < 1473578550 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Went to https://en.wikipedia.org/wiki/Spanish_Inquisition < 1473578559 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Page was about the Spanish Inquisition < 1473578563 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Exactly as expected < 1473578674 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :I want to run SETI@yourfriendshouse < 1473578743 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :You seem to have confused this IRC channel with Twitter. < 1473578751 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :meh I just found this ViewPattern: (urlEncode -> query) ... and I don't like it. < 1473578781 0 :pikhq!~pikhq@2601:647:4b00:63aa:eade:27ff:fe08:b48b PRIVMSG #esoteric :My experience with Twitter is the only mode of interaction it has is retweets. < 1473578784 0 :pikhq!~pikhq@2601:647:4b00:63aa:eade:27ff:fe08:b48b PRIVMSG #esoteric :Nothing like IRC at all. < 1473578805 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Perfect for this variety of joke, I think. < 1473578829 0 :atslash!~atslash@static.231.107.9.5.clients.your-server.de QUIT :Read error: Connection reset by peer < 1473578834 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :int-e: Why not? < 1473578849 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :hmm, slightly surreal: http://sprunge.us/SIPH < 1473578858 0 :atslash!~atslash@static.231.107.9.5.clients.your-server.de JOIN :#esoteric < 1473578892 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :It's like Garfield minus Garfield. < 1473578895 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :@shachaf what? What's this 'IRC' you speak of? < 1473578895 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Unknown command, try @list < 1473578914 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :shachaf: it's elegant but a pattern match should not modify data... perhaps prepare it into something digestible... but to my mind url encoding is an important "effect" in some vague sense. < 1473578950 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :int-e appears to have me muted... < 1473578958 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric ::,( < 1473578984 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :int-e: What about f s | let query = urlEncode s = ...? < 1473578988 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :shachaf: I can see a few advantages (the non-URL-encoded thing isn't even in scope) so perhaps I'll grow to like the pattern. < 1473579006 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I like the idea of not even naming a thing that you would only use once anyway. < 1473580381 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :When I see the sentence "Every farmer who owns a donkey beats it." < 1473580387 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :I can't really see the ambiguity < 1473580403 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :And I always end up interpreting it as "Every farmer who owns a donkey masturbates" < 1473580439 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :int-e has a point. < 1473581601 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :I'm looking at https://meta.wikimedia.org/wiki/Friends_of_gays_should_not_be_allowed_to_edit_articles... and I think I got linked there from Uncyclopedia... but I don't actually see why it exists... < 1473581627 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Oh, it's meant to be humorous < 1473581628 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :I see < 1473581665 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :I thought the title was the /argumentum ad absurdum/ of various proposals, but that the content would be serious < 1473581831 0 :carado!~carado@2a01:e34:ec1e:2390:8341:b3f5:2d6:41fa JOIN :#esoteric < 1473582671 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :protip: if you want people to click on your links, do not add dots at the end of them < 1473582734 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :how did you find out it's humorous? because it is obvious pr because of the banner at the top telling so? < 1473582938 0 :AnotherTest!~turingcom@ptr-2hj4tbos9tbg64dw17dked36v.ip6.access.telenet.be JOIN :#esoteric < 1473583205 0 :MoALTz!~no@78-11-247-26.static.ip.netia.com.pl JOIN :#esoteric < 1473583455 0 :atslash!~atslash@static.231.107.9.5.clients.your-server.de QUIT :Quit: This computer has gone to sleep < 1473583852 0 :Lotus_eater!~Lotus_eat@79.142.224.208 JOIN :#esoteric < 1473584061 0 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :@messages-loud < 1473584061 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :oerjan asked 7h 35m 20s ago: was it DWFO? < 1473584097 0 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :@tell oerjan It is not DWFO, it's one being organized by a couple of people in my uni called "STVN" < 1473584097 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Consider it noted. < 1473584129 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :@tell Taneb hi Taneb < 1473584140 0 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :@messages-loud < 1473584141 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :You don't have any messages < 1473584148 0 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :... < 1473584152 0 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :shachaf, how < 1473584294 0 :Lotus_eater!~Lotus_eat@79.142.224.208 PART #esoteric :"Leaving" < 1473584358 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Taneb: ask oerjan hth < 1473584386 0 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :@ask oerjan hth (shachaf told me to) < 1473584386 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Consider it noted. < 1473584605 0 :MoALTz!~no@78-11-247-26.static.ip.netia.com.pl QUIT :Quit: Leaving < 1473584618 0 :digin4!~digin4@unaffiliated/digin4 QUIT :Quit: Leaving < 1473584715 0 :AnotherTest!~turingcom@ptr-2hj4tbos9tbg64dw17dked36v.ip6.access.telenet.be QUIT :Ping timeout: 264 seconds < 1473585057 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :muuuuuuuuuuuuuuuurduuuuuuuuuuuuuuuuuuuuur < 1473585059 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net QUIT :Quit: Leaving < 1473585779 0 :atslash!~atslash@static.231.107.9.5.clients.your-server.de JOIN :#esoteric < 1473585930 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`? hth < 1473585932 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :hth is help received from a hairy toe. It is not at all hambiguitous. < 1473586595 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net JOIN :#esoteric < 1473586601 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Good job, Jefferson * < 1473586626 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Your YouTube channel is "JeffersonAirplneVEVO", and the icon is just the default "J" < 1473586635 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :(And this is a VERIFIED channel) < 1473587147 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :Darn, no fireworks on Schlockmercenary today, just a huge teaser... < 1473587353 0 :Slereah!~Slereah@LFbn-1-3085-42.w90-79.abo.wanadoo.fr PRIVMSG #esoteric :Schlock mercenary? < 1473587358 0 :Slereah!~Slereah@LFbn-1-3085-42.w90-79.abo.wanadoo.fr PRIVMSG #esoteric :Haven't read that in like ten years < 1473587384 0 :Slereah!~Slereah@LFbn-1-3085-42.w90-79.abo.wanadoo.fr PRIVMSG #esoteric :oerjan said 4d 9h 13m 51s ago: Is there a way to implement combinators using C# delegates without getting stack overflows <-- i suspect this is when you need a trampoline. < 1473587389 0 :Slereah!~Slereah@LFbn-1-3085-42.w90-79.abo.wanadoo.fr PRIVMSG #esoteric :what is a trampoline* < 1473587794 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :quoting people who use <-- is very confusing < 1473587803 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :though this is really a flaw in the <-- convention < 1473587809 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :scownvention < 1473588087 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :shachaf: Why doesn't a second layer of <-- fix it? < 1473588233 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :Hmm, I failed to come up a with a funny way of suggesting that hth stands for heads-tails-heads, a possible outcome from flipping three coins. < 1473588285 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`? tht < 1473588287 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :tht? ¯\(°​_o)/¯ < 1473588326 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Fortunately the standards for wisdom/ are very low. < 1473588359 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :"World Journal of Research and Review" ... who makes up the names of all those crap pay-for-publishing journals? < 1473588622 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`learn THT is short for tails-heads-tails, a possible outcome of flipping three coins. It's the opposite of HTH. < 1473588625 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Learned 'tht': THT is short for tails-heads-tails, a possible outcome of flipping three coins. It's the opposite of HTH. < 1473588671 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :What was that puzzle about what combination of three coin flips is more likely to come up first? < 1473588754 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :something about HHH and TTT having a tendency to clump together < 1473588863 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :So I'd expect to wait the longest for those two, followed by HTH and THT, followed by the other four that can't overlap with themselves. let me check the math... < 1473589371 0 :centrinia!~centrinia@107-208-218-105.lightspeed.tukrga.sbcglobal.net JOIN :#esoteric < 1473589476 0 :centrinia!~centrinia@107-208-218-105.lightspeed.tukrga.sbcglobal.net QUIT :Read error: Connection reset by peer < 1473589711 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :And if I did that correctly, the expected values are 14 for HHH and TTT, 10 for HTH and THT, and 8 for the others. < 1473589758 0 :Frooxius!~Frooxius@194.108.5.201 JOIN :#esoteric < 1473589823 0 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :expected number of flips before they occur? < 1473589834 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :for the first time, yes. < 1473589866 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :it was a manual computation though, so feel free to verify the numbers yourself < 1473590168 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :[from #haskell] " well don't you want IO to somehow capture the physical world?" ... in a cage, perhaps? < 1473590692 0 :idris-bot!~idris-bot@dslb-092-072-184-058.092.072.pools.vodafone-ip.de JOIN :#esoteric < 1473590913 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1473590999 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Oh, another bad earthquake < 1473591006 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Just like the last time I opened Google news < 1473591572 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net QUIT :Ping timeout: 240 seconds < 1473591669 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net JOIN :#esoteric < 1473591722 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :ACTION . o O ( Is clonecest (especially including gender-inverted clonecest) considered creepy? ) < 1473592972 0 :MoALTz!~no@78-11-247-26.static.ip.netia.com.pl JOIN :#esoteric < 1473594733 0 :fizzie!?@? PRIVMSG #esoteric :Maybe you should stop doing it, if it causes earthquakes. < 1473595032 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net QUIT :Ping timeout: 240 seconds < 1473595637 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :ouch I hope none of the punsters on here see this: http://www.mezzacotta.net/pomh/?comic=65 < 1473595777 0 :`^_^v!~nycs@183.89.26.29 JOIN :#esoteric < 1473596243 0 :`^_^v!~nycs@183.89.26.29 QUIT :Quit: This computer has gone to sleep < 1473596417 0 :`^_^v!~nycs@183.89.26.29 JOIN :#esoteric < 1473597432 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Vitsy14]]4 10 02https://esolangs.org/w/index.php?diff=49706&oldid=47284 5* 03VTCAKAVSMoACE 5* (+280) 10Added infobox < 1473597775 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07User:VTCAKAVSMoACE14]]4 N10 02https://esolangs.org/w/index.php?oldid=49707 5* 03VTCAKAVSMoACE 5* (+295) 10Creation < 1473598981 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07TRUE14]]4 M10 02https://esolangs.org/w/index.php?diff=49708&oldid=37355 5* 03LegionMammal978 5* (+27) 10 < 1473601181 0 :`^_^v!~nycs@183.89.26.29 QUIT :Quit: This computer has gone to sleep < 1473601321 0 :lambdabot!~lambdabot@haskell/bot/lambdabot QUIT :Quit: brb < 1473601606 0 :lambdabot!~lambdabot@haskell/bot/lambdabot JOIN :#esoteric < 1473603465 0 :augur!~augur@2601:640:8001:4222:fd6e:3edd:771d:4306 QUIT :Remote host closed the connection < 1473603903 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Read error: Connection reset by peer < 1473603986 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1473607572 0 :`^_^v!~nycs@183.89.26.29 JOIN :#esoteric < 1473608414 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is JOIN :#esoteric < 1473608954 0 :atslash!~atslash@static.231.107.9.5.clients.your-server.de QUIT :Ping timeout: 260 seconds < 1473609005 0 :atslash!~atslash@broadband-46-188-0-82.2com.net JOIN :#esoteric < 1473609139 0 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :`? abelian group < 1473609141 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :abelian group? ¯\(°​_o)/¯ < 1473609479 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`` cd wisdom; grep -r abelian . < 1473609486 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1473609494 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`` cd wisdom; grep -ri abelian . < 1473609496 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1473611628 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net JOIN :#esoteric < 1473611725 0 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :int-e: :D < 1473611730 0 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :good comic < 1473611861 0 :Melvar`!?@? NICK :Melvar < 1473612329 0 :`^_^v!~nycs@183.89.26.29 QUIT :Quit: This computer has gone to sleep < 1473612424 0 :`^_^v!~nycs@183.89.26.29 JOIN :#esoteric < 1473613682 0 :izabera!?@? NICK :izalove < 1473614095 0 :`^_^v!~nycs@183.89.26.29 QUIT :Quit: This computer has gone to sleep < 1473615030 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net QUIT :Ping timeout: 276 seconds < 1473615409 0 :AnotherTest!~turingcom@ptr-2hj4tbos9tbg64dw17dked36v.ip6.access.telenet.be JOIN :#esoteric < 1473616284 0 :heroux_!sandroco@507081C4.static.ziggozakelijk.nl JOIN :#esoteric < 1473616505 0 :heroux!sandroco@gateway/shell/insomnia247/x-xriyroheyybpwmtf QUIT :Ping timeout: 265 seconds < 1473616509 0 :heroux_!?@? NICK :heroux < 1473616990 0 :heroux!sandroco@507081C4.static.ziggozakelijk.nl QUIT :Read error: Connection reset by peer < 1473617319 0 :heroux!sandroco@gateway/shell/insomnia247/x-fcwygmcpmveyzsdy JOIN :#esoteric < 1473617724 0 :heroux!sandroco@gateway/shell/insomnia247/x-fcwygmcpmveyzsdy QUIT :Read error: Connection reset by peer < 1473617939 0 :heroux!sandroco@gateway/shell/insomnia247/x-okqtroosrxchawxj JOIN :#esoteric < 1473622432 0 :Sgeo_!~Sgeo@ool-18e43ef5.dyn.optonline.net QUIT :Ping timeout: 240 seconds < 1473622711 0 :zzo38!~zzo38@24-207-47-170.eastlink.ca PRIVMSG #esoteric :int-e: Then why do you write it on here? < 1473623032 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :I do it for the irony < 1473624671 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`? int-e < 1473624672 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :int-e är inte svensk. Hen kommer att spränga solen. Hen står för sig själv. < 1473624756 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :I may need help for that second part < 1473625004 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :or perhaps I could claim that I succeeded billions of years ago < 1473625352 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :http://www.orenwatson.be/KSP/P_20160911_151408.jpg <- this is the shit < 1473625516 0 :Sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Ping timeout: 244 seconds < 1473627004 0 :Sgeo!~Sgeo@ool-43500d4c.dyn.optonline.net JOIN :#esoteric < 1473627048 0 :Frooxius!~Frooxius@194.108.5.201 QUIT :Ping timeout: 250 seconds < 1473627103 0 :Frooxius!~Frooxius@194.108.5.201 JOIN :#esoteric < 1473627443 0 :izalove!~izabera@unaffiliated/izabera PRIVMSG #esoteric :how do i set the license on github so that the api knows about it? < 1473627561 0 :izalove!~izabera@unaffiliated/izabera PRIVMSG #esoteric :ah i'm stupid < 1473627567 0 :izalove!~izabera@unaffiliated/izabera PRIVMSG #esoteric :no wait < 1473627584 0 :izalove!~izabera@unaffiliated/izabera PRIVMSG #esoteric :ok there should be a license field in the reply < 1473627587 0 :izalove!~izabera@unaffiliated/izabera PRIVMSG #esoteric :but i don't see it < 1473627646 0 :izalove!~izabera@unaffiliated/izabera PRIVMSG #esoteric :found it < 1473627672 0 :izalove!~izabera@unaffiliated/izabera PRIVMSG #esoteric :it's in https://api.github.com/repos/username/reponame/license < 1473628519 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net JOIN :#esoteric < 1473628746 0 :Sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1473629354 0 :augur!~augur@2601:640:8001:4222:e841:a1ba:9b27:2828 JOIN :#esoteric < 1473629397 0 :MoALTz!~no@78-11-247-26.static.ip.netia.com.pl QUIT :Quit: Leaving < 1473630206 0 :augur!~augur@2601:640:8001:4222:e841:a1ba:9b27:2828 QUIT :Remote host closed the connection < 1473630391 0 :augur!~augur@c-67-160-198-240.hsd1.ca.comcast.net JOIN :#esoteric < 1473631219 0 :Sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Quit: brb < 1473631649 0 :DHeadshot_!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net JOIN :#esoteric < 1473631695 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net QUIT :Ping timeout: 264 seconds < 1473632820 0 :AnotherTest!~turingcom@ptr-2hj4tbos9tbg64dw17dked36v.ip6.access.telenet.be QUIT :Ping timeout: 250 seconds < 1473632881 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is QUIT :Quit: Zarutian < 1473633061 0 :zzo38!~zzo38@24-207-47-170.eastlink.ca PRIVMSG #esoteric :Do you have a scanned or retyped copy of the instructions on the envelope of a IBM flowcharting template? < 1473633718 0 :B1ood6od!~hermes@cpe-98-157-243-236.ma.res.rr.com JOIN :#esoteric < 1473633731 0 :B1ood6od!~hermes@cpe-98-157-243-236.ma.res.rr.com QUIT :Changing host < 1473633731 0 :B1ood6od!~hermes@unaffiliated/bloodgod JOIN :#esoteric < 1473633836 0 :_46bit!~fortysix@pdpc/supporter/student/mmokrysz PRIVMSG #esoteric :It would be fun to make an IRC channel where a bot with multiple nicks performans plays. < 1473635116 0 :B1ood6od!~hermes@unaffiliated/bloodgod QUIT :Ping timeout: 252 seconds < 1473635228 0 :B1ood6od!~hermes@cpe-98-157-243-236.ma.res.rr.com JOIN :#esoteric < 1473637013 0 :lleu!~gnomebad@unaffiliated/lleu JOIN :#esoteric < 1473637016 0 :lleu!~gnomebad@unaffiliated/lleu QUIT :Read error: Connection reset by peer < 1473637309 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net JOIN :#esoteric < 1473637893 0 :Frooxius!~Frooxius@194.108.5.201 QUIT :Ping timeout: 240 seconds < 1473638212 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net QUIT :Ping timeout: 240 seconds