< 1478304037 0 :xa0!~zeta@unaffiliated/uoy PRIVMSG #esoteric :*b,a? < 1478304195 0 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Remote host closed the connection < 1478304245 0 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1478304439 0 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Read error: Connection reset by peer < 1478304451 0 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1478304512 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hppavilion[1]: bijective base 2 still cannot express all rationals in finite terms, i would believe. < 1478304536 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :also i mind that a strange mixture of considerations. < 1478304549 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: I'm talking in the proof-that-Q-is-countable way < 1478304613 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Arrange a grid of rationals m/n where m counts up through the integers from 0 [0, 1, -1, 2, -2, 3, -3...] as you go to the right and n counts up the wholes [1, 2, 3...] as you go down < 1478304623 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Then count along the down-and-to-the-left diagonals < 1478304695 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :(wait, but that isn't quite bijective because of the values like 1/2, 2/4, 3/6, etc...) < 1478304791 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :*i think. although not successfully, it seems. < 1478304849 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hppavilion[1]: yeah you need to drop repetitions. < 1478304903 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :> fix ((1:).(>>=ap(:)(return.recip).(1+))) :: [Rational] < 1478304908 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : [1 % 1,2 % 1,1 % 2,3 % 1,1 % 3,3 % 2,2 % 3,4 % 1,1 % 4,4 % 3,3 % 4,5 % 2,2 %... < 1478304930 0 :Lord_of_Life!Elite12246@gateway/shell/elitebnc/x-ptpakszuedopillr QUIT :Excess Flood < 1478304942 0 :Lord_of_Life!Elite12246@gateway/shell/elitebnc/x-jethdgbncdcmvduq JOIN :#esoteric < 1478304956 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: Yes, or somehow iterate over the set of 2-tuples of bags of primes with intersection {}... < 1478304969 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Ø would be a good name for a variable in set theory >:) < 1478305050 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :(there's this wonderful "binary" enumeration of positive rational numbers) < 1478305055 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :int-e seems to have written what i was going to mention. < 1478305081 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric ::t ap(:)(return.recip).(1+) < 1478305084 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Fractional b => b -> [b] < 1478305133 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :ap(:)((:[]).(1/)) would have been shorter, but I wasn't golfing. < 1478305168 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :and `recip` is nicely obscure :) < 1478305171 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric ::t sequence[id,recip].(1+) < 1478305173 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Fractional b => b -> [b] < 1478305235 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :heh, too readable. < 1478305302 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :> succ (1/2) :: Rational -- silly class instances... < 1478305304 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : 3 % 2 < 1478305388 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :ah. https://en.wikipedia.org/wiki/Stern%E2%80%93Brocot_tree < 1478305403 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :(I forgot the name) < 1478305411 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net JOIN :#esoteric < 1478305457 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :of course that's another one, also beautiful. < 1478305512 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :https://en.wikipedia.org/wiki/Calkin%E2%80%93Wilf_tree is the one implemented in the enumeration... and I don't recognize the names. < 1478305546 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :no. < 1478305638 0 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Read error: Connection reset by peer < 1478305841 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :int-e: the latter doesn't look quite the same either < 1478305842 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :> fix((1:).sequence[(1+),(1/).(1+).(1/)]) :: [Rational] < 1478305845 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : error: < 1478305845 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : • Couldn't match type ‘Ratio Integer’ with ‘[Rational]’ < 1478305845 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : Expected type: [Rational] -> [Rational] < 1478305859 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :> fix((1:).(>>=sequence[(1+),(1/).(1+).(1/)])) :: [Rational] < 1478305861 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : [1 % 1,2 % 1,1 % 2,3 % 1,2 % 3,3 % 2,1 % 3,4 % 1,3 % 4,5 % 3,2 % 5,5 % 2,3 %... < 1478305881 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :oerjan: indeed... *that* is the latter. < 1478306006 0 :LKoen_!~LKoen@2a01:e35:2eed:a430:a12f:187e:d1d6:258f QUIT :Quit: “It’s only logical. First you learn to talk, then you learn to think. Too bad it’s not the other way round.” < 1478306278 0 :xkapastel!uid17782@gateway/web/irccloud.com/x-seljnkiccxfimkuq JOIN :#esoteric < 1478306425 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric : oerjan: nowadays we would space-separate a wisdom entry like that <-- `wisdom sentences are not `quote messages hth < 1478306608 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oerjan: the wisdom entry name hth < 1478306615 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`le/rn quote format < 1478306657 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :http://codegolf.stackexchange.com/questions/28821/regex-that-only-matches-itself < 1478306665 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :shachaf: ic. well elliott made it with several names. < 1478306716 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :shachaf: ah a regex narcissist < 1478306834 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net QUIT :Ping timeout: 250 seconds < 1478306919 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net JOIN :#esoteric < 1478306955 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :boileyb < 1478307110 0 :wiggle!hue@zirc/eclipse QUIT :Remote host closed the connection < 1478307121 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :boileyb? < 1478307126 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :bonsœrjan. < 1478307143 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :?desufnoc < 1478307144 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Unknown command, try @list < 1478307203 0 :moony!~luxon@unaffiliated/moonythedwarf JOIN :#esoteric < 1478307213 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :.hdt < 1478307218 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :mhelloony. < 1478307236 0 :moonheart08!~luxon@unaffiliated/moonythedwarf QUIT :Ping timeout: 260 seconds < 1478307568 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :`wisdom < 1478307568 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :tonight, I found a place that serves tteokbokki! ^^ < 1478307568 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :victoria//Queen Victoria is the most victorious queen the world has ever known, even having won at the not dying contest. < 1478307568 0 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1478307568 0 :zemhill___!bfjoust@selene.zem.fi JOIN :#esoteric < 1478307568 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`dowg victoria < 1478307568 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :7390:2016-04-14 le/rn victoria/Queen Victoria is the most victorious queen the world has ever known, even having won at the not dying contest. \ 7389:2016-04-14 learn Victoria was the most victorious queen the world has ever known. < 1478307568 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :slowego < 1478307568 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :ACTION mapoles some speed into HackEgo < 1478307575 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :i forget how hppavilion[1] convinced me not to `revert that, but i think there was a reason. < 1478307589 0 :zemhill__!bfjoust@selene.zem.fi QUIT :Remote host closed the connection < 1478307630 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :itym Her Majesty Victoria, by the Grace of God, of the United Kingdom of Great Britain and Ireland Queen, Defender of the Faith, Empress of India. < 1478307655 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :that i did. i'm not sure whether hppavilion[1] did, though. < 1478307716 0 :super_bender!~bender@2404:e800:e61a:3e1:de2:3b96:ec9c:8416 QUIT :Ping timeout: 260 seconds < 1478307746 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :not a problem, afatpdfic. < 1478307792 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :hppavilion[1]: hppavellon[1]. is the Queen your Queen? < 1478307817 0 :hue!hue@zirc/eclipse JOIN :#esoteric < 1478307901 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :boily: No, but in the event of a Trump victory she may soon be < 1478307910 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :(A Hillary victory isn't that appealing either, though...) < 1478307983 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :move north! it's good for you! it has traditional phở! < 1478308031 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :boily: itym east hth < 1478308081 0 :moony!~luxon@unaffiliated/moonythedwarf QUIT :Ping timeout: 268 seconds < 1478308093 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :boily: Except in part of the Yukon, the Northwest Territories, and Nunavut. < 1478308183 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :boily: Oh, and maybe the northernmost parts of Quebec and Newfoundland (which is the most likely destination for my Faðer), depending on how this projection works < 1478308300 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :Minnesota? East is a good approximation. < 1478308366 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :boily: Alaska. < 1478308370 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :hth. < 1478308480 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :ACTION . o O ( Is Doctor Strange marketed in Germany with "Doktor" or with "Artze"? ) < 1478308517 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :right. I completely failed. I shall commit mapole seppuku. mappuku. < 1478308543 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :we still have soup. warm, tasty soup. < 1478308565 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :boily: Also, I'm not sure Canada is far enough away from President Trump... < 1478308590 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :boily: I was actually hoping to get the state to secede and join the UK :P < 1478308620 0 :Jafet!~jafet@unaffiliated/jafet QUIT :Ping timeout: 256 seconds < 1478308623 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :(In retrospect, joining Canada makes more sense...) < 1478308971 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :fungot: do you make sense? < 1478308971 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :boily: uh calculator or something else like most of his day care or you know < 1478308979 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :ACTION pats fungot on the... head? < 1478308979 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :boily: i'm definitely for it and everybody signs their name and address in it until and when it gets full then they return it back home to you so you at least you do some so laughter < 1478308996 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :ACTION signs the fungot-patting-guestbook < 1478308996 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :boily: i can't remember < 1478309009 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :fungot: I do. you're fungot, I'm boily. me sane, you Jane. < 1478309009 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :boily: ( ( mm noise)) i've ( ( wanted)) to talk to < 1478309296 0 :enoua5!4941accc@gateway/web/freenode/ip.73.65.172.204 JOIN :#esoteric < 1478309357 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :hppavilion[1]: "Artze" doesn't make any sense as a word < 1478309364 0 :MoALTz!~no@77-254-9-16.adsl.inetia.pl JOIN :#esoteric < 1478309386 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :that's not a word < 1478309418 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :also, it is doktor because you name him < 1478309441 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :mynartzello. < 1478309480 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :there is arzt with the plural ärzte < 1478309820 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :coily < 1478309836 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :quinthellopia. < 1478309864 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :how life? < 1478309913 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :huh. sbux espresso cloud ipa is p good < 1478310025 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :fungot: do u like ipa? < 1478310025 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :quintopia: ( ( but uh)) like how much it was more fun to teach laughter um < 1478310047 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :fungot: do u still fnord? < 1478310047 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :quintopia: i- mn no m- it kind of fnord < 1478310056 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric ::D < 1478310082 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric ::D < 1478310122 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :^botsnack < 1478310123 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :Oh nom nom nom! < 1478310135 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :life: tteokbokki is good, Captain Sonar is good, burritos are good. < 1478310220 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :speaking of that < 1478310230 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :had dinner at bbq takorea < 1478310234 0 :Jafet!~jafet@unaffiliated/jafet JOIN :#esoteric < 1478310237 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :if you cant tell < 1478310239 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :oh! what did you at? < 1478310252 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :that means korean-mexican fusion < 1478310264 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :ACTION groans at the pun < 1478310275 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :sushi had the bibimbap burrito < 1478310282 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :i had spicy ramyuns < 1478310314 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :they gave a free bbq taco too. < 1478310348 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :what is capt sonar < 1478310381 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :sounds tasty! < 1478310424 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :it's a wonderful boardgame! two teams or four players are playing real-time battleship, with explosions and stupid things happening :D < 1478310482 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :fun < 1478310487 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :https://boardgamegeek.com/boardgame/171131/captain-sonar < 1478310509 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :i had a good gaming last saturday < 1478310539 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :huge round of spaceteam, followed by a few attempts to game the game (failed) < 1478310548 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :ten people at once < 1478310629 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :! < 1478310666 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :spaceteam is the best < 1478310675 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :you ever play? < 1478310702 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :the card game? < 1478310731 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :its as loud as Pit, but crazier < 1478310773 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :nope, but you got me at "crazier". < 1478310860 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :what about spyfall? < 1478310878 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :I suck at Spyfall, but I love the game ^^ < 1478310909 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :I couldn't pour credibility out of a boot. < 1478311043 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :time to reconcile a mattress... < 1478311049 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :good luck < 1478311056 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :bon nuily < 1478311057 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :bonnnuitopia! < 1478311063 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net QUIT :Quit: BOUQUET CHICKEN < 1478311450 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :http://mathoverflow.net/questions/253703/integral-of-a-sin-omial-coefficients-binomial < 1478312158 0 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :interestinomials < 1478312933 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is QUIT :Quit: Zarutian < 1478313011 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Remote host closed the connection < 1478313514 0 :enoua5!4941accc@gateway/web/freenode/ip.73.65.172.204 QUIT :Quit: Page closed < 1478313584 0 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Remote host closed the connection < 1478314143 0 :moony!4c014880@gateway/web/freenode/ip.76.1.72.128 JOIN :#esoteric < 1478314157 0 :moony!4c014880@gateway/web/freenode/ip.76.1.72.128 PRIVMSG #esoteric :![?])[?] < 1478314380 0 :Guest6235!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1478314484 0 :moony!4c014880@gateway/web/freenode/ip.76.1.72.128 QUIT :Quit: Page closed < 1478314931 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :shachaf: http://play.prismata.net/?r=lY4Wf-SThsB lol turn 11 < 1478315003 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :flash is still a thing? < 1478315100 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :yep < 1478315245 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :It's a bit sad that this is all written in ActionScript rather than something saner... it's one of the best strategy games I've ever played. < 1478315462 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Cale: It's probably not a good idea, but I often go for 4x Symbiote anyway. < 1478315474 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I just like setting them all off. < 1478315550 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :@ask izalove on a scale from klingon to emoji, how readable is [...] <-- wait, which end is the readable one? < 1478315550 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Consider it noted. < 1478316013 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`? oop < 1478316022 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :oop? ¯\(°​_o)/¯ < 1478316027 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :r.i.p. HackEgo speed < 1478316076 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :research in potion < 1478316145 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`learn OOP (Obligatory Opportunistic Pun) is a popular technique for naming things, thus solving zero of the hard problems in computer science. < 1478316152 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Learned 'oop': OOP (Obligatory Opportunistic Pun) is a popular technique for naming things, thus solving zero of the hard problems in computer science. < 1478316162 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oops < 1478316170 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hm? < 1478316173 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`? oops < 1478316176 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :OOP (Obligatory Opportunistic Pun) is a popular technique for naming things, thus solving zero of the hard problems in computer science. < 1478316215 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :looks fine to me hth < 1478316244 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :When you pun without noticing it, those puns aren't oops, right? < 1478316258 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`? klein bottle < 1478316260 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :A Klein bottle is like a torus, but more insidious. Taneb tried to invent it, but got trapped inside. < 1478316279 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`? oerjan < 1478316282 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Your revertebrate itymologist gnite 9gracious octoberlord oerjan is a lazy expert in suture complication. Also a Pre-recombination Glaswegian who passionfruitly dislikes Roald Dahl. Lately when he tries to remember a word, "amortized" pops up. His arch-nemesis is Betty Crocker. He sometimes puns without noticing it. < 1478316283 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`learn OOPS (Obligatory Oblivious PunS) is a variant of OOP. < 1478316287 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Relearned 'oop': OOPS (Obligatory Oblivious PunS) is a variant of OOP. < 1478316290 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :oops < 1478316296 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :OKAY < 1478316299 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`revert < 1478316309 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`learn is confusing hth < 1478316314 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :rm: cannot remove `/home/hackbot/hackbot.hg/multibot_cmds/env/.hg/store/data/canary.orig': Is a directory \ Done. < 1478316329 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`le/rn oops/OOPS (Obligatory Oblivious PunS) is a variant of OOP. < 1478316337 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Learned 'oops': OOPS (Obligatory Oblivious PunS) is a variant of OOP. < 1478316350 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :i,i Obligatory Oblivious Pun Syndrome < 1478316425 0 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :oopsla oriented programming < 1478316556 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Cale: now that rethinkdb is shut down are you going to start a database startup twh < 1478317573 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :ACTION curses, loudly. < 1478317592 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :I have successfully gone from having all but 1 Pokemon in my living dex to all but 543 in my living dex. < 1478317622 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :pikhq: new generation? < 1478317627 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :also, which were you missing? < 1478317648 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`? pokemon < 1478317652 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :A pokemon is a monster that you keep in your pocket. < 1478317662 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`cwlprits pokemon < 1478317664 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :No, I corrupted my save when I was trying to *back up* the living dex. And I apparently didn't have a prior backup. < 1478317675 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :tsweẗt < 1478317675 0 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric ::( < 1478317676 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :Meloetta. < 1478317693 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`learn_append pokemon Taneb invented them. < 1478317699 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Learned 'pokemon': A pokemon is a monster that you keep in your pocket. Taneb invented them. < 1478317735 0 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :as in back up a savefile? < 1478317738 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :Yes. < 1478317745 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`? password < 1478317747 0 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :annoying < 1478317747 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :The password of the month is Bierstubë. < 1478317749 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`dowg password < 1478317759 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :9130:2016-10-01 learn The password of the month is Bierstub\xc3\xab. \ 9030:2016-09-12 learn The password of the month is au c\xc5\x93ur de septembre \ 8887:2016-08-02 learn The password of the month is Strindberg \ 8877:2016-07-29 learn The password of the month is late. \ 8508:2016-06-17 lear < 1478317770 0 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :out of curiosity though, how did you try to back it up that caused it to get corrupted? would be nice to avoid < 1478317785 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oerjan: What do you think of dowg1 etc. which only shows the latest edit, and thereby doesn't fill up the channel so much? < 1478317795 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :FireFly: Hacked 3DS with a save manager app. < 1478317803 0 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :Ah < 1478317828 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :shachaf: heh, well, Obsidian Systems might eventually go in that direction... but it's going to be gradual < 1478317900 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :what do you think of the way bigtable etc. work < 1478317921 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :TLDR, fuck fuck fuck fuck fuck fuck. < 1478317924 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :that sort of thing isn't a persistent data structure but it does rely on immutability < 1478317928 0 :ais523!~ais523@unaffiliated/ais523 QUIT : < 1478317935 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :I haven't looked closely at BigTable < 1478317942 0 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :Yep, that sucks :\ < 1478317963 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :But I want *more* types in my tables < 1478317966 0 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :I think I dumped savegames when I decided to dump my physical games, and I ~believe~ that didn't corrupt them at least < 1478317969 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :And the save I corrupted was Y, so now if I wanna catch 'em again in there, I have to replay *that* one. < 1478317993 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :shachaf: I was thinking it would be really fun to have a database where your table types could be like dependent telescopes < 1478317997 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :FireFly: The problem is, I accidentally overwrote my Y save with some *completely different* save. < 1478318009 0 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :Ah < 1478318011 0 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric ::( < 1478318028 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :shachaf: So the types of subsequent columns depend on the values of previous ones :) < 1478318035 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Cale: Well, really I just mean e.g. LevelDB, though an advantage of this sort of thing is that it's "relatively" easy to do sharding etc. < 1478318041 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :ACTION would actually *appreciate* replaying ORAS... < 1478318058 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Of course BigTable does have various issues. < 1478318071 0 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :pikhq: are you sure the game doesn't store a backup save in a separate partition? though the read/write in this case might write over "both partitions" since they aren't really partitions per se < 1478318077 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :I checked. < 1478318081 0 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :ah < 1478318084 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :But yeah, I would settle for good support for sum types :P < 1478318089 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Cale: Well, types belong on a different level of abstraction from storage probably. < 1478318105 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Cale: What do you think of the thing that e.g. protocol buffers do with regard to backwards compatibility? < 1478318128 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :The other thing I want is the ability to register queries with the DB and be notified with a diff when any commit will cause the result of a registered query to change < 1478318132 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Usually Haskell people like making their types as small as possible, so they exactly represent the values that are possible and no others. < 1478318143 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :`? pokemons < 1478318145 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :A pokemon is a monster that you keep in your pocket. Taneb invented them. < 1478318148 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :`? fishs < 1478318149 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Cale: RethinkDB had that feature! < 1478318150 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Come and dance and love the fish! Mister Disco summoned it. < 1478318154 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :shachaf: yeah < 1478318154 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :`? sexs < 1478318157 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Sex is a board game which originated in Britain in the 1870s before spreading throughout Europe in the 1890s. Sex was introduced to the rest of the world by a book, "The Complete Guide to Sex", written and published in 1932, based on the author's extensive experience with a wide variety of forms of European sex. < 1478318160 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Cale: Still has, I guess it's open source. AGPL, though. < 1478318164 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :shachaf: Though, they didn't really have... types < 1478318167 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :`? o < 1478318168 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :o is a popular comedy adventure fantasy webcomic. It's about a group of adventurers, heroes or warriors (whatever you want to call them) called the Order of the Stick, as they go about their adventures with minimal competence or knowledge of what they are doing, and eventually sort of stumble into a plan by an undead sorcerer to conquer the world, < 1478318171 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Cale: Right. < 1478318191 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :I don't want garbage in my DB < 1478318204 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Anyway, protobufs are typed, and they even have sum types and things nowadays. < 1478318221 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :But a very important feature is that you can modify the software that uses them to add new features and retain backwards compatibility. < 1478318248 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Since Haskell ADTs types are in-process only, people don't worry about that sort of thing. < 1478318271 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :But I wonder what people would come up with in this context. < 1478318323 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :Hrm. Clearly I should race my way through Y via "I have another same gen game" hax. < 1478318355 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :Or, eh. Maybe not. < 1478318381 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Cale: Anyway, I was talking about the data structure (which is just a key-value store with various features), not the API. < 1478318407 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Doesn't Spanner also use the same sorts of tablets etc.? < 1478318661 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :shachaf: Yeah, the stuff which mainly concerns me are the API and query language < 1478318679 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :What do you think of Spanner? < 1478318692 0 :super_bender!~bender@2404:e800:e61a:3e1:506f:e8d3:a6cd:75fc JOIN :#esoteric < 1478318708 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :shachaf: The storage model of, e.g. Postgres is really probably good enough for us for the foreseeable future -- it's just the stuff you have to go through to use it, and the effect doing that stuff has on the rest of the codebase which is annoying. < 1478318719 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I like the thing where time() gives you an interval rather than a point. < 1478318729 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Which of course is what you should do for anything that you can't measure precisely. < 1478318734 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :But for some reason people don't do it. < 1478318766 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :I'd never heard of Spanner somehow < 1478318862 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :I don't think it's anywhere *near* as publicized as BigTable. < 1478318909 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :Generally the stuff which is required to support extremely large distributed architectures ought to involve compromises which are in the opposite direction from what I'm looking for. < 1478319006 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Well, Spanner tries to cleverly avoid some of those compromises. < 1478319032 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :The dream is to be able to have something like Dynamic t (Query a) -> m (Dynamic t (Result a)) < 1478319070 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :(and Dynamic t (Query a) -> m (Event t (ResultDiff a)) < 1478319076 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :What do you think of Backpack? < 1478319167 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`slwd oerjan//s/gnite //;s/gracious october/gneiss remember/ < 1478319174 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :oerjan//Your revertebrate itymologist 9gracious octoberlord oerjan is a lazy expert in suture complication. Also a Pre-recombination Glaswegian who passionfruitly dislikes Roald Dahl. Lately when he tries to remember a word, "amortized" pops up. His arch-nemesis is Betty Crocker. He sometimes puns without noticing it. < 1478319183 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :MWAHAHAHAHA < 1478319232 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`? Cale < 1478319236 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Cale? ¯\(°​_o)/¯ < 1478319249 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Cale: sometimes i confuse you with deckard cain hth < 1478319396 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`learn The password of the month is ⛄ < 1478319399 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Relearned 'password': The password of the month is ⛄ < 1478319446 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`1 xxd wisdom/password < 1478319450 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :1/1:0000000: 5468 6520 7061 7373 776f 7264 206f 6620 The password of \ 0000010: 7468 6520 6d6f 6e74 6820 6973 20e2 9b84 the month is ... \ 0000020: 0a . < 1478319494 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`unicode e2 9b 84 < 1478319498 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1478319507 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :what's the command for utf-8 decoding twh < 1478319545 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :> unwords . map (printf "%08b") $ [0xe2, 0x9b, 0x84] < 1478319548 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : "11100010 10011011 10000100" < 1478319573 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :> "10011011000100" ^? binary < 1478319576 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : Just 9924 < 1478319582 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :> "10011011000100" ^? binary . re hex < 1478319585 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : Just "26c4" < 1478319589 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`unicode 26c4 < 1478319591 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​⛄ < 1478319602 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`` unidecode "$(unicode 26c4)" < 1478319606 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​[U+26C4 SNOWMAN WITHOUT SNOW] < 1478319611 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :ok < 1478319616 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :that was too difficult tdnh < 1478319640 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`? haiku < 1478319642 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​🀨や⛄ < 1478319657 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`` unicode "$(\? haiku)" < 1478319662 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :U+1F028 MAHJONG TILE AUTUMN \ UTF-8: f0 9f 80 a8 UTF-16BE: d83cdc28 Decimal: 🀨 \ 🀨 \ Category: So (Symbol, Other) \ Bidi: ON (Other Neutrals) \ \ U+3084 HIRAGANA LETTER YA \ UTF-8: e3 82 84 UTF-16BE: 3084 Decimal: や \ や \ Category: Lo (Letter, Other) \ Bidi: L (Left-to-Right) \ \ U+26C4 SNOWMAN WITHOUT SNOW \ UTF-8: e2 9b < 1478319674 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`` unidecode "$(\? haiku)" < 1478319679 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​[U+1F028 MAHJONG TILE AUTUMN] [U+3084 HIRAGANA LETTER YA] [U+26C4 SNOWMAN WITHOUT SNOW] < 1478319695 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`quote hiragana < 1478319697 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :1258) MAHJONG TILE AUTUMN / HIRAGANA LETTER YA / SNOWMAN WITHOUT SNOW < 1478319716 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Am I spamming the channel too much? < 1478319799 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :*shrug* < 1478319896 0 :godel!~gonzalo@96-251-231-201.fibertel.com.ar QUIT :Ping timeout: 250 seconds < 1478320166 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :oops < 1478320198 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`slwd oerjan//s/gracious/gneiss/;s/octo/remem/ < 1478320201 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :oerjan//Your revertebrate itymologist 9gneiss rememberlord oerjan is a lazy expert in suture complication. Also a Pre-recombination Glaswegian who passionfruitly dislikes Roald Dahl. Lately when he tries to remember a word, "amortized" pops up. His arch-nemesis is Betty Crocker. He sometimes puns without noticing it. < 1478320287 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`slwd oerjan//s#revertebrate#revertable# < 1478320291 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :oerjan//Your revertable itymologist 9gneiss rememberlord oerjan is a lazy expert in suture complication. Also a Pre-recombination Glaswegian who passionfruitly dislikes Roald Dahl. Lately when he tries to remember a word, "amortized" pops up. His arch-nemesis is Betty Crocker. He sometimes puns without noticing it. < 1478320365 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric : that was too difficult tdnh <-- you really can't cut and paste that char? < 1478320379 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oerjan: it doesn't show up on my broken terminal hth < 1478320444 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :shocking < 1478321239 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :What < 1478321241 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :I'm back < 1478321342 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :myname: Oh? I might have remembered it wrong < 1478321351 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :(Please have mercy, oerjan) < 1478321365 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :It might have been Arze or something < 1478321378 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :(Or maybe I forgot an umlaut on the A...) < 1478321467 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :Ärtze is the plural. < 1478321498 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :oops < 1478321507 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :*Ärzte < 1478321552 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :huh from ἀρχίατρος < 1478321946 0 :xkapastel!uid17782@gateway/web/irccloud.com/x-seljnkiccxfimkuq QUIT :Quit: Connection closed for inactivity < 1478322444 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :So I wrote this /// program. < 1478322447 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :/t./.ttttt//.t/t\..........//t//t... < 1478322513 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :I'm pretty sure it outputs 3*10^125 dots and then stops. < 1478322622 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Unrelated... < 1478322648 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Cale is dreaming about a dependently typed database, where the types of columns can depend on the values of previous columns. < 1478322675 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Meanwhile, I'm dreaming about a database where columns can have the type "boolean". < 1478322828 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Oh well. One of these years, Oracle may catch up with other 20th century programming systems. < 1478322903 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ACTION is pretty sure tswett is right < 1478323361 0 :Guest6235!~augur@noisebridge130.static.monkeybrains.net QUIT :Remote host closed the connection < 1478323596 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Hm... < 1478323646 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Maybe the NFL should turn the bracket into a sort(), rather than a max() < 1478323697 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :tswett: lol < 1478323736 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :tswett: Well, I have the boolean thing with postgres, but we could split the difference and throw in Either, and I'd be quite happy < 1478323787 0 :alercah!raedford@unaffiliated/alercah PRIVMSG #esoteric :`? Cale < 1478323788 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Sum types would be too good for database users. < 1478323790 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Cale? ¯\(°​_o)/¯ < 1478323824 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Cale: Just use a graph database htbs < 1478324063 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Implement Laser for me and then use Laser. < 1478324090 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Cale: have you heard of Spivak and Wisnesky's FQL family of database query languages? < 1478324221 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :The query operators are really simple; they're based on adjoint functors. < 1478324227 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :They're also really difficult to understand, for the same reason. < 1478324363 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :tswett: Does it include type-neutral variable names formed by dropping characters twh < 1478324385 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :hppavilion[1]: mmfm < 1478324405 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :tswett: I'm sure that's a genre of porn. < 1478324415 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :(...that's what you were trying to say, right?) < 1478324433 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :It's hard to imagine that not being a genre of porn. < 1478324451 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :tswett: That statement is true forall values of that, tbh < 1478324826 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :"1" is way too overloaded in category speak. < 1478324877 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I have a distinguished object 1 in a category C, represented by a functor from the singleton category 1 to C. So this functor should be called 1, right? < 1478324921 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :(1 is not necessarily a terminal object, even.) < 1478325011 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :There are two arrows : 1 -> _|_, called 0 and 1. They're represented by natural transformations, naturally called 0 and 1. < 1478325118 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :shachaf: assume that all those definitions are special cases of the first, then try to derive a contradiction hth < 1478325141 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :My favorite mathematical limerick is ⊤ < 1478325160 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`unidecode ⊤ < 1478325163 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​[U+22A4 DOWN TACK] < 1478325188 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: That's the reduced form. < 1478325197 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :(2197: Great Baker's Gross) < 1478325197 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :O KAY < 1478325340 0 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :is it legitimate to make an esolang where code written in that lang is as hard to read as possible? < 1478325426 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Elronnd: Well, Malbolge is a legit esolang, so... < 1478325430 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :(Not to mention Whitespace) < 1478325440 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :Elronnd: pretty hard to beat the competition < 1478325442 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :whitespace is easy on the eyes < 1478325443 0 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :true, I guess < 1478325470 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :/// with /\ only hth < 1478325487 0 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :it uses base 11, but the digits used aren't 0-9, a < 1478325488 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :also Unary < 1478325496 0 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :they're completely random < 1478325549 0 :zzo38!~zzo38@24-207-44-58.eastlink.ca PRIVMSG #esoteric :How good is the V8 JavaScript engine's random number generator? If it isn't very good, it can be replaced easily; you can write Math.random= whatever, and don't have to change the rest of the program. < 1478325551 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :Elronnd: hm i'd say it's scow if it's just because of obfuscated syntax/naming < 1478325585 0 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :it uses "scow"? < 1478325606 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :it < 1478325609 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :argh < 1478325611 0 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :s/it uses//g < 1478325618 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`? scow < 1478325621 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Scow (S-cow) is canned meat made from cows with a lisp. < 1478325641 0 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :wut < 1478325643 0 :zzo38!~zzo38@24-207-44-58.eastlink.ca PRIVMSG #esoteric :To write a test program in JavaScript to check for good quality, then you can compare with different JavaScript implementation as well as your own implementations written in JavaScript too just as well. < 1478325709 0 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :we already have enough real languages with hard-to-read code, let alone esoteric ones < 1478325767 0 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :Jafet: name an esolang with *easy* to read code < 1478325771 0 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :spl doesn < 1478325774 0 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :'t count < 1478325790 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Elronnd: Brainfuck. < 1478325796 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Elronnd: Befunge < 1478325805 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ORK < 1478325825 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Elronnd: C < 1478325828 0 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :befunge is visually intuitive < 1478325859 0 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :hppavilion[1]: how is c an esolang? < 1478325865 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :tswett: Yes, and they're quite interesting, but I haven't had the time to examine them in really great detail. I really believe Spivak has the right idea about database schemas. < 1478325914 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :(even though I haven't worked through everything they've done in the query language, the overall approach looks like the right one to me) < 1478325985 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Cale: this is where I plug my own language... < 1478325986 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :https://laserdb.blogspot.com/ < 1478326016 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Also inspired by category theory, but I know far less about category theory than Spivak et al. < 1478326035 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :why do you no so much about Spivak et al. < 1478326038 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :know < 1478326039 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :what < 1478326041 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :scow < 1478326073 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :I'm hoping to borrow their ideas and incorporate them into my thing. < 1478326815 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :tswett: Ryan Trinkle has this idea which Dan Haraj has been working a bit on implementing, to make a quasiquoter that parses (some significant fragment of) Haskell syntax and translates it into Control.Category and friends, and then the idea is to write instances for the category classes that generate SQL. < 1478326863 0 :Cale!~cale@CPE9c5c8eb8e0c8-CM0c473de9d680.cpe.net.cable.rogers.com PRIVMSG #esoteric :and it ought to end up looking *something* a little along those lines... I think < 1478326888 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :tswett: A solid mathematical foundation? I think you mean gaseous, given that it's category theory < 1478326960 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :tswett: I like the second one better hth < 1478326978 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :The second what? < 1478327096 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :tswett: The second query. You asked, so I answered. < 1478327140 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Ah. twhbhiiwftftiakta < 1478327172 0 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :holy fuck I'm creating a monster < 1478327187 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :tswett: Something that'd be really nice for looking at it mathematically, I think, is if it had a "sophisticated" Unicode notation along with the standard ASCII-compatible notation < 1478327197 0 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :I...think my lang might be comparable to malbolge < 1478327247 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :that would have been helpful if i was free to finally talk in a klingon-themed accent < 1478327267 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :tswett confirmed alien < 1478327389 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :tswett: ...I'm stuck on "f" < 1478327471 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :shachaf: kli̊ngòn? < 1478327589 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :(shachḁf is best chḁf) < 1478327623 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :do something useful and figure out an online algorithm for strongly connected components < 1478327687 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :\oren\: iͥ needs to be fonted twh < 1478327735 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Oren de La Fontaine < 1478327893 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :i͌quality < 1478327929 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07User:Elronnd/Fell14]]4 N10 02https://esolangs.org/w/index.php?oldid=50114 5* 03Elronnd 5* (+1695) 10Syntax and stuffs < 1478327949 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Elronnd: Oh no! Are you OK? < 1478327968 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :I heard you fell < 1478327968 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric : < 1478327979 0 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :I'm alright < 1478327989 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :(Wait, that's flash) < 1478328011 0 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :can someone read over what I wrote there and make sure it isn't too unclear? < 1478328133 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Elronnd: A lot of code in the article isn't in monospace. I disprove. < 1478328203 0 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :I thought this wiki accepted the use of ` ` as monospace delimiters < 1478328217 0 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :I'm about halfway done fixing it < 1478328268 0 :super_bender!~bender@2404:e800:e61a:3e1:506f:e8d3:a6cd:75fc QUIT :Ping timeout: 260 seconds < 1478328286 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07User:Elronnd/Fell14]]4 10 02https://esolangs.org/w/index.php?diff=50115&oldid=50114 5* 03Elronnd 5* (+154) 10fix syntax < 1478328562 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`unidecode iͥ < 1478328567 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​[U+0069 LATIN SMALL LETTER I] [U+0365 COMBINING LATIN SMALL LETTER I] < 1478328574 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :wut < 1478328613 0 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :hppavilion[1]: aside from that, though, anything I haven't made clear yet? < 1478328738 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oerjan: oh man < 1478328742 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :that's a good way to write i,i < 1478329260 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :shachaf: Yes. In theory, it should be an 'i' with the tidle replaced with another 'i' < 1478329486 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Cale: Is there any way to get access to the Prismata events against the computer? < 1478329674 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`unidecode ıͥ < 1478329678 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​[U+0131 LATIN SMALL LETTER DOTLESS I] [U+0365 COMBINING LATIN SMALL LETTER I] < 1478329683 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hppavilion[1]: hth < 1478329696 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :wait, tidle? < 1478329702 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :THERE IS NOT TIDLE < 1478329702 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: That doesn't render the same < 1478329713 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :the same as what? < 1478329719 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oerjan: "tittle" hth < 1478329722 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: Or, that doesn't render as expected < 1478329726 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :shachaf: omgty < 1478329771 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: The dots/tittles in 'i' and 'j' are removed and replaced when you apply a diacritic, traditionally < 1478329772 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :argh that's actually a word < 1478329784 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: ? < 1478329843 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :"tittle". hth. < 1478329880 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :of course U+303 is called a tidle < 1478329898 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :shachaf: tilde. tiltte. < 1478329947 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :ACTION . o O ( Law of analogies: a:A::b:B <-> a:b::A:B ) < 1478330008 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :(AKA Notta's Analogy Transposition Theorem (NATT)) < 1478330045 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hppavilion[1]: itym NTAT hth < 1478330087 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: That is an alternative name, but I was still right. hth. < 1478330100 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :O AKY < 1478330223 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: aslo, yewm iytm hht. < 1478330255 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :ACTION . ø Ø ( Why deos nobdoy eevr say "ytim" twnh ) < 1478330294 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :sounds like an interchange law hth < 1478330298 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :https://wikimedia.org/api/rest_v1/media/math/render/svg/caac30a7a03a9304307fe2a7fd0127be2c5f0dc7 < 1478330337 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :i bet there's some 2-categorical formalization of it < 1478330354 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :shachaf: No, because : and :: are different < 1478330368 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :So are ∘_0 and ∘_1 < 1478330445 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :shachaf: In the link, the operators switch places < 1478330470 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Oh, I guess the other ones don't. < 1478330476 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :shachaf: The first one has ring_0 inside the parentheses and ring_1 outside, the second has ring_1 inside and ring_0 outside < 1478330585 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :OK, sounds like, uh, a distributive of a thing I don't remember. < 1478330625 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I guess a:A::b:B can mean a/A = b/B < 1478330632 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :In which case certainly a/b = A/B < 1478330688 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :But there's some algebraic thing I'm not remembering. < 1478330941 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :shachaf: a, b = 0 tsnh. < 1478330945 0 :benderB787!~bender@2404:e800:e61a:3e1:8011:148d:28e8:c7f0 JOIN :#esoteric < 1478331025 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :s,/,-,g hth < 1478331109 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :(A -> a) <-> (B -> b) <===> (b -> a) <-> (B -> A) ? < 1478331110 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :One COULD read p_0:q_0::p_1:q_1::...::p_k:q_k as \exists pred (pred(p_0, q_0) & pred(p_1, q_1) & ... & pred(p_k, q_k)), with pred presumably constrained to some set of rules < 1478331356 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :@check \a' a b' b -> (((a' :: Bool) <= a) == (b' <= b)) == ((b <= a) == (b' <= a')) < 1478331359 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : *** Failed! Falsifiable (after 2 tests): < 1478331359 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : False True True True < 1478331363 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :shachaf: NOPE < 1478331427 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oerjan: well, i was just trying out something that was contravariant in one thing and covariant in the other < 1478331446 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :maybe it should be a&~A or something < 1478331463 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :is there an operator for \a b -> a && not b < 1478331485 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :by de morgan's law, you're not going to do much better with that < 1478331538 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :it's not(a -> b) < 1478331556 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :of course it's not (a -> b) < 1478331564 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :we already tried a -> b and found out that it doesn't work < 1478331592 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ACTION hammers shachaf into the ground ===\__/ < 1478331601 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Maybe some linear logic operators would do what I want? < 1478331608 0 :izalove!~izabera@unaffiliated/izabera PRIVMSG #esoteric :that's no hammer < 1478331609 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Probably not. < 1478331625 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :That looks like the mallet to me. < 1478331635 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :the saucepan hth < 1478331643 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :the saucepan is malleable hth < 1478331660 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :damn straight ===\/\/ < 1478331677 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :i,i damn bent < 1478331704 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :speaking of damnation did you ever read that short story by chiang < 1478331716 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :probably not. < 1478331733 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :http://will.tip.dhappy.org/revolution/Technoanarchist/plan/.../book/Ted%20Chiang%20-%20Hell%20Is%20The%20Absence%20Of%20God/ < 1478331736 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :hth < 1478331786 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :iangtrthth < 1478331992 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :ok < 1478331998 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :would you read a one-page short story by chiang < 1478332010 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :published in Nature < 1478332024 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :it is http://www.nature.com/nature/journal/v436/n7047/full/436150a.html < 1478332172 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :@tell ais523 ooh, I like Memfractal <-- i tried thinking about it before. just four outer exits and one bit seemed _very_ cramped. not obviously impossible but something clever is needed... < 1478332173 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Consider it noted. < 1478332213 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :shachaf: already seen < 1478332220 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :ok < 1478332323 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :1A4 hehehe < 1478332478 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :hell-o world. < 1478333197 0 :Frooxius!~Frooxius@194.108.5.201 JOIN :#esoteric < 1478334940 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net QUIT :Ping timeout: 250 seconds < 1478335664 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Language list14]]4 10 02https://esolangs.org/w/index.php?diff=50116&oldid=50098 5* 03Slnetaiga 5* (+13) 10Added OOLANG < 1478335985 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07OOLANG14]]4 N10 02https://esolangs.org/w/index.php?oldid=50117 5* 03Slnetaiga 5* (+1048) 10Created < 1478336087 0 :AnotherTest!~turingcom@d51A4BF3B.access.telenet.be JOIN :#esoteric < 1478336749 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07OOLANG14]]4 10 02https://esolangs.org/w/index.php?diff=50118&oldid=50117 5* 03Slnetaiga 5* (+1650) 10Added simple docs < 1478336784 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07OOLANG14]]4 10 02https://esolangs.org/w/index.php?diff=50119&oldid=50118 5* 03Slnetaiga 5* (+73) 10 < 1478337004 0 :benderB787!~bender@2404:e800:e61a:3e1:8011:148d:28e8:c7f0 QUIT :Ping timeout: 260 seconds < 1478337336 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07OOLANG14]]4 10 02https://esolangs.org/w/index.php?diff=50120&oldid=50119 5* 03Slnetaiga 5* (+161) 10 < 1478337378 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07OOLANG14]]4 10 02https://esolangs.org/w/index.php?diff=50121&oldid=50120 5* 03Slnetaiga 5* (+1) 10 < 1478337473 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no QUIT :Quit: Nite < 1478337586 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07OOLANG14]]4 10 02https://esolangs.org/w/index.php?diff=50122&oldid=50121 5* 03Slnetaiga 5* (+216) 10Added math operands < 1478338339 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07OOLANG14]]4 10 02https://esolangs.org/w/index.php?diff=50123&oldid=50122 5* 03Slnetaiga 5* (+244) 10Added Truth-machine example < 1478338869 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Truth-machine14]]4 10 02https://esolangs.org/w/index.php?diff=50124&oldid=50040 5* 03Slnetaiga 5* (+120) 10Added oolang < 1478340250 0 :PinealGlandOptic!~PinealGla@82.144.205.57 QUIT :Quit: leaving < 1478341112 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Special:Log/upload14]]4 upload10 02 5* 03Slnetaiga 5* 10uploaded "[[02File:OOLANG-logo.png10]]" < 1478341255 0 :^v^v!?@? NICK :^v < 1478341264 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Special:Log/upload14]]4 upload10 02 5* 03Slnetaiga 5* 10uploaded "[[02File:OOLANG.png10]]" < 1478341375 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07OOLANG14]]4 10 02https://esolangs.org/w/index.php?diff=50127&oldid=50123 5* 03Slnetaiga 5* (+314) 10Added logo and table < 1478341429 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07OOLANG14]]4 10 02https://esolangs.org/w/index.php?diff=50128&oldid=50127 5* 03Slnetaiga 5* (+11) 10 < 1478341483 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07OOLANG14]]4 10 02https://esolangs.org/w/index.php?diff=50129&oldid=50128 5* 03Slnetaiga 5* (+1) 10 < 1478341502 0 :LKoen!~LKoen@vbo91-1-82-238-218-67.fbx.proxad.net JOIN :#esoteric < 1478343520 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net JOIN :#esoteric < 1478344280 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :fungot: bon matin. < 1478344280 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :boily: yep that's really scary it you know i what do you read < 1478344295 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :fungot: you scare me enough already as it is. < 1478344295 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :boily: my name is < 1478344299 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :fungot: fungot. < 1478344299 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :boily: i gotta good feeling this year alone to establish you know um and online i'm online quite a bit < 1478344307 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :fungot: yes you are. < 1478344307 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :boily: but a rectangle should still be involved in soccer baseball everything is so fast paced that it's so easy to lose time and it it just takes a lot of < 1478344323 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :fungot: rectangle soccer baseball??? < 1478344435 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1478345057 0 :LKoen!~LKoen@vbo91-1-82-238-218-67.fbx.proxad.net QUIT :Remote host closed the connection < 1478345108 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Truth-machine14]]4 10 02https://esolangs.org/w/index.php?diff=50130&oldid=50124 5* 03Slnetaiga 5* (+30) 10 < 1478345227 0 :fizzie!?@? PRIVMSG #esoteric :boily: To be fair, a soccer field is a rectangle. < 1478345247 0 :fizzie!?@? PRIVMSG #esoteric :fungot: Use more punctuation, you're very hard to read. < 1478345247 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :fizzie: and there's high school too and and i < 1478345283 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :fizzie: look, it used an apostrophe... that's quite adbvanced. < 1478345496 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :fizzie: fizziello. I had this mental picture of a rectangular soccer ball. < 1478345519 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :fungot: no, high school is an illusion. < 1478345519 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :boily: ah i'm sure you can probably hear like two sides of the country was really low it was like < 1478345895 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Hello world program in esoteric languages14]]4 10 02https://esolangs.org/w/index.php?diff=50131&oldid=50018 5* 03Slnetaiga 5* (+69) 10Added oolang < 1478346024 0 :LKoen!~LKoen@vbo91-1-82-238-218-67.fbx.proxad.net JOIN :#esoteric < 1478346169 0 :fizzie!?@? PRIVMSG #esoteric :I don't think this corpus works so well. < 1478346173 0 :fizzie!?@? PRIVMSG #esoteric :^style europarl < 1478346173 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :Selected style: europarl (European Parliament speeches during approx. 1996-2006) < 1478346195 0 :fizzie!?@? PRIVMSG #esoteric :fungot: So do you think they could trigger Article 50 without consulting the Parliament? < 1478346196 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :fizzie: madam president, i would be grateful if these could be raised tomorrow in relation to recital f), which refers to an equitable solution that is acceptable internationally. the question therefore arises should it be tit for tat: ' i have never said that this, amongst other things, with complementary systems for protecting persons fleeing from war zones, she forgot to propose that the commission and call back if necessary < 1478346285 0 :fizzie!?@? PRIVMSG #esoteric :(The news here is again nothing but Brexit.) < 1478346303 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :"Any Member State may decide to withdraw from the Union in accordance with its own constitutional requirements." < 1478346331 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :it really seems to be up to *your* constitution. < 1478346339 0 :fizzie!?@? PRIVMSG #esoteric :No, up yours. < 1478346489 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :so friendly < 1478346714 0 :LKoen!~LKoen@vbo91-1-82-238-218-67.fbx.proxad.net QUIT :Remote host closed the connection < 1478346738 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07OOLANG14]]4 10 02https://esolangs.org/w/index.php?diff=50132&oldid=50129 5* 03Slnetaiga 5* (+83) 10 < 1478347128 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :^styles < 1478347133 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :^style < 1478347133 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :Available: agora alice c64 ct darwin discworld enron europarl* ff7 fisher fungot homestuck ic irc iwcs jargon lovecraft nethack oots pa qwantz sms speeches ss wp youtube < 1478347142 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :^style youtub < 1478347142 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :Not found. < 1478347144 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :^style youtube < 1478347144 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :Selected style: youtube (Some YouTube comments) < 1478347148 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :fungot: nostril? < 1478347148 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :boily: it's terrible that they forgot to turn on nbc, cuz..the pic was frozen right on this < 1478347179 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`? nbc < 1478347188 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :nbc? ¯\(°​_o)/¯ < 1478347235 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :fungot: you have odd preferences < 1478347235 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :int-e: and, goodness gracious, most people are just racist comments posted by small minded gimps that want to prove me?? < 1478347268 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :fungot: people have been killed for saying less offensive things... < 1478347268 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :int-e: this does not mean remote controlled. just because it has more than one pitcure constantly refuse to look at the very same can be worse than hitman < 1478347290 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :pitcure is nice, hmm < 1478347340 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net QUIT :Quit: SOLO CHICKEN < 1478347757 0 :fizzie!?@? PRIVMSG #esoteric :fungot: So how about those aeroplanes then? < 1478347757 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :fizzie: hey did anybody die? sorry but thats kinda funny when the airbus has since changed some of them < 1478347770 0 :AnotherTest!~turingcom@d51A4BF3B.access.telenet.be QUIT :Quit: ZNC - http://znc.in < 1478347778 0 :fizzie!?@? PRIVMSG #esoteric :fungot: I don't think people dying is "kinda funny". < 1478347778 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :fizzie: good luck sincerely or something like that they would wait till nov. 10th. < 1478347790 0 :fizzie!?@? PRIVMSG #esoteric :fungot: That's only five days away! < 1478347790 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :fizzie: what the candy tastes like. < 1478347794 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :is it hinting at airbus mutilating people? < 1478347819 0 :fizzie!?@? PRIVMSG #esoteric :In five days from now, yes. < 1478347856 0 :fizzie!?@? PRIVMSG #esoteric :Probably not a coincidence that the trumplection is on the 8th. < 1478348566 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07OOLANG14]]4 10 02https://esolangs.org/w/index.php?diff=50133&oldid=50132 5* 03Slnetaiga 5* (+262) 10Added deadfish interpreter < 1478348678 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Deadfish14]]4 10 02https://esolangs.org/w/index.php?diff=50134&oldid=49716 5* 03Slnetaiga 5* (+310) 10Added oolang < 1478348692 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Deadfish14]]4 10 02https://esolangs.org/w/index.php?diff=50135&oldid=50134 5* 03Slnetaiga 5* (-1) 10/* OOLANG] */ < 1478348779 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07OOLANG14]]4 10 02https://esolangs.org/w/index.php?diff=50136&oldid=50133 5* 03Slnetaiga 5* (+61) 10 < 1478349190 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07OOLANG14]]4 10 02https://esolangs.org/w/index.php?diff=50137&oldid=50136 5* 03Slnetaiga 5* (-4) 10/* Deadfish interpreter */ < 1478349212 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Deadfish14]]4 10 02https://esolangs.org/w/index.php?diff=50138&oldid=50135 5* 03Slnetaiga 5* (-4) 10/* OOLANG */ < 1478352333 0 :izalove!~izabera@unaffiliated/izabera QUIT :Ping timeout: 268 seconds < 1478352370 0 :bibibi!~bibibi@unaffiliated/bibibi QUIT :Ping timeout: 250 seconds < 1478352796 0 :izalove!~izabera@unaffiliated/izabera JOIN :#esoteric < 1478353596 0 :bibibi!~bibibi@unaffiliated/bibibi JOIN :#esoteric < 1478353852 0 :benderB787!~bender@2404:e800:e61a:3e1:359d:126b:a1fb:3214 JOIN :#esoteric < 1478355928 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Deadfish14]]4 10 02https://esolangs.org/w/index.php?diff=50139&oldid=50138 5* 03Slnetaiga 5* (+52) 10 < 1478355936 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07OOLANG14]]4 10 02https://esolangs.org/w/index.php?diff=50140&oldid=50137 5* 03Slnetaiga 5* (+52) 10/* Deadfish interpreter */ < 1478356353 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Deadfish14]]4 10 02https://esolangs.org/w/index.php?diff=50141&oldid=50139 5* 03Slnetaiga 5* (-1) 10OOLANG < 1478356359 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07OOLANG14]]4 10 02https://esolangs.org/w/index.php?diff=50142&oldid=50140 5* 03Slnetaiga 5* (-1) 10/* Deadfish interpreter */ < 1478357342 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is JOIN :#esoteric < 1478357416 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is QUIT :Read error: Connection reset by peer < 1478357416 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is JOIN :#esoteric < 1478362009 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is QUIT :Quit: Zarutian < 1478363144 0 :moony!~luxon@unaffiliated/moonythedwarf JOIN :#esoteric < 1478364024 0 :Elronnd!?@? NICK :Elronnd|slex < 1478364238 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is JOIN :#esoteric < 1478364349 0 :benderB787!~bender@2404:e800:e61a:3e1:359d:126b:a1fb:3214 QUIT :Ping timeout: 260 seconds < 1478364611 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07OOLANG14]]4 10 02https://esolangs.org/w/index.php?diff=50143&oldid=50142 5* 03Slnetaiga 5* (+933) 10 < 1478364949 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07OOLANG14]]4 10 02https://esolangs.org/w/index.php?diff=50144&oldid=50143 5* 03Slnetaiga 5* (+0) 10 < 1478365437 0 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1478365892 0 :moony!~luxon@unaffiliated/moonythedwarf PRIVMSG #esoteric :wb ais523 < 1478366148 0 :moony!?@? NICK :grandpa < 1478366153 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is PRIVMSG #esoteric :ACTION is reading https://www.mjt.me.uk/posts/falsehoods-programmers-believe-about-addresses/ and recalls that letter addressed via an handdrawn map that had road numbers on it still had an address. An postal address is any sufficient information to get a letter or such delivered to the right place. < 1478366155 0 :grandpa!?@? NICK :moony < 1478366385 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is PRIVMSG #esoteric :heck even mail addressed to an international waters seaworthy sailboat will be delivered. Specially if it has APRS callsign or such. < 1478366610 0 :godel!~gonzalo@96-251-231-201.fibertel.com.ar JOIN :#esoteric < 1478367154 0 :moony!~luxon@unaffiliated/moonythedwarf QUIT :Ping timeout: 250 seconds < 1478368143 0 :rbcuJKdnx!~rbcuJKdnx@186.223.227.43 JOIN :#esoteric < 1478368147 0 :rbcuJKdnx!~rbcuJKdnx@186.223.227.43 PRIVMSG #esoteric :Clinton is literally taking money from the same people who are funding ISIS: http://www.reuters.com/article/us-usa-election-foundation-idUSKBN12Z2SL https://wikileaks.org/podesta-emails/emailid/3774 ("[...] the governments of Qatar and Saudi Arabia, which are providing clandestine financial and logistic support to ISIL and other radical Sunni groups in the region.") < 1478368152 0 :rbcuJKdnx!~rbcuJKdnx@186.223.227.43 PART #esoteric : < 1478368479 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is PRIVMSG #esoteric :how come that I get the PART message of that bot before the PRIVMSG ? < 1478368503 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I didn't, the privmsg came first for me < 1478368534 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is PRIVMSG #esoteric :vagaries of IRC server interconnect then < 1478368601 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is PRIVMSG #esoteric :ACTION is looking forward to "falsehoods programmers believe about computer security" article. < 1478368691 0 :MoALTz!~no@77-254-9-16.adsl.inetia.pl QUIT :Quit: Leaving < 1478368765 0 :AnotherTest!~turingcom@ptr-2hj4tbos9tbg7rh1tdsqv40aq.ip6.access.telenet.be JOIN :#esoteric < 1478368785 0 :izalove!~izabera@unaffiliated/izabera PRIVMSG #esoteric :https://en.wikipedia.org/wiki/Context_switch#Hardware_vs._software < 1478368788 0 :izalove!~izabera@unaffiliated/izabera PRIVMSG #esoteric :Context switching can be performed primarily by software or hardware. < 1478368791 0 :izalove!~izabera@unaffiliated/izabera PRIVMSG #esoteric :thanks wikipedia < 1478368867 0 :Lord_of_Life!Elite12246@gateway/shell/elitebnc/x-jethdgbncdcmvduq QUIT :Excess Flood < 1478368932 0 :Lord_of_Life!Elite12246@gateway/shell/elitebnc/x-tdlnojqsbhlsmmer JOIN :#esoteric < 1478369044 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07OOLANG14]]4 10 02https://esolangs.org/w/index.php?diff=50145&oldid=50144 5* 03Slnetaiga 5* (+29) 10 < 1478369093 0 :godel_!~gonzalo@96-251-231-201.fibertel.com.ar JOIN :#esoteric < 1478369111 0 :grumble!~grumble@freenode/staff/grumble JOIN :#esoteric < 1478369144 0 :godel!~gonzalo@96-251-231-201.fibertel.com.ar QUIT :Ping timeout: 260 seconds < 1478369271 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is PRIVMSG #esoteric :izalove: and the cost of context switching can be high or low, all depending on how much state must be swapped about. < 1478369304 0 :izalove!~izabera@unaffiliated/izabera PRIVMSG #esoteric :this is the most informative page ever < 1478369389 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is PRIVMSG #esoteric :yeah it happens when it gets, mistakenly, plastered with "Too technical!" banner and some poor shmuck tries to fix it. < 1478370785 0 :MoALTz!~no@77-254-9-16.adsl.inetia.pl JOIN :#esoteric < 1478370951 0 :zzo38!~zzo38@24-207-44-58.eastlink.ca PRIVMSG #esoteric :On some weblogs when I try to post a comment it posts the form to a unavailable HTTPS server; I have to change the ACTION of the form to get it to work (this can be done using the Inspector in Firefox). < 1478371134 0 :tswett!~tswett@unaffiliated/tswett PRIVMSG #esoteric :@tell hppavilion[1] That would have been helpful, if it weren't for the fact that I actually knew that already. < 1478371135 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Consider it noted. < 1478372588 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 244 seconds < 1478372596 0 :carado!~carado@78.250.150.175 JOIN :#esoteric < 1478372781 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1478372952 0 :zzo38!~zzo38@24-207-44-58.eastlink.ca PRIVMSG #esoteric :Even many of the things mention in "falsehoods programmer's believe about [whatever]" if I do not consider it, it is one reason why I will make free/open-source software; if someone need it to do something that it does not do, then the program can be changed. < 1478373307 0 :MoALTz!~no@77-254-9-16.adsl.inetia.pl QUIT :Quit: Leaving < 1478373326 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Do you make AGPL software? < 1478373377 0 :izalove!~izabera@unaffiliated/izabera PRIVMSG #esoteric :you can sell software and code and forbid redistribution and still allow users to tailor the program to suit their needs < 1478373495 0 :zzo38!~zzo38@24-207-44-58.eastlink.ca PRIVMSG #esoteric :It is mostly public domain rather than AGPL < 1478373548 0 :zzo38!~zzo38@24-207-44-58.eastlink.ca PRIVMSG #esoteric :If redistribution is forbidden then each person who need one thing will need to fix it themself and it will be difficult to share these changes in case they are useful for many different people or companies. < 1478373582 0 :godel_!?@? NICK :godel < 1478373595 0 :zzo38!~zzo38@24-207-44-58.eastlink.ca PRIVMSG #esoteric :(There are also the reasons the FSF gives that you should not forbid redistribution too, but there are other reasons too) < 1478373749 0 :zzo38!~zzo38@24-207-44-58.eastlink.ca PRIVMSG #esoteric :I have now added the Russian ruble symbol into UTCE (I didn't know there was one until recently) < 1478374564 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net JOIN :#esoteric < 1478376212 0 :fractal_!fractal@unaffiliated/scounder QUIT :Remote host closed the connection < 1478376510 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is PRIVMSG #esoteric :here is an intresting issue ragarding those licenses. Where I live an contract (which license is) is not agreed on or accepted unless there has been communication between the two parties regarding the acceptance of the contract. This is for instance why EULAs have no enforceability while TOSes do. < 1478376586 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is PRIVMSG #esoteric :but here is a kicker, if you (re)publish software that is under MIT/GPL/whathaveyou then that (re)publishment acts as the communication that you agreed to the terms of the license. < 1478376681 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net QUIT :Ping timeout: 244 seconds < 1478376763 0 :augur!~augur@2601:645:4100:15f2:68fd:c453:18e1:7dcf JOIN :#esoteric < 1478376828 0 :MoALTz!~no@77-254-9-16.adsl.inetia.pl JOIN :#esoteric < 1478377127 0 :fractal!fractal@unaffiliated/scounder JOIN :#esoteric < 1478377909 0 :augur!~augur@2601:645:4100:15f2:68fd:c453:18e1:7dcf QUIT :Read error: Connection reset by peer < 1478378632 0 :augur!~augur@c-67-180-181-11.hsd1.ca.comcast.net JOIN :#esoteric < 1478378707 0 :hppavilion[1]!~Doslowdow@170-101-35-72.mtaonline.net JOIN :#esoteric < 1478379711 0 :moonheart08!~luxon@unaffiliated/moonythedwarf JOIN :#esoteric < 1478379969 0 :moony!~luxon@unaffiliated/moonythedwarf JOIN :#esoteric < 1478380045 0 :moonheart08!~luxon@unaffiliated/moonythedwarf QUIT :Ping timeout: 265 seconds < 1478380827 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Special:Log/newusers14]]4 create10 02 5* 03Zemeckis 5* 10New user account < 1478381676 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=50146&oldid=50072 5* 03Zemeckis 5* (+359) 10 < 1478381688 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07User:Zemeckis14]]4 N10 02https://esolangs.org/w/index.php?oldid=50147 5* 03Zemeckis 5* (+139) 10Created page with "Zemeckis is a fan of anything that boggles his brain. He will try to puzzle through your language, no matter how confusing. That's the fun!" < 1478381988 0 :hppavilion[1]!~Doslowdow@170-101-35-72.mtaonline.net QUIT :Ping timeout: 265 seconds < 1478382021 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is QUIT :Read error: Connection reset by peer < 1478383639 0 :UGuEsRWv!~UGuEsRWv@189.54.225.54 JOIN :#esoteric < 1478383643 0 :UGuEsRWv!~UGuEsRWv@189.54.225.54 PRIVMSG #esoteric :https://www.youtube.com/watch?v=3EsJLNGVJ7E & https://wikileaks.org/podesta-emails/emailid/15893, http://www.reuters.com/article/us-usa-election-foundation-idUSKBN12Z2SL & https://wikileaks.org/podesta-emails/emailid/3774 (ctrl+f qatar) - please don't let these be buried < 1478383648 0 :UGuEsRWv!~UGuEsRWv@189.54.225.54 PART #esoteric : < 1478383687 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :lets bury these < 1478383965 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :sigh, 3 more days < 1478384117 0 :zzo38!~zzo38@24-207-44-58.eastlink.ca QUIT :Ping timeout: 260 seconds < 1478384134 0 :zzo38!~zzo38@24-207-44-58.eastlink.ca JOIN :#esoteric < 1478384192 0 :grumble!~grumble@freenode/staff/grumble QUIT :Quit: If I don't make it back, blame this SSL implementation. < 1478384218 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :Because apparently we should only be focused on the one scandal people have been talking about for months, and some frankly dubious accusations. < 1478384221 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :Sigh. < 1478384225 0 :grumble!~grumble@freenode/staff/grumble JOIN :#esoteric < 1478384266 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :Oh, wait, this is a completely different BS scandal than the generic "sensitive emails ZOMG" one, that was the "Clinton Foundation accepted $1 million from Qatar" thing. < 1478384279 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :what, again? < 1478384322 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :Talking about the BS that random person with random nick randomly joining decided we needed to see, and bemoaning it as being basically some BS. < 1478384360 0 :augur!~augur@c-67-180-181-11.hsd1.ca.comcast.net QUIT :Remote host closed the connection < 1478384374 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :pikhq: I wasn't annoyed at you, I was annoyed at the spambot < 1478384386 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :Yeah... < 1478384413 0 :augur!~augur@2601:645:4100:15f2:7880:5bf7:aa5b:f807 JOIN :#esoteric < 1478384414 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :ACTION mutters at US politics a bit. 3 more days... < 1478384499 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :I've been following it from the UK and being really worried about it < 1478384508 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :That's fair, I'm worried too. < 1478384539 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :Unpopular US politician v literal fascist, joy of joys. < 1478384572 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :pikhq: you might be amused by this: https://petition.parliament.uk/petitions/114003 < 1478384587 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :Highly. < 1478384589 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :(dating from january 2016, well before most of the horrible stuff came out) < 1478384602 0 :ChanServ!ChanServ@services. MODE #esoteric +o :ais523 < 1478384622 0 :ais523!~ais523@unaffiliated/ais523 MODE #esoteric +b :*!*@186.220.0.0/14 < 1478384637 0 :ais523!~ais523@unaffiliated/ais523 MODE #esoteric +b :*!*@189.54.0.0/15 < 1478384640 0 :ais523!~ais523@unaffiliated/ais523 MODE #esoteric -o :ais523 < 1478384705 0 :augur!~augur@2601:645:4100:15f2:7880:5bf7:aa5b:f807 QUIT :Ping timeout: 260 seconds < 1478384714 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric : This is a bit of an occasion, because the first petition has been signed by more people than any other in this Parliament. It has 573,971 signatures, and its title is “Block Donald J Trump from UK entry”. The second petition is titled “Don’t ban Trump from the United Kingdom”. That petition is curious. It has 42,898 signatures, but 30,000 signatures were removed because they were thought to be suspect and coming from one < 1478384715 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :source. Anyone who is trying to rig the system should be aware that they will be found out. < 1478384724 0 :augur!~augur@2601:645:4100:15f2:7d51:bca9:b22:6436 JOIN :#esoteric < 1478384742 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :wait, these people were rigging votes back in /January/? < 1478384800 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :It's frankly pretty standard alt right BS. < 1478384820 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :Remember, we're talking about people who think 4chan has been taken over by "SJWs". < 1478384843 0 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :Ah, that one's dead already < 1478384845 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07BurgerFlipper14]]4 N10 02https://esolangs.org/w/index.php?oldid=50148 5* 03Zemeckis 5* (+1553) 10Created page with "'''BurgerFlipper''' is an esoteric programming language designed by [[User: Zemeckis]]. It is directly inspired of [[Brainfuck]], however, every other command, other than the..." < 1478384858 0 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :er, *@189.54.225.54 that is < 1478384861 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07BurgerFlipper14]]4 10 02https://esolangs.org/w/index.php?diff=50149&oldid=50148 5* 03Zemeckis 5* (-2) 10 < 1478384863 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :pikhq: I know, I just hadn't realised they'd been organized that long < 1478384874 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :FireFly: most of the spam (in this and other channels) is from one ISP < 1478384876 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :so I blocked the ISP < 1478384884 0 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :ACTION nods < 1478384895 0 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :that's not really viable for freenode unfortunately :p < 1478384933 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Talk:BurgerFlipper14]]4 N10 02https://esolangs.org/w/index.php?oldid=50150 5* 03Zemeckis 5* (+101) 10Created page with "If you can format this page better than I can, please feel free. I'm not great text-based formatting." < 1478384935 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :indeed < 1478384953 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :Meanwhile, I would like to complain about that "falsehoods programmers believe about addresses" article. One of its counterexamples is in an incorrect format. < 1478384974 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :oh wow, that esolang is even worse than I thought it would be from the edit summary < 1478384985 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Joke language list14]]4 10 02https://esolangs.org/w/index.php?diff=50151&oldid=50088 5* 03Zemeckis 5* (+20) 10 < 1478385001 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :at least the creator seems to /know/ it's terrible :-P < 1478385029 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :It uses a Japanese address as a counterexample, but uses the format that is used for Japanese script addresses in Japan (but transcribed), which is not correct for Roman alphabet addresses... < 1478385089 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07User:Zemeckis14]]4 10 02https://esolangs.org/w/index.php?diff=50152&oldid=50147 5* 03Zemeckis 5* (+141) 10 < 1478385098 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :It gives "980-0804 Miyagi-ken Sendai-shi Aoba-ku Kokubuncho 4-10-20 Sendai 401". Which is... very incorrect. < 1478385207 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Talk:BurgerFlipper14]]4 10 02https://esolangs.org/w/index.php?diff=50153&oldid=50150 5* 03Zemeckis 5* (+94) 10 < 1478385291 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07BurgerFlipper14]]4 10 02https://esolangs.org/w/index.php?diff=50154&oldid=50149 5* 03Zemeckis 5* (+1) 10 < 1478385653 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07BurgerFlipper14]]4 10 02https://esolangs.org/w/index.php?diff=50155&oldid=50154 5* 03Zemeckis 5* (+0) 10 < 1478385663 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :Correct address format would be... "Sendai 401\n4-10-20 Kokubuncho, Aoba-ku\nSendai Miyagi-ken 980-0804" < 1478385796 0 :pikhq!~pikhq@75-163-170-132.clsp.qwest.net PRIVMSG #esoteric :(when written in Roman letters, Japanese addresses more-or-less follow the ordering that would be normal for English speakers. Modulo fundamental differences in the address scheme.) < 1478386002 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Talk:BurgerFlipper14]]4 10 02https://esolangs.org/w/index.php?diff=50156&oldid=50153 5* 03Zemeckis 5* (+86) 10 < 1478386038 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07BurgerFlipper14]]4 10 02https://esolangs.org/w/index.php?diff=50157&oldid=50155 5* 03Zemeckis 5* (+22) 10 < 1478386241 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07BurgerFlipper14]]4 10 02https://esolangs.org/w/index.php?diff=50158&oldid=50157 5* 03Zemeckis 5* (+0) 10 < 1478386817 0 :moony!~luxon@unaffiliated/moonythedwarf QUIT :Ping timeout: 244 seconds < 1478387096 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 260 seconds < 1478387209 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1478387363 0 :moony!~luxon@unaffiliated/moonythedwarf JOIN :#esoteric < 1478387937 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net JOIN :#esoteric < 1478388727 0 :DHeadshot_!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net JOIN :#esoteric < 1478388749 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net QUIT :Read error: Connection reset by peer < 1478388948 0 :DHeadshot_!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net QUIT :Read error: Connection reset by peer < 1478388960 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net JOIN :#esoteric < 1478389140 0 :AnotherTest!~turingcom@ptr-2hj4tbos9tbg7rh1tdsqv40aq.ip6.access.telenet.be QUIT :Ping timeout: 260 seconds < 1478389208 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Quit: Leaving < 1478389212 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net QUIT :Ping timeout: 250 seconds < 1478389473 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1478389602 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1478390139 0 :LKoen!~LKoen@2a01:e35:2eed:a430:b595:1bdc:862c:2ff5 JOIN :#esoteric < 1478390192 0 :LKoen!~LKoen@2a01:e35:2eed:a430:b595:1bdc:862c:2ff5 QUIT :Client Quit