< 1530835906 564835 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Remote host closed the connection < 1530835939 786997 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1530836207 772184 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 255 seconds < 1530836713 383233 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530836894 15123 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 260 seconds < 1530836895 920798 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1530837165 862041 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 264 seconds < 1530838200 156437 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 260 seconds < 1530838638 516401 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530838774 200837 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 256 seconds < 1530839861 310126 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1530840076 94553 :doesthiswork1!~Adium@207.55.82.57 JOIN :#esoteric < 1530840076 369222 :doesthiswork!~Adium@207.55.82.57 QUIT :Read error: Connection reset by peer < 1530840234 491430 :oerjan!oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1530840645 956201 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530840831 268378 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 240 seconds < 1530842129 999398 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 260 seconds < 1530842541 738692 :variable!~variable@freebsd/developer/variable JOIN :#esoteric > 1530842632 44447 PRIVMSG #esoteric :14[[07Special:Log/newusers14]]4 create10 02 5* 03Cjarvis 5* 10New user account < 1530842741 804160 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 255 seconds > 1530842935 194859 PRIVMSG #esoteric :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=56434&oldid=56392 5* 03Cjarvis 5* (+276) 10/* Introductions */ < 1530843336 400868 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1530843617 337185 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 256 seconds < 1530843924 187124 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1530844420 863915 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530844661 25263 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 276 seconds < 1530845195 242615 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530845340 359556 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 245 seconds < 1530845587 989866 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric : is A related to asdf? <-- pretty much assuming it's the same person < 1530845669 508166 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :but then why would one of them have asked the other one's permission to do something < 1530845672 512756 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :checkmate < 1530846104 24004 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 276 seconds < 1530846260 815132 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530846484 753731 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ACTION swats shachaf -----### < 1530846506 183851 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :why can't storing trees in memory be as simple as storing a string. ;~; < 1530846568 906859 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :. o O ( maybe imode wants ghc's compact regions ) < 1530846595 744655 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :imode: it can be if you just store complete trees hth < 1530846624 270340 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :shachaf: well yeah but tree rewriting tyyypically doesn't deal with complete trees. < 1530846633 753896 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :it'd be a massive space waster. < 1530846674 755249 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :store all the data in one place and the shape in another place hth < 1530846675 614084 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :plus the re-parenting of orphaned nodes and stuff upon rewrites. < 1530846687 305792 :trout!~variable@freebsd/developer/variable JOIN :#esoteric < 1530846693 486763 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :well yeah but it'd... still require a fixed number of bits per node regardless of data. < 1530846716 18668 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Well, you can store the shape pretty efficiently with fancy rank-select dictionaries or something. < 1530846748 878571 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :yeah, succinct trees. but that's for relatively sparse read-only data. dynamically updatable succinct trees are much harder than that. < 1530846753 443086 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Not so sure about mutation. < 1530846779 854671 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :something I considered early on (about last year) was storing unique paths through an infinite complete binary tree. < 1530846790 770188 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :as a list. < 1530846792 146720 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :This reminds me of the other thing I was trying to figure out, which was about storing data in complete mostly-ordered trees. < 1530846809 826162 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :(Rather than ordered mostly-complete trees like most balanced search trees.) < 1530846826 437189 :function!~variable@freebsd/developer/variable JOIN :#esoteric < 1530846834 709919 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :I just don't get why people see trees/terms as more fundamental than strings in mathematics, I guess. < 1530846863 75274 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :they're harder to work with, require bolting on binding and matching features onto whatever you to do to anything useful... < 1530846867 686784 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 240 seconds < 1530846918 514426 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :maybe it's because we've been dealing with expressions that take the form of trees for however long expressional/equational reasoning has been around. < 1530846987 674739 :trout!~variable@freebsd/developer/variable QUIT :Ping timeout: 240 seconds < 1530847121 363742 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1530847329 446932 :function!~variable@freebsd/developer/variable QUIT :Ping timeout: 248 seconds > 1530847493 916931 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56435&oldid=56432 5* 03A 5* (+0) 10/* Really? A shorter one */ > 1530848933 112688 PRIVMSG #esoteric :14[[07Truth-machine14]]4 10 02https://esolangs.org/w/index.php?diff=56436&oldid=56420 5* 03Oerjan 5* (-167) 10That's nice, but unfortunately it doesn't terminate on 0. < 1530849816 307973 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1530850077 310447 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 256 seconds < 1530851116 100669 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :imode: https://en.wikipedia.org/wiki/Prüfer_sequence ? < 1530852056 249877 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :interesting. < 1530852164 279468 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :myname: at a glance it doesn't seem like this'd permit easy modification. unless you can do traversal and modification solely based on the sequence alone < 1530852237 619467 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :it looks like you'd be able to. it'd just be a little weird. < 1530852280 754604 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :something I've also wondered is are there ways of compactly storing unlabeled trees? < 1530852574 839166 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :the pure structure can be stored pretty compact < 1530852608 758784 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :last year i had a code for that which basically just encodes branching to the left or right with bits < 1530852711 492032 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :for trees where each node is either a leaf or has k children, you can store it with a 1 bit for going downwards and a 0 bit for going upwards again < 1530852734 524030 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :oh, you don't even need k children for that < 1530852772 415194 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :you may only receive an isomorphic tree through this, though < 1530852787 358455 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :like, / is encoded as 10, but \ is as well < 1530853254 138190 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :so you store a depth first traversal? < 1530853285 928667 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :wait. isn't that just nested parens? < 1530853676 552096 :imode!~imode@unaffiliated/imode QUIT :Quit: WeeChat 2.1 < 1530853725 296329 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1530853912 438035 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :yeah < 1530854190 515322 :imode1!~imode@unaffiliated/imode JOIN :#esoteric < 1530854297 291718 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 265 seconds < 1530854539 373438 :imode1!~imode@unaffiliated/imode QUIT :Quit: WeeChat 2.1 > 1530855193 965173 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56437&oldid=56435 5* 03A 5* (+1263) 10/* Use the visualizer */ > 1530855234 604111 PRIVMSG #esoteric :14[[07Shorten your Brainfuck code14]]4 10 02https://esolangs.org/w/index.php?diff=56438&oldid=56437 5* 03A 5* (-27) 10/* Use the visualizer */ < 1530856279 292170 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1530856313 297066 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1530856588 292329 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net QUIT :Ping timeout: 265 seconds < 1530858710 192461 :tromp!~tromp@ip-217-103-3-94.ip.prioritytelecom.net JOIN :#esoteric < 1530858945 429943 :XorSwap!~XorSwap@wnpgmb016qw-ppp-103-253.dynamic.bellmts.net QUIT :Ping timeout: 248 seconds < 1530859285 292304 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 265 seconds > 1530859755 646203 PRIVMSG #esoteric :14[[07Unless14]]4 N10 02https://esolangs.org/w/index.php?oldid=56439 5* 03A 5* (+853) 10Created page with "Unless is a derivative of [[~ATH]]. ==Tutorial== ===The simplest possible Unless program=== T: ;All unnecessary things ===T=== This can be changed into anything. If it..." > 1530860213 712959 PRIVMSG #esoteric :14[[07--Unless14]]4 N10 02https://esolangs.org/w/index.php?oldid=56440 5* 03A 5* (+854) 10Created page with "==Tutorial== ===The simplest possible Unless program=== That is a [[Null program]]. ===R=== Run something. (This can run anything) It usually runs a code. A tab or 4 spaces..." < 1530860234 27938 :oerjan!oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :wat. > 1530860269 632125 PRIVMSG #esoteric :14[[07--Unless14]]4 10 02https://esolangs.org/w/index.php?diff=56441&oldid=56440 5* 03A 5* (+3) 10/* The simplest possible Unless program */ > 1530860332 1724 PRIVMSG #esoteric :14[[07--Unless14]]4 10 02https://esolangs.org/w/index.php?diff=56442&oldid=56441 5* 03A 5* (-34) 10/* ; */ > 1530860464 94847 PRIVMSG #esoteric :14[[07--Unless14]]4 10 02https://esolangs.org/w/index.php?diff=56443&oldid=56442 5* 03A 5* (+239) 10/* Objects */ > 1530860505 722241 PRIVMSG #esoteric :14[[07--Unless14]]4 10 02https://esolangs.org/w/index.php?diff=56444&oldid=56443 5* 03A 5* (+2) 10/* Objects */ > 1530860786 872179 PRIVMSG #esoteric :14[[07Hello world program in esoteric languages14]]4 10 02https://esolangs.org/w/index.php?diff=56445&oldid=56039 5* 03A 5* (+196) 10/* ~-~! */ < 1530860805 844661 :doesthiswork1!~Adium@207.55.82.57 QUIT :Quit: Leaving. > 1530861007 830554 PRIVMSG #esoteric :14[[07--Unless14]]4 10 02https://esolangs.org/w/index.php?diff=56446&oldid=56444 5* 03A 5* (+250) 10/* Objects */ > 1530861101 583333 PRIVMSG #esoteric :14[[07Hello world program in esoteric languages14]]4 10 02https://esolangs.org/w/index.php?diff=56447&oldid=56445 5* 03A 5* (+232) 10/* --Unless */ > 1530861529 781402 PRIVMSG #esoteric :14[[07--Unless14]]4 10 02https://esolangs.org/w/index.php?diff=56448&oldid=56446 5* 03A 5* (+29) 10/* Tutorial */ > 1530861565 699985 PRIVMSG #esoteric :14[[07--Unless14]]4 10 02https://esolangs.org/w/index.php?diff=56449&oldid=56448 5* 03A 5* (+35) 10/* Objects */ > 1530861601 588851 PRIVMSG #esoteric :14[[07--Unless14]]4 10 02https://esolangs.org/w/index.php?diff=56450&oldid=56449 5* 03A 5* (+23) 10/* :something */ < 1530862883 736168 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1530864431 385793 :AnotherTest!~turingcom@d51A46C74.access.telenet.be JOIN :#esoteric < 1530866029 671304 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker JOIN :#esoteric < 1530866280 472833 :oerjan!oerjan@hagbart.nvg.ntnu.no QUIT :Quit: leaving < 1530867376 625726 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 268 seconds > 1530867599 993854 PRIVMSG #esoteric :14[[07OOOOL14]]4 N10 02https://esolangs.org/w/index.php?oldid=56451 5* 03A 5* (+436) 10Created page with "OOOOL is the acronym for "Object-Oriented Output Only Language". ==Tutorial== ===How to define a function=== To define a function, you make it like this: FUNC: (do someting)..." > 1530867630 510455 PRIVMSG #esoteric :14[[07OOOOL14]]4 10 02https://esolangs.org/w/index.php?diff=56452&oldid=56451 5* 03A 5* (+9) 10/* How to output */ < 1530873083 348808 :moony!moony@unaffiliated/moonythedwarf QUIT :Quit: Bye! < 1530873115 297252 :Bowserinator!Bowserinat@unaffiliated/bowserinator QUIT :Ping timeout: 245 seconds < 1530873120 206990 :moony!moony@unaffiliated/moonythedwarf JOIN :#esoteric < 1530873129 630294 :Bowserinator!Bowserinat@unaffiliated/bowserinator JOIN :#esoteric > 1530875923 291111 PRIVMSG #esoteric :14[[07Special:Log/newusers14]]4 create10 02 5* 03Yhara 5* 10New user account > 1530877511 272428 PRIVMSG #esoteric :14[[07Brainfuck14]]4 M10 02https://esolangs.org/w/index.php?diff=56453&oldid=56359 5* 03Ais523 5* (-304) 10Reverted edits by [[Special:Contributions/A|A]] ([[User talk:A|talk]]) to last revision by [[User:Ais523|Ais523]] > 1530877550 306751 PRIVMSG #esoteric :14[[07Special:Log/delete14]]4 revision10 02 5* 03Ais523 5* 10Ais523 changed visibility of 2 revisions on page [[02Brainfuck10]]: content hidden: Copyright violation: contains content copied from Stack Exchange (https://codegolf.stackexchange.com/a/163590) < 1530882031 309134 :doesthiswork!~Adium@207.55.82.57 JOIN :#esoteric < 1530883044 802030 :mehrdad!4e2f243a@gateway/web/freenode/ip.78.47.36.58 JOIN :#esoteric < 1530883048 838263 :mehrdad!4e2f243a@gateway/web/freenode/ip.78.47.36.58 PRIVMSG #esoteric :hi < 1530883060 910892 :mehrdad!4e2f243a@gateway/web/freenode/ip.78.47.36.58 PRIVMSG #esoteric :is there a channel about esoterism/ < 1530883582 673670 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :`welcome mehrdad < 1530883583 799443 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :mehrdad: Welcome to the international hub for esoteric programming language design and deployment! For more information, check out our wiki: . (For the other kind of esoterica, try #esoteric on EFnet or DALnet.) < 1530883677 406014 :mehrdad!4e2f243a@gateway/web/freenode/ip.78.47.36.58 PRIVMSG #esoteric :hi Taneb < 1530883720 135515 :mehrdad!4e2f243a@gateway/web/freenode/ip.78.47.36.58 PRIVMSG #esoteric :Taneb: where do people talk about esotericm? < 1530883756 724994 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :taneb why don't you come to the go club on sunday < 1530883766 548766 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :devonshire arms at ~7pm < 1530883845 170801 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :izabera: go the programming language, go the board game, or go the verb? < 1530883855 372471 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :the board game < 1530883871 861601 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :I can't play ;_; < 1530883876 172178 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :lern2go < 1530883886 396156 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :well you know, it's still a pub and they have beer < 1530883907 395857 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :I don't drink ;_; < 1530883922 38019 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :Third excuse: I'm going to be playing board games in London that afternoon and I don't know when I'll get back < 1530883931 133967 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :Other than those three reasons, I'd love to < 1530883935 256877 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :It's pretty easy for me to get to < 1530883964 130941 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :it's on sunday evening every sunday < 1530884019 556198 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :come to the old ticket office this evening? < 1530884022 938728 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :like at 6pm? < 1530884033 787742 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :i'll be there with a few friends from work < 1530884350 912909 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :That's more doable < 1530884395 736481 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :yayyy < 1530885209 166481 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :Is the old ticket office small enough that you'll recognize the approximately six foot tall (183cm) person with messy brown hair and thick eyebrows walking in the door < 1530885489 390766 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :not sure... < 1530885553 6451 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :come in with a rubiks cube in your hand < 1530885591 710119 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :too snowdeny or not enough rubiks cubes available? < 1530885597 895368 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :It's manageable < 1530886043 672927 :mrrmx!mrrmx@gateway/vpn/privateinternetaccess/mrrmx JOIN :#esoteric > 1530887263 105215 PRIVMSG #esoteric :14[[07Nameless language14]]4 10 02https://esolangs.org/w/index.php?diff=56454&oldid=37337 5* 03BMO 5* (+391) 10hello world example wasn't valid, added infobox & reference implementation < 1530888117 543327 :mehrdad!4e2f243a@gateway/web/freenode/ip.78.47.36.58 QUIT :Ping timeout: 252 seconds < 1530888515 294239 :Bowserinator_!Bowserinat@unaffiliated/bowserinator JOIN :#esoteric < 1530888516 228633 :moony!moony@unaffiliated/moonythedwarf QUIT :Ping timeout: 256 seconds < 1530888519 24321 :ATMunn_!ATMunn@unaffiliated/atmunn JOIN :#esoteric < 1530888524 664024 :Bowserinator!Bowserinat@unaffiliated/bowserinator QUIT :Ping timeout: 256 seconds < 1530888526 343 :ATMunn!ATMunn@unaffiliated/atmunn QUIT :Ping timeout: 260 seconds < 1530888527 204020 :probablymoony!moony@unaffiliated/moonythedwarf JOIN :#esoteric > 1530888941 153679 PRIVMSG #esoteric :14[[07MediaWiki:Common.js14]]4 N10 02https://esolangs.org/w/index.php?oldid=56455 5* 03Ais523 5* (+203) 10the http:// URLs don't work well due to caching effects; if we visit the site in a sufficiently modern browser, do a JS redirect to https:// < 1530889385 279789 :mrrmx!mrrmx@gateway/vpn/privateinternetaccess/mrrmx QUIT :Quit: Leaving < 1530889414 422549 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1530889958 873250 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :so I retrofitted my interpreter to select the first applicable rule in the ruleset. < 1530890027 540038 :ZM!4e377d9f@gateway/web/freenode/ip.78.55.125.159 JOIN :#esoteric < 1530890071 410656 :ZM!4e377d9f@gateway/web/freenode/ip.78.55.125.159 PRIVMSG #esoteric :ais523: thank you so much for that < 1530890278 915344 :ATMunn_!ATMunn@unaffiliated/atmunn NICK :ATMunn < 1530890321 978317 :ZM!4e377d9f@gateway/web/freenode/ip.78.55.125.159 QUIT :Quit: Page closed < 1530890540 252412 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :Hm < 1530890549 905860 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :izabera: you're in UK? < 1530890566 999626 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :yes in cambridge < 1530890577 306554 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :Nifty < 1530890581 607012 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :wbu? < 1530890616 596190 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :Not presently, although have been in the UK fairly frequently the past.. half year or so < 1530890625 792520 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :haven't been to Cambridge though < 1530890636 140539 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :FireFly: you should, it's where I am < 1530890662 796276 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :Or possibly that's a reason to avoid it < 1530890667 986619 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :Hmm < 1530890677 477164 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :You should attend freenode live in november :D < 1530890686 105980 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :(though, in Bristol) < 1530890695 590198 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :Bristol's annoying to get to :/ < 1530890710 606091 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :easier than cambridge :p < 1530890717 211697 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :I tried to go to the last one < 1530890734 46478 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :Well, Cambridge is hard to get to unless you're in Cambridge, in which case it's hard to escape < 1530890734 175852 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :EasyJet has a direct flight to Bristol nowadays < 1530890740 834185 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :fair < 1530890761 54212 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :Stansted Airport's like half an hour from Cambridge by train < 1530890774 551671 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :I don't wanna ryanair :\ < 1530890779 94120 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :That's fair < 1530890797 939653 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :But yes, should visit Cambridge someday < 1530890819 903758 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :I know enough people in the UK that I kinda want to make a tour de great britain.. < 1530890825 721433 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :I hear there's a group that play Go every Sunday < 1530890830 435883 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :well, by train < 1530890849 71747 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :Is fizzie still in London? < 1530890955 519133 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :My next UK visit will be in august/september, but.. wrong part of the country < 1530890972 548155 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :(over by the border to wales basically, for EMFcamp) < 1530891031 694886 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :A few of my friends are going to that < 1530891065 682858 :sebbu!~sebbu@unaffiliated/sebbu QUIT :Ping timeout: 276 seconds < 1530891085 470362 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :I went to 34c3 last year, hopefully EMF is just as fun, hehe < 1530891086 409494 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :in london there are several go centers < 1530891116 714614 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :or should i say centres < 1530891156 619077 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :hehe < 1530891277 468170 :sebbu!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1530891374 96143 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :izabera: ona visit in the UK, or? < 1530891975 842942 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :been living here since november < 1530892213 256424 :probablymoony!moony@unaffiliated/moonythedwarf NICK :definitelymoony < 1530892862 186558 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :trying to find the shortest path between string rewriting and a usable programming language is difficult. < 1530892938 877623 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :Maybe it'll go through Perl < 1530892955 16836 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :it actually might go through SNOBOL. < 1530893558 477441 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :izabera: ah cool! < 1530893583 703993 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :you should also visit fnlive :p < 1530894385 15756 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric < 1530894628 94272 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :there has to be a shorter path than implementing RAM + a given instruction set. < 1530897648 53814 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :I have written a tag system implementation in SQL; it is an easy Turing-complete system to implement using the recursive WITH clause in SQL. < 1530897682 46867 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :WITH A(T) AS (SELECT '211' UNION ALL SELECT SUBSTR(T,3) || CASE SUBSTR(T,1,1) WHEN '1' THEN '3321H' WHEN '2' THEN '331' WHEN '3' THEN '33' END FROM A) SELECT T FROM A WHERE SUBSTR(T,1,1) = 'H' LIMIT 1; < 1530897740 195561 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1530898095 882430 :mrrmx!mrrmx@gateway/vpn/privateinternetaccess/mrrmx JOIN :#esoteric < 1530899140 476665 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :building expressiveness from nothing is hard. < 1530899274 432423 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :There's a bunch of people here who work in London and live in Cambridge and commute daily, it can't be that hard to get to. < 1530899306 816878 :mniip!mniip@freenode/staff/mniip QUIT :Ping timeout: 624 seconds < 1530899349 255199 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Of course this place is right next to King's Cross, which is pretty optimal for Cambridgeing to/from. < 1530899869 229111 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Whoa, I think this was the first HTTP 451 "Unavailable For Legal Reasons" error I've gotten. < 1530899878 217375 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :"We recognize you are attempting to access this website from a country belonging to the European Economic Area (EEA) including the EU which enforces the General Data Protection Regulation (GDPR) and therefore access cannot be granted at this time." < 1530899903 86464 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I guess that's one way of being GDPR compliant. < 1530901041 728195 :erkin!~erkin@unaffiliated/erkin QUIT :Quit: Ouch! Got SIGIRL, dying... < 1530901249 221696 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :What are the requirements for GDPR? < 1530901497 50560 :mniip!mniip@freenode/staff/mniip JOIN :#esoteric < 1530902703 29942 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :what's more general than a hypergraph? < 1530903422 378699 :zzo38!~zzo38@24-207-47-161.eastlink.ca PRIVMSG #esoteric :http://zzo38computer.org/fossil/heromesh.ui/raw/exec.c?name=61678b6bb7fd8f9a32756361b39a5d4211cbde81 Do the pfunlink() and pflink() and objalloc() functions look like OK to you? Do you have suggestions to improve it if it is wrong? < 1530903903 928000 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker QUIT :Remote host closed the connection < 1530906575 159475 :definitelymoony!moony@unaffiliated/moonythedwarf NICK :obviouslymoony > 1530906629 14717 PRIVMSG #esoteric :14[[07User:DMC14]]4 M10 02https://esolangs.org/w/index.php?diff=56456&oldid=54862 5* 03DMC 5* (+143) 10 > 1530906650 544241 PRIVMSG #esoteric :14[[07User:DMC14]]4 M10 02https://esolangs.org/w/index.php?diff=56457&oldid=56456 5* 03DMC 5* (+0) 10 < 1530908516 926740 :Taneb!~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0 PRIVMSG #esoteric :ACTION has now met izabera  < 1530908545 261958 :FireFly!znc@freenode/staff/firefly PRIVMSG #esoteric :\o/ < 1530909166 544552 :Cale!~cale@2607:fea8:995f:fb71:3ccc:744d:ed01:df65 PRIVMSG #esoteric :`smlist 470 http://www.supermegacomics.com/index.php?i=470 < 1530909167 356023 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :smlist 470 http://www.supermegacomics.com/index.php?i=470: shachaf monqy elliott mnoqy Cale < 1530909854 390829 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Didn't I list this one already? < 1530910523 764455 :S_Gautam!uid286066@gateway/web/irccloud.com/x-xoaoagsgqhortkvt JOIN :#esoteric < 1530911139 86504 :imode!~imode@unaffiliated/imode QUIT :Quit: WeeChat 2.1 < 1530911326 321472 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1530912019 594192 :mrrmx!mrrmx@gateway/vpn/privateinternetaccess/mrrmx QUIT :Quit: Leaving < 1530912901 152558 :contrapumpkin!~copumpkin@haskell/developer/copumpkin QUIT :Remote host closed the connection < 1530913401 559143 :XorSwap!~XorSwap@wnpgmb016qw-ppp-103-253.dynamic.bellmts.net JOIN :#esoteric < 1530913492 491075 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1530913687 191579 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 245 seconds < 1530914465 320518 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 248 seconds < 1530914585 426870 :AnotherTest!~turingcom@d51A46C74.access.telenet.be QUIT :Ping timeout: 240 seconds < 1530916526 342619 :mrrmx!mrrmx@gateway/vpn/privateinternetaccess/mrrmx JOIN :#esoteric > 1530916702 914858 PRIVMSG #esoteric :14[[07Language list14]]4 M10 02https://esolangs.org/w/index.php?diff=56458&oldid=56162 5* 03HereToAnnoy 5* (+20) 10U - Added User:Language < 1530920699 633637 :S_Gautam!uid286066@gateway/web/irccloud.com/x-xoaoagsgqhortkvt QUIT :Quit: Connection closed for inactivity