< 1475798442 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :İ is a horrifying letter < 1475798509 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net PRIVMSG #esoteric :All the more horrifying when you want to think about how it fits into C locales. < 1475798548 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net PRIVMSG #esoteric :... Near as I can tell, the spec isn't even specific enough to let you know if the Turkish case mapping is a permissible implementation. < 1475798842 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :the spec doesn't allow for a language which isn't localely-euclidean < 1475799048 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :that still leaves manifold options < 1475799091 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :@wn manifold < 1475799092 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :*** "manifold" wn "WordNet (r) 3.0 (2006)" < 1475799092 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :manifold < 1475799092 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : adj 1: many and varied; having many features or forms; "manifold < 1475799092 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : reasons"; "our manifold failings"; "manifold < 1475799092 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : intelligence"; "the multiplex opportunities in high < 1475799094 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :[11 @more lines] < 1475799122 0 :fizzie!?@? PRIVMSG #esoteric :I think I've seen "...!" in a book, but not really as a trailing exclamation, more of a delayed realization. < 1475799157 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :shachaf: are you doubting my puns tdnh < 1475799184 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oerjan: no, i was wondering whether that use is legitimate, because i'd avoided it in the past < 1475799187 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :but it seems fine < 1475799257 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :fizzie: Yeah < 1475799286 0 :dingbat!uid70835@gateway/web/irccloud.com/x-dakdqndhqczbhijc PRIVMSG #esoteric :hppavilion[1]: ah yeah I see what you mean now. I often have a need for for the question- and bang-comma < 1475799375 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :@more < 1475799375 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : technology" [syn: {manifold}, {multiplex}] < 1475799375 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : n 1: a pipe that has several lateral outlets to or from other < 1475799375 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : pipes < 1475799375 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : 2: a lightweight paper used with carbon paper to make multiple < 1475799375 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : copies; "an original and two manifolds" [syn: {manifold < 1475799377 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :[6 @more lines] < 1475799403 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :What would "" mean I wonder?.. < 1475799404 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :shachaf: it seems a bit scow that @wn gives examples with synonyms instead... < 1475799420 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :dingbat: And interrobang-comma, of course < 1475799768 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric : ais523: It was intended to be very obscure so that as you decode it into intelligible English, you get the joke <-- pretty sure it failed hth < 1475799796 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :(well, not at the obscure part) < 1475799874 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: Not obscure, but bizarre < 1475799936 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :"obscure" was just the best word that came to mind < 1475799978 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :OKAY < 1475800173 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :<\oren\> the unicode database in hackego is clearly outdated <-- how out of date? i upgraded it a few months ago, although some commands might not use the right one... < 1475800181 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat bin/unicode < 1475800181 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​#!/usr/bin/env python \ # -*- encoding: utf-8 -*- \ import re \ import sys, os \ import unicodedata \ def l(c): m = re.match('(?:U[+])?([0-9a-f]{1,5})$', c, re.I); return unicodedata.lookup(c) if m is None else unichr(int(m.group(1),16)) \ try: \ print u''.join(map(l, sys.argv[1:])).encode('utf-8') \ except KeyError: \ os.execvp("multico < 1475800205 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat bin/multicode < 1475800206 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​#!/usr/bin/python \ \ \ import os, glob, sys, unicodedata, locale, gzip, re, traceback, encodings \ import urllib, webbrowser, textwrap \ \ # bz2 was introduced in 2.3, we want this to work also with earlier versions \ try: \ import bz2 \ except ImportError: \ bz2 = None \ \ # for python3 \ try: \ unicode \ except NameError: \ < 1475800219 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`url bin/multicode < 1475800221 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :http://codu.org/projects/hackbot/fshg/index.cgi/file/tip/bin/multicode < 1475800290 0 :carado!~carado@bea44-1-78-193-226-57.fbxo.proxad.net QUIT :Ping timeout: 244 seconds < 1475800337 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`doag bin/multicode < 1475800339 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :2016-09-25 revert 58b9ee8f97a7 \ 2016-09-25 ` rm --no-preserve-root -rfv / # testing, plz no ban \ 2016-01-13 ` sed -i \'s!bin/UnicodeD!share/UnicodeD!\' bin/multicode; mv {bin,share}/UnicodeD* \ 2015-06-21 revert \ 2015-06-21 rm bin -r \ 2014-04-25 mv bin/{un,mult}icode && (head -n -1 bin/unico < 1475800362 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`doag bin/unicode < 1475800364 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :2016-09-25 revert 58b9ee8f97a7 \ 2016-09-25 ` rm --no-preserve-root -rfv / # testing, plz no ban \ 2015-06-21 revert \ 2015-06-21 rm bin -r \ 2014-04-25 sed -i \'s/"multicode", /"multicode", ["multicode"] +/\' bin/unicode \ 2014-04-25 chmod +x bin/unicode \ 2014-04-25 mv bin/{un,mult}icod < 1475800381 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :probably only multicode uses it < 1475800545 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` multicode MODIFIER LETTER | tr -d ' -~\n' < 1475800546 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​ʰʱʲʳʴʵʶʷʸʹ < 1475800582 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net QUIT :Ping timeout: 265 seconds < 1475800602 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`ls share < 1475800603 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :8ballreplies \ autowelcome_status \ awesome \ candide \ cat \ Complaints.mp3 \ conscripts \ construct_grams.pl \ delvs-master \ dict-words \ esolangs.txt \ esolangs.txt.sorted \ headers \ headers.gch \ hello \ lua \ maimer \ maimery \ maze \ mtg \ nothp \ recipe \ scapegoats \ sedtest \ tanebgrep \ UnicodeData.txt \ units.dat \ usercmds \ WordData < 1475800702 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`fetch http://ftp.unicode.org/Public/UNIDATA/UnicodeData.txt < 1475800705 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :2016-10-06 23:38:03 URL:http://ftp.unicode.org/Public/UNIDATA/UnicodeData.txt [1686443/1686443] -> "UnicodeData.txt" [1] < 1475800710 0 :moonythedwarf_!~IceChat9@unaffiliated/moonythedwarf JOIN :#esoteric < 1475800718 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` diff Unic* share/Unic* < 1475800719 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1475800781 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :@tell \oren\ HackEgo's share/UnicodeData.txt is still the newest from unicode.org < 1475800781 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Consider it noted. < 1475800831 0 :moonythedwarf!~IceChat9@unaffiliated/moonythedwarf QUIT :Ping timeout: 272 seconds < 1475801010 0 :xkapastel!uid17782@gateway/web/irccloud.com/x-gsglaryuddpatgal JOIN :#esoteric < 1475801048 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` rm Unic* < 1475801050 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1475801056 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`lastfiles < 1475801057 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :UnicodeData.txt < 1475801069 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :zachtrpnics really knows how to nerdsnipe < 1475801128 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :What was that one command kind of like `url? < 1475801392 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :that's a very vague question < 1475801406 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :but either `paste or `hurl may do < 1475801465 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :hurl < 1475801471 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Which stands for... < 1475801483 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :hoag url, maybe < 1475801489 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`doag bin/hurl < 1475801490 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :2016-10-02 ` cp bin/{,h}url; sed -i \'11s/file/log/\' bin/hurl < 1475801506 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Why is hoag called hoag, again? < 1475801516 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :hog -> hoag because of an added feature, perhaps < 1475801519 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :hog = hg log < 1475801521 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :makes sense < 1475801853 0 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Remote host closed the connection < 1475801892 0 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1475802092 0 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Read error: Connection reset by peer < 1475802138 0 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1475802461 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :oh dear < 1475802744 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=49874&oldid=49869 5* 03Oerjan 5* (-37) 10Gah, this link broke the filter < 1475803266 0 :centrinia!~centrinia@107-208-218-105.lightspeed.tukrga.sbcglobal.net QUIT :Quit: Leaving < 1475803711 0 :sewilton!uid32560@gateway/web/irccloud.com/x-msghsvfkoupbxipm JOIN :#esoteric < 1475804393 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Special:Log/abusefilter14]]4 modify10 02 5* 03Oerjan 5* 10modified [[02Special:AbuseFilter/910]] ([[Special:AbuseFilter/history/9/diff/prev/55]]) < 1475804492 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :uh, mini metro is about to be released for mobile plattforms this month < 1475804495 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :i hope this doesn't break some other corner case when people aren't editing that page... < 1475804532 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :@tell ais523 I hope my latest abuse filter tweak doesn't break something else... < 1475804532 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Consider it noted. < 1475804621 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :mini metro? < 1475804803 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07User talk:AngelicosPhosphoros14]]4 N10 02https://esolangs.org/w/index.php?oldid=49875 5* 03Oerjan 5* (+287) 10Sorry for the trouble < 1475804936 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Does entropy have dimension? If so, what? < 1475805038 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07User talk:TuxCrafting14]]4 N10 02https://esolangs.org/w/index.php?oldid=49876 5* 03Oerjan 5* (+304) 10Oops < 1475805075 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net PRIVMSG #esoteric :Entropy's dimension is energy/temperature. < 1475805093 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net PRIVMSG #esoteric :Ergo we should measure data in joules/kelvin. < 1475805243 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :pikhq: Perhaps, but I'm going for Planck. Is there a minimum temperature under Planck? < 1475805287 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :the planck units aren't necessarily minima or maxima < 1475805305 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: But many of them are < 1475805323 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :(The ones that aren't aggravate me) < 1475805329 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net PRIVMSG #esoteric :The non-derived ones *tend* to be. < 1475805335 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Yes < 1475805335 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net PRIVMSG #esoteric :The derived ones are all over the place. < 1475805370 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :pikhq: Planck acceleration: c/t_P < 1475805371 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net PRIVMSG #esoteric :The planck temperature does not seem to be the absolute maximum, but it is the absolute maximum that current theory can function on. < 1475805387 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net PRIVMSG #esoteric :Greater than that and you need a working theory of quantum gravity, which we don't have, apparently. < 1475805401 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net PRIVMSG #esoteric :There is a minimum temperature in Plack units. 0. < 1475805415 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net PRIVMSG #esoteric ::) < 1475805424 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :(the acceleration that gets you from 0 to c in 1 planck time flat) < 1475805425 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :pikhq: :P < 1475805494 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :pikhq: Correction: What's the minimum *difference* in temperature under Planck? The fancy version of degrees Fahrenheit (oh my god I spelled it right)/Celsius/Kelvin/Rankine < 1475805501 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :that is pretty fast < 1475805518 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net PRIVMSG #esoteric :I don't know if there is a well known quanta of temperature. < 1475805535 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net PRIVMSG #esoteric :A physicist rather than a physics amateur might help you there. < 1475805599 0 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Ping timeout: 265 seconds < 1475805713 0 :jeffl42!?@? NICK :jeffl35 < 1475805714 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric : `WELCOME dingbat <-- hm, after the links got shortened, they should be insensitive. < 1475805747 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` ls wisdom/jeff* < 1475805749 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :ls: cannot access wisdom/jeff*: No such file or directory < 1475805770 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :[physicist]: "¡Whew! ¿What's the temperature out here today?" [Man] "Uhh... (checks old-timey thermometer) negative 10." [physicist] "Really? Celsius or Fahrenheit?" [Man] "Kelvin" (Physicist promptly vanishes in a puff of logic) < 1475805792 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :insert missing ¿s and ¡s as needed < 1475805796 0 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1475805804 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :negative temperature has been claimed. < 1475805806 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net PRIVMSG #esoteric :s/logic/heat/ < 1475805819 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :pikhq: ...sure? < 1475805834 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :s/heat/empirical evidence/ < 1475805944 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net PRIVMSG #esoteric :Within some closed systems with a very limited number of energy states, negative temperatures can start falling out of equations in very high energy states. < 1475805982 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net PRIVMSG #esoteric :This doesn't happen with e.g. atoms, though. < 1475806157 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :i vaguely recall someone claiming that was just using the wrong definitions, though. < 1475806172 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :`u8tbl 0x2731 0x2738 < 1475806172 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​✱✲✳✴✵✶✷✸ < 1475806188 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :starry starry night < 1475806854 0 :moonythedwarf_!~IceChat9@unaffiliated/moonythedwarf QUIT :Ping timeout: 264 seconds < 1475807194 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :`unicode 273d < 1475807194 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​✽ < 1475807205 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :`unicode ✽ < 1475807207 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :U+273D HEAVY TEARDROP-SPOKED ASTERISK \ UTF-8: e2 9c bd UTF-16BE: 273d Decimal: ✽ \ ✽ \ Category: So (Symbol, Other) \ Bidi: ON (Other Neutrals) < 1475807335 0 :OriginalOldMan!18116eea@gateway/web/freenode/ip.24.17.110.234 JOIN :#esoteric < 1475807926 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :`` u8tbl 0x2731 0x2738 | sed 's/ //g' | icode < 1475807927 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1475807932 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :...damn < 1475807938 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :`` u8tbl 0x2731 0x2738 | sed 's/ //g' < 1475807939 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​✱✲✳✴✵✶✷✸ < 1475807944 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :...huh. < 1475807962 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :`` u8tbl 0x2731 0x2738 | sed 's/ //g' | unidecode < 1475807963 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1475807984 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :`` unidecode ✱✲✳✴✵✶✷✸ < 1475807985 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​[U+2731 HEAVY ASTERISK] [U+2732 OPEN CENTRE ASTERISK] [U+2733 EIGHT SPOKED ASTERISK] [U+2734 EIGHT POINTED BLACK STAR] [U+2735 EIGHT POINTED PINWHEEL STAR] [U+2736 SIX POINTED BLACK STAR] [U+2737 EIGHT POINTED RECTILINEAR BLACK STAR] [U+2738 HEAVY EIGHT POINTED RECTILINEAR BLACK STAR] < 1475807994 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :...wat? < 1475807998 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Wait < 1475808001 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :`` u8tbl 0x2731 0x2738 | sed 's/ //g' | unidecode | echo < 1475808001 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :close failed in file object destructor: \ sys.excepthook is missing \ lost sys.stderr < 1475808018 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :OK, I have no clue what's going on < 1475808025 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Wait, unidecode doesn't work well in ``, does it? < 1475808027 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Crap < 1475808128 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :`` u8tbli 0x2731 0x2738 < 1475808129 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1475808195 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :`u8tbli 0x2731 0x2738 < 1475808196 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​[U+2731 HEAVY ASTERISK] [U+2732 OPEN CENTRE ASTERISK] [U+2733 EIGHT SPOKED ASTERISK] [U+2734 EIGHT POINTED BLACK STAR] [U+2735 EIGHT POINTED PINWHEEL STAR] [U+2736 SIX POINTED BLACK STAR] [U+2737 EIGHT POINTED RECTILINEAR BLACK STAR] [U+2738 HEAVY EIGHT POINTED RECTILINEAR BLACK STAR] < 1475808198 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric ::) < 1475808230 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :...there weren't any spaces in it in the first place >.< < 1475808468 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :What's the name for a sort of set-clustering function? Given a set of values S and a function f from those values to something for which the concept of equality makes sense (i.e. most things), the f-cluster of S is a set of sets of values, grouped by those where f x is the same as all others in the set. < 1475808557 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :kernel < 1475808566 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :shachaf: ty < 1475808699 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` doag bin/u8tbli < 1475808701 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :2016-10-07 mkx bin/u8tbli//unidecode `u8tbl $1 $2` \ 2016-10-07 mkx bin/u8tbli//unidecode `u8tbl $1 $2 | sed \'s/ //g\'` \ 2016-10-07 mkx bin/u8tbli//u8tbl $1 $2 | sed \'s/ //g\' | unidecode < 1475808720 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :or coimage? < 1475808720 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :shhhhhh < 1475808906 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` echo $1; echo $2 < 1475808907 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :echo $1; echo $2 < 1475808922 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` echo $1; echo $2; echo hi < 1475808923 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :echo $1; echo $2; echo hi \ \ hi < 1475808964 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :("$@" is the usual way of saying that) < 1475809062 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :`` echo < 1475809063 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1475809065 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :`` echo hi < 1475809066 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :hi < 1475809081 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :`` echo $1 < 1475809082 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :echo $1 < 1475809393 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :`` echo $1 foo bar < 1475809393 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :echo $1 foo bar foo bar < 1475809441 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :`` echo $1 $1 < 1475809442 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :echo $1 $1 echo $1 $1 < 1475809462 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :`` echo `echo $1` < 1475809463 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :echo `echo $1` < 1475809479 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :`` echo `echo $1 $1` < 1475809480 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :echo `echo $1 $1` echo `echo $1 $1` < 1475809492 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :`` echo `echo $1` $1 < 1475809492 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :echo `echo $1` $1 echo `echo $1` $1 < 1475809814 0 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Read error: Connection reset by peer < 1475811493 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is QUIT :Quit: Zarutian < 1475811680 0 :MDead!~MDude@c-73-187-225-46.hsd1.pa.comcast.net JOIN :#esoteric < 1475811699 0 :MDead!~MDude@c-73-187-225-46.hsd1.pa.comcast.net QUIT :Client Quit < 1475812803 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :`u8tbl 0x3190 0x319f < 1475812804 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​㆐㆑㆒㆓㆔㆕㆖㆗㆘㆙㆚㆛㆜㆝㆞㆟ < 1475812904 0 :sewilton!uid32560@gateway/web/irccloud.com/x-msghsvfkoupbxipm QUIT :Quit: Connection closed for inactivity < 1475812948 0 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Remote host closed the connection < 1475814530 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :I kind of like the idea of the default looping construct for an esolang being a while(1) loop, with conditional breaks. < 1475814875 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :where anything between [] loops indefinitely, unless broken by an unconditional break ';' or a conditional break '?'. conditional blocks become a series of subloops that terminate early. < 1475814950 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :https://www.youtube.com/watch?v=16AYJ5H7Pr0 < 1475814997 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :that video is exceptionally loud. < 1475815950 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no QUIT :Quit: Nite < 1475816337 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :https://www.youtube.com/watch?v=BaMCvh5qzo8 < 1475816371 0 :Kaynato!~Aedile@cpe-174-100-169-144.neo.res.rr.com JOIN :#esoteric < 1475818392 0 :`^_^v!~nycs@96.9.90.8 JOIN :#esoteric < 1475821104 0 :izalove!~izabera@unaffiliated/izabera PRIVMSG #esoteric :http://i.imgur.com/lRcztwu.png < 1475821897 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :OK, I have to ask, is http://xkcd.com/713/ at all legally possible? < 1475821928 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net PRIVMSG #esoteric :Legally? I don't see why not. < 1475821984 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :pikhq: I mean are there any remotely popular GeoIP databases that I can change my location in? < 1475821993 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net PRIVMSG #esoteric :Ah. Dunno. < 1475823506 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Would a solution to the 3-body problem give you Lagrange points for 3-object systems? Somehow? < 1475823680 0 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1475824009 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :(cyclogram: a series of words satisfying the property that each word starts with the terminal letter of its predecessor. A chained cyclogram has the first word consider the last its predecessor) < 1475824027 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :(Note that this makes any word (.).*($1) count < 1475824029 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :) < 1475825025 0 :`^_^v!~nycs@96.9.90.8 QUIT :Quit: This computer has gone to sleep < 1475825150 0 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Remote host closed the connection < 1475827694 0 :AnotherTest!~turingcom@ptr-2hj4tbos9tbg7ovqr0zslthq3.ip6.access.telenet.be JOIN :#esoteric < 1475828201 0 :^v!pixel@me.pxtst.com QUIT :Quit: ZNC - http://znc.in < 1475828235 0 :^v!pixel@me.pxtst.com JOIN :#esoteric < 1475828328 0 :xkapastel!uid17782@gateway/web/irccloud.com/x-gsglaryuddpatgal QUIT :Quit: Connection closed for inactivity < 1475828814 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Just learned about Epigenetics < 1475828832 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :They can train rats to fear the smell of tasty fruits (with electric shocks) < 1475828835 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :Which is normal < 1475828848 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :But then their children had the same reaction < 1475828868 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net PRIVMSG #esoteric :This is a bad world. < 1475829019 0 :OriginalOldMan!18116eea@gateway/web/freenode/ip.24.17.110.234 QUIT :Quit: Page closed < 1475829377 0 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 256 seconds < 1475829502 0 :augur!~augur@2601:645:8100:c347:cdab:edfd:6c14:f09e JOIN :#esoteric < 1475830347 0 :MoALTz!~no@78-11-247-26.static.ip.netia.com.pl JOIN :#esoteric < 1475830894 0 :carado!~carado@bea44-1-78-193-226-57.fbxo.proxad.net JOIN :#esoteric < 1475833412 0 :aloril!~aloril@dsl-tkubrasgw1-54fa3f-129.dhcp.inet.fi QUIT :Read error: Connection reset by peer < 1475833566 0 :aloril!~aloril@dsl-tkubrasgw1-54fa3f-129.dhcp.inet.fi JOIN :#esoteric < 1475833923 0 :lifthrasiir!~lifthrasi@115.68.131.49 PRIVMSG #esoteric :hppavilion[1]: cruel human < 1475834514 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :do you know about little albert? < 1475834542 0 :MoALTz!~no@78-11-247-26.static.ip.netia.com.pl QUIT :Ping timeout: 256 seconds < 1475835618 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net QUIT :Ping timeout: 264 seconds < 1475836092 0 :Moony!53f95932@gateway/web/freenode/ip.83.249.89.50 QUIT :Ping timeout: 240 seconds < 1475836252 0 :`^_^v!~nycs@96.9.90.8 JOIN :#esoteric < 1475839820 0 :Akaibu!uid118096@gateway/web/irccloud.com/x-kvlrhqpgyyxxjjpw QUIT :Quit: Connection closed for inactivity < 1475843049 0 :Reece`!~Ner@cpc88067-wiga13-2-0-cust35.18-3.cable.virginm.net JOIN :#esoteric < 1475843386 0 :Kaynato!~Aedile@cpe-174-100-169-144.neo.res.rr.com QUIT :Ping timeout: 265 seconds < 1475844809 0 :nortti_!nortti@ayu.smar.moe JOIN :#esoteric < 1475844818 0 :nortti!nortti@ayu.smar.moe QUIT :Quit: Reconnecting < 1475844829 0 :nortti_!?@? NICK :nortti < 1475845789 0 :Kaynato!~Aedile@casewireless03.CWRU.Edu JOIN :#esoteric < 1475845839 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1475849448 0 :newsham!~chat@udp217044uds.hawaiiantel.net QUIT :*.net *.split < 1475849763 0 :newsham!~chat@udp217044uds.hawaiiantel.net JOIN :#esoteric < 1475850234 0 :Kaynato!~Aedile@casewireless03.CWRU.Edu QUIT :Ping timeout: 264 seconds < 1475851416 0 :Frooxius!~Frooxius@194.108.5.201 QUIT :Read error: Connection reset by peer < 1475851545 0 :Frooxius!~Frooxius@194.108.5.201 JOIN :#esoteric < 1475852283 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 272 seconds < 1475852311 0 :moonythedwarf!~IceChat9@unaffiliated/moonythedwarf JOIN :#esoteric < 1475852399 0 :Kaynato!~Aedile@casewireless09.cwru.edu JOIN :#esoteric < 1475852448 0 :PinealGlandOptic!~PinealGla@82.144.205.57 JOIN :#esoteric < 1475852504 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1475853054 0 :`^_^v!~nycs@96.9.90.8 QUIT :Quit: This computer has gone to sleep < 1475853277 0 :moonythedwarf_!~IceChat9@unaffiliated/moonythedwarf JOIN :#esoteric < 1475853304 0 :moonythedwarf!~IceChat9@unaffiliated/moonythedwarf QUIT :Ping timeout: 265 seconds < 1475853382 0 :Caesura!~Aedile@casewireless09.CWRU.Edu JOIN :#esoteric < 1475853613 0 :Kaynato!~Aedile@casewireless09.cwru.edu QUIT :Ping timeout: 272 seconds < 1475853738 0 :clog!~nef@bespin.org QUIT :*.net *.split < 1475853738 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de QUIT :*.net *.split < 1475853738 0 :Gregor!dlopen@64.62.173.65 QUIT :*.net *.split < 1475853739 0 :dingbat!uid70835@gateway/web/irccloud.com/x-dakdqndhqczbhijc QUIT :*.net *.split < 1475853739 0 :feliks!wN2Is6VBYG@unaffiliated/feliks QUIT :*.net *.split < 1475853739 0 :sparr!~sparr@pdpc/supporter/active/sparr QUIT :*.net *.split < 1475853740 0 :ocharles_!sid30093@gateway/web/irccloud.com/x-bagocfjthhureaek QUIT :*.net *.split < 1475853740 0 :pecan!pecan@2600:3c03::f03c:91ff:fe55:55e8 QUIT :*.net *.split < 1475853740 0 :hue!hue@zirc/no-waifu-no-laifu/eclipse QUIT :*.net *.split < 1475853740 0 :ybden!ybden@unaffiliated/ybden QUIT :*.net *.split < 1475853741 0 :lynn!sid154965@gateway/web/irccloud.com/x-iuhmdjwwjoqpfpho QUIT :*.net *.split < 1475853741 0 :incomprehensibly!sid3405@gateway/web/irccloud.com/x-lcfikdtuhmpnodml QUIT :*.net *.split < 1475853742 0 :zgrep!sid43445@gateway/web/irccloud.com/x-byinzggkeviklrib QUIT :*.net *.split < 1475853742 0 :Taneb!~Taneb@2001:41c8:51:10d:feff:ff:fe00:316b QUIT :*.net *.split < 1475853749 0 :Gregor!dlopen@64.62.173.65 JOIN :#esoteric < 1475853749 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de JOIN :#esoteric < 1475853750 0 :clog!~nef@bespin.org JOIN :#esoteric < 1475853752 0 :pecan!~pecan@li904-82.members.linode.com JOIN :#esoteric < 1475853772 0 :hue!hue@zirc/no-waifu-no-laifu/eclipse JOIN :#esoteric < 1475853772 0 :ybden!ybden@unaffiliated/ybden JOIN :#esoteric < 1475853776 0 :feliks!hudF2JuR6T@2a00:d0c0:200:0:b9:1a:9c17:380 JOIN :#esoteric < 1475853805 0 :Taneb!~Taneb@runciman.hacksoc.org JOIN :#esoteric < 1475853882 0 :sparr!~sparr@2604:a880:800:10::103:f001 JOIN :#esoteric < 1475853969 0 :zgrep!sid43445@gateway/web/irccloud.com/x-pukcnrccaadwelzc JOIN :#esoteric < 1475853975 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net JOIN :#esoteric < 1475853980 0 :ocharles_!sid30093@gateway/web/irccloud.com/x-xcscgfelfivqwqsd JOIN :#esoteric < 1475854026 0 :incomprehensibly!sid3405@gateway/web/irccloud.com/x-vxbhwfaicgcflxqu JOIN :#esoteric < 1475854061 0 :dingbat!uid70835@gateway/web/irccloud.com/x-wmqlpvfoktorrbbj JOIN :#esoteric < 1475854145 0 :Caesura!~Aedile@casewireless09.CWRU.Edu QUIT :Ping timeout: 272 seconds < 1475854292 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1475854370 0 :lynn_!sid154965@gateway/web/irccloud.com/x-pmckojzitqsuaafj JOIN :#esoteric < 1475855521 0 :copumpkin!~copumpkin@haskell/developer/copumpkin JOIN :#esoteric < 1475855538 0 :lynn_!?@? NICK :lynn < 1475855559 0 :lynn!sid154965@gateway/web/irccloud.com/x-pmckojzitqsuaafj QUIT :Changing host < 1475855559 0 :lynn!sid154965@unaffiliated/lynn JOIN :#esoteric < 1475855559 0 :lynn!sid154965@unaffiliated/lynn QUIT :Changing host < 1475855559 0 :lynn!sid154965@gateway/web/irccloud.com/x-pmckojzitqsuaafj JOIN :#esoteric < 1475858020 0 :Cale!~cale@CPEc8d3a35c2cdd-CM0c473de9d680.cpe.net.cable.rogers.com QUIT :Read error: Connection reset by peer < 1475858087 0 :Cale!~cale@2607:fea8:9840:ec6:8d2e:e245:6026:9eab JOIN :#esoteric < 1475858124 0 :Caesura!~Aedile@casewireless03.CWRU.Edu JOIN :#esoteric < 1475858604 0 :moonythedwarf!~IceChat9@unaffiliated/moonythedwarf JOIN :#esoteric < 1475858640 0 :moonythedwarf_!~IceChat9@unaffiliated/moonythedwarf QUIT :Ping timeout: 265 seconds < 1475859298 0 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1475859905 0 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 252 seconds < 1475860645 0 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1475861019 0 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 244 seconds < 1475861286 0 :Caesura!~Aedile@casewireless03.CWRU.Edu QUIT :Ping timeout: 264 seconds < 1475861417 0 :Caesura!~Aedile@casewireless03.CWRU.Edu JOIN :#esoteric < 1475863721 0 :Cale!~cale@2607:fea8:9840:ec6:8d2e:e245:6026:9eab QUIT :Ping timeout: 272 seconds < 1475863767 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :what do you think about a roguelike where you have two different characters and you can move either of them per turn < 1475864244 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I had a dream about NetHack in which it gained an stylized sort of graphics modeled after the current ASCII. < 1475864247 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :It was pretty good. < 1475864268 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :what < 1475864394 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no QUIT :Quit: Later < 1475864484 0 :Cale!~cale@CPEc8d3a35c2cdd-CM0c473de9d680.cpe.net.cable.rogers.com JOIN :#esoteric < 1475864539 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Another assembly game from Zachtronics. < 1475864557 0 :ybden!ybden@unaffiliated/ybden PRIVMSG #esoteric :Ooh? < 1475864562 0 :ybden!ybden@unaffiliated/ybden PRIVMSG #esoteric :What's this one called? < 1475864744 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :http://www.zachtronics.com/shenzhen-io/ < 1475864844 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is JOIN :#esoteric < 1475864879 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is QUIT :Read error: Connection reset by peer < 1475864924 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is JOIN :#esoteric < 1475865046 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org JOIN :#esoteric < 1475865082 0 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :Oh right < 1475865339 0 :Caesura!~Aedile@casewireless03.CWRU.Edu QUIT :Ping timeout: 265 seconds < 1475865359 0 :Reece`!~Ner@cpc88067-wiga13-2-0-cust35.18-3.cable.virginm.net QUIT :Ping timeout: 244 seconds < 1475865446 0 :Reece`!~Ner@cpc88067-wiga13-2-0-cust35.18-3.cable.virginm.net JOIN :#esoteric < 1475865500 0 :ybden!ybden@unaffiliated/ybden PRIVMSG #esoteric :I like the motto < 1475865514 0 :ybden!ybden@unaffiliated/ybden PRIVMSG #esoteric :That looks very cool < 1475865634 0 :pecan!~pecan@li904-82.members.linode.com PRIVMSG #esoteric :“where every instruction can be conditionally executed” → it looks like x86 mixed with some old RISC designs < 1475865639 0 :pecan!~pecan@li904-82.members.linode.com PRIVMSG #esoteric :intersting < 1475865641 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :i wish they would port more gamea to android < 1475865655 0 :ybden!ybden@unaffiliated/ybden PRIVMSG #esoteric :Sounds like ARM < 1475865681 0 :pecan!~pecan@li904-82.members.linode.com PRIVMSG #esoteric :A lot of designs shortly after the berkley risc paper were like that < 1475865709 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :i thought arm dropped a lot of predicated instructions < 1475865717 0 :pecan!~pecan@li904-82.members.linode.com PRIVMSG #esoteric :AArch64 did yeah < 1475865721 0 :pecan!~pecan@li904-82.members.linode.com PRIVMSG #esoteric :it's more like RISC-V < 1475865779 0 :Caesura!~Aedile@casewireless03.CWRU.Edu JOIN :#esoteric < 1475866542 0 :moonythedwarf!~IceChat9@unaffiliated/moonythedwarf QUIT :Ping timeout: 264 seconds < 1475867254 0 :MoALTz!~no@78-11-247-26.static.ip.netia.com.pl JOIN :#esoteric < 1475867324 0 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1475867626 0 :OriginalOldMan!18116eea@gateway/web/freenode/ip.24.17.110.234 JOIN :#esoteric < 1475867788 0 :Akaibu!uid118096@gateway/web/irccloud.com/x-xmmqwdcuuaojkzsk JOIN :#esoteric < 1475868103 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :...oh my fucking god http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&r=1&f=G&l=50&s1=5,946,647.PN.&OS=PN/5,946,647&RS=PN/5,946,647 is horrifying < 1475868205 0 :Caesura!~Aedile@casewireless03.CWRU.Edu QUIT :Ping timeout: 272 seconds < 1475868272 0 :Caesura!~Aedile@casewireless03.CWRU.Edu JOIN :#esoteric < 1475868395 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :what, the length of the url is horrfying? I agree < 1475868433 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :so basically android repeatedly breaks that with their "oh, you try to open a link, let me open the right app for that"? < 1475868504 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :february 1996; that patent is expired < 1475868820 0 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :The title and abstract of a patent don't tell you much, you have to look at the claims < 1475868851 0 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :But yeah, looking at the claims, that patent is pretty bad < 1475868893 0 :PinealGlandOptic!~PinealGla@82.144.205.57 QUIT :Ping timeout: 244 seconds < 1475868963 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :anyway, maybe I should just implement the remaining subscript, superscript, and smallcap letters in my font ans submit to the Unicode Consortium < 1475868988 0 :MDude!~MDude@c-73-187-225-46.hsd1.pa.comcast.net QUIT :Remote host closed the connection < 1475868998 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :wait, what do them have to do with fonts? < 1475869056 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :*they even < 1475869078 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :myname: the point is, I will assign them codepoints in my font and use that as a proposal for how to encode them < 1475869090 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :this is the usual system < 1475869093 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :ah < 1475869103 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :so your font will become the definition < 1475869124 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :at least for those characters < 1475869165 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :i mean, subscript and superscript are a common thing, I'm just going to fill in the ones that heven't yet been encoded < 1475869181 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :superscript: CFQXYZ, q < 1475869192 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :subscript: bcdfgqwyz < 1475869199 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :and small capital X < 1475869344 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :go for it < 1475869387 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :i for one welcome our new unicode overlord < 1475869771 0 :zzo38!~zzo38@24-207-15-88.eastlink.ca JOIN :#esoteric < 1475869839 0 :pecan!~pecan@li904-82.members.linode.com PRIVMSG #esoteric :^ someone else who gets it < 1475869865 0 :pecan!~pecan@li904-82.members.linode.com PRIVMSG #esoteric :ACTION had to remove unicode macro definitions from his code today because tricking gcc into supporting them is too annoying D: < 1475869873 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :\oren\: IMHO, Unicode should just have characters that indicate "the nest character is to be printed in superscript/subscript" < 1475869913 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :myname: itym theyv'n < 1475869974 0 :ybden!ybden@unaffiliated/ybden PRIVMSG #esoteric :ACTION smacks pecan < 1475870132 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :You know what'd be great? An agglutinative system of profanity < 1475870177 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :Rule 1: s/m /mn / makes a profane word. < 1475870184 0 :pecan!~pecan@li904-82.members.linode.com PRIVMSG #esoteric :ACTION throws a switch(x){Ǝ(1,2,3,{…})default:…} at ybden < 1475870214 0 :zzo38!~zzo38@24-207-15-88.eastlink.ca QUIT :*.net *.split < 1475870215 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org QUIT :*.net *.split < 1475870215 0 :copumpkin!~copumpkin@haskell/developer/copumpkin QUIT :*.net *.split < 1475870215 0 :lynn!sid154965@gateway/web/irccloud.com/x-pmckojzitqsuaafj QUIT :*.net *.split < 1475870216 0 :Frooxius!~Frooxius@194.108.5.201 QUIT :*.net *.split < 1475870218 0 :FreeFull!~freefull@defocus/sausage-lover QUIT :*.net *.split < 1475870220 0 :yorick!~yorick@oftn/oswg-member/yorick QUIT :*.net *.split < 1475870222 0 :alercah!raedford@unaffiliated/alercah QUIT :*.net *.split < 1475870230 0 :alercah!raedford@unaffiliated/alercah JOIN :#esoteric < 1475870231 0 :yorick!~yorick@ip51cd0513.speed.planet.nl JOIN :#esoteric < 1475870232 0 :yorick!~yorick@ip51cd0513.speed.planet.nl QUIT :Changing host < 1475870232 0 :yorick!~yorick@oftn/oswg-member/yorick JOIN :#esoteric < 1475870233 0 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1475870239 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org JOIN :#esoteric < 1475870242 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :Dam: totally OK; Damn: honestly still OK except around people with no concept of curse levels < 1475870242 0 :Frooxius!~Frooxius@194.108.5.201 JOIN :#esoteric < 1475870253 0 :copumpkin!~copumpkin@haskell/developer/copumpkin JOIN :#esoteric < 1475870270 0 :zzo38!~zzo38@24-207-15-88.eastlink.ca JOIN :#esoteric < 1475870316 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :lip balmn < 1475870340 0 :pecan!~pecan@li904-82.members.linode.com PRIVMSG #esoteric :ACTION . o O ( complex profanity system with honorifics for the difference in status between the speaker and the one being addressed ) < 1475870372 0 :pecan!~pecan@li904-82.members.linode.com PRIVMSG #esoteric :“damn, well done sir! – er, I mean damno! …shit” < 1475870675 0 :Caesura!~Aedile@casewireless03.CWRU.Edu QUIT :Ping timeout: 265 seconds < 1475870778 0 :moonythedwarf!~IceChat9@unaffiliated/moonythedwarf JOIN :#esoteric < 1475870852 0 :lynn_!sid154965@gateway/web/irccloud.com/x-itkljhartfvhctoi JOIN :#esoteric < 1475870929 0 :ybden!ybden@unaffiliated/ybden QUIT :*.net *.split < 1475870929 0 :feliks!hudF2JuR6T@2a00:d0c0:200:0:b9:1a:9c17:380 QUIT :*.net *.split < 1475870931 0 :sebbu!~sebbu@unaffiliated/sebbu QUIT :*.net *.split < 1475870932 0 :zemhill!bfjoust@selene.zem.fi QUIT :*.net *.split < 1475870932 0 :sirnaysayer!~naysayer@104.244.72.181 QUIT :*.net *.split < 1475870932 0 :iovoid!iovoid@unaffiliated/iovoid QUIT :*.net *.split < 1475870934 0 :idris-bot!~idris-bot@dslb-092-072-135-074.092.072.pools.vodafone-ip.de QUIT :*.net *.split < 1475870936 0 :zemhill!bfjoust@selene.zem.fi JOIN :#esoteric < 1475870937 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :pecan: Oh my god I want that < 1475870937 0 :sirnaysayer!~naysayer@104.244.72.181 JOIN :#esoteric < 1475870938 0 :ybden!ybden@unaffiliated/ybden JOIN :#esoteric < 1475870942 0 :iovoid!iovoid@1.ipv6.aegir.superbnc.com JOIN :#esoteric < 1475870954 0 :feliks!uQILaLoTzs@unaffiliated/feliks JOIN :#esoteric < 1475870958 0 :sebbu!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1475870966 0 :iovoid!?@? NICK :Guest21185 < 1475871017 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :pecan: Not 'shit', 'zhite' < 1475871019 0 :Caesura!~Aedile@casewireless03.CWRU.Edu JOIN :#esoteric < 1475871026 0 :pecan!~pecan@li904-82.members.linode.com PRIVMSG #esoteric :oh, fuck, sorry. < 1475871086 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :pecan: "fookuh" < 1475871128 0 :pecan!~pecan@li904-82.members.linode.com PRIVMSG #esoteric :I feel like “fuck” is too much of a generic catch-all in English, we need to take some cues from Russian. < 1475871129 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :pecan: But we'll also have a rule that correct use of profanity changes social status, so if you use the correct words too often they become incorrect < 1475871144 0 :pecan!~pecan@li904-82.members.linode.com PRIVMSG #esoteric :Naturally. < 1475871160 0 :pecan!~pecan@li904-82.members.linode.com PRIVMSG #esoteric :Anyone who can get the system right all the time is very high status indeed. < 1475871180 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :pecan: And 'bitch' must be inflected to specify breed < 1475871186 0 :ybden!ybden@unaffiliated/ybden PRIVMSG #esoteric :Quite < 1475871264 0 :pecan!~pecan@li904-82.members.linode.com PRIVMSG #esoteric :we should also use counting words for bitch, but the counting word should match the breed of bitch, e.g. “out of my way, heads of bitchows” < 1475871441 0 :Melvar!~melvar@dslb-092-072-135-074.092.072.pools.vodafone-ip.de QUIT :Quit: WeeChat 1.5 < 1475871445 0 :idris-bot!~idris-bot@dslb-092-072-135-074.092.072.pools.vodafone-ip.de JOIN :#esoteric < 1475871457 0 :Melvar!~melvar@dslb-092-072-135-074.092.072.pools.vodafone-ip.de JOIN :#esoteric < 1475871517 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :pecan: ...wait, counting words? < 1475871535 0 :Akaibu!uid118096@gateway/web/irccloud.com/x-xmmqwdcuuaojkzsk QUIT :*.net *.split < 1475871535 0 :imode!~imode@unaffiliated/imode QUIT :*.net *.split < 1475871536 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is QUIT :*.net *.split < 1475871537 0 :zgrep!sid43445@gateway/web/irccloud.com/x-pukcnrccaadwelzc QUIT :*.net *.split < 1475871537 0 :hue!hue@zirc/no-waifu-no-laifu/eclipse QUIT :*.net *.split < 1475871537 0 :pecan!~pecan@li904-82.members.linode.com QUIT :*.net *.split < 1475871538 0 :nortti!nortti@ayu.smar.moe QUIT :*.net *.split < 1475871538 0 :augur!~augur@2601:645:8100:c347:cdab:edfd:6c14:f09e QUIT :*.net *.split < 1475871538 0 :AnotherTest!~turingcom@ptr-2hj4tbos9tbg7ovqr0zslthq3.ip6.access.telenet.be QUIT :*.net *.split < 1475871541 0 :erdic!~erdic@unaffiliated/motley QUIT :*.net *.split < 1475871542 0 :Alcest!~alcest@69.64.40.177 QUIT :*.net *.split < 1475871545 0 :pecan`!pecan@2600:3c03::f03c:91ff:fe55:55e8 JOIN :#esoteric < 1475871545 0 :AnotherTest!~turingcom@ptr-2hj4tbos9tbg7ovqr0zslthq3.ip6.access.telenet.be JOIN :#esoteric < 1475871547 0 :nortti!nortti@ayu.smar.moe JOIN :#esoteric < 1475871552 0 :hue!hue@zirc/no-waifu-no-laifu/eclipse JOIN :#esoteric < 1475871553 0 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1475871556 0 :erdic!~erdic@unaffiliated/motley JOIN :#esoteric < 1475871563 0 :augur!~augur@c-24-7-90-158.hsd1.ca.comcast.net JOIN :#esoteric < 1475871568 0 :pecan`!pecan@2600:3c03::f03c:91ff:fe55:55e8 PRIVMSG #esoteric :dammit freenode. < 1475871580 0 :Akaibu!uid118096@gateway/web/irccloud.com/x-kqtwsahzhamculyi JOIN :#esoteric < 1475871589 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :they're rebooting servers, it was announced in some global message... < 1475871624 0 :pecan`!pecan@2600:3c03::f03c:91ff:fe55:55e8 PRIVMSG #esoteric :hppavilion[1]: Yeah, like “20 heads of cattle”, they're pretty rare in english. https://en.wikipedia.org/wiki/Classifier_(linguistics) < 1475871635 0 :pecan`!?@? NICK :pecan < 1475871640 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :Ah < 1475871656 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :pecan: I meant breeds as in dog breeds- bitch is a female dog < 1475871702 0 :pecan!pecan@2600:3c03::f03c:91ff:fe55:55e8 PRIVMSG #esoteric :Yeah, let's use different classifiers for different breeds (I just use “heads” because that's the only english counting word I'm aware of) < 1475871707 0 :ocharles_!sid30093@gateway/web/irccloud.com/x-xcscgfelfivqwqsd QUIT :Ping timeout: 256 seconds < 1475871755 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :So we distinguish between newfoundland bitch, golden retriever bitch, dachshund bitch, beagle bitch, poodle pitch, Scottish terrier bitch, etc. < 1475871768 0 :ybden!ybden@unaffiliated/ybden PRIVMSG #esoteric :`? poodle pitch < 1475871769 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :pecan: Whunderstand? < 1475871773 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :poodle pitch? ¯\(°​_o)/¯ < 1475871786 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :ybden: 'pitch' is the conjucation of 'bitch' for poodles < 1475871789 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :*conjugation < 1475871793 0 :ybden!ybden@unaffiliated/ybden PRIVMSG #esoteric :I see. < 1475871842 0 :pecan!pecan@2600:3c03::f03c:91ff:fe55:55e8 PRIVMSG #esoteric :would it be a dachshund ditch or is a dachshund still a bitch < 1475871855 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :i know somebody with a price labeled "best german bitch" < 1475871950 0 :augur!~augur@c-24-7-90-158.hsd1.ca.comcast.net QUIT :Ping timeout: 258 seconds < 1475871982 0 :zgrep!sid43445@gateway/web/irccloud.com/x-pljnipckgugoztof JOIN :#esoteric < 1475872013 0 :OriginalOldMan!18116eea@gateway/web/freenode/ip.24.17.110.234 QUIT :Quit: Page closed < 1475872107 0 :ocharles_!sid30093@gateway/web/irccloud.com/x-jgaadagupnldjefn JOIN :#esoteric < 1475872322 0 :vifino!~vifino@tty.sh QUIT :*.net *.split < 1475872343 0 :vifino!~vifino@tty.sh JOIN :#esoteric < 1475872401 0 :Cale!~cale@CPEc8d3a35c2cdd-CM0c473de9d680.cpe.net.cable.rogers.com QUIT :*.net *.split < 1475872402 0 :dingbat!uid70835@gateway/web/irccloud.com/x-wmqlpvfoktorrbbj QUIT :*.net *.split < 1475872402 0 :incomprehensibly!sid3405@gateway/web/irccloud.com/x-vxbhwfaicgcflxqu QUIT :*.net *.split < 1475872402 0 :sparr!~sparr@2604:a880:800:10::103:f001 QUIT :*.net *.split < 1475872403 0 :carado!~carado@bea44-1-78-193-226-57.fbxo.proxad.net QUIT :*.net *.split < 1475872405 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net QUIT :*.net *.split < 1475872408 0 :heroux!sandroco@gateway/shell/insomnia247/x-dxczjvapcnfyljxf QUIT :*.net *.split < 1475872410 0 :staffehn!~quassel@2001:41d0:52:d00::1d3 QUIT :*.net *.split < 1475872410 0 :alakra!~alakra@2604:a880:0:1010::f5:f001 QUIT :*.net *.split < 1475872412 0 :bibibi!~bibibi@unaffiliated/bibibi QUIT :*.net *.split < 1475872412 0 :pdxleif!~pdxleif@ec2-54-68-166-10.us-west-2.compute.amazonaws.com QUIT :*.net *.split < 1475872412 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com QUIT :*.net *.split < 1475872425 0 :carado!~carado@bea44-1-78-193-226-57.fbxo.proxad.net JOIN :#esoteric < 1475872429 0 :heroux!sandroco@gateway/shell/insomnia247/x-gxrpgnfotdrvlhpr JOIN :#esoteric < 1475872433 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net JOIN :#esoteric < 1475872437 0 :Cale!~cale@CPEc8d3a35c2cdd-CM0c473de9d680.cpe.net.cable.rogers.com JOIN :#esoteric < 1475872450 0 :alakra!~alakra@2604:a880:0:1010::f5:f001 JOIN :#esoteric < 1475872454 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com JOIN :#esoteric < 1475872469 0 :staffehn!~quassel@2001:41d0:52:d00::1d3 JOIN :#esoteric < 1475872549 0 :sparr!~sparr@2604:a880:800:10::103:f001 JOIN :#esoteric < 1475872561 0 :lynn_!?@? NICK :lynn < 1475872569 0 :lynn!sid154965@gateway/web/irccloud.com/x-itkljhartfvhctoi QUIT :Changing host < 1475872569 0 :lynn!sid154965@unaffiliated/lynn JOIN :#esoteric < 1475872569 0 :lynn!sid154965@unaffiliated/lynn QUIT :Changing host < 1475872569 0 :lynn!sid154965@gateway/web/irccloud.com/x-itkljhartfvhctoi JOIN :#esoteric < 1475872618 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :uh oh I hope I'm not going to provoke a flamewar < 1475872697 0 :augur!~augur@c-24-7-90-158.hsd1.ca.comcast.net JOIN :#esoteric < 1475872714 0 :pdxleif!~pdxleif@ec2-54-68-166-10.us-west-2.compute.amazonaws.com JOIN :#esoteric < 1475872821 0 :moonythedwarf!~IceChat9@unaffiliated/moonythedwarf PRIVMSG #esoteric :\oren\: how so? < 1475872863 0 :Caesura!~Aedile@casewireless03.CWRU.Edu QUIT :Ping timeout: 268 seconds < 1475872891 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :moonythedwarf: I just said something controversial about unicode, how they aren't treating linguists equally with mathematicians < 1475872896 0 :Kaynato!~Aedile@casewireless03.CWRU.Edu JOIN :#esoteric < 1475872910 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :they aren't giving thm big swathes of characters to play with < 1475872961 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :http://www.unicode.org/mail-arch/unicode-ml/y2016-m10/index.html < 1475872988 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :Hmm... "filling in Latin alphabet encoding gaps without clear use cases" is < 1475872988 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :exactly what was done for the blackboard bold letters. < 1475872988 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :I scarcely think that a use case was submitted for every one of the < 1475872988 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :blackboard bold etc letters in the mathematical set; merely the use of < 1475872988 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :blackboard bold for a general purpose of denoting sets such as the < 1475872990 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :naturals, reals, complex numbers etc, and the fact that arbitrary letters < 1475872993 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :might be used if a mathematician desired, seems to have sufficed. < 1475873008 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :^ I said the above, it might have been harsh. < 1475873041 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :yes, I'm alot more eloquent in email than in irc < 1475873064 0 :dingbat!uid70835@gateway/web/irccloud.com/x-dgbccafjmbntbnla JOIN :#esoteric < 1475873071 0 :FireFly!znc@freenode/staff/firefly QUIT :Quit: Goodbye < 1475873074 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :hidingbat < 1475873112 0 :FireFly!znc@freenode/staff/firefly JOIN :#esoteric < 1475873133 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :Fhirefly < 1475873260 0 :Reece`!~Ner@cpc88067-wiga13-2-0-cust35.18-3.cable.virginm.net QUIT :*.net *.split < 1475873261 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net QUIT :*.net *.split < 1475873261 0 :Taneb!~Taneb@runciman.hacksoc.org QUIT :*.net *.split < 1475873261 0 :clog!~nef@bespin.org QUIT :*.net *.split < 1475873261 0 :Gregor!dlopen@64.62.173.65 QUIT :*.net *.split < 1475873261 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de QUIT :*.net *.split < 1475873261 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :*.net *.split < 1475873264 0 :Jafet!~jafet@unaffiliated/jafet QUIT :*.net *.split < 1475873265 0 :atehwa!atehwa@aulis.sange.fi QUIT :*.net *.split < 1475873265 0 :Bowserinator!~Bowserina@unaffiliated/bowserinator QUIT :*.net *.split < 1475873266 0 :Yurume_____!23f9939a@121.78.85.35 QUIT :*.net *.split < 1475873268 0 :espes_!~espes@205.185.120.132 QUIT :*.net *.split < 1475873269 0 :izalove!~izabera@unaffiliated/izabera QUIT :*.net *.split < 1475873269 0 :lambdabot!~lambdabot@haskell/bot/lambdabot QUIT :*.net *.split < 1475873269 0 :ineiros!ineiros@kapsi.fi QUIT :*.net *.split < 1475873269 0 :shachaf!~shachaf@unaffiliated/shachaf QUIT :*.net *.split < 1475873270 0 :kline!~kline@freenode/staff/enucs.kline QUIT :*.net *.split < 1475873271 0 :kragniz!~kragniz@nyaa.kragniz.eu QUIT :*.net *.split < 1475873272 0 :deltab!~deltab@fpc1-king9-2-0-cust1.perr.static.cable.virginm.net QUIT :*.net *.split < 1475873272 0 :puckipedia!~puck@irc.puckipedia.com QUIT :*.net *.split < 1475873272 0 :Sgeo!~Sgeo@ool-43500d4c.dyn.optonline.net QUIT :*.net *.split < 1475873273 0 :fractal!~fractal@unaffiliated/scounder QUIT :*.net *.split < 1475873273 0 :nitrix!~nitrix@unaffiliated/nitrix QUIT :*.net *.split < 1475873273 0 :quintopia!~quintopia@unaffiliated/quintopia QUIT :*.net *.split < 1475873273 0 :iaglium!~i@45.63.97.181 QUIT :*.net *.split < 1475873274 0 :BooK_!~book@klonk.bruhat-souche.net QUIT :*.net *.split < 1475873275 0 :clog_!~nef@bespin.org JOIN :#esoteric < 1475873276 0 :shachaf!~shachaf@unaffiliated/shachaf JOIN :#esoteric < 1475873278 0 :deltab!~deltab@fpc1-king9-2-0-cust1.perr.static.cable.virginm.net JOIN :#esoteric < 1475873278 0 :quintopia!~quintopia@unaffiliated/quintopia JOIN :#esoteric < 1475873278 0 :atehwa_!atehwa@aulis.sange.fi JOIN :#esoteric < 1475873281 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de JOIN :#esoteric < 1475873284 0 :Reece`!~Ner@cpc88067-wiga13-2-0-cust35.18-3.cable.virginm.net JOIN :#esoteric < 1475873286 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1475873287 0 :puckipedia!~puck@irc.puckipedia.com JOIN :#esoteric < 1475873288 0 :Sgeo!~Sgeo@ool-43500d4c.dyn.optonline.net JOIN :#esoteric < 1475873293 0 :Gregor!dlopen@64.62.173.65 JOIN :#esoteric < 1475873297 0 :BooK!~book@klonk.bruhat-souche.net JOIN :#esoteric < 1475873304 0 :izalove!~izabera@unaffiliated/izabera JOIN :#esoteric < 1475873305 0 :Jafet!~jafet@unaffiliated/jafet JOIN :#esoteric < 1475873314 0 :espes!~espes@205.185.120.132 JOIN :#esoteric < 1475873319 0 :kragniz!~kragniz@nyaa.kragniz.eu JOIN :#esoteric < 1475873337 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net JOIN :#esoteric < 1475873338 0 :Yurume_____!23f9939a@121.78.85.35 JOIN :#esoteric < 1475873412 0 :Bowserinator!~Bowserina@2a02:748:a800:ca7:ea75:b12d:2b:d423 JOIN :#esoteric < 1475873451 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :Linguistic thing I need (might already exist, but needs to be invented if it doesn't): A BNF-like syntax for phonotactics < 1475873454 0 :Taneb!~Taneb@runciman.hacksoc.org JOIN :#esoteric < 1475873460 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :(Relying on IPA as the default) < 1475873477 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :why not just use BNF itself? < 1475873480 0 :Bowserinator!~Bowserina@2a02:748:a800:ca7:ea75:b12d:2b:d423 QUIT :Changing host < 1475873480 0 :Bowserinator!~Bowserina@unaffiliated/bowserinator JOIN :#esoteric < 1475873511 0 :nitrix!~nitrix@unaffiliated/nitrix JOIN :#esoteric < 1475873517 0 :kline!~kline@freenode/staff/enucs.kline JOIN :#esoteric < 1475873569 0 :ineiros!ineiros@kapsi.fi JOIN :#esoteric < 1475873575 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org PRIVMSG #esoteric :\oren\: Well, yeah, that's probably the solution < 1475873653 0 :lambdabot!~lambdabot@haskell/bot/lambdabot JOIN :#esoteric < 1475873660 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :i think many linguists might already be familiar with Backus-Naur Forms < 1475873793 0 :fizzie!fis@unaffiliated/fizzie JOIN :#esoteric < 1475873801 0 :Guest66666!~kragniz@nyaa.kragniz.eu JOIN :#esoteric < 1475873813 0 :hue!hue@zirc/no-waifu-no-laifu/eclipse QUIT :Quit: ZNC 1.7.x-git-639-4a7554b - http://znc.in < 1475873818 0 :lifthrasiir!~lifthrasi@115.68.131.49 JOIN :#esoteric < 1475873822 0 :rodgort!~rodgort@68.ip-149-56-14.net JOIN :#esoteric < 1475873829 0 :mtve!~mtve@10130.x.rootbsd.net JOIN :#esoteric < 1475874053 0 :iaglium!~i@45.63.97.181 JOIN :#esoteric < 1475874073 0 :hue!hue@zirc/no-waifu-no-laifu/eclipse JOIN :#esoteric < 1475874331 0 :incomprehensibly!sid3405@gateway/web/irccloud.com/session JOIN :#esoteric < 1475874443 0 :bibibi!~bibibi@unaffiliated/bibibi JOIN :#esoteric < 1475874444 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org QUIT :Ping timeout: 260 seconds < 1475874472 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org JOIN :#esoteric < 1475874492 0 :pelegreno___!~cinch@107.170.175.57 QUIT :*.net *.split < 1475874492 0 :catern!~catern@catern.com QUIT :*.net *.split < 1475874492 0 :HackEgo!~HackEgo@162.248.166.242 QUIT :*.net *.split < 1475874492 0 :jix_!~jix@jixco.de QUIT :*.net *.split < 1475874492 0 :ski!~ski@remote11.chalmers.se QUIT :*.net *.split < 1475874492 0 :relrod!~relrod@redhat/relrod QUIT :*.net *.split < 1475874492 0 :APic!apic@apic.name QUIT :*.net *.split < 1475874492 0 :digitalcold!~redacted@192.73.232.206 QUIT :*.net *.split < 1475874492 0 :Deewiant!~deewiant@de1.ut.deewiant.iki.fi QUIT :*.net *.split < 1475874492 0 :myname!~myname@84.200.43.57 QUIT :*.net *.split < 1475874492 0 :tswett!~tswett@192.241.237.138 QUIT :*.net *.split < 1475874492 0 :paul2520_!~paul2520@paulkaefer.com QUIT :*.net *.split < 1475874493 0 :diginet!~diginet@107.170.146.29 QUIT :*.net *.split < 1475874498 0 :jix!~jix@jixco.de JOIN :#esoteric < 1475874500 0 :myname!~myname@84.200.43.57 JOIN :#esoteric < 1475874503 0 :ski_!~ski@remote11.chalmers.se JOIN :#esoteric < 1475874504 0 :relrod_!~relrod@new.elrod.me JOIN :#esoteric < 1475874508 0 :relrod_!~relrod@new.elrod.me QUIT :Changing host < 1475874508 0 :relrod_!~relrod@redhat/relrod JOIN :#esoteric < 1475874510 0 :Deewiant!~deewiant@de1.ut.deewiant.iki.fi JOIN :#esoteric < 1475874510 0 :digitalcold!~redacted@192.73.232.206 JOIN :#esoteric < 1475874514 0 :APic!apic@apic.name JOIN :#esoteric < 1475874526 0 :catern!~catern@catern.com JOIN :#esoteric < 1475874533 0 :diginet!~diginet@107.170.146.29 JOIN :#esoteric < 1475874541 0 :paul2520_!~paul2520@paulkaefer.com JOIN :#esoteric < 1475874545 0 :Warrigal!~tswett@192.241.237.138 JOIN :#esoteric < 1475874565 0 :pelegreno___!~cinch@107.170.175.57 JOIN :#esoteric < 1475874575 0 :fractal!~fractal@unaffiliated/scounder JOIN :#esoteric < 1475874663 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA < 1475874682 0 :alakra!~alakra@2604:a880:0:1010::f5:f001 QUIT :Read error: Network is unreachable < 1475874703 0 :alakra!~alakra@2604:a880:0:1010::f5:f001 JOIN :#esoteric < 1475874832 0 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :what happened < 1475874846 0 :ski_!?@? NICK :ski < 1475874893 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :my email starting working once more and I got four emails in a row bing bing bing bing < 1475875077 0 :shikhin!shikhin@unaffiliated/shikhin QUIT :Quit: Alas. < 1475875087 0 :shikhin!shikhin@unaffiliated/shikhin JOIN :#esoteric < 1475875167 0 :Zarutian!~zarutian@168-110-22-46.fiber.hringdu.is JOIN :#esoteric < 1475875194 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 268 seconds < 1475875306 0 :prooftechnique!~prooftech@185.14.184.86 JOIN :#esoteric < 1475875309 0 :hydraz!matheus@heddw.ch JOIN :#esoteric < 1475875309 0 :hydraz!matheus@heddw.ch QUIT :Changing host < 1475875309 0 :hydraz!matheus@unaffiliated/demhydraz JOIN :#esoteric < 1475875323 0 :j-bot!~j-bot@li1285-84.members.linode.com QUIT :*.net *.split < 1475875323 0 :fungot!~fungot@momus.zem.fi QUIT :*.net *.split < 1475875323 0 :hydPaz!matheus@unaffiliated/demhydraz QUIT :*.net *.split < 1475875323 0 :jeffl35!jeffl@unaffiliated/jeffl35 QUIT :*.net *.split < 1475875323 0 :prooftechnique_!~prooftech@2a03:b0c0:0:1010::ca:e001 QUIT :*.net *.split < 1475875323 0 :Hoolootwo!~Hoolootwo@hooloovoo.blue QUIT :*.net *.split < 1475875324 0 :b_jonas!~x@russell2.math.bme.hu QUIT :*.net *.split < 1475875324 0 :olsner!~salparot@c80-217-126-39.bredband.comhem.se QUIT :*.net *.split < 1475875324 0 :cnr!~connor@unaffiliated/conehead QUIT :*.net *.split < 1475875324 0 :gniourf!~gniourf@pdm-l03.insa-lyon.fr QUIT :*.net *.split < 1475875324 0 :Lord_of_Life!Elite12246@gateway/shell/elitebnc/x-vxsgkmdvkdommozn QUIT :*.net *.split < 1475875324 0 :xfix!~xfix@unaffiliated/xfix QUIT :*.net *.split < 1475875324 0 :Tiktalik!~tiktalik@unaffiliated/tiktalik QUIT :*.net *.split < 1475875324 0 :Lymia!lymia@magical.girl.lyrical.lymia.moe QUIT :*.net *.split < 1475875326 0 :Tiktailk!~tiktalik@2607:fcd0:daaa:1400:f::4 JOIN :#esoteric < 1475875328 0 :cnr!~connor@unaffiliated/conehead JOIN :#esoteric < 1475875334 0 :Lymia!lymia@magical.girl.lyrical.lymia.moe JOIN :#esoteric < 1475875339 0 :Hoolootwo!~Hoolootwo@hooloovoo.blue JOIN :#esoteric < 1475875355 0 :b_jonas!~x@russell2.math.bme.hu JOIN :#esoteric < 1475875371 0 :jeffl35!jeffl@unaffiliated/jeffl35 JOIN :#esoteric < 1475875373 0 :xfix!~xfix@unaffiliated/xfix JOIN :#esoteric < 1475875391 0 :gniourf!~gniourf@pdm-l03.insa-lyon.fr JOIN :#esoteric < 1475875568 0 :Lord_of_Life!Elite12246@gateway/shell/elitebnc/session JOIN :#esoteric < 1475875568 0 :olsner_!~salparot@c80-217-126-39.bredband.comhem.se JOIN :#esoteric < 1475875625 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :http://www.unicode.org/mail-arch/unicode-ml/y2016-m10/index.html < 1475875857 0 :incomprehensibly!sid3405@gateway/web/irccloud.com/session QUIT :Changing host < 1475875858 0 :incomprehensibly!sid3405@gateway/web/irccloud.com/x-ahituulpjpvbxwih JOIN :#esoteric < 1475875877 0 :Froox!~Frooxius@194.108.5.201 JOIN :#esoteric < 1475875886 0 :Lord_of_Life!Elite12246@gateway/shell/elitebnc/session QUIT :Changing host < 1475875886 0 :Lord_of_Life!Elite12246@gateway/shell/elitebnc/x-yubtjuvymwixycgh JOIN :#esoteric < 1475876019 0 :olsner_!~salparot@c80-217-126-39.bredband.comhem.se QUIT :*.net *.split < 1475876019 0 :diginet!~diginet@107.170.146.29 QUIT :*.net *.split < 1475876020 0 :ineiros!ineiros@kapsi.fi QUIT :*.net *.split < 1475876020 0 :kragniz!~kragniz@nyaa.kragniz.eu QUIT :*.net *.split < 1475876020 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de QUIT :*.net *.split < 1475876020 0 :quintopia!~quintopia@unaffiliated/quintopia QUIT :*.net *.split < 1475876020 0 :shachaf!~shachaf@unaffiliated/shachaf QUIT :*.net *.split < 1475876020 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net QUIT :*.net *.split < 1475876020 0 :imode!~imode@unaffiliated/imode QUIT :*.net *.split < 1475876020 0 :nortti!nortti@ayu.smar.moe QUIT :*.net *.split < 1475876020 0 :Melvar!~melvar@dslb-092-072-135-074.092.072.pools.vodafone-ip.de QUIT :*.net *.split < 1475876020 0 :alercah!raedford@unaffiliated/alercah QUIT :*.net *.split < 1475876021 0 :rodgort!~rodgort@68.ip-149-56-14.net QUIT :*.net *.split < 1475876021 0 :lifthrasiir!~lifthrasi@115.68.131.49 QUIT :*.net *.split < 1475876021 0 :nitrix!~nitrix@unaffiliated/nitrix QUIT :*.net *.split < 1475876021 0 :staffehn!~quassel@2001:41d0:52:d00::1d3 QUIT :*.net *.split < 1475876021 0 :sparr!~sparr@2604:a880:800:10::103:f001 QUIT :*.net *.split < 1475876021 0 :Akaibu!uid118096@gateway/web/irccloud.com/x-kqtwsahzhamculyi QUIT :*.net *.split < 1475876021 0 :erdic!~erdic@unaffiliated/motley QUIT :*.net *.split < 1475876021 0 :pecan!pecan@2600:3c03::f03c:91ff:fe55:55e8 QUIT :*.net *.split < 1475876021 0 :AnotherTest!~turingcom@ptr-2hj4tbos9tbg7ovqr0zslthq3.ip6.access.telenet.be QUIT :*.net *.split < 1475876021 0 :ybden!ybden@unaffiliated/ybden QUIT :*.net *.split < 1475876021 0 :sirnaysayer!~naysayer@104.244.72.181 QUIT :*.net *.split < 1475876022 0 :zzo38!~zzo38@24-207-15-88.eastlink.ca QUIT :*.net *.split < 1475876022 0 :yorick!~yorick@oftn/oswg-member/yorick QUIT :*.net *.split < 1475876022 0 :hydraz!matheus@unaffiliated/demhydraz QUIT :*.net *.split < 1475876022 0 :APic!apic@apic.name QUIT :*.net *.split < 1475876022 0 :relrod_!~relrod@redhat/relrod QUIT :*.net *.split < 1475876022 0 :iaglium!~i@45.63.97.181 QUIT :*.net *.split < 1475876022 0 :mtve!~mtve@10130.x.rootbsd.net QUIT :*.net *.split < 1475876022 0 :lambdabot!~lambdabot@haskell/bot/lambdabot QUIT :*.net *.split < 1475876022 0 :Yurume_____!23f9939a@121.78.85.35 QUIT :*.net *.split < 1475876022 0 :Sgeo!~Sgeo@ool-43500d4c.dyn.optonline.net QUIT :*.net *.split < 1475876022 0 :puckipedia!~puck@irc.puckipedia.com QUIT :*.net *.split < 1475876022 0 :deltab!~deltab@fpc1-king9-2-0-cust1.perr.static.cable.virginm.net QUIT :*.net *.split < 1475876022 0 :clog_!~nef@bespin.org QUIT :*.net *.split < 1475876022 0 :FireFly!znc@freenode/staff/firefly QUIT :*.net *.split < 1475876022 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com QUIT :*.net *.split < 1475876022 0 :heroux!sandroco@gateway/shell/insomnia247/x-gxrpgnfotdrvlhpr QUIT :*.net *.split < 1475876022 0 :carado!~carado@bea44-1-78-193-226-57.fbxo.proxad.net QUIT :*.net *.split < 1475876022 0 :moonythedwarf!~IceChat9@unaffiliated/moonythedwarf QUIT :*.net *.split < 1475876022 0 :Frooxius!~Frooxius@194.108.5.201 QUIT :*.net *.split < 1475876022 0 :MoALTz!~no@78-11-247-26.static.ip.netia.com.pl QUIT :*.net *.split < 1475876022 0 :b_jonas!~x@russell2.math.bme.hu QUIT :*.net *.split < 1475876022 0 :digitalcold!~redacted@192.73.232.206 QUIT :*.net *.split < 1475876022 0 :ski!~ski@remote11.chalmers.se QUIT :*.net *.split < 1475876022 0 :hppavilion[1]!~Doslowdow@74-114-87-81.dynamic.asdk12.org QUIT :*.net *.split < 1475876022 0 :bibibi!~bibibi@unaffiliated/bibibi QUIT :*.net *.split < 1475876022 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net QUIT :*.net *.split < 1475876022 0 :Reece`!~Ner@cpc88067-wiga13-2-0-cust35.18-3.cable.virginm.net QUIT :*.net *.split < 1475876022 0 :atehwa_!atehwa@aulis.sange.fi QUIT :*.net *.split < 1475876022 0 :dingbat!uid70835@gateway/web/irccloud.com/x-dgbccafjmbntbnla QUIT :*.net *.split < 1475876023 0 :Cale!~cale@CPEc8d3a35c2cdd-CM0c473de9d680.cpe.net.cable.rogers.com QUIT :*.net *.split < 1475876023 0 :vifino!~vifino@tty.sh QUIT :*.net *.split < 1475876023 0 :copumpkin!~copumpkin@haskell/developer/copumpkin QUIT :*.net *.split < 1475876023 0 :FreeFull!~freefull@defocus/sausage-lover QUIT :*.net *.split < 1475876023 0 :newsham!~chat@udp217044uds.hawaiiantel.net QUIT :*.net *.split < 1475876182 0 :ocharles_!sid30093@gateway/web/irccloud.com/x-jgaadagupnldjefn QUIT :Ping timeout: 260 seconds < 1475876280 0 :PocketKiller!PocketKill@codebottle.io/user/pocketkiller JOIN :#esoteric < 1475876330 0 :hydraz!matheus@unaffiliated/demhydraz JOIN :#esoteric < 1475876330 0 :APic!apic@apic.name JOIN :#esoteric < 1475876330 0 :relrod_!~relrod@redhat/relrod JOIN :#esoteric < 1475876330 0 :iaglium!~i@45.63.97.181 JOIN :#esoteric < 1475876330 0 :mtve!~mtve@10130.x.rootbsd.net JOIN :#esoteric < 1475876330 0 :lambdabot!~lambdabot@haskell/bot/lambdabot JOIN :#esoteric < 1475876330 0 :Yurume_____!23f9939a@121.78.85.35 JOIN :#esoteric < 1475876330 0 :Sgeo!~Sgeo@ool-43500d4c.dyn.optonline.net JOIN :#esoteric < 1475876330 0 :puckipedia!~puck@irc.puckipedia.com JOIN :#esoteric < 1475876330 0 :deltab!~deltab@fpc1-king9-2-0-cust1.perr.static.cable.virginm.net JOIN :#esoteric < 1475876330 0 :clog_!~nef@bespin.org JOIN :#esoteric < 1475876330 0 :FireFly!znc@freenode/staff/firefly JOIN :#esoteric < 1475876330 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com JOIN :#esoteric < 1475876330 0 :heroux!sandroco@gateway/shell/insomnia247/x-gxrpgnfotdrvlhpr JOIN :#esoteric < 1475876330 0 :carado!~carado@bea44-1-78-193-226-57.fbxo.proxad.net JOIN :#esoteric < 1475876330 0 :moonythedwarf!~IceChat9@unaffiliated/moonythedwarf JOIN :#esoteric < 1475876330 0 :MoALTz!~no@78-11-247-26.static.ip.netia.com.pl JOIN :#esoteric < 1475876360 0 :rodgort!~rodgort@68.ip-149-56-14.net JOIN :#esoteric < 1475876360 0 :lifthrasiir!~lifthrasi@115.68.131.49 JOIN :#esoteric < 1475876360 0 :nitrix!~nitrix@unaffiliated/nitrix JOIN :#esoteric < 1475876360 0 :sparr!~sparr@2604:a880:800:10::103:f001 JOIN :#esoteric < 1475876360 0 :staffehn!~quassel@2001:41d0:52:d00::1d3 JOIN :#esoteric < 1475876360 0 :Akaibu!uid118096@gateway/web/irccloud.com/x-kqtwsahzhamculyi JOIN :#esoteric < 1475876360 0 :erdic!~erdic@unaffiliated/motley JOIN :#esoteric < 1475876360 0 :AnotherTest!~turingcom@ptr-2hj4tbos9tbg7ovqr0zslthq3.ip6.access.telenet.be JOIN :#esoteric < 1475876360 0 :pecan!pecan@2600:3c03::f03c:91ff:fe55:55e8 JOIN :#esoteric < 1475876360 0 :ybden!ybden@unaffiliated/ybden JOIN :#esoteric < 1475876360 0 :sirnaysayer!~naysayer@104.244.72.181 JOIN :#esoteric < 1475876360 0 :zzo38!~zzo38@24-207-15-88.eastlink.ca JOIN :#esoteric < 1475876360 0 :yorick!~yorick@oftn/oswg-member/yorick JOIN :#esoteric < 1475876380 0 :olsner_!~salparot@c80-217-126-39.bredband.comhem.se JOIN :#esoteric < 1475876380 0 :diginet!~diginet@107.170.146.29 JOIN :#esoteric < 1475876380 0 :ineiros!ineiros@kapsi.fi JOIN :#esoteric < 1475876380 0 :kragniz!~kragniz@nyaa.kragniz.eu JOIN :#esoteric < 1475876380 0 :int-e!~noone@static.88-198-179-137.clients.your-server.de JOIN :#esoteric < 1475876380 0 :quintopia!~quintopia@unaffiliated/quintopia JOIN :#esoteric < 1475876380 0 :shachaf!~shachaf@unaffiliated/shachaf JOIN :#esoteric < 1475876380 0 :pikhq!~pikhq@174-24-54-89.clsp.qwest.net JOIN :#esoteric < 1475876380 0 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1475876380 0 :nortti!nortti@ayu.smar.moe JOIN :#esoteric < 1475876380 0 :Melvar!~melvar@dslb-092-072-135-074.092.072.pools.vodafone-ip.de JOIN :#esoteric < 1475876380 0 :alercah!raedford@unaffiliated/alercah JOIN :#esoteric < 1475876382 0 :Kaynato!~Aedile@casewireless03.CWRU.Edu QUIT :Ping timeout: 247 seconds < 1475876399 0 :b_jonas!~x@russell2.math.bme.hu JOIN :#esoteric < 1475876399 0 :digitalcold!~redacted@192.73.232.206 JOIN :#esoteric < 1475876399 0 :ski!~ski@remote11.chalmers.se JOIN :#esoteric < 1475876399 0 :bibibi!~bibibi@unaffiliated/bibibi JOIN :#esoteric < 1475876399 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net JOIN :#esoteric < 1475876399 0 :Reece`!~Ner@cpc88067-wiga13-2-0-cust35.18-3.cable.virginm.net JOIN :#esoteric < 1475876399 0 :atehwa_!atehwa@aulis.sange.fi JOIN :#esoteric < 1475876399 0 :Cale!~cale@CPEc8d3a35c2cdd-CM0c473de9d680.cpe.net.cable.rogers.com JOIN :#esoteric < 1475876399 0 :vifino!~vifino@tty.sh JOIN :#esoteric < 1475876399 0 :copumpkin!~copumpkin@haskell/developer/copumpkin JOIN :#esoteric < 1475876399 0 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1475876399 0 :newsham!~chat@udp217044uds.hawaiiantel.net JOIN :#esoteric < 1475876407 0 :APic!apic@apic.name QUIT :Max SendQ exceeded < 1475876407 0 :kragniz!~kragniz@nyaa.kragniz.eu QUIT :Max SendQ exceeded < 1475876440 0 :kragniz1!~kragniz@nyaa.kragniz.eu JOIN :#esoteric < 1475876451 0 :vifino!~vifino@tty.sh QUIT :Max SendQ exceeded < 1475876520 0 :APic!apic@apic.name JOIN :#esoteric < 1475876553 0 :vifino!~vifino@tty.sh JOIN :#esoteric < 1475876963 0 :moonythedwarf_!~IceChat9@unaffiliated/moonythedwarf JOIN :#esoteric < 1475876981 0 :moonythedwarf!~IceChat9@unaffiliated/moonythedwarf QUIT :Ping timeout: 248 seconds < 1475877019 0 :dingbat!uid70835@gateway/web/irccloud.com/x-ouovaiogtpoxylma JOIN :#esoteric < 1475877082 0 :ocharles_!sid30093@gateway/web/irccloud.com/x-icwsguhfqdxevkzc JOIN :#esoteric < 1475877197 0 :zzo38!~zzo38@24-207-15-88.eastlink.ca PRIVMSG #esoteric :Now I borrowed the GURPS books from the library, and I have added into FurryScript the ability to use "d" without a number to mean d6, for use with GURPS. < 1475877287 0 :zzo38!~zzo38@24-207-15-88.eastlink.ca PRIVMSG #esoteric :I would also need to add in the proper parts for the skill generator < 1475877300 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :zzo38: But d6 = 0, because 6 is a constant. < 1475877345 0 :zzo38!~zzo38@24-207-15-88.eastlink.ca PRIVMSG #esoteric :This is a different notation though where d6 means a six-sided dice < 1475877398 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :shachaf: 4d5 can never = 45 < 1475877419 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :? < 1475877433 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :but it can = 20 < 1475877434 0 :zzo38!~zzo38@24-207-15-88.eastlink.ca PRIVMSG #esoteric :Only up to twenty < 1475877503 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :What is (d2)(d2)? < 1475877519 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Is it either 1d2 or 2d2, depending on the outcome of the first flip? < 1475877587 0 :zzo38!~zzo38@24-207-15-88.eastlink.ca PRIVMSG #esoteric :That should be written (d2)d2 though, not as (d2)(d2) < 1475877669 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Ah, and (d2)(d2) means flip two coins and multiply the results? < 1475877681 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :That makes sense. < 1475877682 0 :zzo38!~zzo38@24-207-15-88.eastlink.ca PRIVMSG #esoteric :I suppose so? < 1475877689 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I should have written (d2)d(2) < 1475877736 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :So the meaning of dy/dx is apparent. < 1475877755 0 :zzo38!~zzo38@24-207-15-88.eastlink.ca PRIVMSG #esoteric :FurryScript does not currently support notations like that anyways; I will add them < 1475877798 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Is there a meaning to 1.5d2? < 1475877899 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :uh oh, there's a mailstorm happening about email failures < 1475877957 0 :Lord_of_Life!Elite12246@gateway/shell/elitebnc/x-yubtjuvymwixycgh QUIT :Excess Flood < 1475877959 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :a mailstrom? < 1475877981 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :yeah. people are replying to a giant mailing list < 1475878007 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :the joke is only about the proposed spelling < 1475878008 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :oh, the giant mailing list has been shut down. good < 1475878016 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :it's not very good, perhaps < 1475878029 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :but you're just dismissing it as not typed correctly, or what? < 1475878039 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :but the email system is still not working < 1475878056 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net QUIT :Ping timeout: 260 seconds < 1475878178 0 :Lord_of_Life!Elite12246@gateway/shell/elitebnc/x-cxhvwgceucyfvaea JOIN :#esoteric < 1475878266 0 :Froox!~Frooxius@194.108.5.201 QUIT :Quit: *bubbles away* < 1475878292 0 :Frooxius!~Frooxius@194.108.5.201 JOIN :#esoteric < 1475878304 0 :DHeadshot!~DHeadshot@cpc88301-woki8-2-0-cust688.6-2.cable.virginm.net JOIN :#esoteric < 1475878447 0 :Froox!~Frooxius@194.108.5.201 JOIN :#esoteric < 1475878453 0 :Froox!~Frooxius@194.108.5.201 QUIT :Remote host closed the connection < 1475878477 0 :Froox!~Frooxius@194.108.5.201 JOIN :#esoteric < 1475878576 0 :Frooxius!~Frooxius@194.108.5.201 QUIT :Ping timeout: 250 seconds < 1475878647 0 :Frooxius!~Frooxius@194.108.5.201 JOIN :#esoteric < 1475878781 0 :kragniz1!?@? NICK :kragniz < 1475878784 0 :Froox!~Frooxius@194.108.5.201 QUIT :Ping timeout: 250 seconds < 1475878892 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1475879562 0 :Kaynato!~Aedile@2607:fcc8:9f81:600:d0e9:1afd:f847:6187 JOIN :#esoteric < 1475879772 0 :Guest21185!iovoid@1.ipv6.aegir.superbnc.com QUIT :Changing host < 1475879772 0 :Guest21185!iovoid@unaffiliated/iovoid JOIN :#esoteric < 1475879775 0 :Guest21185!?@? NICK :iovoid < 1475879867 0 :Frooxius!~Frooxius@194.108.5.201 QUIT :Quit: *bubbles away* < 1475880020 0 :Akaibu!uid118096@gateway/web/irccloud.com/x-kqtwsahzhamculyi QUIT :Quit: Connection closed for inactivity < 1475880110 0 :incomprehensibly!sid3405@gateway/web/irccloud.com/x-ahituulpjpvbxwih QUIT :Ping timeout: 250 seconds < 1475880158 0 :augur!~augur@c-24-7-90-158.hsd1.ca.comcast.net QUIT :Remote host closed the connection < 1475880954 0 :Reece`!~Ner@cpc88067-wiga13-2-0-cust35.18-3.cable.virginm.net QUIT :Read error: Connection reset by peer < 1475880977 0 :moonythedwarf_!~IceChat9@unaffiliated/moonythedwarf QUIT :Quit: *.net *.split < 1475881000 0 :moonythedwarf!~IceChat9@unaffiliated/moonythedwarf JOIN :#esoteric < 1475881672 0 :iconmaster!~iconmaste@2604:6000:b182:2400:3047:dd5:76ca:4faf JOIN :#esoteric < 1475881906 0 :relrod_!?@? NICK :relrod < 1475882000 0 :zzo38!~zzo38@24-207-15-88.eastlink.ca PRIVMSG #esoteric :FurryScript dice notation now supports d without number, dice in parentheses, and multipliers; that is in addition to what it already supports (multiple terms, drop/keep lowest/highest, and glitches). < 1475882016 0 :iconmaster!~iconmaste@2604:6000:b182:2400:3047:dd5:76ca:4faf QUIT :Quit: Leaving < 1475882057 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :@dice 1d6 < 1475882057 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :shachaf: 1 < 1475882061 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :@dice (1d6)d6 < 1475882061 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :unexpected 'd': expecting operator or end of input < 1475882075 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :@dice (1d6)+6 < 1475882075 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :\oren\: 2 + 6 => 8 < 1475882082 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :@dice 1d(1d6) < 1475882082 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :unexpected 'd': expecting digit, operator or end of input < 1475882122 0 :incomprehensibly!sid3405@gateway/web/irccloud.com/x-cqvqqslbwlipzjav JOIN :#esoteric < 1475882127 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :@dice 1d(1d(1d20)) < 1475882127 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :unexpected 'd': expecting digit, operator or end of input < 1475882162 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :@dice 1d(4+6) < 1475882162 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :unexpected 'd': expecting digit, operator or end of input < 1475882170 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :@dice 1d4 / 1d4 < 1475882170 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :\oren\: 1 / 1 => 1 < 1475882173 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :@dice 1d4 / 1d4 < 1475882173 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :\oren\: 4 / 4 => 1 < 1475882175 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :@dice 1d4 / 1d4 < 1475882175 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :\oren\: 2 / 4 => 1/2 => 0.5 < 1475882176 0 :zzo38!~zzo38@24-207-15-88.eastlink.ca PRIVMSG #esoteric :The skill generator already has some options (different costs per skill, different maximums, initial values, templated skills, dice in skills, cost increasing), but GURPS turns out to be more complicated than that, with mutually exclusive traits, limits that depend on other traits, and in some cases nonlinear costs. < 1475882182 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :@dice 1d100 / 1d100 < 1475882183 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :\oren\: 3 / 89 => 3/89 => 3.3708e-2 < 1475882221 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :@dice 100d100 / 100d100 < 1475882221 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :\oren\: 5107 / 4790 => 5107/4790 => 1.0662 < 1475882225 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :@dice 100d100 / 100d100 < 1475882226 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :\oren\: 4697 / 4929 => 4697/4929 => 0.9529 < 1475882229 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :@dice 100d100 / 100d100 < 1475882229 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :\oren\: 4841 / 5280 => 4841/5280 => 0.9169 < 1475882578 0 :zzo38!~zzo38@24-207-15-88.eastlink.ca PRIVMSG #esoteric :Version 13 with the new dice notation is now officially released and documented. < 1475882726 0 :AnotherTest!~turingcom@ptr-2hj4tbos9tbg7ovqr0zslthq3.ip6.access.telenet.be QUIT :Quit: ZNC - http://znc.in < 1475883223 0 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 268 seconds < 1475883243 0 :moonythedwarf!?@? NICK :false < 1475883257 0 :false!?@? NICK :False < 1475883317 0 :Kaynato!~Aedile@2607:fcc8:9f81:600:d0e9:1afd:f847:6187 QUIT :Ping timeout: 240 seconds < 1475883383 0 :Kaynato!~Aedile@2607:fcc8:9f81:600:c884:a187:f9de:6e19 JOIN :#esoteric < 1475883527 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :Well, "treacherous" is right. I'd hesitate to trust an algorithm to < 1475883527 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :recognize PLANCK CONSTANT as the character name that logically fits < 1475883528 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :between MATHEMATICAL ITALIC SMALL G and MATHEMATICAL ITALIC SMALL I. < 1475883538 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :^ Unicode mailing list hilarity < 1475883596 0 :False!?@? NICK :Aperture-Science < 1475883694 0 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1475883845 0 :Lord_of_Life!Elite12246@gateway/shell/elitebnc/x-cxhvwgceucyfvaea QUIT :Excess Flood < 1475883968 0 :Lord_of_Life!Elite12246@gateway/shell/elitebnc/x-essiifxtvrneqoth JOIN :#esoteric < 1475884008 0 :MoALTz!~no@78-11-247-26.static.ip.netia.com.pl QUIT :Quit: Leaving < 1475884479 0 :hppavilion[1]!~Doslowdow@58-0-174-206.gci.net JOIN :#esoteric < 1475884622 0 :Aperture-Science!?@? NICK :moony < 1475884777 0 :incomprehensibly!sid3405@gateway/web/irccloud.com/x-cqvqqslbwlipzjav QUIT :Ping timeout: 240 seconds