< 1428365446 927254 :vodkode_!~vodkode@fl-71-49-15-174.dhcp.embarqhsd.net QUIT :Ping timeout: 250 seconds < 1428367784 105093 :adu!~ajr@c-69-243-56-49.hsd1.md.comcast.net JOIN :#esoteric < 1428368031 186202 :bb010g!uid21050@gateway/web/irccloud.com/x-cqmkmfivclveikvb JOIN :#esoteric < 1428368919 790694 :magician!~magician@46.186.224.113 JOIN :#esoteric < 1428368943 252046 :magician!~magician@46.186.224.113 NICK :Guest92232 < 1428369101 174269 :Guest3780!~magician@178.161.57.131 QUIT :Ping timeout: 250 seconds < 1428369101 324900 :Guest92232!~magician@46.186.224.113 NICK :Guest3780 < 1428369264 370374 :augur!~augur@c-71-57-177-235.hsd1.fl.comcast.net QUIT :Read error: Connection reset by peer < 1428369264 445085 :augur_!~augur@c-71-57-177-235.hsd1.fl.comcast.net JOIN :#esoteric < 1428369286 694321 :adu!~ajr@c-69-243-56-49.hsd1.md.comcast.net QUIT :Quit: adu < 1428369448 969633 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :Is it possible to define a general ordering of triples in RDF graphs (using the same definition of ordering regardless of which graph) even though there are blank nodes? (Blank nodes are like anonymous nodes; they don't have any ordering, and may be used multiple times.) Assume that if a blank node is wired in a particular way to the rest of the graph, it is indistinguishable for purpose of checking if a graph is the same or not. < 1428369544 855212 :^v^v!~^v@c-68-36-225-16.hsd1.mi.comcast.net QUIT :Read error: Connection reset by peer < 1428369907 543394 :sdfgsdfg!~sdfgsdfg@unaffiliated/sdfgsdfg JOIN :#esoteric < 1428370122 199715 :augur!~augur@c-71-57-177-235.hsd1.fl.comcast.net JOIN :#esoteric < 1428370309 12746 :augur_!~augur@c-71-57-177-235.hsd1.fl.comcast.net QUIT :Ping timeout: 245 seconds < 1428372069 852948 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :Could we not simply "pick the graph up" by a certain node? < 1428372091 791000 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :Which one? < 1428372148 142892 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :hmmm < 1428372258 123703 :AndoDaan_!~AndoDaan@188.188.89.144 JOIN :#esoteric < 1428372300 862609 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :You may be able to simplify the problem by considering only the blank nodes, since everything else can already be ordered. < 1428372331 398482 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :first, construct an ordering for graphs with numbered nodes. then, for each unnumbered graph, take the minimum numbered one. < 1428372344 908886 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :absolutely no promises that this is tractable. < 1428372398 174749 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :Note that these are directed graphs. < 1428372413 344991 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :makes no difference... < 1428372424 899359 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :oh wait < 1428372430 132655 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :misread question. < 1428372438 853545 :AndoDaan!~AndoDaan@188.188.86.8 QUIT :Ping timeout: 265 seconds < 1428372466 596685 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :the fact i've never heard of RDF graphs before doesn't help < 1428372541 752354 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :That's OK; its exact definition isn't relevant. However, it may be described in a simplified way as such: A set of triples; the first and third may be either a URI or blank node, the second must be a URI. (It is actually a bit more complicated than that, but for the purpose of this problem everything else is irrelevant) < 1428372588 588126 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :There is no problem ordering the URIs since you can just use strcmp < 1428372660 222831 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :what's the problem with just defining blank nodes to be smaller than all URIs, say? < 1428372661 996177 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :Each blank node is connected to N predicates as a object < 1428372700 533646 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :and then order the triples lexicographically < 1428372732 335428 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :so basically, as haskell's (Maybe URI, Maybe URI, Maybe URI) type < 1428372747 327459 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :No, that isn't right. < 1428372756 127398 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :The second one is guaranteed to be a URI < 1428372780 530732 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :oh. well (Maybe URI, URI, Maybe URI) then. < 1428372845 165665 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :i'm sort of assuming that's too simple but you haven't defined the problem in such a way that i can see why it is disallowed. < 1428372854 761523 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :Let's say you have a unlabeled directed graph; it can become a RDF graph by making each node as a blank node and then the second one (called a predicate) is always or whatever (note that is not a blank node!). So, Maybe URI doesn't do it. < 1428372969 703684 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :zzo38: my problem is that i have no information about what an RDF graph is other than a set of triples. < 1428372995 785597 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :It is a graph composed of two types of vertexes. < 1428373022 433247 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :the A type is connected to three B type vertexes < 1428373066 999183 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :(with three distinct labeled edges) < 1428373089 578353 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :the B type vertexes are arbitrary URI's or just "blank" < 1428373144 127477 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :In addition, the second edge from each A type vertex always connects to a B type vertex which is a URI < 1428373176 413041 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :That is one way to describe it, although I can prefer this way: It is a directed graph where vertexes can be labeled or blank, and edges are always labeled. There may be more than one blank node, but none of them have labels; and some may be used more than once. That's why (Maybe URI) does not describe a vertex. < 1428373232 259139 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :oh i see the problem is that blank nodes have identity but not order < 1428373282 883506 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :Yes, that's the problem I was asking about! < 1428373394 944016 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :but a URI can only be used in one node, right? < 1428373414 893377 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :Yes. < 1428373416 29063 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :yes < 1428373424 272606 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :(Although there may be multiple connections to and from it) < 1428373545 157217 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :Hmm... we can start by putting the blank nodes which have a direct link to a URI node first < 1428373570 356092 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :Yes I thought that might do, although still don't quite know how to continue then < 1428373592 950952 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :and then ordering them by greatest < 1428373617 76617 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :URI they are connected to (then by predicate, then by second greatest, etc) < 1428373676 618141 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :well ok it is obviously possible to do in an intractable way, by first ordering triples in all graphs where blank nodes have been numbered, ordering the graphs themselves, then taking the triple ordering from the minimum graph < 1428373725 282388 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :which arises from a numbering of your blank nodes < 1428373783 395981 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :So if _AAA is connected to www.foo.com and _BBB is connected to vvv.foo.com then _BBB comes first < 1428373865 602498 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :After all blank nodes which are connected to a URI have been ordered, we can use said ordering to order the blank nodes connected to them, and so on < 1428373920 949518 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :however two blank nodes may be connected to the same URIs... < 1428373938 855389 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :Then order by the predicate by which they are connected < 1428373953 769179 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :And after that, take the second highest uri < 1428373959 390281 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :what's a predicate < 1428373968 182542 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :and so on like a "high-card" poker hand < 1428373973 582409 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :The second element in the triple is called a predicate. < 1428373982 952132 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :(The first is called a subject, and the third is called an object.) < 1428374024 233715 :CADD_!~CADD@12.227.104.109 JOIN :#esoteric < 1428374057 476350 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :Unfortunately my idea fails in the case where all nodes are blank < 1428374071 6372 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :hm unless there is some uniqueness property i haven't noticed/been told, this is probably impossible. < 1428374087 38264 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :oren: Yes, that's another case you haven't considered < 1428374126 654669 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :in fact, let's take two triples, with (B1, "url1", B1) and (B2, "url1", B2) < 1428374144 323260 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :oerjan: In that specific case, it doesn't matter the order. < 1428374144 561959 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :B1 and B2 are blank. there is absolutely no distinction between the riples. < 1428374150 458363 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :*+t < 1428374166 579775 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :Because exchanging B1 with B2 doesn't change it at all. < 1428374168 270684 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :when does the order batter < 1428374183 545097 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :s/ba/ma/ < 1428374241 995827 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :argh < 1428374258 137058 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :(In other words, the graph "looks the same" from B1 as it does from B2.) But, if you have: (B1, "url1", B2) (B3, "url1", B4) (B3, "url1", B5) then B1 and B2 and B3 are distinct, although you can exchange B4 with B5 without changing it. < 1428374280 271375 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :so the ordering is only unique up to isomorphisms of the graph < 1428374295 23371 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :Yes. < 1428374453 1845 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :but your special case of an unlabeled directed graph becomes "can you order the edges of an unlabeled directed graph" < 1428374489 147747 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :Yes, and I expect that a solution to that problem can easily be extended to work with any RDF graphs then. < 1428374525 316522 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :i vaguely suspect this is at least as hard as graph isomorphism < 1428374565 741035 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :Yes, I would think so too. < 1428374649 814280 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :Just in case you are curious, the additional part of the definition of a RDF graph that I have not yet mentioned is that the object (the third part of the triple) can also be a "literal", which means a pair consisting of a URI and a string. (This is irrelevant to the problem I mentioned though; I simply mention it in case you need to know exactly what a "RDF graph" is for other purposes.) < 1428375065 995789 :CADD_!~CADD@12.227.104.109 QUIT :Quit: Lost terminal < 1428375280 884639 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :mhm < 1428375406 168569 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :Suppose we start by getting each node two numbers, the number of outgoing and ingoing edges < 1428375446 610196 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :I loaded "graph isomorphism" in Wikipedia now to try to learn a few other stuff, but still don't quite know < 1428375452 227383 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :oren: OK, that's one start < 1428375496 388558 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :Then within each set of nodes, each node's "poker hand" is the N,M of the nodes it is connected to < 1428375569 992506 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :I'm thinking ofan iterative process where we keep reordering the nodes which are still undistinct... < 1428375623 394973 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :until no change occurs. < 1428375868 186703 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :I also thought of what I now learned is called "graph canonization" (actually I thought of the same name for it); so, if you can figure out the order of blank nodes then you can replace them with URIs and so on and then you can easily order the triples. (Of course this is a hypothetical "canon:" URI scheme) < 1428375912 47323 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :I still don't know how to do this though, but making up such a canonical form would easily allow them to be ordered; but you can also do it the other way around, so that you can make up such a canonical form from the ordering is the other way. < 1428375996 362642 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :zzo38: i think that's what i meant with the numbering? < 1428376018 971507 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :or well < 1428376069 168288 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :So. take the example from above: B1,B2 B3,B4 B3,B5. The initial numbering would be B1-(1,0) B2,B4,B5-(0,1) B3-(2,0) < 1428376091 328320 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :i think the numbering thing still works, it's just that if the graph has self-isomorphisms then the minimal graph can also be reached by all of those. < 1428376123 453890 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :So the initial order is B2=B4=B5,B1,B3 < 1428376208 629156 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :Now B2 is connected to B1, and B4,B5 are connected to B3, and B1 outranks B3. Thus B2 outrank B4,B5. < 1428376231 283558 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :The new ordering on step 2 is B2,B4=B5,B1,B3 < 1428376275 269315 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :B4 and B5 are still equal, so there is no change, and the algorithm teminates < 1428376307 503135 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :(they are qual becuase theya re both only connected to B3) < 1428376308 400856 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :Ah, OK I can see that now < 1428376627 722468 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :However, you have to prove it! < 1428377127 870877 :adu!~ajr@c-69-243-56-49.hsd1.md.comcast.net JOIN :#esoteric < 1428377136 877775 :adu!~ajr@c-69-243-56-49.hsd1.md.comcast.net QUIT :Client Quit < 1428377281 759349 :adu!~ajr@c-69-243-56-49.hsd1.md.comcast.net JOIN :#esoteric < 1428377992 502190 :AndoDaan_!~AndoDaan@188.188.89.144 QUIT :Quit: Going, going, gone. < 1428378935 676469 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :This RDF graph contains three blank nodes: http://zzo38computer.org/my_foaf.ttl The blank nodes are identified here as [], _:1, and _:2. (Each [] is a distinct blank node (although that isn't relevant here because there is only one); but each _: with the same name identifies the same blank node.) This graph contains many non-blank nodes too. Canonizing would require numbering each blank node. Note that using _:a _:b _:c in place of [] _:1 _:2 < 1428379010 522211 :GeekDude!~GeekDude@unaffiliated/g33kdude QUIT :Quit: {{{}}{{{}}{{}}}{{}}} (www.adiirc.com) < 1428379365 240194 :Sprocklem!~Sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1428379462 453237 :Sprocklem!~Sprocklem@unaffiliated/sprocklem NICK :tub < 1428379477 493541 :tub!~Sprocklem@unaffiliated/sprocklem NICK :tumb < 1428379497 500070 :tumb!~Sprocklem@unaffiliated/sprocklem NICK :Sprocklem < 1428379497 540263 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Hexadecimal Stacking Pseudo-Assembly Language14]]4 10 02http://esolangs.org/w/index.php?diff=42317&oldid=42265 5* 03SuperJedi224 5* (+7684) 10 < 1428379537 126014 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Hexadecimal Stacking Pseudo-Assembly Language14]]4 10 02http://esolangs.org/w/index.php?diff=42318&oldid=42317 5* 03SuperJedi224 5* (-2) 10 < 1428379560 406272 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Hexadecimal Stacking Pseudo-Assembly Language14]]4 10 02http://esolangs.org/w/index.php?diff=42319&oldid=42318 5* 03SuperJedi224 5* (+1) 10/* An interpreter in Java */ < 1428380044 744335 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Hexadecimal Stacking Pseudo-Assembly Language14]]4 10 02http://esolangs.org/w/index.php?diff=42320&oldid=42319 5* 03SuperJedi224 5* (-161) 10/* An interpreter in Java: */ < 1428380260 578491 :Sprocklem!~Sprocklem@unaffiliated/sprocklem NICK :rub < 1428380279 50496 :rub!~Sprocklem@unaffiliated/sprocklem NICK :Sprocklem < 1428380611 390796 :vodkode_!~vodkode@fl-71-49-15-174.dhcp.embarqhsd.net JOIN :#esoteric < 1428381641 391020 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :This is a (badly drawn) diagram of part of such a graph: http://zzo38computer.org/img_17/my_foaf.png In order that you can see how it works. The circles indicate the blank nodes; they will then need to be ordered. < 1428382259 161463 :oerjan!oerjan@sprocket.nvg.ntnu.no QUIT :Quit: Gah < 1428382496 465788 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :A diagram of the full graph (except for literals?) is at http://graves.cl/visualRDF/?url=http%3A%2F%2Fzzo38computer.org%2Fmy_foaf.ttl although it can be hard to read. This one also displays names for blank nodes (even though they don't really have names; names can be used in a representation for obvious uses though), and abbreviates some URIs that are commonly used in RDF. < 1428383036 308535 :CADD!~CADD@12.227.104.109 QUIT :Remote host closed the connection < 1428383917 885893 :adu!~ajr@c-69-243-56-49.hsd1.md.comcast.net QUIT :Quit: adu < 1428384732 101555 :dianne!~diannes@unaffiliated/dianne QUIT :Quit: byeannes < 1428385676 439163 :zadock!~zadock@81.180.210.87 JOIN :#esoteric < 1428385681 213914 :Sprocklem!~Sprocklem@unaffiliated/sprocklem QUIT :Ping timeout: 244 seconds < 1428387521 774897 :zadock!~zadock@81.180.210.87 QUIT :Quit: Leaving < 1428387824 176142 :shikhin!~Shikhin@straightforward.website JOIN :#esoteric < 1428387824 639957 :shikhin!~Shikhin@straightforward.website NICK :Guest3839 < 1428388060 497238 :Guest3839!~Shikhin@straightforward.website QUIT :Client Quit < 1428388654 147014 :shikkhin!~Shikhin@straightforward.website JOIN :#esoteric < 1428388802 870850 :shikkhin!~Shikhin@straightforward.website QUIT :Client Quit < 1428389061 164740 :shikhin!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1428391878 816836 :CADD!~CADD@12.227.104.109 JOIN :#esoteric < 1428392105 828388 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :I can't really take this "studying 70 min a day is optimal" study that serious. < 1428392123 360668 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :apparentely students who learn the longest are the worst students. < 1428392149 820188 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :which makes sense because the sooner you get it the less long you actually have to study. < 1428392180 13903 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :so it shouldn't be surprising that students who learn longer on average probably do that because they are not very good at the subject. < 1428392929 762016 :shikhin!~shikhin@unaffiliated/shikhin QUIT :Quit: Lost terminal < 1428392968 593604 :shikhin!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1428393656 268665 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :"Judge Allows Divorce Papers To Be Served Via Facebook" uhm... < 1428393658 831139 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :ok...? < 1428393667 430475 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :fungot: Do you have a Facebook account? < 1428393667 610119 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :mroman: gcc 3 doesn't know about. and either you get threatened with lawsuits and the like < 1428393695 503037 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :Good. gcc3 is probably a facebook profile stalker anyway. < 1428394121 217927 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :The actual optimal studying amount is "all the time", but you should study more than one thing. < 1428394307 424201 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :I should study breakfast < 1428394537 563215 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :Indeed. Good pancakes and french toast require intensive study to perfect < 1428394643 422231 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :(I often end up burning my pancakes) < 1428394926 321738 :Patashu!~Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au JOIN :#esoteric < 1428395170 88969 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :Holy crap, i didn't know there was kanji for sulfuric acid < 1428395331 464594 :vodkode_!~vodkode@fl-71-49-15-174.dhcp.embarqhsd.net QUIT :Ping timeout: 256 seconds < 1428395396 553340 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :hey fungot, have you tried cooking pancakes with sulfuric acid? < 1428395397 31295 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :oren: about the wiki? :) ( i'm attracted to these types of problems), if fnord enough times, could mutate some input into a more optimal way? < 1428396411 621154 :zadock!~zadock@muscalu.tuiasi.ro JOIN :#esoteric < 1428396761 303419 :nszceta!~nszceta@5ED062E5.cm-7-1b.dynamic.ziggo.nl JOIN :#esoteric < 1428397132 330349 :nszceta!~nszceta@5ED062E5.cm-7-1b.dynamic.ziggo.nl QUIT :Quit: My Mac has gone to sleep. ZZZzzz… < 1428399289 116384 :sdfgsdfg!~sdfgsdfg@unaffiliated/sdfgsdfg QUIT :Remote host closed the connection < 1428399819 561972 :hjulle!~hjulle@ankadagen.vth.sgsnet.se QUIT :Ping timeout: 256 seconds < 1428400576 85541 :nszceta!~nszceta@95.211.152.2 JOIN :#esoteric < 1428400632 678047 :nszceta!~nszceta@95.211.152.2 QUIT :Max SendQ exceeded < 1428400663 432798 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :fungot: fnord < 1428400663 794270 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :mroman: or has a contradiction... non-imperative?) from the keyboard < 1428400743 270598 :nszceta!~nszceta@95.211.152.2 JOIN :#esoteric < 1428400900 921616 :ProofTechnique!~ptech@c-24-147-92-185.hsd1.vt.comcast.net QUIT :Ping timeout: 245 seconds < 1428401051 58951 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :フノルドって何? < 1428401078 125393 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :fungot, funorudo tte nani? < 1428401078 340257 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :oren: why didn't i think of that. gentoo also starts with s! 2. blahbot, dead, dead, is just conditional reading < 1428401088 318298 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :naruhodo < 1428401716 992142 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Hexadecimal Stacking Pseudo-Assembly Language14]]4 10 02http://esolangs.org/w/index.php?diff=42321&oldid=42320 5* 03SuperJedi224 5* (+142) 10/* An interpreter in Java: */ < 1428401761 871598 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Hexadecimal Stacking Pseudo-Assembly Language14]]4 10 02http://esolangs.org/w/index.php?diff=42322&oldid=42321 5* 03SuperJedi224 5* (+9) 10 < 1428401810 844648 :lifthrasiir!~lifthrasi@115.68.131.49 PRIVMSG #esoteric :sgentoo. < 1428402021 29927 :lleu!~gnomebad@unaffiliated/lleu JOIN :#esoteric < 1428402753 242672 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :What if a "language" existed in which "programming" was done by pavlovian conditioning on small animals? < 1428402818 529319 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :E.g. to do an "and" you condition them to push a button only when two lights are on. < 1428403342 716961 :ProofTechnique!~ptech@65-183-137-193-dhcp.burlingtontelecom.net JOIN :#esoteric < 1428403456 273567 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :Related: http://arxiv.org/abs/1204.1749 < 1428403530 889096 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :awesome. crab-based computing < 1428403611 35069 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Hexadecimal Stacking Pseudo-Assembly Language14]]4 10 02http://esolangs.org/w/index.php?diff=42323&oldid=42322 5* 03SuperJedi224 5* (+179) 10/* An interpreter in Java: */ < 1428404156 993629 :shikkhin!~Shikhin@straightforward.website JOIN :#esoteric < 1428404289 503168 :shikkhin!~Shikhin@straightforward.website QUIT :Client Quit < 1428404580 452687 :shikkhin!~Shikhin@straightforward.website JOIN :#esoteric < 1428404582 499335 :shikkhin!~Shikhin@straightforward.website QUIT :Remote host closed the connection < 1428404854 298552 :shikhin!~shikhin@unaffiliated/shikhin QUIT :Quit: Changing server < 1428404854 413201 :oren!~oren@65.94.97.99 QUIT :Read error: Connection reset by peer < 1428404869 480385 :shikhout!~Shikhin@straightforward.website JOIN :#esoteric < 1428404870 897406 :shikhout!~Shikhin@straightforward.website NICK :Guest50683 < 1428404891 993388 :aloril_!~aloril@dsl-tkubrasgw2-54f81c-109.dhcp.inet.fi JOIN :#esoteric < 1428404996 730403 :aloril!~aloril@dsl-tkubrasgw2-54f81c-109.dhcp.inet.fi QUIT :Ping timeout: 272 seconds < 1428406267 231724 :Patashu!~Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au QUIT :Read error: Connection reset by peer < 1428406284 275621 :Patashu!Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au JOIN :#esoteric < 1428406615 441215 :ski!~ski@remote11.chalmers.se QUIT :Ping timeout: 251 seconds < 1428406727 905138 :ski!~ski@remote11.chalmers.se JOIN :#esoteric < 1428407334 518200 :hjulle!~hjulle@ankadagen.vth.sgsnet.se JOIN :#esoteric < 1428407443 838120 :vodkode_!~vodkode@fl-71-49-15-174.dhcp.embarqhsd.net JOIN :#esoteric < 1428407690 751577 :orin!~oren@65.94.97.99 JOIN :#esoteric < 1428407801 739173 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :Help, someone (I know not who) made https://github.com/jimrustlesPhD/Taneb/blob/master/Taneb.erl < 1428407977 508139 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :it was jimrustlesPhD hth < 1428408043 326064 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :shachaf, I know not who that is < 1428408103 456066 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Taneb: perhaps you know who https://github.com/icydoge is? < 1428408114 45085 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :Yes, I know that person < 1428408123 660975 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :But they are almost certainly different people < 1428408136 91163 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :https://erlangcentral.org/erlang-projects/details/15724 suggests some sort of connection < 1428408184 817594 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :Only in that they both contributed to this git project < 1428408199 397052 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :I know who everyone is but the author of that erlang < 1428408225 369241 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Ah. < 1428408285 284276 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :Is that Jim Rustles, PhD, or Jim Rustle's PhD? < 1428408294 652669 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :Jafet, it is unclear < 1428408308 920564 :Taneb!~Taneb@runciman.hacksoc.org PRIVMSG #esoteric :I don't think that "Jim Rustles" is the author's real name < 1428408370 719209 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1428409661 778857 :vodkode_!~vodkode@fl-71-49-15-174.dhcp.embarqhsd.net QUIT :Ping timeout: 250 seconds < 1428410077 861241 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Hexadecimal Stacking Pseudo-Assembly Language14]]4 10 02http://esolangs.org/w/index.php?diff=42324&oldid=42323 5* 03SuperJedi224 5* (+95) 10/* An interpreter in Java: */ < 1428410280 189763 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Hexadecimal Stacking Pseudo-Assembly Language14]]4 10 02http://esolangs.org/w/index.php?diff=42325&oldid=42324 5* 03SuperJedi224 5* (+25) 10/* An interpreter in Java: */ < 1428410840 557885 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :At least it's multi-functional. < 1428410955 346539 :Patashu!Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au QUIT :Ping timeout: 246 seconds < 1428410981 365666 :FreeFull!~freefull@defocus/sausage-lover QUIT :Ping timeout: 252 seconds < 1428411893 66523 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :so... I can't visit other courses at my university. < 1428411905 950498 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :Well, I can visit them... but I'm not allowed to attend the final exams. < 1428411924 414297 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :which absolutely sucks. < 1428412357 777479 :shikhin!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1428412371 477122 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :Well, exams don't work so well if you've seen them before. < 1428412391 114650 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :uhm...? < 1428412395 758583 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :What are you talking about? < 1428412476 404482 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :If you were to take the same course later, you would see the same exam again. < 1428412565 130306 :Guest50683!~Shikhin@straightforward.website QUIT :Quit: ZNC - http://znc.in < 1428412596 76240 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :No < 1428412600 763243 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :They write new exams each semester < 1428412604 399193 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :but that's not really the point. < 1428412630 980164 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :I thought since I'm still working at this university I could just attend some courses and get a piece of paper that states that I visited and passed them < 1428412666 906967 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :to broaden my skills < 1428412670 670643 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :but they don't allow that. < 1428412699 308679 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1428412699 330531 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :because bureaucracy. < 1428412707 27031 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :Shouldn't be too hard for the docent to correct one exam more < 1428412757 562509 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :and the office to print some piece of paper and stamp it < 1428412785 488794 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :they have the tools for that anyway < 1428412807 992600 :f|`-`|f!~rikc@108-65-78-116.lightspeed.sntcca.sbcglobal.net QUIT :Ping timeout: 255 seconds < 1428412822 610448 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :every student can keep track of his grades/credits in the universities online tool and can print out a report and get it stamped < 1428413107 294669 :shikkhin!~Shikhin@straightforward.website JOIN :#esoteric < 1428413130 499187 :shikhin!~shikhin@unaffiliated/shikhin QUIT :Quit: Changing server < 1428413171 1153 :shikhin!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1428413515 503677 :shikhin!~shikhin@unaffiliated/shikhin QUIT :Quit: Changing server < 1428413995 961493 :nszceta!~nszceta@95.211.152.2 QUIT :Quit: Textual IRC Client: www.textualapp.com < 1428414001 509815 :nortti!~juhani@ayu.smar.fi NICK :[]{}\|-_`^ < 1428414007 914854 :[]{}\|-_`^!~juhani@ayu.smar.fi NICK :nortti < 1428414711 672066 :shikhin_!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1428414863 302114 :shikhin_!~shikhin@unaffiliated/shikhin NICK :shikhin < 1428415040 491949 :shikhin!~shikhin@unaffiliated/shikhin QUIT :Quit: Changing server < 1428415113 953963 :shikkhin!~Shikhin@straightforward.website NICK :shikhin < 1428415129 424852 :shikhin!~Shikhin@straightforward.website QUIT :Changing host < 1428415129 428842 :shikhin!~Shikhin@unaffiliated/shikhin JOIN :#esoteric < 1428415247 503956 :`^_^v!~nycs@gw.hq.meetup.com JOIN :#esoteric < 1428415281 247295 :shikhin!~Shikhin@unaffiliated/shikhin QUIT :Quit: ZNC - http://znc.in < 1428415466 134340 :shikhin!~shikhin@straightforward.website JOIN :#esoteric < 1428415467 91045 :shikhin!~shikhin@straightforward.website NICK :Guest75986 < 1428415508 152907 :Guest75986!~shikhin@straightforward.website NICK :shikhout < 1428415529 650998 :shikhout!~shikhin@straightforward.website QUIT :Changing host < 1428415529 680286 :shikhout!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1428415671 674698 :shikhout!~shikhin@unaffiliated/shikhin NICK :shikhin < 1428416076 641294 :Guest3780!~magician@46.186.224.113 QUIT :Ping timeout: 276 seconds < 1428416132 45 :shikhin!~shikhin@unaffiliated/shikhin NICK :sammwch < 1428416154 3434 :sammwch!~shikhin@unaffiliated/shikhin NICK :shikhin < 1428416355 920441 :shikhin!~shikhin@unaffiliated/shikhin NICK :sammwch < 1428416357 404484 :sammwch!~shikhin@unaffiliated/shikhin QUIT :Disconnected by services < 1428416366 720350 :shikhin!~shikhin@straightforward.website JOIN :#esoteric < 1428416389 143679 :shikhin!~shikhin@straightforward.website NICK :Guest53355 < 1428416418 487100 :Guest53355!~shikhin@straightforward.website NICK :shikhout < 1428416426 251094 :shikhout!~shikhin@straightforward.website QUIT :Changing host < 1428416426 253670 :shikhout!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1428416436 187107 :shikhout!~shikhin@unaffiliated/shikhin NICK :shikhin < 1428416487 757087 :nortti!~juhani@ayu.smar.fi NICK :shikh < 1428416494 776735 :shikh!~juhani@ayu.smar.fi NICK :nortti < 1428416671 839918 :oerjan!oerjan@sprocket.nvg.ntnu.no JOIN :#esoteric < 1428417376 247068 :shikhin!~shikhin@unaffiliated/shikhin QUIT :Quit: Cya. < 1428417387 852988 :shikhin!~shikhin@straightforward.website JOIN :#esoteric < 1428417389 164315 :Sprocklem!~Sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1428417412 255739 :shikhin!~shikhin@straightforward.website NICK :Guest38099 < 1428417425 693947 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07User:SuperJedi22414]]4 10 02http://esolangs.org/w/index.php?diff=42326&oldid=42267 5* 03SuperJedi224 5* (+33) 10 < 1428417474 922112 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Hexadecimal Stacking Pseudo-Assembly Language14]]4 10 02http://esolangs.org/w/index.php?diff=42327&oldid=42325 5* 03SuperJedi224 5* (+24) 10 < 1428417482 942049 :Guest38099!~shikhin@straightforward.website QUIT :Client Quit < 1428417924 451527 :nszceta!~nszceta@95.211.152.2 JOIN :#esoteric < 1428417988 157394 :shikhin!~shikhin@straightforward.website JOIN :#esoteric < 1428418014 200199 :shikhin!~shikhin@straightforward.website NICK :Guest35710 < 1428418044 450898 :Guest35710!~shikhin@straightforward.website NICK :shikhout < 1428418049 520059 :shikhout!~shikhin@straightforward.website QUIT :Changing host < 1428418049 521237 :shikhout!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1428418221 288444 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Hello world program in esoteric languages14]]4 10 02http://esolangs.org/w/index.php?diff=42328&oldid=42002 5* 03108.171.128.160 5* (+107) 10 < 1428418364 785646 :shikhout!~shikhin@unaffiliated/shikhin QUIT :Quit: Cya. < 1428418483 323718 :shikhout!~shikhin@straightforward.website JOIN :#esoteric < 1428418489 63261 :shikhout!~shikhin@straightforward.website NICK :Guest43016 < 1428418928 682010 :f|`-`|f!~rikc@108-65-78-116.lightspeed.sntcca.sbcglobal.net JOIN :#esoteric < 1428419400 778511 :shikhin_!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1428419509 636649 :shikhin_!~shikhin@unaffiliated/shikhin NICK :shikhin < 1428419837 774175 :Guest43016!~shikhin@straightforward.website QUIT :Quit: Cya. < 1428419874 644271 :shikhin!~shikhin@unaffiliated/shikhin QUIT :Quit: Changing server < 1428419906 572282 :shikhin!~shikhin@straightforward.website JOIN :#esoteric < 1428419918 374696 :shikhin!~shikhin@straightforward.website NICK :Guest65879 < 1428420054 595593 :Guest65879!~shikhin@straightforward.website QUIT :Client Quit < 1428420182 166241 :shikherr!~shikhin@straightforward.website JOIN :#esoteric < 1428420264 985130 :shikherr!~shikhin@straightforward.website QUIT :Changing host < 1428420265 22197 :shikherr!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1428420295 362843 :shikherr!~shikhin@unaffiliated/shikhin QUIT :Client Quit < 1428420338 123494 :shikhin!~shikhin@straightforward.website JOIN :#esoteric < 1428420339 524797 :shikhin!~shikhin@straightforward.website NICK :Guest71592 < 1428420363 452637 :zadock!~zadock@muscalu.tuiasi.ro QUIT :Quit: Leaving < 1428420449 947341 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1428420563 821268 :callforjudgement!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1428420580 978370 :ais523!~ais523@unaffiliated/ais523 QUIT :Disconnected by services < 1428420582 425875 :callforjudgement!~ais523@unaffiliated/ais523 NICK :ais523 < 1428421426 917007 :`^_^v!~nycs@gw.hq.meetup.com PART #esoteric :"Leaving" < 1428421430 26285 :`^_^v!~nycs@gw.hq.meetup.com JOIN :#esoteric < 1428422634 46865 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 244 seconds < 1428422718 303711 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker JOIN :#esoteric < 1428423367 608811 :nszceta!~nszceta@95.211.152.2 QUIT :Ping timeout: 252 seconds < 1428423587 62027 :FreeFull!~freefull@defocus/sausage-lover QUIT :Quit: BBL < 1428424248 912114 :Guest71592!~shikhin@straightforward.website NICK :shikhin < 1428424268 822741 :shikhin!~shikhin@straightforward.website QUIT :Changing host < 1428424268 829506 :shikhin!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1428424771 665954 :PinealGlandOptic!~PinealGla@82.144.205.57 QUIT :Quit: leaving < 1428424924 286180 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1428425078 406724 :oerjan!oerjan@sprocket.nvg.ntnu.no QUIT :Quit: leaving < 1428425088 532852 :variable!~variable@freebsd/developer/variable NICK :constant < 1428425664 717388 :shikhin!~shikhin@unaffiliated/shikhin QUIT :Quit: Cya. < 1428425683 555247 :shikhin!~shikhin@straightforward.website JOIN :#esoteric < 1428425698 308201 :shikhin!~shikhin@straightforward.website NICK :Guest11133 < 1428425807 450640 :Guest11133!~shikhin@straightforward.website NICK :shikhout < 1428425812 392849 :shikhout!~shikhin@straightforward.website QUIT :Changing host < 1428425812 395684 :shikhout!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1428425868 26771 :shikhin!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1428425889 364901 :shikhout!~shikhin@unaffiliated/shikhin QUIT :Disconnected by services < 1428425897 125500 :shikhout!~shikhin@straightforward.website JOIN :#esoteric < 1428425898 623033 :Sprocklem!~Sprocklem@unaffiliated/sprocklem QUIT :Read error: Connection reset by peer < 1428425917 71560 :shikhout!~shikhin@straightforward.website QUIT :Disconnected by services < 1428425922 215890 :shikhin!~shikhin@unaffiliated/shikhin NICK :shikhout < 1428425929 138693 :shikhin!~shikhin@straightforward.website JOIN :#esoteric < 1428425953 270819 :shikhin!~shikhin@straightforward.website NICK :Guest39441 < 1428426054 712818 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker QUIT :Remote host closed the connection < 1428426497 163043 :Sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1428426730 837422 :shikhout!~shikhin@unaffiliated/shikhin QUIT :Quit: leaving < 1428426809 217838 :Sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Quit: snoonet < 1428426827 68337 :Sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1428426969 948031 :Guest39441!~shikhin@straightforward.website QUIT :Quit: Cya. < 1428427002 726671 :shikhin!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1428428060 672517 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1428430003 140994 :zzo38!~zzo38@24-207-84-223.eastlink.ca QUIT :Remote host closed the connection < 1428430162 469675 :orin!~oren@65.94.97.99 PRIVMSG #esoteric :mroman: The university my father works for (YorkU) doesn't allow him to attend a course in the manner you describe, but does allow *me* to do so... Maybe you should impersonate your own son? < 1428430268 522249 :AndoDaan!~AndoDaan@188.189.87.136 JOIN :#esoteric < 1428430510 183829 :zadock!~zadock@81.180.210.87 JOIN :#esoteric < 1428430547 45132 :Guest3780!~magician@178.161.67.112 JOIN :#esoteric < 1428430875 237250 :shikhin!~shikhin@unaffiliated/shikhin NICK :BrieFly < 1428430905 924228 :BrieFly!~shikhin@unaffiliated/shikhin NICK :shikhin < 1428430931 39693 :shikhin!~shikhin@unaffiliated/shikhin NICK :BrieFly < 1428431004 795170 :BrieFly!~shikhin@unaffiliated/shikhin NICK :shikhin < 1428431417 529292 :zzo38!~zzo38@24-207-84-223.eastlink.ca JOIN :#esoteric < 1428433117 118270 :Guest3780!~magician@178.161.67.112 QUIT :Ping timeout: 272 seconds < 1428434185 862315 :ais523!~ais523@unaffiliated/ais523 QUIT :Read error: Connection reset by peer < 1428434195 996866 :ais523!~ais523@cpc6-king9-2-0-cust765.perr.cable.virginm.net JOIN :#esoteric < 1428434204 826472 :ais523!~ais523@cpc6-king9-2-0-cust765.perr.cable.virginm.net QUIT :Changing host < 1428434204 827140 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1428434785 777077 :ais523!~ais523@unaffiliated/ais523 QUIT :Read error: Connection reset by peer < 1428434847 76704 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1428434884 208957 :Sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Ping timeout: 248 seconds < 1428435761 906788 :Guest3780!~magician@178.161.44.86 JOIN :#esoteric < 1428435911 427454 :constant!~variable@freebsd/developer/variable QUIT :Ping timeout: 250 seconds < 1428436119 142872 :ais523!~ais523@unaffiliated/ais523 QUIT :Ping timeout: 272 seconds < 1428436686 791274 :Sprocklem!~sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1428437633 178822 :nycs!~nycs@gw.hq.meetup.com JOIN :#esoteric < 1428437814 863097 :`^_^v!~nycs@gw.hq.meetup.com QUIT :Ping timeout: 246 seconds < 1428438772 547821 :FreeFull!~freefull@defocus/sausage-lover QUIT : < 1428439283 599755 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Hexadecimal Stacking Pseudo-Assembly Language14]]4 10 02http://esolangs.org/w/index.php?diff=42329&oldid=42327 5* 03SuperJedi224 5* (+4) 10/* An interpreter in Java: */ < 1428439539 497575 :Helina!2ee0a4de@gateway/web/freenode/ip.46.224.164.222 JOIN :#esoteric < 1428439570 117876 :Helina!2ee0a4de@gateway/web/freenode/ip.46.224.164.222 QUIT :Quit: Page closed < 1428440321 402530 :AndoDaan!~AndoDaan@188.189.87.136 QUIT :Ping timeout: 255 seconds < 1428440452 117758 :Patashu!~Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au JOIN :#esoteric < 1428441668 322734 :ProofTechnique!~ptech@65-183-137-193-dhcp.burlingtontelecom.net QUIT :Ping timeout: 244 seconds < 1428441766 983761 :Sprocklem!~sprocklem@unaffiliated/sprocklem QUIT :Ping timeout: 264 seconds < 1428441837 91783 :Patashu!~Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au QUIT :Ping timeout: 265 seconds < 1428441842 87170 :AnotherTest!~turingcom@d51A4C6F4.access.telenet.be JOIN :#esoteric < 1428442481 364670 :izabera!~izabera@unaffiliated/izabera QUIT :Ping timeout: 256 seconds < 1428442656 197868 :izabera!~izabera@unaffiliated/izabera JOIN :#esoteric < 1428442935 211615 :izabera!~izabera@unaffiliated/izabera QUIT :Ping timeout: 245 seconds < 1428443076 877228 :izabera!~izabera@unaffiliated/izabera JOIN :#esoteric < 1428443100 944381 :nycs!~nycs@gw.hq.meetup.com QUIT :Quit: This computer has gone to sleep < 1428443799 652257 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07A programming language is a formal constructed language designed to communicate instructions to a machine, particularly a computer.14]]4 10 02http://esolangs.org/w/index.php?diff=42330&oldid=41915 5* 03Rottytooth 5* (+38) 10added tag < 1428443842 326746 :oerjan!oerjan@sprocket.nvg.ntnu.no JOIN :#esoteric < 1428443863 289638 :ProofTechnique!~ptech@c-24-147-92-185.hsd1.vt.comcast.net JOIN :#esoteric < 1428443979 932999 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Hexadecimal Stacking Pseudo-Assembly Language14]]4 10 02http://esolangs.org/w/index.php?diff=42331&oldid=42329 5* 03SuperJedi224 5* (+157) 10/* An interpreter in Java: */ < 1428444242 681365 :AndoDaan!~AndoDaan@188.188.73.214 JOIN :#esoteric < 1428444373 221544 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1428444600 222625 :AnotherTest!~turingcom@d51A4C6F4.access.telenet.be QUIT :Remote host closed the connection < 1428445358 685299 :AndoDaan_!~AndoDaan@188.189.76.153 JOIN :#esoteric < 1428445418 361555 :dianne!~diannes@unaffiliated/dianne JOIN :#esoteric < 1428445551 637718 :AndoDaan!~AndoDaan@188.188.73.214 QUIT :Ping timeout: 245 seconds < 1428446829 408927 :boily!~alexandre@96.127.201.149 JOIN :#esoteric < 1428446861 968864 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :bood daily < 1428447510 423753 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :bon sørjȧn! < 1428447552 566537 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :darn i thought i'd finally made a portmanteau so impenetrable you didn't recognize it < 1428447599 375228 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :no portmanteau too deep, no conflagration too outrageous. < 1428447692 555855 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :@metar CYUL < 1428447694 31152 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :CYUL 072200Z 15003KT 30SM FEW240 05/M15 A3040 RMK CI1 CI TR SLP295 < 1428447708 71144 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :finally thawing? < 1428447708 228874 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :IT'S OVER ZERO THOUSANDS! < 1428447716 375089 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :at last! < 1428447717 782424 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :@metar ENVA < 1428447718 51815 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :ENVA 072250Z 28032KT 9999 FEW015 BKN030 06/01 Q1017 RMK WIND 670FT 29034G52KT < 1428447736 108077 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :eek canadians catching up < 1428447740 55882 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :ACTION is doing the dance of finally probably getting something higher than Norway soon! < 1428447761 783652 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :<(^_^<) (>^_^)> ♪ < 1428447765 630317 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :ACTION imagines that as very silly < 1428447779 139052 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :involving handstand jumps < 1428447789 524616 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :no handstands tonight. I ate soup. < 1428447793 388258 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :ah. < 1428447797 437093 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :`? szoup < 1428447804 720288 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :@metår KSJC < 1428447804 930728 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :KSJC 072253Z 21011G19KT 10SM FEW028 SCT050 BKN090 15/03 A2994 RMK AO2 SLP139 T01500028 PNO < 1428447821 216797 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :A szoup a szilárd tápszereknek híg alakban való elkészítése a célból, hogy könnyebben emészthetők legyenek; a hígító anyag a viz, mely feloldja s magába veszi a tápanyag legértékesebb részeit. < 1428447830 150312 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :shachaf: SJC? < 1428447859 798218 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Norman Y. Mineta San Jose International Airport hth < 1428447961 123681 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :tdh. you're there twh? < 1428447997 354297 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :nearby hth < 1428448006 339553 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :tah. < 1428448015 963546 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :almost helped? < 1428448057 184878 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :apparently we'll be playing kubb on sunday < 1428448070 577599 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :that also helps hth < 1428448079 163628 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :@google kubb < 1428448080 249847 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :http://en.wikipedia.org/wiki/Kubb < 1428448080 302524 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :Title: Kubb - Wikipedia, the free encyclopedia < 1428448084 641123 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :... < 1428448125 124995 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :ah! a lawn game! < 1428448135 437939 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :ACTION stays away from a very safe distance < 1428448190 446129 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :boilƴ < 1428448246 778405 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :there's a suspicious pixel attached to my "y". < 1428448278 71205 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :`unidecode ƴ < 1428448279 112383 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​[U+01B4 LATIN SMALL LETTER Y WITH HOOK] < 1428448282 402659 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :let me scratch it off < 1428448285 175704 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :boilɏ < 1428448286 454435 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oops < 1428448290 52135 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :... < 1428448294 546821 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :ACTION mapoles shachaf < 1428448334 531664 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :i think in this case it should be mapołes < 1428448349 705980 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :ł is my nemesis < 1428448357 388345 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :always looks like there's some dirt on my screen < 1428448728 879133 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Language list14]]4 10 02http://esolangs.org/w/index.php?diff=42332&oldid=42262 5* 03194.168.93.97 5* (+10) 10/* M */ < 1428448901 952862 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Meq14]]4 N10 02http://esolangs.org/w/index.php?oldid=42333 5* 03194.168.93.97 5* (+1881) 10Created page with "Meq was created by Richard Sparrow in April 2015. Hello World
 .==++>:+>+>[:++++++++>]:=+>===++>.===+++++++>:=+>:=++++>:++++++++>:rp>p>>p>p>p>p>p>p>p>p>p! 
Inst..." < 1428448919 96866 :CADD!~CADD@12.227.104.109 QUIT :Remote host closed the connection < 1428448952 746339 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Meq14]]4 10 02http://esolangs.org/w/index.php?diff=42334&oldid=42333 5* 03194.168.93.97 5* (+64) 10 < 1428449148 603791 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :I smell the unmistakeable fumet of a brainfuck derivative... < 1428449161 170081 :AndoDaan_!~AndoDaan@188.189.76.153 PRIVMSG #esoteric :Just bigger. < 1428449190 531169 :AndoDaan_!~AndoDaan@188.189.76.153 PRIVMSG #esoteric :Why derive from BF is you are just going to unFuck it? < 1428449246 33646 :AndoDaan_!~AndoDaan@188.189.76.153 NICK :AndoDaan < 1428449379 822396 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Special:Log/newusers14]]4 create10 02 5* 03TheMeq 5* 10New user account < 1428449414 387858 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Meq14]]4 10 02http://esolangs.org/w/index.php?diff=42335&oldid=42334 5* 03TheMeq 5* (+14) 10 < 1428449423 442217 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Meq14]]4 10 02http://esolangs.org/w/index.php?diff=42336&oldid=42335 5* 03TheMeq 5* (+4) 10 < 1428449476 660935 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Meq14]]4 10 02http://esolangs.org/w/index.php?diff=42337&oldid=42336 5* 03TheMeq 5* (+0) 10 < 1428449511 581476 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07User:TheMeq14]]4 N10 02http://esolangs.org/w/index.php?oldid=42338 5* 03TheMeq 5* (+70) 10Created page with "Hi, I'm TheMeq I developed the [[Meq]] esoteric programming language!" < 1428449525 129542 :magician!~magician@31.203.97.251 JOIN :#esoteric < 1428449571 977413 :orin!~oren@65.94.97.99 PRIVMSG #esoteric :metar CYYZ < 1428449580 331136 :orin!~oren@65.94.97.99 PRIVMSG #esoteric :`metar CYYZ < 1428449581 122617 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: metar: not found < 1428449591 432024 :orin!~oren@65.94.97.99 PRIVMSG #esoteric :@metar CYYZ < 1428449591 676321 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :CYYZ 072300Z 09007KT 15SM BKN090 BKN130 06/M08 A3031 RMK AC5AC2 SLP272 < 1428449636 262790 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :ƳƳȤ < 1428449648 125664 :Guest3780!~magician@178.161.44.86 QUIT :Ping timeout: 252 seconds < 1428449648 421438 :magician!~magician@31.203.97.251 NICK :Guest3780 < 1428449803 274611 :orin!~oren@65.94.97.99 PRIVMSG #esoteric :I think they gave toronto the letters left over... < 1428450126 740499 :magician!~magician@31.203.170.235 JOIN :#esoteric < 1428450264 131729 :Guest3780!~magician@31.203.97.251 QUIT :Ping timeout: 252 seconds < 1428450264 748431 :magician!~magician@31.203.170.235 NICK :Guest3780 < 1428450301 980758 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :orin: probably the name of some nearby beacon. that's why Dorval is YUL. < 1428450463 675096 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :ACTION read that as bacon and was a bit confused < 1428450582 23057 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :ACTION feeds fungot some proximal bacon < 1428450582 143147 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :boily: the example was just a test to see if freenode would get its security act together? < 1428450626 384001 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :bacon, the next irc threat < 1428450761 626284 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :orin: apparently, YTO is the area (probably similar to the GTA, need more details). then you have YTZ for Billy Bishop, YKZ for Buttonville and YYZ for Pearson. < 1428450865 60363 :AndoDaan_!~AndoDaan@188.189.88.26 JOIN :#esoteric < 1428450867 239492 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :aha! http://www.funtrivia.com/askft/Question130856.html, with AyatollaH's reply giving credible details. < 1428450981 463336 :AndoDaan!~AndoDaan@188.189.76.153 QUIT :Ping timeout: 256 seconds < 1428451007 530759 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :@metar LLBG < 1428451008 48831 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :LLBG 072350Z VRB01KT CAVOK 15/06 Q1012 NOSIG < 1428451073 635328 :orin!~oren@65.94.97.99 PRIVMSG #esoteric :@metar OREN < 1428451073 968126 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :No result. < 1428451077 18890 :orin!~oren@65.94.97.99 PRIVMSG #esoteric :@metar ORIN < 1428451077 380466 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :No result. < 1428451122 89413 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :ORxx airports are in Okinawa. < 1428451146 276889 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :uhm. ROxx, says I. < 1428451160 524665 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :ORxx is Iraq. < 1428451184 292571 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :@metar ORAN < 1428451184 623209 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :No result. < 1428451189 198533 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :@metar ORBA < 1428451189 649407 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :No result.