< 1428105621 29503 :variable!~variable@freebsd/developer/variable QUIT :Ping timeout: 245 seconds < 1428105716 454829 :ais523!~ais523@unaffiliated/ais523 QUIT : < 1428105720 763613 :callforjudgement!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1428105732 454713 :callforjudgement!~ais523@unaffiliated/ais523 NICK :ais523 < 1428106923 162223 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :helloerjan < 1428106928 697973 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :having fun cleaning up? < 1428106951 317108 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Yoob14]]4 10 02http://esolangs.org/w/index.php?diff=42296&oldid=42242 5* 03Oerjan 5* (-38) 10Undo revision 42242 by [[Special:Contributions/5.29.33.254|5.29.33.254]] ([[User talk:5.29.33.254|talk]]) < 1428106962 350426 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :MAYBE < 1428107139 982680 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Talk:Time Out14]]4 10 02http://esolangs.org/w/index.php?diff=42297&oldid=42276 5* 03Oerjan 5* (-26) 10Undo revision 42276 by [[Special:Contributions/Esowiki201529A|Esowiki201529A]] ([[User talk:Esowiki201529A|talk]]) (Wat) < 1428107449 183216 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Special:Log/delete14]]4 delete10 02 5* 03Oerjan 5* 10deleted "[[02Talk:Hexadecimal Stacking Pseudo-Assembly Language10]]": content was: "这个正确的名字是“十六进制堆栈式伪汇编语言”" (and the only contributor was "[[Special:Contributions/Esowiki201529A|Esowiki201529A]]") < 1428107738 88530 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :there, now i can slack on visiting the wiki for another half month or so < 1428108605 905559 :CADD!~CADD@12.227.104.109 JOIN :#esoteric < 1428108642 168739 :callforjudgement!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1428108659 894126 :mihow!~mihow@50-206-98-70-static.hfc.comcastbusiness.net QUIT :Quit: mihow < 1428108819 706785 :ais523!~ais523@unaffiliated/ais523 QUIT :Ping timeout: 272 seconds < 1428108824 231248 :callforjudgement!~ais523@unaffiliated/ais523 NICK :ais523 < 1428109605 279129 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :oerjan: oh I have an unsolved puzzle... write a module that only exports (GHC.Prim.*) < 1428109630 975970 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :(you've played with this much more than I have, maybe you know a way?) < 1428109822 735515 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :hm i haven't played with _that_ < 1428109843 502438 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :quite possibly you're the one who showed me how you could import GHC.Prim.* in the first place < 1428109921 627153 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :can you even write a module that exports (GHC.Prim.*) _plus_ other things? < 1428109981 928878 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :it would seem that module ... (module GHC.Prim) would have the same problem as Constraint. < 1428109985 717546 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :yes, by reexporting the whole module < 1428110000 656244 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :oh that works? < 1428110038 596891 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :let me verify... < 1428110099 234706 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric ::browse GHC.Exts ... data (*) < 1428110156 368211 :ais523!~ais523@unaffiliated/ais523 QUIT :Read error: Connection reset by peer < 1428110168 826721 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :i,i module M (module GHC.Prim) where import GHC.Prim hiding (...) < 1428110173 346194 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1428110207 796795 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Maybe this has the same issue as Constraint that you've been talkinga bout. < 1428110209 494054 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :int-e: Constraint doesn't get through that way, at least. < 1428110209 857832 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :about < 1428110226 217694 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Probably it does because otherwise why would you be bringing this up. < 1428110250 38517 :mihow!~mihow@50-206-98-70-static.hfc.comcastbusiness.net JOIN :#esoteric < 1428110263 583432 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :note that the (*) does not even exist in ghc-7.8 < 1428110301 556457 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :oerjan: so, contrary to what I thought, you probably have not played with it :) < 1428110303 553933 :mihow!~mihow@50-206-98-70-static.hfc.comcastbusiness.net QUIT :Client Quit < 1428110304 495438 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :int-e: um in ghc-7.8 i can see GHC.Prim.* < 1428110342 720764 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :(GHC.Prim.*) :: BOX < 1428110343 906037 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :hmmmm < 1428110369 227445 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :Oh, my testing is flawed. < 1428110406 406864 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :So yeah, it's in GHC.Prim but (visibly anyway) not reexported from GHC.Exts < 1428110423 34158 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :What exactly does BOX do? < 1428110428 680656 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :s/(\(.*\)) (not)/\2 \1/ < 1428110441 322013 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :when i do module T ((*),Constraint) where import GHC.Prim < 1428110445 156404 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :zzo38: it's superkind, the kind of kinds. < 1428110453 732831 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :and :m T (to remove the * before T) < 1428110466 113906 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :then i can see the Constraint but not the * < 1428110488 900692 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :oerjan: try that with {-# LANGUAGE NoImplicitPrelude #-} to remove the other (*). < 1428110504 264655 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :zzo38: it's the "kind of kinds" in GHC core, you're not supposed to be able to refer to it < 1428110516 996024 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :then ghc will complain about not being able to find (*), I think. < 1428110526 800059 :FreeFull!~freefull@defocus/sausage-lover QUIT :Ping timeout: 248 seconds < 1428110543 989457 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :well i tried import Prelude () < 1428110548 585004 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :and yes that < 1428110653 831609 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1428110661 396587 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :ooh fancy < 1428110676 876001 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :int-e: you can export it if you rename it with a type < 1428110775 399432 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :oh except then it thinks it's a type not a kind < 1428110786 970006 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :funny though, still with kind BOX < 1428110787 944128 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :It is a type. < 1428110816 215903 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Or, at least, it's a thing that has a kind. < 1428110822 909696 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric ::k (Proxy :: S -> S) < 1428110823 834392 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :Not in scope: type constructor or class ‘S’ < 1428110823 835069 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :Not in scope: type constructor or class ‘S’ < 1428110827 376926 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :BOX also has a kind (BOX) < 1428110837 716589 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :gives me the error ‘S’ of kind ‘BOX’ is not promotable < 1428110851 681570 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :(type S = (GHC.Prim.*)) < 1428110859 524808 :mihow!~mihow@50-206-98-70-static.hfc.comcastbusiness.net JOIN :#esoteric < 1428111784 713118 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :oerjan: this is what I'm playing with: http://int-e.eu/~bf3/haskell/safe/ < 1428111788 499399 :mihow!~mihow@50-206-98-70-static.hfc.comcastbusiness.net QUIT :Ping timeout: 252 seconds < 1428111996 824888 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :(I guess the main purpose of the GHC.Prim.Safe module is to convince myself that it's unmanagable that way.) < 1428112025 155608 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :why are you commenting out coerce? < 1428112041 994342 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :Because Data.Coerce is the official way to get that one < 1428112055 674607 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :hm < 1428112069 771737 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :So I'm anticipating the export getting deprecated. < 1428112100 686057 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :Oh, Data.Coerce is unsafe, hmm. < 1428112110 324045 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :and are all those unboxed shifts unsafe, even the ones not unchecked* ? < 1428112111 738685 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :That is... interesting. < 1428112127 962124 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :huh < 1428112173 722322 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :oerjan: I suspected that adding primops would open a can of worms. They're probably safe, but look at the Prim_Safe module... < 1428112236 862023 :callforjudgement!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1428112240 146136 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :i guess lack of documentation of what _is_ safe is a problem < 1428112243 98 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :(The plan was to add primops by replacing GHC.Prim by GHC.Prim.Safe.) < 1428112264 461316 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :as well as enormosity < 1428112290 31612 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :And platform-dependent primops. < 1428112312 195226 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :I wonder if there are more subtle catches like the quot/rem one. < 1428112392 358301 :ais523!~ais523@unaffiliated/ais523 QUIT :Ping timeout: 252 seconds < 1428112423 457070 :callforjudgement!~ais523@unaffiliated/ais523 NICK :ais523 < 1428112522 523517 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :oerjan: in any case to make it manageable, the information should probably be handled by the primop generator infrastrucure (so the safety information would be in primops.txt.pp, mostly) < 1428112579 843609 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :(this beautiful file: https://github.com/ghc/ghc/blob/master/compiler/prelude/primops.txt.pp ) < 1428112899 652230 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :mkay < 1428113543 97845 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :(As you can see on #haskell I guess the reason for making Data.Coerce unsafe is that coerce can break abstraction boundaries that SafeHaskell is supposed to preserve, if libraries are not careful enough with the (rather new) type roles.) < 1428113637 317053 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :huh < 1428113794 59311 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :(SafeHaskell is somewhat blurry. coerce by itself is type-safe. But what if you have a module like Data.Map with representational key type, and use it to implement a trusted type-polymorphic key-value store? Who is to blame if the user coerces the map to one with a different Ord instance for the key type?) < 1428113816 127564 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :I'm not sure. < 1428114665 476471 :MDude!~fyrc@c-71-58-118-227.hsd1.pa.comcast.net JOIN :#esoteric < 1428115091 219578 :callforjudgement!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1428115095 917063 :ais523!~ais523@unaffiliated/ais523 QUIT :Disconnected by services < 1428115098 767178 :callforjudgement!~ais523@unaffiliated/ais523 NICK :ais523 < 1428115228 473864 :MDude!~fyrc@c-71-58-118-227.hsd1.pa.comcast.net QUIT :Ping timeout: 246 seconds < 1428115807 961448 :dianne!~diannes@unaffiliated/dianne JOIN :#esoteric < 1428115930 342547 :oerjan!oerjan@sprocket.nvg.ntnu.no QUIT :Quit: leaving < 1428118280 589643 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Small SNUSP14]]4 N10 02http://esolangs.org/w/index.php?oldid=42298 5* 03Esowiki201529A 5* (+94) 10Created page with "== example: Infinite loop ==
 !/\  \/ 
== See also == [[SNUSP]] [[Category: No IO]]" < 1428118366 492715 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Small SNUSP14]]4 10 02http://esolangs.org/w/index.php?diff=42299&oldid=42298 5* 03Esowiki201529A 5* (+0) 10 < 1428118618 250119 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07SNUSP14]]4 10 02http://esolangs.org/w/index.php?diff=42300&oldid=39080 5* 03Esowiki201529A 5* (+18) 10 < 1428118729 188522 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Small SNUSP14]]4 10 02http://esolangs.org/w/index.php?diff=42301&oldid=42299 5* 03Esowiki201529A 5* (+26) 10 < 1428118769 477598 :vodkode_!~vodkode@fl-71-49-15-174.dhcp.embarqhsd.net JOIN :#esoteric < 1428119018 548076 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07SNUSP14]]4 10 02http://esolangs.org/w/index.php?diff=42302&oldid=42300 5* 03Esowiki201529A 5* (+17) 10 < 1428120223 264143 :ais523!~ais523@unaffiliated/ais523 QUIT : < 1428120232 646202 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1428120397 527474 :ais523!~ais523@unaffiliated/ais523 QUIT :Read error: Connection reset by peer < 1428120409 966083 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1428120706 601719 :GeekDude!~GeekDude@unaffiliated/g33kdude QUIT :Quit: {{{}}{{{}}{{}}}{{}}} (www.adiirc.com) < 1428121217 874722 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1428121347 31047 :callforjudgement!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1428121551 146597 :ais523!~ais523@unaffiliated/ais523 QUIT :Ping timeout: 256 seconds < 1428121557 225854 :callforjudgement!~ais523@unaffiliated/ais523 NICK :ais523 < 1428121859 116192 :Sprocklem!~Sprocklem@unaffiliated/sprocklem JOIN :#esoteric < 1428122104 454308 :variable!~variable@freebsd/developer/variable QUIT :Quit: 1 found in /dev/zero < 1428122649 946636 :variable!~variable@freebsd/developer/variable JOIN :#esoteric < 1428122943 618668 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :Do you know what program to use to test .XI instruments? < 1428122964 79249 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :I know I can use OpenMPT but it requires too many steps to test it in that way < 1428123269 540483 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :(It also sometimes crashes) < 1428124558 634767 :callforjudgement!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1428124568 229663 :ais523!~ais523@unaffiliated/ais523 QUIT :Disconnected by services < 1428124570 178371 :callforjudgement!~ais523@unaffiliated/ais523 NICK :ais523 < 1428124649 642572 :callforjudgement!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1428124803 581706 :scarf!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1428124804 926123 :callforjudgement!~ais523@unaffiliated/ais523 QUIT :Read error: Connection reset by peer < 1428124844 971439 :ais523!~ais523@unaffiliated/ais523 QUIT :Disconnected by services < 1428124846 806117 :scarf!~ais523@unaffiliated/ais523 NICK :ais523 < 1428125330 875087 :ais523!~ais523@unaffiliated/ais523 QUIT : < 1428125348 42058 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1428127440 646449 :vodkode_!~vodkode@fl-71-49-15-174.dhcp.embarqhsd.net QUIT :Ping timeout: 252 seconds < 1428128021 743274 :cwe_aza!~cwe_manis@114.79.12.14 JOIN :#esoteric < 1428128143 495456 :cwe_aza!~cwe_manis@114.79.12.14 PART :#esoteric < 1428129321 412924 :variable!~variable@freebsd/developer/variable NICK :constant < 1428130241 81393 :hjulle!~hjulle@ankadagen.vth.sgsnet.se JOIN :#esoteric < 1428133119 123893 :constant!~variable@freebsd/developer/variable QUIT :Ping timeout: 256 seconds < 1428136887 982432 :Guest43464!~magician@178.161.120.34 QUIT :Read error: Connection reset by peer < 1428137694 870539 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :https://github.com/fogleman/nes < 1428137743 218632 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :needs more rust < 1428137755 236157 :vodkode_!~vodkode@fl-71-49-15-174.dhcp.embarqhsd.net JOIN :#esoteric < 1428138868 883248 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :does it? < 1428141861 277822 :ais523!~ais523@unaffiliated/ais523 QUIT : < 1428141875 122061 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1428142123 50680 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :Very rainy week in switzerland. < 1428142161 893686 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :> 5500 * 0.7 < 1428142163 238579 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric : 3849.9999999999995 < 1428142173 767074 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :oh well. I should be able to live off 3.8k CHF < 1428142279 977604 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :> 850/3800 < 1428142281 298458 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric : 0.2236842105263158 < 1428142455 318002 :callforjudgement!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1428142669 153066 :ais523!~ais523@unaffiliated/ais523 QUIT :Ping timeout: 264 seconds < 1428142676 555983 :callforjudgement!~ais523@unaffiliated/ais523 NICK :ais523 < 1428143541 274955 :ais523!~ais523@unaffiliated/ais523 QUIT :Read error: Connection reset by peer < 1428143546 485209 :callforjudgement!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1428143718 803317 :rodgort`!~rodgort@2607:5300:100:200::160d QUIT :Ping timeout: 256 seconds < 1428143904 387202 :rodgort!~rodgort@105.ip-167-114-152.net JOIN :#esoteric < 1428144128 277184 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :. o O ( As a rule, conventional wisdom is wrong. ) < 1428144936 553115 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :oh nice April's fool, subtle... http://www.vexxarr.com/archive.php?seldate=040115 < 1428144942 307028 :vodkode_!~vodkode@fl-71-49-15-174.dhcp.embarqhsd.net QUIT :Ping timeout: 256 seconds < 1428145009 184720 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :http://pastebin.com/VUHSr0JV < 1428145352 751506 :mroman!~roman2@80.246.50.48 PRIVMSG #esoteric :That's not delphi though :) < 1428145955 174491 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07SNUSP14]]4 10 02http://esolangs.org/w/index.php?diff=42303&oldid=42302 5* 03Ais523 5* (-17) 10Undo revision 42302 by [[Special:Contributions/Esowiki201529A|Esowiki201529A]] ([[User talk:Esowiki201529A|talk]]) - I don't think that word means what you think it means < 1428146105 351152 :v4s!v4s@we.are.on.the.internet.plzdonthack.us QUIT :Max SendQ exceeded < 1428146121 355483 :v4s!v4s@we.are.on.the.internet.plzdonthack.us JOIN :#esoteric < 1428146130 453533 :callforjudgement!~ais523@unaffiliated/ais523 QUIT : < 1428146890 822890 :zadock!~zadock@81.180.210.87 QUIT :Quit: Leaving < 1428149829 500862 :Guest24483!~elliott@li278-81.members.linode.com PRIVMSG #esoteric :https://esolangs.org/wiki/Small_SNUSP is a good page < 1428150010 190012 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :elliott: I can hear your sarcastic undertone. < 1428150581 758930 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Small SNUSP14]]4 10 02http://esolangs.org/w/index.php?diff=42304&oldid=42301 5* 03213.162.68.171 5* (+141) 10Add no description < 1428150604 607184 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :There, now everybody should be happy *ducks* < 1428152122 747214 :nys!~nysnamovo@blk-215-85-138.eastlink.ca JOIN :#esoteric < 1428152388 401803 :Patashu!~Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au QUIT :Ping timeout: 256 seconds < 1428152777 559101 :FreeFull!~freefull@defocus/sausage-lover QUIT :Ping timeout: 250 seconds < 1428152806 513296 :Lymia!~lymia@inportb/loli/cirno-chan QUIT :Quit: Hugs~ <3 < 1428152911 624187 :Lymia!~lymia@magical.girl.lyrical.lymia.moe JOIN :#esoteric < 1428153439 622895 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1428153578 286906 :Koen_!~Koen@vbo91-6-78-245-243-132.fbx.proxad.net JOIN :#esoteric < 1428153740 468350 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Was there a particular name for a diagonal matrix where all the diagonal elements are equal? (Context: covariance matrix for multivariate Gaussian distribution; I know "spherical" is the term for the resulting distribution, but that's not a generic term for the kind of matrix. In fact, "spherical matrix" seems to be something related to matrix variate distributions.) < 1428153745 369918 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :A "diagonal Toeplitz matrix" might be technically correct but really silly. < 1428153801 584699 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :"scalar matrix"? < 1428153809 913492 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :https://en.wikipedia.org/wiki/Diagonal_matrix < 1428153827 499462 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I see "scaled identity matrix" in a few places, but that's just a description. < 1428153827 671965 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :Makes sense (I just found the same page.) < 1428153834 387025 :b_jonas!~x@russell2.math.bme.hu PRIVMSG #esoteric :scaled identity matrix, yes < 1428153866 577273 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I even thought it might be "scalar matrix", but for some reason didn't search for it. < 1428153890 140431 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Although in a sentence like "[matrix] is constrained to be diagonal or scalar" it sounds a bit silly. < 1428153902 839068 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :"How can it be a scalar if it's a MxM matrix?" < 1428153912 389614 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Well, in a sentence like that, you can just say it's constrained to be diagonal. < 1428153979 131382 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :But that's not exactly equivalent. I was trying to say that occasionally it's "more constrained" than just diagonal, if you want even fewer parameters for your distributions. < 1428154052 36924 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Maybe it's not too bad to say 'scalar'. < 1428154052 487640 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :... is constrained to be diagonal (or even scalar). < 1428154066 505988 :oerjan!oerjan@sprocket.nvg.ntnu.no JOIN :#esoteric < 1428154085 144806 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :ACTION swats ----### oerjan for swatting too much. < 1428154113 273800 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :your swatter's too short hth < 1428154125 77484 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :it's a practice swatter < 1428154129 876232 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :ACTION hits int-e with the saucepan ===\__/ < 1428154139 35164 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Maybe you can say that all its eigenvalues are equal or something silly like that. < 1428154145 263172 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I don't know. < 1428154151 352980 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :It's 06:31. Good time to go to sleep. < 1428154166 771106 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :that's about when i went to sleep < 1428154183 35790 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :and now look at you, hitting people with saucepans < 1428154216 322849 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :Well that escalated quickly. < 1428154231 712672 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :ACTION drops a lift cabin on oerjan, for sake of the pun. < 1428154240 393087 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :darn i was considering that < 1428154428 420082 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric : oh nice April's fool, subtle... http://www.vexxarr.com/archive.php?seldate=040115 <-- oh so that's what it was. i was following the links from freefall but couldn't find _any_ april fool comics in the others. < 1428154460 819359 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :oh wait there was one < 1428154479 584738 :zadock!~zadock@81.180.210.87 JOIN :#esoteric < 1428154483 344601 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :a meta one, where the joke was that there was no april 1 comic < 1428155131 570536 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :oerjan: the brilliancy is, until the next Vexxar comic is published, it could actually be true. < 1428155200 523899 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :oerjan: except that after a decade of comics it'd be rather strange to pull a "it was all just a dream" trope. < 1428155294 912476 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :you'd think < 1428155322 638522 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :as I said < 1428155340 990279 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :brilliant. < 1428160147 309103 :yorick!~yorick@oftn/member/yorick QUIT :Read error: Connection reset by peer < 1428160173 210919 :yorick!~yorick@oftn/member/yorick JOIN :#esoteric < 1428161119 628342 :TieSoul!~quassel@86.89.119.147 JOIN :#esoteric < 1428161275 597413 :boily!~alexandre@modemcable184.4-177-173.mc.videotron.ca JOIN :#esoteric < 1428161463 522994 :GeekDude!~GeekDude@unaffiliated/g33kdude JOIN :#esoteric < 1428162882 512059 :boily!~alexandre@modemcable184.4-177-173.mc.videotron.ca PRIVMSG #esoteric :@metar CYQB < 1428162883 389423 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :CYQB 041544Z 34009KT 1 1/2SM -SN BKN012 OVC020 M04/M08 A2975 RMK SN3SC3SC2 SLP078 < 1428162890 397921 :boily!~alexandre@modemcable184.4-177-173.mc.videotron.ca PRIVMSG #esoteric :fungot: why. WHYYYYYYYYYYYYY! < 1428162890 603258 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :boily: have you considered just using ( list " hi there! say, what would he reply? < 1428162912 9072 :boily!~alexandre@modemcable184.4-177-173.mc.videotron.ca PRIVMSG #esoteric :fungot: no, I didn't consider what you would reply. < 1428162912 299677 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :boily: telling jokes, looking stupid or just generally to squares, or whatever... " i've done a lot of < 1428162933 472507 :b_jonas!~x@russell2.math.bme.hu PRIVMSG #esoteric :are you relieved, fungot? < 1428162933 594062 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :b_jonas: lazy k is done. < 1428162937 226717 :b_jonas!~x@russell2.math.bme.hu PRIVMSG #esoteric :yep < 1428163070 342985 :vodkode_!~vodkode@fl-71-49-15-174.dhcp.embarqhsd.net JOIN :#esoteric < 1428163587 350758 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :fungot: oh goody < 1428163587 576662 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :int-e: ummm...i dont know. they were very prompt about putting it on the web < 1428163592 547465 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :@metar EGLL < 1428163593 42388 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :EGLL 041550Z 04006KT 9999 SCT023 BKN040 08/03 Q1024 NOSIG < 1428163614 878399 :b_jonas!~x@russell2.math.bme.hu PRIVMSG #esoteric :no < 1428163640 125550 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :fungot: Are you saying they put it on the web too fast, and it's not really done yet? < 1428163640 278829 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :fizzie: just a tic. laundry. < 1428163647 523066 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :fungot: Okay, take your time. < 1428163647 766877 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :fizzie: it's that one song...? :p. ugh i need to generate it, not official. < 1428163663 599457 :b_jonas!~x@russell2.math.bme.hu PRIVMSG #esoteric :fungot: no, the whole episode < 1428163663 668254 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :b_jonas: or something like that. complain complain complain. but it's easier. and no one wants to do a < 1428163727 717748 :f|`-`|f_!~rikc@108-65-78-116.lightspeed.sntcca.sbcglobal.net JOIN :#esoteric < 1428163928 267452 :f|`-`|f!~rikc@108-65-78-116.lightspeed.sntcca.sbcglobal.net QUIT :Ping timeout: 246 seconds < 1428163932 444315 :f|`-`|f_!~rikc@108-65-78-116.lightspeed.sntcca.sbcglobal.net NICK :f|`-`|f < 1428164107 923860 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :@metar CYYZ < 1428164108 181950 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :CYYZ 041600Z 29013G19KT 250V310 15SM BKN045 03/M08 A3009 RMK CU7 SLP196 < 1428164179 265735 :boily!~alexandre@modemcable184.4-177-173.mc.videotron.ca PRIVMSG #esoteric :fiziello. helloren. < 1428164199 600626 :boily!~alexandre@modemcable184.4-177-173.mc.videotron.ca PRIVMSG #esoteric :b_jellonas too! < 1428164208 280831 :b_jonas!~x@russell2.math.bme.hu PRIVMSG #esoteric :helloily < 1428164327 228051 :vodkode_!~vodkode@fl-71-49-15-174.dhcp.embarqhsd.net QUIT :Ping timeout: 246 seconds < 1428164499 943415 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :"Jellona" is a humorous/"cute" term for a lion in Finnish. < 1428164506 82353 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :http://en.wiktionary.org/wiki/jellona < 1428164526 948892 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :(By way of mangling from leijona.) < 1428164584 318940 :boily!~alexandre@modemcable184.4-177-173.mc.videotron.ca PRIVMSG #esoteric :is leijona related to Nepeta Leijon? < 1428164609 674194 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I've wondered about that. < 1428164618 782592 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :But I don't know. < 1428164655 540019 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :"-- Leijon is taken from the surname of Anna-Greta Leijon, who was a Swedish Minister of Immigration in 1976 and victim of a kidnapping plot dubbed Operation Leo. The Swedish word lejon ("leijon" is the archaic spelling) means "lion", and is pronounced LAY-on. Also, the Finnish word for lion is leijona." < 1428164691 578801 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`thanks mspa wiki < 1428164694 499488 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Thanks, mspa wiki. Tha wiki. < 1428164700 27831 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Tha wiki. < 1428166003 403395 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :Oh god < 1428166014 624195 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :I forgot it's 4th of april already < 1428166067 13746 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :Wait, nevermind, it's 13th of april I'm waiting for < 1428166074 950522 :FreeFull!~freefull@defocus/sausage-lover PRIVMSG #esoteric :9 more days to go < 1428166127 538569 :boily!~alexandre@modemcable184.4-177-173.mc.videotron.ca PRIVMSG #esoteric :FreelloFull. what's happening on that Fateful Day? < 1428166194 803385 :Lautner!~lautner@cable-24-135-182-163.dynamic.sbb.rs JOIN :#esoteric < 1428166274 202449 :boily!~alexandre@modemcable184.4-177-173.mc.videotron.ca PRIVMSG #esoteric :`rello Lautner < 1428166277 31047 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: rello: not found < 1428166286 476343 :boily!~alexandre@modemcable184.4-177-173.mc.videotron.ca PRIVMSG #esoteric :`relcome Lautner < 1428166300 967719 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​06Lautner: 13Welcome 04to 07the 08international 09hub 02for 06esoteric 13programming 04language 07design 08and 09deployment! 02For 06more 13information, 04check 07out 08our 09wiki: 02. 06(For 13the 04other 07kind 08of 09esoterica, 02try 06#esoteric 13on 04irc.dal.net.) < 1428166303 195255 :Lautner!~lautner@cable-24-135-182-163.dynamic.sbb.rs PRIVMSG #esoteric :hey < 1428166309 578907 :Lautner!~lautner@cable-24-135-182-163.dynamic.sbb.rs PRIVMSG #esoteric :All the best :D < 1428166328 986257 :Lautner!~lautner@cable-24-135-182-163.dynamic.sbb.rs PRIVMSG #esoteric :whazzuuup < 1428166330 39431 :Lautner!~lautner@cable-24-135-182-163.dynamic.sbb.rs PRIVMSG #esoteric ::D < 1428166333 188725 :Lautner!~lautner@cable-24-135-182-163.dynamic.sbb.rs PRIVMSG #esoteric :people < 1428166732 679622 :Lautner!~lautner@cable-24-135-182-163.dynamic.sbb.rs QUIT :Ping timeout: 272 seconds < 1428166743 499814 :Lautner!~lautner@cable-24-135-182-163.dynamic.sbb.rs JOIN :#esoteric < 1428166874 725829 :shikhin!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1428167019 465020 :Melvar!~melvar@dslb-084-062-106-110.084.062.pools.vodafone-ip.de PRIVMSG #esoteric :fizzie: What a cute metathesis. < 1428167086 585479 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :`thanks metathesis < 1428167087 936511 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Thanks, metathesis. Thetathesis. < 1428167100 647423 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Thetathesis sounds like a particle physics thing. < 1428167109 139048 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :HackEgo: i'm sorry but you were supposed to say Thetamesis tdnh < 1428167127 495268 :Lautner!~lautner@cable-24-135-182-163.dynamic.sbb.rs QUIT :Ping timeout: 244 seconds < 1428167167 859335 :Melvar!~melvar@dslb-084-062-106-110.084.062.pools.vodafone-ip.de PRIVMSG #esoteric :Of course, it makes one wonder how German got “Löwe” from the same source. < 1428167187 224541 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :it's løve in norwegian hth < 1428167200 697120 :Lautner!~lautner@cable-24-135-182-163.dynamic.sbb.rs JOIN :#esoteric < 1428167223 465198 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Come to Kenya, we've got løver. < 1428167240 219332 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :The song even refers Norway. < 1428167259 545377 :Lymia!~lymia@magical.girl.lyrical.lymia.moe QUIT :Quit: Hugs~ <3 < 1428167268 747984 :Lymia!~lymia@magical.girl.lyrical.lymia.moe JOIN :#esoteric < 1428167281 753668 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :"From Middle High German lewe, from Old High German leo (both with variants), from Latin leō." < 1428167309 83040 :Melvar!~melvar@dslb-084-062-106-110.084.062.pools.vodafone-ip.de PRIVMSG #esoteric :Apparently Norwegian got it from Middle Low German. < 1428167317 333433 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :"From Old Swedish leon, from Latin leo." < 1428167332 334702 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :oh right, it's leo, leonis in latin < 1428167368 297821 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :standard dropping of -n from nominative < 1428167430 271720 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :borrowed from greek, which had -n everywhere < 1428167434 792250 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :er, -n- < 1428167481 765460 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :or -ν- < 1428167539 318519 :Melvar!~melvar@dslb-084-062-106-110.084.062.pools.vodafone-ip.de PRIVMSG #esoteric :Is “-ν-” a hook-nose emoticon? < 1428167566 191834 :b_jonas!~x@russell2.math.bme.hu PRIVMSG #esoteric :whereas latin has -us everywhere < 1428167568 605203 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :no it's a greek letter infixed hth < 1428167578 151773 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :b_jonas: um not in that word hth < 1428167591 248647 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :but a lot of them, for sure < 1428167621 661754 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :apparently wiktionary manages to construct the entire greek declension from {{grc-decl-3rd-οντ-prx|form=M-full|λ|έ|ε}} < 1428167690 460970 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :"Many ancient languages possessed similar words for lion, including Akkadian 𒌨 (labbu) (reconstructed to Proto-Semitic *labiʾ-). It is unclear who borrowed the word from whom, though the ultimate source is likely not Indo-European." < 1428167703 544847 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :`unidecode 𒌨 < 1428167706 734829 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​[U+12328 CUNEIFORM SIGN UR] < 1428167828 178442 :ProofTechnique!~ptech@c-24-147-92-185.hsd1.vt.comcast.net PRIVMSG #esoteric :Amazingly, I have that font < 1428167835 103432 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :i don't hth < 1428167874 697321 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker JOIN :#esoteric < 1428167923 352641 :ProofTechnique!~ptech@c-24-147-92-185.hsd1.vt.comcast.net PRIVMSG #esoteric :https://i.imgur.com/5o58LfX.png < 1428167924 997515 :ProofTechnique!~ptech@c-24-147-92-185.hsd1.vt.comcast.net PRIVMSG #esoteric :hth < 1428167989 518798 :kshdecko!~lautner@cable-24-135-182-163.dynamic.sbb.rs JOIN :#esoteric < 1428168129 697090 :Lautner!~lautner@cable-24-135-182-163.dynamic.sbb.rs QUIT :Ping timeout: 255 seconds < 1428168377 381281 :Lymia!~lymia@magical.girl.lyrical.lymia.moe QUIT :Quit: Hugs~ <3 < 1428168549 552496 :Lymia!~lymia@magical.girl.lyrical.lymia.moe JOIN :#esoteric < 1428168635 735291 :Lymia!~lymia@magical.girl.lyrical.lymia.moe QUIT :Client Quit < 1428168753 675555 :Lymia!~lymia@magical.girl.lyrical.lymia.moe JOIN :#esoteric < 1428169184 750934 :shikhin!~shikhin@unaffiliated/shikhin QUIT :Ping timeout: 256 seconds < 1428169228 920850 :vodkode!~vodkode@fl-71-49-15-174.dhcp.embarqhsd.net QUIT :Remote host closed the connection < 1428170442 808982 :shikhin!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1428170791 703136 :Lautner!~lautner@cable-24-135-182-163.dynamic.sbb.rs JOIN :#esoteric < 1428170878 594177 :kshdecko!~lautner@cable-24-135-182-163.dynamic.sbb.rs QUIT :Ping timeout: 244 seconds < 1428171140 759420 :Lautner!~lautner@cable-24-135-182-163.dynamic.sbb.rs QUIT :Ping timeout: 272 seconds < 1428171298 495765 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :ProofTechnique: very cuneiform thx < 1428171303 101980 :oerjan!oerjan@sprocket.nvg.ntnu.no QUIT :Quit: Later < 1428171491 788258 :Lautner!~lautner@cable-24-135-182-163.dynamic.sbb.rs JOIN :#esoteric < 1428171629 328568 :boily!~alexandre@modemcable184.4-177-173.mc.videotron.ca PRIVMSG #esoteric :fungot: is there a cuneiform character for chicken twh? < 1428171629 655820 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :boily: hipe iirc is the name of the exception < 1428171644 823647 :boily!~alexandre@modemcable184.4-177-173.mc.videotron.ca PRIVMSG #esoteric :fungot: so, no char because of hipe? < 1428171645 43286 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :boily: once we do the fnord on proton are very fnord don't necessarily have anything on paper about this < 1428171667 877977 :boily!~alexandre@modemcable184.4-177-173.mc.videotron.ca PRIVMSG #esoteric :A cuneiform chicken needs subatomic fnords. understood. < 1428172142 790571 :shikhin!~shikhin@unaffiliated/shikhin QUIT :Ping timeout: 256 seconds < 1428172470 734508 :Lautner!~lautner@cable-24-135-182-163.dynamic.sbb.rs QUIT :Ping timeout: 272 seconds < 1428172532 849207 :Lautner!~lautner@cable-24-135-182-163.dynamic.sbb.rs JOIN :#esoteric < 1428173119 393903 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :Why does charmap crash when I try to start it from the command prompt? < 1428173165 267483 :oren!~oren@65.94.97.99 PRIVMSG #esoteric :no idea. it works fine when I do it < 1428173337 284372 :zzo38!~zzo38@24-207-84-223.eastlink.ca PRIVMSG #esoteric :It works now, after I closed and reopened the command prompt < 1428173452 819546 :kshdecko!~lautner@cable-24-135-182-163.dynamic.sbb.rs JOIN :#esoteric < 1428173469 441882 :SopaXorzTaker!~SopaXorzT@unaffiliated/sopaxorztaker QUIT :Read error: Connection reset by peer < 1428173648 801627 :Lautner!~lautner@cable-24-135-182-163.dynamic.sbb.rs QUIT :Ping timeout: 272 seconds < 1428173802 650107 :Lautner!~lautner@cable-24-135-182-163.dynamic.sbb.rs JOIN :#esoteric < 1428173914 778996 :kshdecko!~lautner@cable-24-135-182-163.dynamic.sbb.rs QUIT :Ping timeout: 272 seconds < 1428174536 681449 :Lautner!~lautner@cable-24-135-182-163.dynamic.sbb.rs QUIT :Ping timeout: 244 seconds < 1428175217 203554 :shikhin!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1428176352 4887 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07!!!Batch14]]4 10 02http://esolangs.org/w/index.php?diff=42305&oldid=39046 5* 0373.184.106.177 5* (+1) 10Fixed typo < 1428177064 963009 :AnotherTest!~turingcom@d51A4C6F4.access.telenet.be JOIN :#esoteric < 1428177718 465864 :shikhin!~shikhin@unaffiliated/shikhin QUIT :Read error: Connection reset by peer < 1428177903 91085 :shikhin!~shikhin@unaffiliated/shikhin JOIN :#esoteric < 1428178437 875925 :Koen_!~Koen@vbo91-6-78-245-243-132.fbx.proxad.net QUIT :Quit: The struct held his beloved integer in his strong, protecting arms, his eyes like sapphire orbs staring into her own. "W-will you... Will you union me?" < 1428180612 881550 :TieSoul!~quassel@86.89.119.147 NICK :TieSleep < 1428181462 843971 :Frooxius!~Frooxius@cust-101.ktknet.cz QUIT :Quit: *bubbles away* < 1428181580 221215 :supay!sid47179@gateway/web/irccloud.com/x-sgdclvexxgwmndlv NICK :supay_away < 1428182611 973124 :AnotherTest!~turingcom@d51A4C6F4.access.telenet.be QUIT :Remote host closed the connection < 1428183927 830812 :Frooxius!~Frooxius@cust-101.ktknet.cz JOIN :#esoteric < 1428184181 37934 :shikhin!~shikhin@unaffiliated/shikhin QUIT :Quit: leaving < 1428184317 30029 :SgeoPhone!~androirc@ool-44c2a85f.dyn.optonline.net JOIN :#esoteric < 1428184419 201101 :SgeoPhone!~androirc@ool-44c2a85f.dyn.optonline.net PRIVMSG #esoteric :There's an announcement on nethack.org < 1428185033 349922 :boily!~alexandre@modemcable184.4-177-173.mc.videotron.ca PRIVMSG #esoteric :it's very ominous. < 1428185052 304962 :boily!~alexandre@modemcable184.4-177-173.mc.videotron.ca PRIVMSG #esoteric :@ask ais523 hello! what with the nethack.org announcement from yesterday? < 1428185052 306384 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :Consider it noted. < 1428185065 850688 :boily!~alexandre@modemcable184.4-177-173.mc.videotron.ca PRIVMSG #esoteric :@tell ais523 (yesterday being April 3 hth) < 1428185065 949661 :lambdabot!~lambdabot@silicon.int-e.eu PRIVMSG #esoteric :Consider it noted. < 1428185262 833607 :SgeoPhone!~androirc@ool-44c2a85f.dyn.optonline.net PRIVMSG #esoteric :coppro ping < 1428186006 314863 :SgeoPhone!~androirc@ool-44c2a85f.dyn.optonline.net QUIT :Remote host closed the connection < 1428186018 570342 :SgeoPhone!~androirc@ool-44c2a85f.dyn.optonline.net JOIN :#esoteric < 1428186033 699383 :SgeoPhone!~androirc@ool-44c2a85f.dyn.optonline.net QUIT :Remote host closed the connection < 1428186049 607649 :SgeoPhone!~androirc@ool-44c2a85f.dyn.optonline.net JOIN :#esoteric < 1428186920 93867 :oerjan!oerjan@sprocket.nvg.ntnu.no JOIN :#esoteric < 1428187369 792096 :augur!~augur@c-71-57-177-235.hsd1.fl.comcast.net QUIT :Ping timeout: 252 seconds < 1428187431 652415 :Patashu!Patashu@c27-253-115-204.carlnfd2.nsw.optusnet.com.au JOIN :#esoteric < 1428187695 768164 :augur!~augur@c-71-57-177-235.hsd1.fl.comcast.net JOIN :#esoteric < 1428188101 637944 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :wtf is pubnub... < 1428188182 261945 :SgeoPhone!~androirc@ool-44c2a85f.dyn.optonline.net QUIT :Remote host closed the connection < 1428188197 324591 :SgeoPhone!~androirc@ool-44c2a85f.dyn.optonline.net JOIN :#esoteric < 1428188274 949904 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :`r13 pubnub < 1428188275 690203 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: r13: not found < 1428188282 12149 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :`rot13 pubnub < 1428188287 405690 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :choaho < 1428188302 166653 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :sounds plausible. < 1428188318 917945 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :funpubs < 1428188403 58182 :vodkode!~vodkode@fl-71-49-15-174.dhcp.embarqhsd.net JOIN :#esoteric < 1428188515 679571 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :Another fun big data company. Ostensibly they provide real-time data distribution for web applications, but they also analyze the traffic. < 1428188546 220637 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :nsanub < 1428188551 384300 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :Founded 2010, surely took me a long time to stumble upon them. < 1428188628 892526 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :(It seems I could've found them already in late 2013, humblebundle was already one of their customers back then.) < 1428188645 336190 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :`rot13 humblebundle < 1428188651 582175 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :uhzoyrohaqyr < 1428188680 268614 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :clearly a hebrew company < 1428188696 23085 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`rot13 phevbfvgl xvyyrq gur png < 1428188697 118112 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :curiosity killed the cat < 1428188728 974846 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :(I had not realized that png is rot13 for cat, I woner whether this explains the obsession of the internet with those creatures...) < 1428188731 981437 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :*wonder < 1428188761 311408 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :V'Z FXRCGVPNY < 1428188790 233527 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :Vs lbh fnl fb... < 1428188837 736275 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :v qb < 1428188890 275195 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :the next step after learning to read rot13 code is to be able to speak it fluently < 1428188952 351157 :vodkode_!~vodkode@fl-71-49-15-174.dhcp.embarqhsd.net JOIN :#esoteric < 1428188974 826768 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :cyrnfr gryy zr gung lbh'er xvqqvat < 1428189045 168937 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :(I'm using cut&paste and `tr` for this) < 1428189061 222330 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :i didn't say _i_ could do it. i'm just now disappointed i don't find any youtube videos. < 1428189082 738352 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :"how to read rot13 in 26 easy steps"? < 1428189087 356424 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :surely a proper linguist should have no problems < 1428189103 326110 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :s/"/"Learn / < 1428189119 983086 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :erm learning to read it is of course essentially trivial compared to any unknown natural language < 1428189135 573750 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :but _aloud_ might take a bit of practice. < 1428189148 725210 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :unless you're bilingually czech-georgian. < 1428189177 25480 :SgeoPhone!~androirc@ool-44c2a85f.dyn.optonline.net PRIVMSG #esoteric :I've used pubnub for senior project < 1428189197 842813 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :int-e: i used cut and paste for most of this too < 1428189200 622670 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :Can't anybody do anything by themselves anymore... < 1428189276 535636 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :(That was a comment about pubnub.) < 1428189293 360863 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :i managed to make out "Vs lbh fnl fb..." without, though. although i sort of cheated by looking at the above translations. < 1428189303 979229 :SgeoPhone!~androirc@ool-44c2a85f.dyn.optonline.net PRIVMSG #esoteric :https://xkcd.com/908/ < 1428189361 183702 :Frooxius!~Frooxius@cust-101.ktknet.cz QUIT :Quit: *bubbles away* < 1428189385 232451 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :Whenever I hear "cloud computing" I picture the data as rain. < 1428189414 873745 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :aloud computing < 1428189430 54107 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :oerjan: that's just the fans blowin < 1428189504 928262 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :fizzie: so I learned today that the rot14 of "zem.fi" is "nsa.tw" < 1428189508 62569 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :I'm worried. < 1428189699 455829 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :!zemjoust url_lbh 停止窺探! < 1428189712 498928 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :!help < 1428189712 610278 :zemhill_!bfjoust@selene.zem.fi PRIVMSG #esoteric :oerjan: I do !zjoust; see http://zem.fi/bfjoust/ for more information. < 1428189713 93716 :EgoBot!dlopen@libdl.so PRIVMSG #esoteric :​help: General commands: !help, !info, !bf_txtgen. See also !help languages, !help userinterps. You can get help on some commands by typing !help . < 1428189717 412025 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :!zjoust url_lbh 停止窺探! < 1428189718 154291 :zemhill_!bfjoust@selene.zem.fi PRIVMSG #esoteric :oerjan.url_lbh: points -30.10, score 3.83, rank 47/47 < 1428189878 138519 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :huh. curious how hey rots to url < 1428189917 220177 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :serendipity < 1428189924 85640 :Frooxius!~Frooxius@cust-101.ktknet.cz JOIN :#esoteric < 1428189971 835220 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :Frooxius: are you a bilingual czech-georgian and can you read rot-13 aloud fluently < 1428190021 20064 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :rot-13 english, that is. rot-13 czech is probably easy to pronounce. < 1428190048 978829 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :`rot13 Strč prst skrz krk < 1428190054 176694 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Fgeč cefg fxem xex < 1428190064 688049 :ProofTechnique!~ptech@c-24-147-92-185.hsd1.vt.comcast.net PRIVMSG #esoteric :xex < 1428190076 840118 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :well, easier than the original, anyway < 1428190170 458242 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :`rot13 Mgrvgrvladje < 1428190171 478813 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Zteiteiynqwr < 1428190180 912964 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :yep, holds for georgian too < 1428190225 25235 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :ACTION notes himself in the google result < 1428190229 29208 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :`thanks Mgrvgrvladje < 1428190230 271571 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Thanks, Mgrvgrvladje. Thadje. < 1428190243 189737 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :good, `thanks now works with it < 1428190322 481411 :vodkode_!~vodkode@fl-71-49-15-174.dhcp.embarqhsd.net QUIT :Ping timeout: 245 seconds < 1428190323 65987 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :hmph google translate doesn't have transcription for georgian < 1428190344 122485 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`thanks спасибо < 1428190345 143214 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Thanks, спасибо. Tпасибо. < 1428190381 794857 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`thanks danke < 1428190383 133919 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Thanks, danke. Thanke. < 1428190404 479562 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :oh hm it's possible the "Georgian Latin" virtual keyboard is actual qwerty in disguise < 1428190408 946098 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :*+ly < 1428190431 757698 :Frooxius!~Frooxius@cust-101.ktknet.cz QUIT :Quit: *bubbles away* < 1428190436 542984 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :+*ly < 1428190441 925566 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :NOOO he didn't answer < 1428190448 97191 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :no edirc. < 1428190578 907910 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :ok მგრვგრვლადჯე turns into mgrvgrvladje in GT but no google hits :( < 1428190612 182725 :ProofTechnique!~ptech@c-24-147-92-185.hsd1.vt.comcast.net QUIT :Ping timeout: 264 seconds < 1428190629 234384 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :i am slightly troubled by the fact the only mentions i've seen of the name is about how it's the largest number of initial consonants word < 1428190706 648445 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :hm come to think of it i'm pretty sure i tried to cobble the georgian spelling together from wikipedia's alphabet page once < 1428190949 532404 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :FireFly: You don't have to be worried unless you live in Taiwan hth < 1428190974 952918 :FireFly!~firefly@oftn/member/FireFly PRIVMSG #esoteric :Good, tdsh < 1428191132 302856 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :funny how georgian letters are completely indecipherable to latin scripters but parts of the alphabet order is clearly related to greek < 1428191319 828945 :augur!~augur@c-71-57-177-235.hsd1.fl.comcast.net QUIT :Ping timeout: 252 seconds < 1428191495 48080 :augur!~augur@c-71-57-177-235.hsd1.fl.comcast.net JOIN :#esoteric < 1428191882 806761 :augur!~augur@c-71-57-177-235.hsd1.fl.comcast.net QUIT :Ping timeout: 264 seconds