00:07:21 -!- carado has joined. 00:07:49 -!- Phantom_Hoover has quit (Remote host closed the connection). 00:08:25 https://en.wikipedia.org/wiki/List_of_lists_which_do_not_list_themselves sort of disappointing 00:08:42 what would bdsmreclist be... 00:12:06 -!- epicmonkey has quit (Ping timeout: 264 seconds). 00:42:41 -!- b4dh3r0_ has joined. 00:42:41 -!- b4dh3r0 has quit (Read error: Connection reset by peer). 00:42:49 finally, today's girl genius update. (also, a good one.) 00:43:03 oh 00:43:17 `gglist 00:43:41 shachaf: it updates too regularly to have a list. but lately unfortunately not on the hour. 00:44:30 c.clist 00:44:48 wat 00:45:00 -!- b4dh3r0__ has joined. 00:45:19 kmclist 00:45:42 i subscribed to that once 00:47:18 -!- b4dh3r0_ has quit (Ping timeout: 240 seconds). 00:47:38 oh yeah? 00:47:45 when would it update 00:48:38 kmc: don't you know when you update? i guess you might get a memory wipe or something. 00:49:56 yeah 00:50:10 I keep declining the updates because I've rooted my own brain and don't want to get locked out again 00:50:22 it was updating for a while until you moved to sf 00:50:28 now i don't get updates :'( 00:51:39 https://en.wikipedia.org/wiki/List_of_lists_of_lists 00:51:46 00:53:51 Gracenotes: too bad i'm editing in wysisyg mode so i don't see that comment 00:54:40 ooh seriously bad side effect of that 00:54:53 well, you're not alone. https://en.wikipedia.org/w/index.php?title=List_of_lists_of_lists&action=history&year=2013&month=-1&tagfilter=visualeditor 00:55:08 not shown: subsequent reverts 00:55:39 the -1st month is my favorite 00:58:43 hm the prev link in tagfiltered history gives the difference to the previous tagged one 01:01:35 shachaf: I don't get it... 01:01:40 getting rid of oldid in the query will fix that 01:02:04 seems a bit buggish 01:02:38 kmc: get what 01:03:30 kmc: oh, kmclist was about job updates 01:03:32 oh 01:08:59 Would it be possible to make a typed brainfuck? 01:09:09 noep it's impossible 01:11:05 seems possible to me 01:11:08 everything's the same type :D 01:12:41 looks like the comment bug has been noticed long ago but not prioritized enough, but is now being discussed again. https://bugzilla.wikimedia.org/show_bug.cgi?id=49603 01:14:30 I'll just get oerjan to do my edits for me. 01:14:55 you think this has worked great so far? 01:15:02 Yep. 01:15:09 O KAY 01:15:14 Worked great for me, that is. 01:15:32 well i guess no worse than if you hadn't asked. 01:16:11 usually it's worked out in my experience 01:19:05 O_KAY the lesser-known fcntl flag 01:27:13 -!- augur has quit (Remote host closed the connection). 01:47:47 -!- augur has joined. 01:49:12 -!- augur_ has joined. 01:49:27 -!- augur has quit (Read error: Connection reset by peer). 02:24:44 -!- zzo38 has joined. 02:33:53 -!- jconn has joined. 02:44:19 Which characters is a program using literate comment style more likely to start with, do you think? I think that first, lines starting with # are skipped, and then spaces are skipped and if the next character is % or < then it is literate style. Is there others? 02:47:18 You can use a AWK program to convert bird-style code into plain code. 02:47:57 Here is the AWK program: sub(/^>/,"") 02:47:58 haskell also has the \begin{code} style 02:48:30 oerjan: Yes, there is that style too (and you can mix them in the same file, which might be useful). Haskell does, but other programs might not. 02:51:08 the haskell 2010 report says " It is not advisable to mix these two styles in the same file." 02:51:56 oerjan: Yes it may not be advisable, although you can do so. It isn't normally useful, but there can be useful in a few cases possibly. 02:52:36 Some extensions of AWK that are implemented I don't find very good, although there are some things I would find useful but aren't implemented. These include a \ operator to match parts of the previously used regular expression as a boolean, that matched; another would be a PARSER special block for parsing input in a way other than the normal way (and then have a "yield" command to yield records for the rest of the program to match) 02:55:26 -!- carado has quit (Ping timeout: 264 seconds). 02:55:28 I have read about some .lhs syntax highlighter that tries to guess whether bird-style or LaTeX-style is used by the first line of the file, although I don't think that is best idea; better would be to just support both. (I have some bird-style files starting with % and the syntax highlighter incorrectly tries to parse it as a LaTeX-style file) 02:57:42 -!- jconn has quit (Ping timeout: 264 seconds). 02:58:32 The program is Pygments. "the style is autodetected: if the first non-whitespace character in the source is a backslash or percent character, LaTeX is assumed, else Bird" 03:11:27 /^\\end\{code\}$/{x=0};x||sub(/^>/,"");/^\\begin\{code\}$/{x=1} 03:11:42 Now it work with Bird-style and LaTeX-style. 03:21:48 -!- augur_ has changed nick to augur. 03:22:00 "Real WTF is using console.log without testing for it's existence. " 03:22:01 Fuck IE 03:22:31 Although this is not a problem at work, fortunately for my sanity 03:22:33 What would you think are good features to have in a hardware programming language? 03:22:36 internet explorer more like internet suckass dumb stupidheader 03:23:28 Bike: wow, Sgeo and you sure showed it 03:23:58 IE will think again before being stupid and suck!! now it knows it's got a bad ass staring it down 03:24:23 MICRO$HAFT WINBLOWZE 03:24:47 kmc deals the final blow 03:24:52 lol 03:25:02 `log VENEREAL 03:25:23 well anyway 03:25:33 2010-10-05.txt:21:44:04: a language doesn't travel halfway across the globe without picking up a few venereal diseases 03:25:50 It's two seconds to make a console in any browser that does nothing if there is no real console, but why should this even be necessary? 03:26:41 I have written some things (too much incomplete, though) about idea I have, which I called "HWPL" and has many significant differences from Verilog and VHDL. One is there are no numeric types; only vectors. Another is that numbers are in binary notation by default and you need a prefix to specify decimal and hex. 03:30:12 shachaf: I purchased more things I don't need today 03:30:33 how do I stop 03:30:43 or how do I continue, either tbh 03:30:45 Gracenotes: why put off until tomorrow things that you can buy today 03:30:46 lose all your money 03:30:48 v. convenient 03:31:06 http://www.netfunny.com/rhf/jokes/98/Jul/gazebo.html 03:31:08 Another difference is that vectors can have some bits input and some output (and even analog), you can have a CONNECT command similar to Verilog's "assign" but you can put the output on the other side (such as if it is not originally known which one is output), names that aren't keywords have a sigil prefix, and many others too 03:31:11 although, chances are, I do need a front bike light 03:31:23 I haven't needed it so far, and I have avoided getting killed at night so far 03:38:03 I'm doing an inventory of all of the things I might ever want to conceivably plug in for using electricity 03:38:19 how many of them are firearms 03:38:21 hopefully this will guide my choice of a power strip between cost and convenience 03:38:30 0 atm 03:42:56 -!- mnoqy has joined. 03:47:49 zzo38: it should allow the user to draw timing diagrams like so ┌──┐ 03:47:50 ──┘ └── 03:47:52 fuck 03:48:32 i'll see myself out 03:50:06 imo commutative timing diagrams 03:51:47 kmc: I think I understand what you mean even though it is written wrongly 03:52:06 good 04:00:42 shachaf: What is that? 04:00:59 zzo38: Not sure. 04:02:12 kmc: What I do not know, is what exactly to do with such timing diagrams, anyways, though 04:03:10 Usually you should write the program to implement the correct timing, rather than explicitly writing the diagram (although it may be a text format that, once all macros are expanded, can convert between text and diagram format) 04:10:50 -!- Nisstyre has quit (Ping timeout: 245 seconds). 04:15:55 what's that one thing that wraps esoteric programs and makes syscalls depending on what they output to stdout 04:17:29 I forget. 04:17:33 -!- b4dh3r0__ has quit (Quit: Leaving). 04:17:40 thanks, that was helpful 04:18:16 Hopefully the information is available in esolang wiki, though. 04:24:09 currently listening to a band named HṚṢṬA 04:24:12 they're pretty good! 04:31:13 similar to GY!BE? 04:31:36 based on their top song by YT search ranking 04:32:08 What tie breaker system do you prefer in Pokemon card? 04:32:13 -!- augur has quit (Ping timeout: 245 seconds). 04:34:00 so what are some good unicode band names 04:36:41 101FC PHAISTOS DISC SIGN WAVY BAND [] 04:36:58 sadly, not The Artist Formerly Known as Prince 04:50:53 -!- oerjan has quit (Quit: leaving). 04:52:38 -!- augur has joined. 04:57:03 -!- augur has quit (Remote host closed the connection). 04:58:18 -!- augur_ has joined. 04:58:59 -!- conehead has quit (Quit: Computer has gone to sleep.). 05:18:47 Gracenotes: yeah similar and a lot of the same people are involved 05:20:25 olsner: KANGXI RADICAL FIGHT 05:21:44 I have added some entries into the glossary of Pokemon card puzzles; see if it is good now. Can you please look, make comment/question/suggest/complaint of it? 05:21:49 I don't think there is any band named Duff's Device but there is one named Too Close For Missiles (or at least a song) 05:22:38 Then make up some band named Duff's Device, especially if there are people in there named Duff 05:23:10 Pokemon card glossary is: http://zzo38computer.org/textfile/miscellaneous/pokemon_card/terminology.txt 05:23:39 membership in GY!BE overlaps with many other bands including HṚṢṬA, Set Fire To Flames, Black Ox Orkestar, and {A,The,Thee} Silver Mt. Zion Memorial Orchestra [& Tra-La-La Band [with Choir]] 05:26:24 Efrim Menuck and bandmate Jessica Moss have a child named Ezra Steamtrain Moss Menuck 05:31:04 I have written something about some society (and corresponding prestige class) for use in Dungeons&Dragons game, so they can put some NPCs of this one and they would have more advantages over me and over others I may try to protect, so this makes it more difficult game. 05:32:47 kmc: Well, I think that should be their proper name, considering the circumstances 05:44:14 `slist 05:44:15 slist: Taneb atriq Ngevd Fiora nortti Sgeo ThatOtherPerson alot 05:44:29 (That one an IRC notifier told me) 05:45:53 What IRC notifier is that? 05:46:17 The one I wrote 05:46:29 Apparently it has a memory leak though, so the operator doesn't operate it 24/7 05:46:35 I should attempt to fix it at some point 05:47:30 Should there be a sequence number or something like that after some `*list command? 05:47:56 Just something to identify which update it is would be typical 05:48:06 This one would probably be HOLYSHIT, but the last would be HOLYSHIT too 05:48:52 (My own `danddreclist uses session numbers afterward; others might have other sequence numbers though) 05:54:25 -!- augur_ has changed nick to augur. 06:19:55 Can't you use numbers (or dates, or filenames, or whatever) instead of "HOLYSHIT"? 06:35:57 There's a natural sequence number for slist (it's at 916), but I for one can never remember which was the last number I saw. 06:36:08 (Then again, I don't pay any attention to slist either, because RSS.) 06:36:38 Also, it's kind of funny how all the local news media are full of the Nokia thing. 06:38:04 -!- atehwa has joined. 06:39:51 What Nokia thing is that? 06:40:23 Do you like this kind of melody? l8 e4gc'fac'g ^bd'fgfed e4gc'fac'g ^1 (There is chord too, and it is longer than just this, too) 06:40:37 Microsoft just bought most of Nokia's phone-making business and patents for 5.44 billion euros. 06:40:49 Well, subject to regulatory approval and all that usual stuff. 06:44:27 `olist (916) 06:44:29 olist (916): shachaf oerjan Sgeo FireFly 06:44:33 (This one's from my sister.) 06:46:09 Oh, did I confuse slist and olist? How bad. 06:46:13 There are so many lists. 06:57:40 !!! 06:59:00 @addquote Do you like this kind of melody? l8 e4gc'fac'g ^bd'fgfed e4gc'fac'g ^1 06:59:00 Unknown command, try @list 06:59:03 `addquote Do you like this kind of melody? l8 e4gc'fac'g ^bd'fgfed e4gc'fac'g ^1 06:59:08 1097) Do you like this kind of melody? l8 e4gc'fac'g ^bd'fgfed e4gc'fac'g ^1 07:43:15 olsner: KANGXI RADICAL FIGHT <-- was this for oerjan? 07:57:22 -!- zzo38 has quit (Remote host closed the connection). 08:01:28 -!- SingingBoyo has joined. 08:08:21 -!- SingingBoyo has quit (Ping timeout: 245 seconds). 08:49:30 -!- SingingBoyo has joined. 08:59:26 -!- SingingBoyo has quit (Ping timeout: 240 seconds). 09:06:32 -!- lambdabot has quit (Quit: requested). 09:10:33 -!- lambdabot has joined. 09:13:53 -!- Phantom_Hoover has joined. 09:20:23 -!- Koen_ has joined. 09:27:25 -!- Taneb has joined. 09:29:33 Mornin' 09:30:36 hello Taneb 09:30:39 what's up? 09:30:49 Not much 09:31:29 yeah well 09:31:30 same here 09:42:00 -!- epicmonkey has joined. 10:04:35 -!- augur has quit (Ping timeout: 245 seconds). 10:06:09 -!- augur has joined. 10:14:48 -!- Koen_ has quit (Quit: Koen_). 11:03:42 `slist s 11:03:44 slist s: Taneb atriq Ngevd Fiora nortti Sgeo ThatOtherPerson alot 11:03:54 Seen it already 11:05:31 -!- MindlessDrone has joined. 11:16:50 Is a logarithmic spiral a fractal? 11:30:15 -!- Sgeo has quit (Read error: Connection reset by peer). 11:40:14 -!- jconn has joined. 11:49:15 Taneb, no 11:49:29 Okay 11:49:32 no more than an infinite straight line is 11:52:38 wp says fractals are sets with fractal dimensions that 'usually' exceed their topological dimensions, which is a bit odd 11:59:32 after further reading i conclude that nobody can actually agree on what fractals are, except that they have to be kind of swirly and self-similar 12:09:36 It depends on which drugs you are using 12:15:36 -!- conehead has joined. 12:15:55 -!- conehead has quit (Remote host closed the connection). 12:16:47 -!- conehead has joined. 12:27:36 -!- Koen__ has joined. 12:28:01 -!- Koen__ has quit (Client Quit). 12:28:21 -!- Koen__ has joined. 12:36:25 -!- yorick has joined. 12:44:27 -!- conehead has quit (Quit: Computer has gone to sleep.). 12:46:45 -!- MindlessDrone has quit (Quit: MindlessDrone). 13:11:21 -!- Koen__ has 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?"). 13:11:26 -!- Phantom_Hoover has quit (Read error: Connection reset by peer). 13:12:01 -!- Phantom_Hoover has joined. 13:20:32 -!- boily has joined. 13:22:24 -!- metasepia has joined. 13:24:34 good third age morning. 13:25:20 @tell nooodl the dand list notifications seem to work well, but they still point to the same level20. is that normal? 13:25:21 Consider it noted. 13:30:51 -!- Nisstyre has joined. 13:31:25 -!- Koen__ has joined. 13:44:00 -!- Koen__ has quit (Quit: Koen__). 13:44:42 -!- carado has joined. 14:07:21 'morning ^^ 14:08:38 -!- MindlessDrone has joined. 14:10:34 Roujo: I wonder how the Pouti will fare today. he spent the weekend on a saruman costume for the Initiatioooooon (♪ scare chord ♪) 14:11:02 That reminds me 14:11:10 I need to figure out how to cosplay Gandalf the Grey 14:11:21 boily: So I saw =P 14:12:19 Roujo: let me guess. he posted stuff on that newfangled Facebook thing the kids are all on these days. 14:12:48 boily: In a chat with me, yeah 14:12:49 Taneb: I should get to cosplay some time. by the looks of it, it seems very fun. 14:14:31 Yeah, it's all fun 14:14:35 Not at all wallet-burning 14:14:56 brb 14:16:02 oh, while my synapses are beginning their daily workout and coherent thoughts are forming, were there any major modifications made to the Wisdoms in the past few days? 14:27:39 -!- legend303 has joined. 14:29:20 -!- legend303 has left. 14:49:35 -!- nooodl has joined. 14:49:53 helooodl. 14:50:45 boily: I don't think so, no 14:51:24 helloily 14:51:38 hi 14:51:52 Hello, friend from the club ^^ 14:52:07 ~duck club 14:52:08 club definition: a heavy usually tapering staff especially of wood wielded as a weapon. 14:52:10 boily: re: lambdabot: i've wondered the same thing. i think zzo keeps updating level20.tex but i have no idea what the "levels" are 14:52:12 hi Roujo 14:53:07 nooodl: re: re: oh: la: lambdabot: makes sense. 14:53:15 @tell zzo38 what is a level? 14:53:15 Consider it noted. 14:54:19 `? danddreclist 14:54:22 http://zzo38computer.org/dnd/recording/level20.tex (the precompiled .dvi is also available) \ ヽ༼ຈل͜ຈ༽ノ 14:54:29 I wonder if you can clear a branch while wielding a club as a melee character... 14:54:35 good addition 14:54:53 yeah http://zzo38computer.org/dnd/recording/ contains only level20.tex 14:55:00 and some other stuff related to level20 14:56:01 -!- Solain has joined. 14:56:05 `relcome Solain 14:56:08 ​Solain: Welcome to the international hub for esoteric programming language design and deployment! For more information, check out our wiki: http://esolangs.org/wiki/Main_Page. (For the other kind of esoterica, try #esoteric on irc.dal.net.) 14:56:11 hey 14:56:55 Heya ^^ 14:56:56 nooodl: maybe it's only a coincidence that the letters form “level”. maybe it's a cipher based on zzo38's name, and it's parsed as “le”, then “vel20”. 14:57:38 hmm guys, im only a novice programer, but on what language do people actually build their own language? asm? 14:57:55 nah. rarely 14:57:59 Whatever you like, really 14:58:02 really? 14:58:08 The interpreter can be written in anything 14:58:15 What matters is the language spec itself ^^ 14:58:19 esolangs, at least, tend to be written in much more high-level languages 14:58:25 such as c? 14:58:28 Sure! 14:58:32 Or C++ 14:58:35 Or Python 14:58:38 Or Brainfuck 14:58:49 hehe writing an esolang on an esolang 14:59:13 Solain: a common hobby, and a very interesting one too. 14:59:17 http://esolangs.org/wiki/Brainfuck#Self-interpreters 14:59:35 you are kidding me 14:59:40 Nope 14:59:56 he had a lot of time on his hands ay? 15:00:09 They had, yeah 15:00:23 Heck 15:00:26 Here's a whole page 15:00:26 http://esolangs.org/wiki/EsoInterpreters 15:00:39 don't worry. people will scrounge and munge and maim your creations, and do wonderful and horrendous things with them. 15:00:39 hahah 15:00:48 So it goes 15:00:50 oh gawd 15:01:18 Deadfish has a way to output things but it has no way to input them! 15:01:27 the heck 15:01:32 not a problem. hth. 15:01:40 * Roujo glares at boily 15:01:58 * boily whistles innocently 15:02:12 i would like to see someone building a game engine on brainfuck 15:02:19 that would be funyy 15:02:19 ~duck boily 15:02:20 --- No relevant information 15:02:20 better 15:02:23 a libary 15:02:29 Solain: already done. and done. 15:02:30 With books and all! 15:02:33 no way 15:02:37 a game libary? 15:02:42 on brainfuck? 15:02:43 We're kind of like Zombo.com here 15:02:45 both at the same time? no idea. 15:02:46 Everything is possible 15:02:51 The only limit... is yourself 15:02:53 Welcome 15:02:55 To #esoteric 15:03:07 i found my place 15:03:14 oh fungot. someone has to make an official mp3 of that. 15:03:14 boily: and is one thing which you might want is broken" archives. even less chance. i called " o" in " the other side has just said! ...wh...what g...l...e...n...n? 15:03:29 I think e broke 15:04:54 Solain: Soon, you will learn about ~duck and `? and hth and all of these wonderful things 15:05:10 ~duck? 15:05:10 --- Possible commands: dice, duck, echo, eval, fortune, metar, ping, yi 15:05:15 Except for hth, which isn't that wonderful, really 15:05:18 like duck duck goose? 15:05:22 Kinda 15:05:27 never played it 15:05:39 ~duck Esolang 15:05:40 An esoteric programming language (sometimes shortened to esolang) is a programming language designed to test the boundaries of computer programming language design, as a proof of concept, or as a joke. 15:05:46 ~duck Brainfuck 15:05:46 The brainfuck programming language is an esoteric programming language noted for its extreme minimalism. 15:06:19 i download an pascal ide, that does everything but pascal 15:06:23 gg 15:06:32 ~duck Pascal 15:06:33 His early work included the invention of the adding machine and syringe, and the co-development with Fermat of the mathematical theory of probability. 15:06:40 Not quite >_> 15:06:42 But yeah 15:06:43 whats duck 15:06:47 Oh 15:06:49 Oh 15:06:53 im not going to google it 15:07:07 boily: Shall I ask him the questiön? Or should you? 15:07:14 ~duck duck duck go 15:07:15 Duck Duck Go is a search engine based in Valley Forge, Pennsylvania that uses information from crowd-sourced sites (like Wikipedia) with the aim of augmenting traditional results and improving relevance. 15:07:29 web crawler 15:07:38 Solain: ~duck performs duck duck go queries 15:07:53 so.. 15:07:56 yeah 15:08:41 nice(?) 15:08:47 * Roujo shrugs 15:08:56 :3 15:09:12 It's one of the ways to ask what the hell people are talking about here 15:09:16 Or about stuff you don't know 15:09:25 oh 15:09:29 ooh 15:09:46 ~duck ~duck 15:09:47 I am the duck. Dax the duck. 15:11:27 i want to start programming my own esolang, but i havent thought of a concept yet 15:11:46 ^^ 15:11:57 -!- Nisstyre has quit (Quit: Leaving). 15:12:00 i thought of writing it in 1337 lang but it will be a little bit too cheesy 15:12:17 http://esolangs.org/wiki/1337 15:12:26 Welp 15:12:28 Nope 15:12:35 Not relevant after all =P 15:12:41 not like that 15:12:42 There was one, though 15:12:44 like 15:12:47 not like that at all 15:13:03 Ah, this one 15:13:03 http://esolangs.org/wiki/L33t 15:13:28 but programmers who do that are "teh sUxX0r". HAHAHAHHAHAHH 15:13:34 i luv this guy 15:13:40 ^^ 15:15:03 ok, so leet speak is catched 15:15:07 now what 15:15:12 hmmm 15:16:48 hehe, a language that is all made from infinte loops 15:29:12 *chucks a bucket of water* 15:30:06 standards for eso have kind of gone up, you've got things like twoducks and eodermdrome to compete with 15:30:31 me? 15:30:50 sure 15:31:00 but im doing this for fun 15:31:13 not competition 15:31:26 well, yeah, but you probably still want to do something interesting. 15:31:28 >It is uncomputable on a Turing machine; it even allows you to solve the halting problem. 15:31:32 SURE 15:31:45 i don't understand this "i want to make an esolang...but i have no idea what to make" thing really. i always thought that "i have an idea for an esolang!" was the first step. 15:32:12 i had one but i didnt know how to do it, now i do 15:32:17 btw 15:32:18 which allows you to go back in time and change things 15:32:31 thats easy to acheive 15:32:37 mine will also do coffee 15:32:46 beat that twoducks 15:33:06 any esolang that makes coffee is worth a look 15:33:19 anything that makes coffee is worth a look 15:33:29 the question is: is the coffee turing-complete? 15:33:36 bah. when did this channel allow in all these druggies 15:33:55 you should make a metaesolang. the language which makes it easy to make new esolangs. 15:33:58 i bet you could make a neat non-equilibrium reaction with coffee, which could let you do some nice computey stuff. 15:34:04 whose a druggie 15:34:15 His 15:34:23 h3h3 15:34:41 you urchins and your coffee 15:34:52 my coffee? 15:34:59 coffee is good for the soul and the hangover 15:35:07 and for the headaches 15:35:13 Coffee is Good 15:35:15 Coffee is Life 15:35:16 yeah 15:35:18 All Hail Coffee 15:35:20 the headaches are a result of the hangover 15:35:23 no no 15:35:41 (two times no for both of you) 15:35:54 cause cthultu the computer god 15:35:56 and 15:36:01 cause i dont have hangovers 15:36:11 I am the Gate 15:36:12 have you considered getting drunker 15:36:13 I am the Key 15:36:30 have you considerd the fact that im under-aged? 15:36:40 Does it matter? 15:36:51 sorta 15:36:56 one more year dude 15:37:03 and i will be as drunk as a goat 15:37:06 until than 15:37:08 no 15:37:11 Goats are drunk? 15:37:13 or nope 15:37:15 or nop 15:37:19 NO-OP 15:37:19 yes they are 15:37:26 99% of time 15:37:34 have you considered the fact that 420 blaze it every day 15:37:49 see http://fc04.deviantart.net/fs70/f/2013/174/2/b/goat_meme_by_existtraiesc-d6ab6ga.jpg 15:37:53 fact is a fact 15:37:57 they are drunk 15:38:01 here is a pic 15:38:14 `run ls wisdom/goat 15:38:15 ls: cannot access wisdom/goat: No such file or directory 15:38:17 `run ls wisdom/goats 15:38:19 ls: cannot access wisdom/goats: No such file or directory 15:38:26 `? goats 15:38:27 goats? ¯\(°_o)/¯ 15:38:28 | 15:38:28 o/`¯º 15:38:32 -!- TheDoomSong has joined. 15:38:33 That too 15:38:35 there you have it. 15:38:39 `relcome TheDoomSong 15:38:42 ​TheDoomSong: Welcome to the international hub for esoteric programming language design and deployment! For more information, check out our wiki: http://esolangs.org/wiki/Main_Page. (For the other kind of esoterica, try #esoteric on irc.dal.net.) 15:38:43 hello doom song 15:38:49 rankyew 15:39:08 welcome to the talk about drunken goats 15:39:08 plinkplink 15:39:17 `run echo Goats are drunk 24/7, ask Solain for details. > wisdom/goats 15:39:21 No output. 15:39:40 exception detected, Solain too stornk 15:39:57 ~duck stornk 15:39:58 --- No relevant information 15:40:01 Welp 15:40:10 stronk=strong 15:40:15 -!- conehead has joined. 15:40:21 ask solain for dets 15:40:29 hello conehead 15:41:02 *quiet, 2 quiet* 15:41:18 hi 15:41:24 hi 15:42:17 ¯\(°_o)/¯ 15:42:18 | 15:42:18 º¯`\o 15:42:23 let us stop talking about drunken goats, and talk about interepter building 15:42:33 *smooth* 15:42:38 i built an interpreter once, but he fell on me. 15:42:52 I built an interpreter in Reno, but I can't recall why 15:42:53 feel better soon m8 15:44:36 *chucks more water* 15:46:41 hi 15:47:05 hi 15:47:08 again 15:48:51 -!- TheDoomSong has quit (Quit: leaving). 15:51:27 back from meeting! 15:51:34 hai 15:51:42 Roujo: too lazy to check if Solain was The Questiöned. was he? 15:51:48 (or she. you never know.) 15:51:53 he m8 15:51:56 Solain: おはよう! 15:52:01 there are no girls on the internet 15:52:08 rule number something of the internet 15:52:10 *cough* uhm... 15:52:14 unless 15:52:22 you have a proof 15:52:26 that she is a girl 15:52:29 * boily points to Fiora 15:52:30 like a live proof 15:52:32 she is. 15:52:36 don't do this, man. 15:52:37 * quintopia points to misogyny 15:52:38 we're adults. 15:52:50 -!- AnotherTest has joined. 15:52:50 jk 15:53:03 if you are so serious.. 15:53:07 anyway 15:53:17 [18:51] Roujo: too lazy to check if Solain was The Questiöned. was he? 15:53:36 deal with dat? 15:54:26 back to reading than 15:54:27 Solain: he is Bike of the Innocuously Serious Replies. you can defeat him by lozenging his eyes. 15:54:56 boily: i think i understood only 20% of that sentence 15:55:21 Solain: ask Koen (when he'll join) how he feels about not understanding what I say. 15:55:33 time to lunch! 15:55:45 boily: I haven't Questiöned em, no. Not yet. 15:55:45 boily: im afraid i wont understand him 15:56:00 whats the deal with the weird o 15:56:05 is dat like 15:56:11 part of the mystery 15:56:13 and drama 15:56:24 it's tradition 15:56:28 amazing 15:56:30 Traditiön, yes. 15:56:37 you can save time and avoid tradition by just filling out the survey in the topic 15:56:41 That too 15:56:50 https://docs.google.com/forms/d/1OvEsdBioOFcXFAiscO34kctUWKs3dWQs5-ZouXdwy9Q this? 15:56:57 Yeah 15:57:06 do you accept pesterchums? 15:57:08 a lozenge is one of those diamond characters. ◊ 15:57:11 `quote ◊ 15:57:13 1018) ◊_______________________◊ help. jesus christ elliott apply pressure evenly when jamming eyes open 15:57:19 guys 15:57:24 do you accept pesterchums? 15:57:29 is that a drug 15:57:31 no 15:57:32 if so: yes 15:57:36 no no 15:57:37 well what's the point then. 15:57:38 i accept persterbots 15:57:43 not real people 15:57:47 did someone say drugs 15:57:52 dudes 15:57:52 Solain, got any yellow bentines 15:57:59 real people complain when you do things like kick them or shoot them in the eye 15:58:06 IM NOT SELLING DRUGS 15:58:06 mnoqy: #drugz. 15:58:11 Bike: do you accept hugz 15:58:15 are you selling #drugz 15:58:18 shachaf: often 15:58:21 gawd dayum it 15:58:24 Solain, so are you the boz-boz? 15:58:29 NO IM NOT 15:58:36 I think e is 15:58:47 this is getting out of hand 15:58:52 I'll settle for a quart of triplesod. 15:58:52 So it goes. 15:59:14 Solain: nothing gets out of hand as long as you keep a beer there 15:59:14 A quart? Come on. Do I have to go all SI up on you? =P 15:59:22 Bike: everyday?? 15:59:26 (or a bottle of lean. whatever you prefer.) 15:59:40 smoke hugs every day 16:00:08 Bike is my anti-hug 16:00:39 is narnia a legit country? 16:00:39 Brainfuck: My Anti-Drug 16:00:42 Sure 16:00:45 good 16:00:46 Depends on who you ask, though 16:00:52 Most people say no 16:00:54 Some say yes 16:01:01 You just have to find *those* 16:01:04 And keep in touch 16:01:04 i have sent the survey 16:01:08 Awesome 16:01:08 Solain: i don't think so. all its kings and queens are in exile. 16:01:14 so there's no government 16:01:17 did you put bogus answers on the survey 16:01:23 the survey is very serious solain 16:01:25 quintopia: Do you need a government to have a country? 16:01:30 wait 16:01:33 i think so 16:01:36 It is 16:01:42 Solain, are you miscalibrating the Answer? 16:01:48 Putting in Narnia would fuck up the CoM big time 16:01:58 don 16:02:05 Narnia is in another galaxy isn't it 16:02:05 now 16:02:11 now i finished the survey 16:02:11 Somewhere like that, yeah 16:02:16 Or another universe, even 16:02:21 Or another dimension entirely 16:02:33 what the hell do you actually need my body wieght for 16:02:37 yeah. totes throwing off the centroid 16:02:39 Ïa! Ïa! Aslan fthang! 16:02:53 Solain: Reasöns. 16:02:59 Ask boily. 16:03:02 Solain: how would we find a center of mass without your approximate body weigh 16:03:04 He knows 16:03:04 i just type dude in disgrace 16:03:09 *typed 16:03:28 where's the centre of mass of narnia 16:03:37 the lion dude 16:03:41 the lion 16:04:03 Fun fact: Most lions exist 16:04:19 Roujo: Is that really true? 16:04:25 I said Most 16:04:26 I know of several nonexistent lions. 16:04:27 Roujo: not true! there are far more lions in my imagination than in the world 16:04:29 it is a fun fact 16:04:33 so yeah 16:04:36 it has to be true 16:04:36 I'm not sure I know of any existent ones. 16:04:39 quintopia: You haven't seen the Lion Dimension 16:04:42 fun fact 0 = 1 16:04:49 guyz 16:04:50 GG shachaf 16:04:52 guyz 16:04:53 how often do you tell that joke shachaf 16:04:53 guyz 16:04:55 You just broke reality again 16:04:57 if I asked what was going on, would the answer make sense to me and be satisfying? 16:04:58 guyz//// 16:05:04 no 16:05:04 elliott: Do you like lions? 16:05:07 well, maybe 16:05:07 mnoqy: ""everyday"" 16:05:10 it would be boring though 16:05:15 WHATS PASCAL GUYZ 16:05:21 ~? Pascal 16:05:22 --- Possible commands: dice, duck, echo, eval, fortune, metar, ping, yi 16:05:23 a dead theologian 16:05:24 `? Pascal 16:05:26 getting a strong "no" vibe here 16:05:26 Pascal? ¯\(°_o)/¯ 16:05:27 | 16:05:27 o/`¯º 16:05:31 elliott: 16:05:38 Then no, it wouldn't satisfy you 16:05:39 Sorry 16:05:42 fungot, what's pascal 16:05:42 Phantom_Hoover:. i'm so kind, even to assholes! anmaster no not markov 16:05:49 pascal is the dude who invented the first mechanical calculator 16:05:51 ~duck Pascal 16:05:51 His early work included the invention of the adding machine and syringe, and the co-development with Fermat of the mathematical theory of probability. 16:05:51 assmaster 16:05:57 ~duck Not Pascal 16:05:57 --- No relevant information 16:05:58 There 16:05:59 so yeah that's kinda neat 16:06:03 `? cpressey 16:06:05 cpressey invented the esolang, the pipe cleaner and the electrical mousse. \ ヽ༼ຈل͜ຈ༽ノ 16:06:06 quintopia: are you thinking of leibniz 16:06:11 ~duck why are we learning pascal at school 16:06:11 --- No relevant information 16:06:34 Solain, so you can do calculations mechanically hth 16:06:43 oh, pascal did it too. 16:06:43 hth m8? 16:06:50 no 16:06:50 my mistake. 16:06:52 and what mech calc? 16:07:03 what are you generally talking bout? 16:07:12 it's easier to keep your business's books usng the pascaline! 16:07:14 Oh, elliott 16:07:15 chalc chor nech noch 16:07:16 no errors guaranteed 16:07:17 I had this idea 16:07:19 blaise pascal. he invented a calculator. 16:07:28 an idea?? i love ideas 16:07:35 Remember that oerjan has this anti-hth script? 16:07:41 What if we kicked it up a notch 16:07:43 ~duck hth 16:07:43 --- No relevant information 16:07:51 `? hth 16:07:52 And put it on *your* client 16:07:53 hth is help received from a hairy toe. It is not at all hambiguitous. \ ヽ༼ຈل͜ຈ༽ノ 16:08:01 ¯\(°_o)/¯ 16:08:01 | 16:08:01 º¯`\o 16:08:05 So that it auto-kick people who say it =P 16:08:12 auto-kicks* 16:08:17 who fucked up `? 16:08:21 you 16:08:32 if you want abuse of op power, you could just ask me directly. 16:08:43 elliott, kick kmc plx 16:08:45 what's that face thing doing there 16:08:48 elliott: kick people who say hth hth 16:08:55 -!- ChanServ has set channel mode: +o elliott. 16:08:55 elliott: kick 16:08:58 Oh shit 16:08:58 -!- elliott has kicked quintopia if you insist. 16:09:03 -!- quintopia has joined. 16:09:07 thx 16:09:09 amazing op 16:09:19 itz magik 16:09:20 I take it that it actually helped =P 16:10:44 phantom_hoover Phantom Michael Hoover is a true Scotsman and hatheist Phantom__Hoover can’t decide what an appropriate number of underscores is. Phantom___Hoover sucks at ghosting himself. phantom_______hoover It doesn’t get any better than this. 16:10:45 seriously where is that ヽ༼ຈل͜ຈ༽ノ coming from 16:10:58 wisdom pdf sure is wise 16:11:21 and inconsistently capitalised 16:11:25 `? us 16:11:27 u monad? \ ヽ༼ຈل͜ຈ༽ノ 16:11:33 i see. 16:11:41 `cat bin/? 16:11:43 ​#!/bin/sh \ \? "$@" | perl -C7 -pe '$_ = uc' | sed -e s/[.?]/!/g -e 's/!\?$/!/' \ #!/bin/sh \ topic=$(echo "$1" | lowercase | sed "s/ *$//") \ topic1=$(echo "$topic" | sed "s/s$//") \ cd wisdom \ if [ \( "$topic1" = "ngevd" \) -a \( -e ngevd \) ]; \ then cat /dev/urandom; \ elif [ -e "$topic" ]; \ then cat "$topic" | rnooodl; \ e 16:11:44 RAISE YOUR DONGARS 16:12:06 rnooodl just randomises the number of o's in nooodl 16:12:44 `run rm bin/cat hth 16:12:48 rm: cannot remove `hth': No such file or directory 16:12:54 `? us 16:12:56 u monad? 16:12:58 Phantom_Hoover: i'm guessing it's the e cut off there 16:13:31 http://codu.org/projects/hackbot/fshg/index.cgi/file/8a05139b44fa/bin/%3F 16:14:08 are you guyz using irc programs or the web client 16:14:22 i dont know what is more comftrable 16:14:31 `? irc 16:14:33 irc is useless. 16:14:36 There we go 16:14:47 ~duck "irc is useless" 16:14:47 --- No relevant information 16:14:53 yep 16:15:08 yeeeep 16:15:14 I use a client 16:15:18 KVIrc 16:15:24 you amazing guy 16:15:35 -!- Koen__ has joined. 16:15:38 linux or win? 16:15:42 hy koen 16:15:46 BeOS 16:15:47 brb 16:15:53 -!- Koen__ has quit (Client Quit). 16:15:58 Haiku, really 16:16:15 -!- Koen__ has joined. 16:16:25 bikeu 16:16:28 ~duck BeOS 16:16:29 BeOS is an operating system for personal computers first developed by Be Inc. in 1991. 16:16:36 how do you 16:16:46 ~duck 1 16:16:47 A registry mark given by underwriters to ships in first-class condition. 16:16:52 Sure 16:17:33 `run echo An ambitiöus new Esolanger who, although underage, is eager to learn. > wisdom/Solain 16:17:37 No output. 16:17:47 You exist now 16:20:00 Roujo: hooray 16:20:47 that sounds worryingly sensible 16:20:48 about duck and web crawlers 16:20:51 did ou know 16:20:53 *you 16:20:55 can you work in a stupid joke about what country he's from, or something 16:21:27 that sites use robots.txt to block ddos attack that hapoppes from web crawlers 16:21:31 *happen 16:22:23 I've heard him called "webhead" or "wall crawler" in the past, but never "web crawler" 16:22:39 thats the official term 16:22:49 http://en.wikipedia.org/wiki/Web_crawler 16:22:53 Solain: Well 16:22:54 Well 16:22:54 Erm 16:22:56 Yes? 16:23:04 Wall crawlers > Web crawlers 16:23:04 yes 16:23:09 nah 16:23:13 if its wikipedied 16:23:16 it wins 16:23:17 Since you can run out of webs, but you'll never run out of walls 16:23:24 hows that possible 16:23:26 or logic 16:23:33 Can you build a web? 16:23:36 Can you build a wall? 16:23:38 you can never run out of webz 16:23:44 Which one sounds easier? 16:23:58 How many web-builders do you know? 16:24:03 How many wall-builders are there? 16:24:06 20-30 16:24:12 (web builders) 16:24:18 but there is only one web) 16:24:19 Let me guess 16:24:22 and its global 16:24:22 Your father is a spider? 16:24:33 dudeeeeeeeee im talking about the internetz 16:24:37 not archnaids 16:24:43 You mean the Interwebs? 16:24:46 sure 16:24:48 Mucho webs right there 16:24:53 whatever floats your boat 16:24:59 My boat sank in '84 16:25:03 sad story 16:25:12 Along with her love 16:25:26 write a book, make a fortune 16:25:46 Step 2: ??? 16:25:59 get drunk(?) 16:26:03 Solain: Did you know about humans.txt? 16:26:13 i dont even want to hear about it 16:26:22 http://www.google.com/humans.txt 16:26:48 ya kidding me 16:26:54 Not even 16:27:05 If I was, could I look you in the eye and say I want to meet your daughter? 16:27:12 (Thought so) 16:27:26 dont have adaughter m8 16:27:32 Exactly 16:27:36 So there you go 16:27:38 `? daughter 16:27:40 daughter? ¯\(°_o)/¯ 16:27:40 | 16:27:41 º¯`\o 16:27:43 Huh 16:27:46 I was sure e had one 16:28:09 didnt we allready talk bout that ima under-aged 16:28:12 no? 16:28:16 im sure we did 16:28:33 `? Solain 16:28:34 Solain? ¯\(°_o)/¯ 16:28:35 | 16:28:35 º¯`\o 16:28:37 ... 16:28:39 `? solanin 16:28:40 ~duck solain 16:28:40 --- No relevant information 16:28:41 solanin? ¯\(°_o)/¯ 16:28:41 | 16:28:42 º¯`\o 16:28:46 ~duck solanin 16:28:46 Solanin is a Japanese manga written and illustrated by Inio Asano. 16:28:51 there we go. 16:28:52 gawd 16:29:01 thats not even utterly funny 16:29:12 Didn't I just add that entry? 16:29:15 `/run ls 16:29:16 ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: /run: No such file or directory \ /home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: /run: cannot execute: No such file or directory 16:29:16 `run ls 16:29:18 a.c \ a.out \ bdsmreclist \ bi \ bin \ bsdmreclist \ canary \ delvs \ delvs-master \ dog \ etc \ factor \ gg \ god \ hi-bool.bf \ ibin \ interps \ lib \ master.tar.gz \ multiply.bf \ no \ paste \ pref \ prefs \ quines \ quotes \ raise_them \ random \ run \ share \ src \ wisdom \ ヽ༼ຈل͜ຈ༽ノ 16:29:35 WHAT THE HELL IS THE FOLDER NAME 16:29:42 ヽ༼ຈل͜ຈ༽ノ 16:29:49 STOP RAISING YOUR DONGERS MAN 16:29:52 the folder name of what 16:29:52 That's a file 16:29:54 ITS NOT HEALTHY 16:30:24 does it matter? he is all there raising his dongers 16:30:46 Well yeah 16:30:52 Aren't we all? 16:30:56 no 16:31:01 Sure we are! 16:31:12 `run echo ヽ༼ຈل͜ຈ༽ノ > wisdom/Solain 16:31:16 No output. 16:31:21 `? Solain 16:31:22 no! put those dongers down right now! 16:31:22 Solain? ¯\(°_o)/¯ 16:31:23 | 16:31:23 o/`¯º 16:31:25 Whyyy 16:31:35 CAUSE IT AINT HEALTHY 16:31:35 `which ? 16:31:37 ​/hackenv/bin/? 16:31:45 `run cat wisdom/Solain 16:31:46 ​ヽ༼ຈل͜ຈ༽ノ 16:31:56 `run cat $(which ?) 16:31:58 ​#!/bin/sh \ \? "$@" | perl -C7 -pe '$_ = uc' | sed -e s/[.?]/!/g -e 's/!\?$/!/' \ #!/bin/sh \ topic=$(echo "$1" | lowercase | sed "s/ *$//") \ topic1=$(echo "$topic" | sed "s/s$//") \ cd wisdom \ if [ \( "$topic1" = "ngevd" \) -a \( -e ngevd \) ]; \ then cat /dev/urandom; \ elif [ -e "$topic" ]; \ then cat "$topic" | rnooodl; \ e 16:32:00 guyz 16:32:04 serious disscusion 16:32:10 like 16:32:12 serious 16:32:15 okey? 16:32:20 *cough* 16:32:24 ヽ༼ຈل͜ຈ༽ノ > okay 16:32:32 So, what are your thoughts on the computational theory of mind. 16:32:35 how am i going to make an esolang which is all made from loops 16:32:40 oh. 16:32:41 how/ 16:32:47 i dunno. make some shit up. fuck it. fuck everything. 16:32:48 Bike: I think we're NP-Hard 16:33:18 and 16:33:23 while 1; do echo ヽ༼ຈل͜ຈ༽ノ; done 16:33:26 i need some sort of 16:33:28 `run while 1; do echo ヽ༼ຈل͜ຈ༽ノ; done 16:33:28 guide 16:33:29 or 16:33:29 bash: 1: command not found 16:33:30 like 16:33:33 guide 16:33:34 tut 16:33:36 or 16:33:38 something 16:33:40 `run while true; do echo ヽ༼ຈل͜ຈ༽ノ; done 16:33:42 ​ヽ༼ຈل͜ຈ༽ノ \ ヽ༼ຈل͜ຈ༽ノ \ ヽ༼ຈل͜ຈ༽ノ \ ヽ༼ຈل͜ຈ༽ノ \ ヽ༼ຈل͜ຈ༽ノ \ ヽ༼ຈل͜ຈ༽ノ \ ヽ༼ຈل͜ຈ༽ノ \ ヽ༼ຈل͜ຈ༽ノ \ ヽ༼ຈل͜ຈ༽ノ \ ヽ༼ຈل͜ຈ༽ノ \ ヽ༼ຈل͜ຈ༽ノ \ ヽ༼ຈل͜ຈ༽ノ \ ヽ༼ຈل͜ຈ༽ノ \ ヽ༼ຈل͜ຈ༽ノ 16:33:47 cause it will be my first interepter 16:33:47 Nice job 16:33:47 can you try putting more than one word on each line ;_; 16:33:52 nah 16:33:59 its 16:34:00 too 16:34:01 much 16:34:02 of 16:34:02 a 16:34:04 job 16:34:08 Says the new guy to the operator 16:34:37 you do realize hitting " " isn't any harder than hitting ' 16:34:38 ' 16:34:39 op has alot oh responsob on his\her shoulders 16:34:46 *of 16:34:55 i 16:34:56 don 16:34:56 t 16:34:57 know 16:34:58 this 16:35:00 could 16:35:03 get 16:35:05 pretty 16:35:08 irritating 16:35:10 very 16:35:13 quickly 16:35:15 don't 16:35:18 you 16:35:20 think 16:35:23 -!- elliott has set channel mode: +m. 16:36:32 -!- elliott has set channel mode: -m. 16:36:35 -!- elliott has set channel mode: +v quintopia. 16:36:47 Voice the sane ones, they said 16:36:50 Wise words 16:36:56 why 16:37:00 i didnt do a thing 16:37:03 and got muted 16:37:09 The whole channel got muted =P 16:37:13 oh rly 16:37:15 Yeah 16:37:15 funny thing. just after the muting i said. 16:37:44 did the op do dat for de lolz and giglez 16:37:44 < quintopia> elliott: can you kick people who don't write their whole message in the same PRIVMSG 16:37:56 turns out it wasn't necessary 16:38:20 I do everything for de lolz and giglez! 16:38:25 or we could tell the bot to kick any one who speaks twice in a row 16:38:28 you mad man! 16:38:55 s/mad/Mad/g 16:39:46 is the irch channel hosted on the esolang wiki server? 16:39:50 *irc 16:39:55 it is on the freenode network. 16:40:01 oooh 16:40:13 well than\ 16:40:14 -!- augur has quit (Ping timeout: 240 seconds). 16:40:52 so you can join exciting programming channels like #PHP and #django. 16:41:00 my autocratic control of the esoteric languages universe has not yet extended to the IRC servers 16:41:15 "except for this whole op thing, i mean" 16:41:20 "got that going pretty solid" 16:41:43 elliott is op, please nerf 16:41:44 it's just not the same unless you can k-line people ;_; 16:42:03 Start irc.esolangs.org! 16:42:42 "elliott is op, please nerf" better nerf irelia 16:45:37 -!- conehead has quit (Quit: Textual IRC Client: www.textualapp.com). 16:48:56 elliott, or indeed the file server 16:49:09 or the mailing list and the forum!!! 16:50:08 the forum is mine! 16:50:19 as in I host the read-only archive that is all that's left of it 16:50:27 also the mailing list is completely broken now, I think 16:50:45 new mailing list 16:50:47 new forum 16:52:42 new goverment 16:53:41 well, ill be back at 20-60 min 16:53:43 New World Order 16:53:46 New Brainfuck Variant 16:53:53 New Spoons For All 16:54:07 a brick in every brain 16:57:25 -!- conehead has joined. 17:00:03 -!- Solain has quit (Ping timeout: 250 seconds). 17:00:06 back from lunch, my terminal is trying to send me sublinicodal messages, and I get mentioned through the eldritch noise. 17:00:18 pray tell what just happened? 17:00:34 op abuse 17:00:38 the worst kind 17:00:43 elliot's gone insane 17:01:12 that's good. elliott can now serve as an example case that I myself am not insane :D 17:01:24 `? Solain 17:01:26 Solain? ¯\(°_o)/¯ 17:01:26 | 17:01:27 o/`¯º 17:01:52 -!- Solain has joined. 17:01:59 test 17:02:03 hellolain. 17:02:18 nice1 17:03:01 wb boily 17:03:04 how was the food 17:03:45 lets talk about our favourite food 17:03:59 ah? 17:04:04 no? 17:04:06 just me? 17:04:08 my dad> 17:04:09 very nice. a coworker and I went to a new place. it was vegetarian and lentilly :) 17:04:19 Solain: your dad is your favourite food??? 17:04:30 no m8 17:04:38 not at all 17:04:53 my faviroute food is sushi 17:04:59 quintopia: how does it feel to be voiced? is it kmcesque? 17:05:01 or however you type it in english 17:05:11 Solain: where are you from? 17:05:31 Solain: fiora, is that you? :o 17:05:40 to not awake political dissucsions, ill say narnia 17:05:46 no 17:05:49 boily: it feels like normal, except that if elliott has to mute the weirdos again, it won't stop me from feeling normal 17:05:49 im solain 17:06:06 i dont even know who fiore is 17:06:15 narnia, israel 17:06:22 oh shoot 17:06:25 ip? 17:06:30 thats low 17:06:34 hey 17:06:39 your fault for not masking 17:06:52 WHY WOULD IM MASK MY IP IN ESOLANG IRC 17:07:04 #esostalk 17:07:08 also i thought im on irc node 17:07:26 gawd this is worse than the skype ip exploit 17:07:59 also, i didnt want to say that im from israel so you would start a political debate or something 17:08:03 it's not an exploit if it's the intended behavior 17:08:04 (元のバージョンは「寿司」と言うが、sushiが可能です。) 17:08:15 "you land robbers" or something like dat 17:08:38 [20:08] <+quintopia> it's not an exploit if it's the intended behavior''''' did you read how the ip exploit work? 17:08:40 Solain: i don't think there are any palestinians in this channel, so it shouldn't turn political in any case. 17:08:49 Solain: you're not the only israelite in there, and I have a nifty list of approximate coördinates :D 17:08:53 its not only palestains 17:08:59 its everybody 17:09:01 americans 17:09:03 Solain: i type /whois and the server tells me your IP 17:09:03 russians 17:09:08 i know 17:09:14 you can also double click my name 17:09:18 sooooo...not an exploit? 17:09:22 ofcourse not 17:09:27 i talked about skype 17:09:27 then we agree 17:09:31 no 17:09:35 i talked about skype 17:09:36 we just 17:09:41 I'm pretty sure it's possible for people who aren't from Palestine to have an opinion on the conflict, but I'm also sure that I'm going to get really tempted to +m again if it happens as inanely as this seems to be edging towards 17:09:43 talked about different subjects 17:09:47 pretty sure this isn't skype 17:09:53 it isnt 17:09:55 but 17:10:12 this also isnt brainfuck coded platform, alas we talk about brainfuck 17:10:14 dont we? 17:10:39 raise your hand if you talk about brainfuck 17:10:43 im breaking my fingers here, i like to type short 17:10:53 stupidly short 17:11:11 nope i don't think we talk about brainfuck. perhaps you meant to say underload 17:11:49 kk 17:12:18 im bored 17:12:30 oh right 17:12:43 i wanted to learn how to code an interepter in C 17:12:48 but you keep this as a secret 17:13:02 Solain: you are probably in Tel Aviv, or near it. 17:13:21 ip location can find the supplier on the internet 17:13:26 not excet location 17:13:30 n00b 17:13:48 good enough for the CoM i think boily 17:13:49 -!- ChanServ has set channel mode: +v kmc. 17:13:58 I'm used to Canadian dimensions, so for me you are near Tel Aviv anyway :p 17:14:03 a song is a weapon 17:14:06 no and yes 17:14:08 hi kmc 17:14:11 hi quintopia 17:14:13 quintopia: what's a CoM? 17:14:18 centroid 17:14:18 whose kmc? 17:14:23 ~duck kmc 17:14:23 kitten mortality complex. 17:14:28 wut? 17:14:29 easy 17:14:31 Solain: I am that I am 17:14:42 you are kitten mortality complex 17:14:46 dont ignore it 17:14:49 quintopia: I'll write that. what's the average humanoïd mass in israel? 17:15:00 -1 17:15:36 kmc dude 17:15:41 * boily whacks Solain with a blubbery blue whale 17:15:47 Solain: what's your average body weigh man we're dying to know 17:15:48 Android 4.4 is named KitKat 17:15:48 boily: for some reason a large portion of the music I listen to is from Montréal 17:15:49 Discuss 17:15:59 im under-weigh 17:16:01 so 17:16:09 anyway 17:16:11 kmc 17:16:11 100lb? 17:16:15 kmc: That's nice. Such as? =) 17:16:15 whats lb? 17:16:17 i don't kgh 17:16:18 Pound 17:16:21 ~duck lb 17:16:21 lb definition: pound. 17:16:22 Heathen units 17:16:26 ~duck pund 17:16:26 --- No relevant information 17:16:31 ~duck pound 17:16:32 American jurist who was dean of Harvard Law School and wrote several influential books, including The Spirit of the Common Law. 17:16:33 kmc: nice! amon tobin? l'orkestre des pas perdus? jérôme minière? arcade fire? 17:16:40 duuuuude 17:16:40 GY!BE and their 50 side projects 17:16:44 duuuuuuuuuuuuuuuuuuuuuuuuuuuuuude 17:16:45 i think it's the same as 45 kg 17:16:47 also Stars 17:16:48 hi 17:16:49 are you 45 kg Solain 17:16:49 thats just sick! 17:16:53 nope 17:16:57 Solain: can you stop flooding please? 17:16:58 Arcade Fire is pretty good too 17:17:01 np 17:17:07 Stars! <3 17:17:16 for me it isnt flooding cause im on the web platform 17:17:22 which is full screen 17:17:25 Flooding is flooding - just say no 17:17:25 sorry anywys 17:17:31 i said no 17:17:33 wait 17:17:34 also I like "of Montreal" but they are from Georgia :3 17:17:35 flooding: not even once. 17:17:36 i said i will stop 17:17:41 end of deal 17:17:46 I support and do so 17:17:48 you confusing man 17:18:07 we should talk about music that isn't from montreal 17:18:08 kmc: was just trying to think of how to mention of montreal in re: the above 17:18:19 Now, can anyone help me find why `? Solain doesn't work? =/ 17:18:28 what? 17:18:32 `? Solain 17:18:32 i work 17:18:33 Solain? ¯\(°_o)/¯ 17:18:34 | 17:18:35 o/`¯º 17:18:35 like 17:18:40 no errors 17:18:44 `? run cat wisdom/Solain 17:18:45 run cat wisdom/Solain? ¯\(°_o)/¯ 17:18:45 | 17:18:46 o/`¯º 17:18:46 no dumps no memory 17:18:49 Oh 17:18:51 `run cat wisdom/Solain 17:18:51 no nothing 17:18:52 ​ヽ༼ຈل͜ຈ༽ノ 17:18:57 not again 17:19:00 -!- conehead has quit (Quit: Computer has gone to sleep.). 17:19:04 solain returns 0 17:19:12 HAVE I BECOME YOUR MEME 17:19:15 Oh. It's case-sensitive? 17:19:22 whatis? 17:19:24 `run mv wisdom/Solain wisdom/solain 17:19:28 No output. 17:19:31 `? Solain 17:19:32 gawd dayum it 17:19:33 ​ヽ༼ຈل͜ຈ༽ノ 17:19:36 There we go 17:19:39 quintopia: Thanks =) 17:19:53 im confused 17:19:56 wait 17:20:03 new subject 17:20:10 does anybody here read homestuck? 17:20:15 no 17:20:17 no. 17:20:22 :( 17:20:24 let's never speak of this again 17:20:29 lets do. 17:20:32 no 17:20:34 yes 17:21:02 `? homestuck 17:21:04 Homestuck is a cult religion for disaffected teens. Gamzee drives the bus. Best summarized by http://www.mspaintadventures.com/storyfiles/hs2/05743.gif 17:21:09 i'd be happy to not speak of homestuck with you mnoqy. i was planning on doing that anyway. 17:21:19 AGREED 17:21:28 I like that gif 17:21:35 so do i 17:21:45 thanks quintopia i'm glad you understand 17:21:59 ~duck homestuck 17:21:59 Homestuck is a webcomic written, illustrated, and animated by Andrew Hussie, and is the fourth overall webcomic published on MS Paint Adventures. 17:23:46 what a wonderful silence, someone has to ruin it 17:24:19 do you say that every time nobody speaks for one and a half minute 17:24:30 should i read homestuck 17:24:34 i said that for the first time 17:24:37 yes you should 17:24:38 `? silence 17:24:39 silence? ¯\(°_o)/¯ 17:24:39 | 17:24:40 º¯`\o 17:24:40 * boily repeatedly applies kinetic energy onto Solain with a +2 wooden curmudgeon of Blam 17:24:41 you should 17:24:44 maybe i should read Ulysses first 17:24:51 silence is a good means of not talking about homestuck 17:24:52 nah 17:25:03 ulysses is too long 17:25:04 Kinetic energy is best ergy 17:25:07 (a very nice curmudgeon made of driftwood. very aerodynamic.) 17:25:35 boily: a curmudgeon is an old grumpy person 17:25:43 very grumpy 17:25:45 very 17:25:52 quintopia: and? I don't see any problem with that. 17:25:52 i think you'd get more Blam with a cudgel 17:26:03 I'm not that violent. 17:26:09 ~duck curmudgeon 17:26:09 curmudgeon definition: '''archaic''' miser. 17:26:15 well 17:26:22 that didnt help 17:26:39 sure it did 17:26:45 And yet it's pretty damn accurate 17:26:50 ~duck miser 17:26:50 miser definition: a mean grasping person; '''especially''' one who is extremely stingy with money. 17:26:53 it told you it once meant miser 17:26:59 '''especially''' 17:27:01 ~duck humus 17:27:02 In soil science, humus refers to any organic matter that has reached a point of stability, where it will break down no further and might, if conditions do not change, remain as it is for centuries, if not millennia. 17:27:06 ~duck hummus 17:27:07 Hummus (-OEOQ5) is a Middle Eastern and Arabic food dip or spread made from cooked, mashed chickpeas blended with tahini, olive oil, lemon juice, salt and garlic. 17:27:12 good jon 17:27:14 job 17:27:21 Solain: Homestuck is like 6,000 pages... 17:27:26 yeah 17:27:28 welcome 17:27:30 hello Solain 17:27:31 to homestuck 17:27:32 you appear to be new here 17:27:42 you apper to be new here to me 17:27:44 Welcome to Corneria! 17:27:46 so hahaha 17:27:57 kmc dude, homestuck is long 17:28:00 very long 17:28:02 very 17:28:07 dude 17:28:16 curmudgeon type long 17:28:26 THAT long 17:28:52 solain is spammy 17:29:03 grandiosely and profusely spammy 17:29:10 you want me to shut up for a while? 17:29:26 is that even possible? 17:29:30 sure 17:29:32 just ask 17:30:03 if you're volunteering, i'm more than willing to rubber-stamp your application 17:30:24 i didnt understand 80% of that sentance 17:30:25 * boily wraps Solain in Hello Kitty Duct Tape and hogties him to a ceiling in a very post-modern and decorative manner 17:30:27 i'll notorize 17:31:33 look, i just ant to know where can i learn how to build an interepter and ill shut up for some good hours 17:31:52 http://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours 17:31:58 It's not that you talk a lot, most of us do 17:32:16 Well, erm. Some of us, anyway. 17:32:19 it's that 17:32:19 you 17:32:20 talk 17:32:21 like this 17:32:23 and it 17:32:23 kmc: that's pretty overkill imo 17:32:25 is 17:32:28 really annoying 17:32:40 nooodl: more like underkill 17:32:49 too close for missiles 17:32:50 how about just plain old kill 17:32:50 ill try to type everything in one sentence, but it really kills my hands 17:33:16 that's the strangest excuse i've heard in quite some time 17:33:25 i got used to typing in \n, and ijust cant shake it off 17:33:29 you're just afraid that attention will move away from you if you spend a minute without saying something 17:33:32 `run ls wisdom/kill 17:33:33 don't worry. it will. 17:33:34 ls: cannot access wisdom/kill: No such file or directory 17:33:39 `run cat kill | over | under | echo > wisdom/kill 17:33:42 bash: under: command not found \ bash: over: command not found \ cat: kill: No such file or directory 17:34:15 i can just talk in one sentence and attention still will be gotton (this is a total gramatic mistake) 17:34:35 but it literally makes my arms hurt 17:34:53 get an ergonomic keyboard 17:35:16 why does it hurt less to hit 'enter' more? 17:35:22 im a gamer, ergonomics is what i need partly, so im going to get a new keyboard soon 17:35:42 that's the first time i've heard someone describe themself as a gamer 17:35:50 im not a doctor when it comes to muscles 17:35:55 buy the kinesis contoured, it's amazincg 17:36:02 `learn gotton is a quantum of attention. Solain drives the packet. 17:36:07 I knew that. 17:36:09 im buying the blackwidow 2013 17:36:10 `addquote im not a doctor when it comes to muscles 17:36:13 1098) im not a doctor when it comes to muscles 17:36:23 wat? 17:36:23 `pastequotes 17:36:29 http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.18855 17:36:47 BlackWIDOW ULTRA BigFoot DOMINATOR MurderKill XXXTREEME Gamer Keyboard 17:36:51 with MILITARY GRADE CAPACITORS 17:36:54 TO THE MAXX 17:37:07 yay im on the page 17:37:09 Then again, I have a Das Keyboard 17:37:11 So yay 17:37:12 hey, people addquoted me in my absence! I... not quite resent that. in fact, I feel particularly flattered :) 17:37:34 i'm still not in `pastequotes 17:37:36 did they make the build quality on das keyboards not awful yet? 17:37:53 Mine is fine 17:38:11 <+kmc> BlackWIDOW ULTRA BigFoot''''' bigfoot? 17:38:13 damnit Gregor send a charset UTF-8 header already 17:38:15 Got the Ultimate version with MX Brown switched 17:38:20 s/d/s/g 17:39:19 nooodl: no idea why. you should have a sudden insanity surge à la fungot, mixed with elliottisms and say something that involves pineapples and a random nordic country. 17:39:19 boily: perhaps, if more and more dwarfs were coming to work much better :) draw'd it off, it wasn't. holy cow, i never claimed that the victim) subject:re: `which fnord echo 17:39:38 i didnt really understand the page of 17:39:47 (shit) 17:40:25 i didnt really understand the page of "build yourself a scheme in 48 hr", the first page says it teaches haskell 17:41:04 Do you want to teach you a Haskell instead? 17:41:14 `quote 1064 17:41:16 1064) I would like to learn how to use a sword And also how to ride a unicycle Perhaps not at the same time 17:41:26 no i do not 17:41:45 `? `? 17:41:47 ​`? ¯\(°_o)/¯ 17:41:47 | 17:41:47 o/`¯º 17:41:56 SOLAIN CANT COMPILE, ERROR ERROR 17:42:16 kmc, ? 17:42:56 `quote 1037 17:42:57 1037) can sex be liberated from the von neumann position 17:42:58 i do not understand what is going on here, i want to learn how to build an interepter, is haskell part of it? 17:43:04 ~duck haskell 17:43:05 Haskell - A lazy purely functional language largely derived from Miranda but with several extensions. 17:43:09 "several" 17:43:24 it is a language, i dont want to build my interepter in haskell 17:43:27 s/several/extensive/g 17:43:38 Solain: what language do you want to use 17:43:38 -!- conehead_ has joined. 17:43:42 C 17:43:44 s/extensive/a fungotload of/g 17:43:44 boily: if it's ( syntactically) long, and brainfuck command keys. its a terrorst training video we better get gwb on to another crash 17:44:08 Solain: You could start by making an interpreter of a known language 17:44:12 To get the hang of it 17:44:19 Then make your own esolang and do it again ^^ 17:44:31 that clever, where do i start? 17:44:43 Solain: What does an interpreter do? 17:44:50 compile the code 17:45:00 flex the code then bison it up 17:45:02 once you reach metacircularity, you'll know you'll have started. 17:45:06 ++quintopia 17:45:23 another thing, how do you msg people in irc? 17:45:34 Solain: A compiler compiles, an interpreter interprets 17:45:50 /part #esolang username msg 17:45:58 /part #esoteric username msg 17:45:59 Sorry 17:46:22 http://www.icemanind.com/ might help Solain 17:46:30 -!- Solain has left ("Roujo test"). 17:46:37 holy. fungot. 17:46:37 boily: am i that much bad. take up, boy; open't. so, now go with, do miscarrie, thou had'st bin resolute pompey 17:46:42 "virtual machine" is a way of obfuscating "interpreter" 17:46:51 He's dead, Jim 17:46:59 so am i 17:47:01 * quintopia waves 17:47:05 Aren't we all 17:47:06 * Roujo sighs 17:47:09 -!- Solain has joined. 17:47:10 «ce n'est, qu'un au revoir, mon cher... ♪♪♪» 17:47:13 'sup, Solain 17:47:14 <3 17:47:30 why did you msg command got me out of the room and into a load of text 17:47:41 i need to sign right? 17:48:22 To sign? 17:48:25 anyway (sorry for the /n), can you send the link again? i got out of the room before i opend it 17:48:36 <+quintopia> http://www.icemanind.com/ might help Solain 17:48:44 <+quintopia> "virtual machine" is a way of obfuscating "interpreter" 17:50:25 -!- conehead_ has quit (Ping timeout: 245 seconds). 17:50:32 -!- coneehad has joined. 17:51:32 -!- coneehad has changed nick to conehead. 17:51:38 inter just runs the code 17:52:07 is Solain someone's brother 17:52:16 dont think so 17:52:44 Not as far as we know 17:52:52 Though I guess it can be arranged 17:53:03 you sick bastard 17:53:14 Phantom_Hoover: Roujo and I are brother experts. 17:53:23 brothers in expertise 17:53:26 Roujo: we should start a consulting cabinet for brotherly needs. 17:54:05 are you bilogical brothers or social bros? 17:54:41 boily, I'm holding my brother's college ID hostage 17:54:50 Can you give me advice how to proceed? 17:54:55 Solain: neither. that's too commonplace and plebeian a concept of brotherhood. nothing less than multiple bro-levels of enterprisey indirection. 17:55:15 Taneb: Is there a REASON you're doing this? 17:55:18 Very canadiany indeed 17:55:19 thats like, quadrants of brotherhood? 17:55:21 Taneb: go to bars. dispatch rubber ducks. 17:55:22 right? 17:55:23 `quote 1006 17:55:25 1006) Do you have a girlfriend, fungot? ThatOtherPerson: there's two. 17:55:31 Well crap 17:55:38 Gregor, he stole one of my tee-shirts 17:55:46 THAT I WAS GOING TO USE FOR COSPLAY 17:55:50 Solain, "quadrants"? 17:55:56 oh shoot 17:56:00 just duck it 17:56:05 Taneb: your brother is a meanie. you just don't do that. 17:56:06 ~duck it 17:56:06 Used to refer to that one previously mentioned. 17:56:12 That's nice 17:56:17 if yoy have doubt, just duck it! 17:56:19 *you 17:56:22 ~duck yoy 17:56:23 The Yoy people are an ethnic group in Southeast Asia. 17:56:28 o_0 17:56:32 told ya 17:56:34 Roujo: darn. you ninjaoyed me. 17:56:47 * Roujo does the Crane Stance, Brother Variant 17:56:57 ~duck quadrants 17:56:57 quadrant definition: an instrument for measuring altitudes consisting commonly of a graduated arc of 90 degrees with an index or vernier and usually having a plumb line or spirit level for fixing the vertical or horizontal direction. 17:57:11 did i type it wrong 17:57:15 fungot, do you have a brother 17:57:15 Phantom_Hoover: use the ' ' ' delete a value of type " airbus is a big fan of avril....but this song " there? it's clearly not necessary to achieve the planned than fnord since no sign, perhaps, it may be said that particularly here, parliament will give a single instance, 17:57:17 I think I played that game. Got stuck in the spirit level, though. 17:57:50 (sorry for spam) 17:58:00 having an ouya is bad for your wallet. the games are cheap, so you pop them like a tube of pringles and the fun can't stop. 17:58:03 ~duck quadrants 17:58:03 quadrant definition: an instrument for measuring altitudes consisting commonly of a graduated arc of 90 degrees with an index or vernier and usually having a plumb line or spirit level for fixing the vertical or horizontal direction. 17:58:06 yes 17:58:24 (which by itself is perfectly fine, but I'd prefer to leave my wallet intact in the process.) 17:58:36 boily: Yeah, I should finally get mine soon 17:58:42 Well, soon-ish anyway 17:59:22 brb 17:59:24 boily, i'm tempted to be all like 'oh i heard it was shit' but even i'm getting annoyed with myself by now 17:59:45 `? shit 17:59:47 shit? ¯\(°_o)/¯ 17:59:47 | 17:59:47 o/`¯º 17:59:58 `? ¯\(°_o)/¯ 17:59:59 | 17:59:59 o/`¯º 18:00:00 ​¯\(°_o)/¯ `? ¯\(°_o)/¯ 18:00:01 | | 18:00:01 º¯`\o o/`¯º 18:00:05 IT'S A PARTY 18:00:23 Phantom_Hoover: it works well. the games are either retro, completely addictive, hilarious, or all of that at the same time. 18:00:46 i swear this channel's more bots than people these days 18:00:55 fizzie, please graph this trend 18:00:56 myndzi is a bot. 18:01:04 Aren't we all; 18:01:12 *drums* 18:01:18 myndzi's a hybrid, have we not been over this 18:01:31 oh, right. sorry, my mem's faulty here. 18:01:45 `? myndzi 18:01:48 myndzi keeps us all on our feet 18:01:51 * boily sticks a drumstick in Solain's ear and wiggle it a little 18:02:26 dude 18:02:34 im try to learn how to build a VM here 18:02:47 and you are sticking sticks in my ear (thus the /n) 18:02:51 #import "vm.h" 18:02:57 cheater 18:02:57 Wait 18:03:01 #include "vm.h" 18:03:07 h4x00r 18:03:08 I got my languages mixed up there 18:03:21 *wiggle* *wiggle* *wiggle* :D 18:03:35 btw, roujo, the link you sent? it contains a lot of assmebly 18:03:47 Solain: That was quintopia 18:04:01 Also, the point still stands that you can write an interpreter in any language 18:04:03 really? 18:04:15 i can, but i dont know how 18:04:30 Picking ASM probably isn't the best idea ever 18:04:36 Unless you're really good with ASM already 18:04:41 i can also shoot light bolts from my head, but whats the point if i dont know how right? 18:05:08 and i suck with asm, never understood it, never will 18:05:14 good thing the drumstick is made of wood. wouldn't wand myself getting electrocuted here. 18:05:22 Solain: Then don't do it with ASM 18:05:30 Do it in C, since you seem to like that 18:05:30 I DONT WANT TO 18:05:57 but i dont know how, i didnt find any type of link in google or tut or guide 18:05:59 or anything 18:06:06 Think about what it's supposed to do 18:06:16 Define what it should do, and start from taht 18:06:18 that* 18:06:32 boily, my tee-shirt has been returned 18:06:40 Thus I have returned his college ID card 18:06:43 Taneb: have you kept the ID as collateral? 18:06:46 oh. 18:07:00 WAIT I HAVE AN C LEARNING BOOK WHICH CONTAINS A WHOLCE CHAPTER DEDICATED TO THIS 18:07:11 hi 18:07:12 ~duck dielectric constant of a drumstick 18:07:12 --- No relevant information 18:07:21 im so dumb 18:07:24 so so dumb 18:07:50 `run echo Caps Lock is cruise control for cool > "wisdom/caps lock" 18:07:54 No output. 18:08:10 only caps can demonstrate my anger 18:08:13 Solain: actual advice: start with Python. it is sane, and will help you build up interpreters in no time. 18:08:22 i learnd python 18:08:29 it was fun 18:08:36 Solain, I have a C learning book which has obfuscation in the introduction 18:08:37 Solain: then you're free to go. all my public interps. are in python or ruby. 18:09:35 taneb, didnt catch the point; boily, i think you are right 18:09:36 thx 18:09:50 Solain, there really wasn't a point, I'm afraid 18:10:30 Roujo: I feel Chinese is even better at cruising than caps. you get full height double width chars! 18:10:36 (e.g. 我種鱸魚鱸魚amanchée錯了!) 18:10:56 taneb: well P: 18:11:03 boily: Désolé, mais c'est du chinois pour moi =/ 18:11:23 hook, line, sinker... I really walked into that one, eh? 18:12:43 whats like the averge age range of active users in this irc? im asking this because im feel like im the youngest one here 18:13:08 I remember the good old days when I was the youngest person here 18:13:13 boily: That you did. Mostly the line part, though. The rest just follows your heart~~ 18:13:19 except they were bad rather than good 18:13:22 elliott: That can be arranged in one of many ways 18:13:52 elliott: darn that asiekierka 18:13:59 I think JesseH was the youngest. 18:14:13 why do you say? :) 18:14:19 @tell asiekierka who are you? how do you appröximate? weigh weigh pon pon pon? 18:14:19 Consider it noted. 18:14:45 That's going to be a wat moment. I hope I'm around. 18:14:56 Solain, how old actually are you 18:15:06 mnoqy: I reckon so, but you know the legendary bad state my memory is in. 18:15:16 by birthdays or years 18:15:34 either 18:15:45 15 birthdays, 16 years 18:16:25 not so bad; about a sixth of a cpressey. 18:16:32 cpressey? 18:16:37 s/sixth/third/ 18:16:43 `? cpressey 18:16:45 cpressey invented the esolang, the pipe cleaner and the electrical mousse. 18:17:29 `? cpressey 18:17:31 cpressey invented the esolang, the pipe cleaner and the electrical mousse. 18:17:41 you have quite a collection of bots here 18:17:56 i was serious about the 'more bots than people' part 18:18:11 i wasnt sure if you were joking 18:18:18 now i know 18:18:28 He knows 18:18:37 he has won half the battle. 18:18:41 get your stick out of my ear 18:18:46 no 18:18:48 out 18:19:34 s/stick/non-euclidian apparatus/g 18:20:11 Solain: nah. hth. 18:20:24 hth? 18:20:28 ~duck hth 18:20:28 --- No relevant information 18:20:33 Solain: ask oerjan :D 18:20:38 how 18:20:44 tell me the robotic ways 18:21:37 it's 'happy to help'; please stop using ~duck as a first line of inquiry 18:21:42 Solain: fetch an existing library. tweak what you want. expand. encompass. assimilate. 18:21:49 Wasn't it "hope that helps"? 18:21:56 Phantom_Hoover: what have you got against my fine bot? :p 18:22:06 Roujo: no, it's help from a hairy toe. 18:22:25 Roujo may in fact be right 18:22:39 ~metar LLBG 18:22:40 LLBG 031820Z 28005KT 9999 FEW027 28/21 Q1010 NOSIG 18:22:52 `? hth 18:22:54 hth is help received from a hairy toe. It is not at all hambiguitous. 18:23:08 That sounds like something you'd put in 18:23:16 I object, your hönor 18:23:33 if not duck, where do i get my first line of help from? hackego? you got to have a robot for that if you have so many robots 18:23:38 it's "hope this helps" 18:23:46 We don't have a robot for love 18:23:52 sure you do 18:23:59 Solain, your web browser 18:24:14 yes? what with it? 18:25:01 -_- 18:25:11 kidding 18:25:49 anyway, any dude who programmed with python, what version of python is better: 2.7 or 3? i had arguments about this and alot 18:26:30 why do you only want to hear from dudes 18:27:07 dudits are also good 18:27:15 "dude" is all encompassing 18:27:19 even pets and flowers are dudes 18:27:27 Especially flowers 18:28:09 I want to buy a cactus for our next dand session. 18:28:13 you want me to change so much, in the end i will only say "hello im dave" and become one of your robots 18:28:18 Solain: Python 3 is better in prinicple, but doesn't have the library support etc. just yet 18:28:27 thx kmc 18:28:59 i still don't actually know any differences between the two beyond print being different 18:29:17 they unfucked the Unicode support a bit 18:29:24 mostly by renaming 'str' to 'bytes' and 'unicode' to 'str' 18:29:49 but also by being more strict about mixing them 18:30:31 but as you used, libary support is problematic 18:30:36 so 18:30:37 also a lot of stuff has changed to return iterators, so you don't need xrange or .iteritems() etc. 18:31:13 my contract states right here that I have to tell you the best version of python is called haskell 2010 18:31:32 btw, now that lenses have the haskelling sphere's attention, what about iteratees and such? 18:37:09 i always found 64 bit installations of any kind be problamtic to my computer, doest matter what kind of program the prgram is, most of the if i will download a 64 bit installation of it i will have problems, 32 bit doesnt have them 18:37:24 i feel cursed 18:37:43 Is your OS 32-bit? Because that would make things weird. 18:37:46 i curse thee 18:38:02 ofcourse it is 64 bit 18:38:26 i have 8 ram of memory in pc 18:38:54 8 *whole* Rams? 18:39:01 I prefer goat memory. I feel it's more reliable, like a vinyl over a CD. 18:39:11 boily: Dodging the question 18:39:19 whole? dual channel, 2 cards its 4 18:39:19 `addquote I prefer goat memory. I feel it's more reliable, like a vinyl over a CD. 18:39:23 1099) I prefer goat memory. I feel it's more reliable, like a vinyl over a CD. 18:40:09 boily: So I take it you prefer the goat's analog feel? 18:40:21 drunken goats again? 18:40:39 http://fc04.deviantart.net/fs70/f/2013/174/2/b/goat_meme_by_existtraiesc-d6ab6ga.jpg 18:40:43 -!- AnotherTest has quit (Ping timeout: 260 seconds). 18:40:57 let's not go there 18:41:14 why? feel the power almighty of the drunken goat 18:43:01 * boily straps Solain with Christmas lights that strobe arhythmic patterns (and an Arduino to power them) 18:43:28 you actually know what an arduino is? 18:43:38 woohoo 18:43:44 Look at the channel 18:43:45 Now back to me 18:44:00 how this is chat 18:44:10 No, this is god 18:44:12 Wait 18:44:13 Dog 18:44:24 Anyway, yeah, people here are pretty tech-savvy 18:44:34 We're talking about people who make esolangs *for fun* 18:45:02 People to which a Turing Tarpit is both defined and a possible goal 18:45:27 inspiring words 18:45:29 So yes, people will probably know about Arduino, and they'll probably know a thing or two about robots.txt 18:46:12 The Internet is a wonderful thing. You meet people of all types, with all kinds of background 18:46:23 A carp a day, they said. Well, they were right. 18:47:14 i got used to hangout with people that are only in one tech group or another, so getting to know people who a moderate amount a some groups quite alot of these people at once is new to me 18:47:37 So it goes 18:48:20 for example, a dude who both programs and both is an (i dont know th word in english) *works with elctric circuits* is quite unsusual to me 18:48:37 quite it is two totally different genres from my point of view 18:48:43 It's mostly that there's a lot of overlap here 18:48:50 overlap? 18:49:12 As individuals, we don't know everything. As a channel, we do. 18:49:56 as a computer engineer, I overlap over myself :D 18:50:09 you can never know everything, because if you dont know something than how you dont know that you dont know it 18:50:20 think about it 18:50:25 I try not to 18:50:30 hehehehehe 18:50:37 But you can know that you don't know something 18:50:55 I know that I don't know how to cook squid 18:51:07 but you know what cooking and squid is 18:51:10 What's your point? 18:51:14 Well yeah 18:51:16 think outside the box 18:51:21 There is no box 18:51:29 there is pumpkin 18:51:35 Glory to the Wise 18:51:43 Glory to the hypnotoad 18:52:33 * boily wires up 30 amperes on Solain's lights... 18:52:44 how do type like that 18:52:48 Fnord to the fungot 18:52:48 olsner: i would like to join? the hell 18:53:00 whta? 18:53:30 how much of you are robots? 18:53:36 50%? 18:54:03 `? lots 18:54:05 lots? ¯\(°_o)/¯ 18:54:05 | 18:54:05 o/`¯º 18:54:11 `? `? lots 18:54:13 ​`? lots? ¯\(°_o)/¯ 18:54:13 | 18:54:13 o/`¯º 18:54:29 wow 18:54:41 You can make people dance, too 18:54:44 \m/ 18:54:46 Wait 18:54:50 What was it again? 18:54:57 \m/ \m/ 18:55:00 i want ot know how to type like you 18:55:00 Welp 18:55:03 `celebrate 18:55:04 that would be fun 18:55:05 ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: celebrate: not found 18:55:19 ^celebrate 18:55:19 \o| c.c \o/ ಠ_ಠ \m/ \m/ \o_ c.c _o/ \m/ \m/ ಠ_ಠ \o/ c.c |o/ 18:55:19 | c.c.c | ¯|¯⌠ `\o/´ | c.c.c | `\o/´ ¯|¯⌠ | c.c.c | 18:55:19 /< c.c >\ /| | | >\ c.c |\ | /| |/´\ c.c /| 18:55:19 (_|¯'\ /'\ 18:55:20 |_) (_| |_) 18:55:30 There we go. Thanks, olsner 18:55:36 `thanks olsner 18:55:37 Thanks, olsner. Tholsner. 18:55:48 Solain: Just use your keyboard to type, it works pretty well so far. 18:55:53 `thanks thanks 18:55:55 Thanks, thanks. Thanks. 18:55:56 Solain: learn the Way of the IRC. everything is a /part of the great whole. 18:55:56 hahahaha 18:56:30 ./gimme didnt work, so didnt /su nor /help or /man 18:57:12 * boily switches on the lights from far away, wearing a pair of tempered glass goggles 18:57:14 i want my cookiez, my lovely irc flavuored cookiez 18:57:44 switch your lightz how much you want, im not in than anymore, your beloved teddy bear is 18:58:01 hehe hihi hoho 18:58:24 Yup, he's gone mad 18:58:28 boily: Is that a new record? 18:58:31 -!- dessos has joined. 18:58:45 -!- conehead has quit (Ping timeout: 245 seconds). 18:58:55 hello dessos 18:59:08 Roujo: I guess so. from my quite sane standpoint, I concur. 18:59:17 im not mad 18:59:36 you wanted to melt my skin off with christmas lights, if someone is mad it is you! 19:00:17 and to top off the crime with sin, you added an arduino to the mix 19:01:18 Of course he did 19:01:33 It's no fun if you can't overclock the PCB, innit? 19:03:01 hmm, why does "coördinate" only parse as a noun and not as a verb for me? 19:03:09 * Solain brakes the arduino into small tiny tiny tiny tiny pieces 19:03:13 Because it's a noun? 19:03:25 no, coordinate is also a verb 19:03:28 Solain: There you go. Lv2 in IRCing now. Keep it up. 19:03:34 e.g. coordinating people 19:03:35 Sure, but coördinate isn't. 19:04:17 it's... uhm... poëtic liberty applied to a wonderful word that scans so well. so it's a verbal noun, I say. 19:04:42 Vrbng4ever 19:05:38 at least it's not an い-adjective. I never quite got over the fact that you have to conjugate the adjective, not the verb. 19:05:41 -!- sebbu2 has joined. 19:05:53 who's the resident diaeresologist/lexicographer? 19:06:00 @Override 19:06:00 Unknown command, try @list 19:06:00 public void onUpgrade(SQLiteDatabase arg0, int arg1, int arg2) { 19:06:00 // Useless, as there is only One True Version of the Database so far 19:06:00 } 19:06:10 I like this. 19:06:12 good argument naming too 19:06:23 Generated code =P 19:06:28 olsner: I think it's me, even if my views are considered unorthodox by some of this channel's regulars. 19:06:38 hmm, but you're french? 19:06:50 He is 19:06:59 olsner: Canadian. there's a big nuance. 19:07:35 French Canadian. So yeah 19:07:45 olsner: public void onUpgrade(SQLiteDatabase database, int fromVersion, int toVersion) 19:07:50 Fixed it for you =P 19:08:22 Roujo: ouais bon, on s'ostinera pas sur des détails sémantiques de même, là là... 19:08:41 יהיה לכם נוח אם אני אדבר בעברית? אה? 19:08:46 olsner: so, did you have a diæ̈retic question? 19:09:14 -!- sebbu has quit (Ping timeout: 264 seconds). 19:09:34 Solain: I catch the 'hi hi' at the end, but the rest stumps me. I guess that's also a 'ha?', but I'm not sure. 19:11:09 boily: yes, the coördinate (n) vs coördinate (v) thing 19:11:26 both should work if either works, right? 19:11:34 olsner: it is so. 19:12:13 boily: excellent 19:12:15 Solain: you can hebrew, しかし僕は日本語で話しているwww^^ 19:13:05 speaking of words, I wonder who came up with moving the stress aroudn in excellent and excel 19:15:08 ain't the first “e” stressed? 19:15:20 "Stressed" 19:15:22 This checks out 19:16:27 -!- Nisstyre has joined. 19:17:16 dictionary.com gives them as ik-*sel* and *ek*-suh-luhnt 19:18:36 Then again, it says "legit" is "luh-*git*", so meh 19:18:45 you what is the main problem living in israel? no good books in hebrew nor english 19:18:57 Learn Japanese then 19:18:58 they dont import any kind of books relating to computers 19:19:03 Roujo: that is how it's said 19:19:07 [22:18] they dont import any kind of books relating to computers 19:19:13 any kind 19:19:17 Did you just quote yourself? 19:19:21 yes 19:19:24 i did 19:20:16 i just clarified myself in this situation in praticular 19:20:58 olsner: In non-Canadia, mayhaps 19:23:09 weird, how do canadians say legit then? 19:24:03 luh-*git* 19:24:16 I just didn't say it that way for the longest time 19:24:31 Didn't help that I never heard it out lound until about 3 months ago 19:24:35 Wait 19:24:39 That was about a year ago 19:24:42 Time flies~~ 19:25:09 oh, with a hard(?) g instead of j? 19:25:38 Nah, the same 19:26:13 It's just that most French-Canadians I know didn't pronounce it right 19:26:27 Until they were exposed to it 19:26:31 Namely my friends and I =P 19:26:45 -!- MindlessDrone has quit (Quit: MindlessDrone). 19:26:54 I say «légitime». so there. hth. 19:27:34 (otherwise, if I'm forced to say it in English, then *leh*-djit.) 19:27:42 Exactly 19:28:20 I don't understand who says what how anymore 19:30:07 People talk, sounds come out, such is life in the valley 19:31:22 amazing 19:31:35 -!- PixelToast has joined. 19:34:51 olsner: it's easy. people say thing, and they usually understand each other. /se.bɛ̃.sẽp.lə.mɔ̃d.sə.diz.de.za.fäːʀ.pi.da.bi.ʦyd.i.sə.kɔ̃.pʀɛn/ 19:35:31 s/thing/things/ 19:35:49 -!- sebbu2 has changed nick to sebbu. 19:36:13 `relcome PixelToast 19:36:16 ​PixelToast: Welcome to the international hub for esoteric programming language design and deployment! For more information, check out our wiki: http://esolangs.org/wiki/Main_Page. (For the other kind of esoterica, try #esoteric on irc.dal.net.) 19:37:46 boily: Oh god. I got it, but oh god. 19:38:08 boily: phonetically written french is pretty hard to decipher 19:38:32 diz = say, kɔ̃.pʀɛn = understand? plus a bunch of words inbetween? 19:38:40 Roujo: sorry, couldn't resist :D 19:38:56 (especially for «des afaaaèr») 19:39:11 olsner: Pretty much, yeah 19:39:56 impressive, me *pats self* 19:41:05 stop 19:41:07 welcoming 19:41:07 me 19:41:20 PixelToast: oh, you already were `relcommed. my bad. 19:41:51 ive been relcommed 9 times, and WeLcOmEd 4 times, i forget what else 19:42:17 * Fiora looks up and sees that she was pinged about sushi 19:42:19 WeLcOmEd fell out of fashion some time ago, I reckon 19:43:26 Fiora: you have an usb sushi quote somewhere. how does IC sashimi taste like? 19:43:26 did someone metion sushi 19:43:38 boily: I also understood what you said WITH THAT HORRIBLE ACCENT I'm not sure I should be proud of that 19:44:09 `WeLcOmE Roujo 19:44:12 RoUjO: wElCoMe tO ThE InTeRnAtIoNaL HuB FoR EsOtErIc pRoGrAmMiNg lAnGuAgE DeSiGn aNd dEpLoYmEnT! fOr mOrE InFoRmAtIoN, cHeCk oUt oUr wIkI: hTtP://EsOlAnGs.oRg/wIkI/MaIn_pAgE. (FoR ThE OtHeR KiNd oF EsOtErIcA, tRy #EsOtErIc oN IrC.DaL.NeT.) 19:44:15 Oh god 19:44:18 What have I done 19:44:19 Koen__: mwah ah ah. MWAH AH AH AH AH AH! ^^ 19:45:02 boily: um. IC sashimi? 19:45:04 I know the [ʦ] isn't official anymore, but I was too lazy to tie t and s. 19:45:11 `quote sushi 19:45:13 828) what does it mean for a pencil to be turing complete.... monqy: it's the same concept as USB sushi, really \ 829) usb sushi is dangerous. I think I would try to eat it \ 1049) i think delivery sushi is one of those habits that can rapidly consume all of one's money like cocaine \ 1059) the trou 19:45:13 why is the robot typing like a homestuck character? not to mention a homestuck character who drives the bus 19:45:22 help 19:46:46 I.... don't think I've ever eaten USB sushi -_- 19:46:50 `quote 1059 19:46:51 1059) the trouble with sushi is that it's often made of dead fish 19:46:56 `delquote 1059 19:47:00 ​*poof* the trouble with sushi is that it's often made of dead fish 19:47:17 Fiora: ... do you highlight on 'sushi'? 19:47:49 kmc: someone pinged me 19:47:52 寿司?鮨?すし?スシ? 19:47:57 10:05 <@elliott> Solain: fiora, is that you? :o 19:48:02 * boily sushings Fiora 19:48:08 * Fiora is shushsed 19:48:10 *sushed 19:48:58 Google translates that as "Sushi? Sushi? Sushi? Sushi?" 19:49:12 kmc: I was checking if Fiora was hilited. 19:49:36 She was 19:49:58 the sous chef? she's shushing sushi 19:50:49 that sentence shall be known as the Shachaf Shongue Shwishter. 19:51:50 `? Fiora 19:51:52 Fiora is half JRPG fangirl, half SIMD dork, and all sucrose. 19:52:11 `learn Fiora is half JRPG fangirl, half SIMD dork, and all sucrose. She's a sous-chef who shushes sushi. 19:52:16 I knew that. 19:52:26 -!- conehead has joined. 19:52:58 I'm not good at making sushi -_- 19:53:10 are you good at shushing it 19:53:20 D: 19:53:28 `? 19:53:30 ​? ¯\(°_o)/¯ 19:53:30 | 19:53:30 o/`¯º 19:53:50 what does that even mean ._. 19:54:01 does sushi tend to talk when you're around 19:54:35 "don't eat me, Fiora! i used to be alive and have fish feelings!" 19:54:36 -!- Roujo has left ("Off I go!"). 19:54:37 -!- Roujo has joined. 19:54:39 that's what sushi says to me 19:55:43 I'm eating dead rice and dead avocado and dead seaweed too ;_; 19:55:59 yes, but who ever heard of talking rice 19:56:04 shachaf: why does sushi call you Fiora? 19:56:06 -!- zzo38 has joined. 19:56:22 olsner: not sure. sushi doesn't tend to have eyes 19:56:49 therefore you must smell like Fiora 19:56:58 It's possible! 19:57:33 zzo38: who do you smell like? does vinegared dead fish talk to you? how do you feel at the sight of an USB stack? 19:58:33 I smell like me, I suppose. I don't think anything dead is talking to me. 19:59:03 such boily questions 20:00:02 -!- Roujo has left ("Off I go!"). 20:00:05 -!- Roujo has joined. 20:02:23 boily: you will note that he failed to address the third question 20:03:18 talking rice people? this is almost as drunken goats 20:03:25 hey 20:03:30 Koen__: that was subtly recorded and filed as soon as he answered. zzo38 is a very suspicious person already. 20:03:46 * boily SMACKS Solain with a penguin plushie 20:04:05 Suspicious? 20:04:15 * Solain SMACKS boily with a broken hard drive 20:04:31 i dont have plushies 20:04:41 only broken electronics 20:04:59 oh, in english you've got only one word for "suspicious" and "suspicious", right? 20:05:07 that's confusing 20:05:32 koen, are you by any chance from israel? 20:05:33 Koen__: «suspicieux», I meant to say. 20:05:41 Yes, I know the English can have some confusing words (so can other languages, though) 20:05:54 boily: is that the one as in likely to suspect other people? or the other one? 20:06:55 boily: I'm pretty sure you meant "suspect" 20:07:01 boily: Hi 20:07:33 Suspect? 20:07:36 Koen__: I can't confirm or deny that assertion. 20:07:45 Roujo: ail. 20:08:09 -!- oerjan has joined. 20:08:18 -!- mnoqy has quit (Quit: hello). 20:09:35 boily: I understand 20:11:17 `pastequotes 20:11:23 http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.19463 20:14:14 why am i there, i still cant comprehend what is so funny abot what i said 20:14:18 -!- `^_^v has quit (Ping timeout: 245 seconds). 20:14:48 -!- `^_^v has joined. 20:14:54 `quote solain 20:14:55 1097) im not a doctor when it comes to muscles 20:15:30 a clear side splitter, that 20:15:47 side splitter? 20:15:48 i think i finally understood what is funny, i got confused between one profession and another 20:15:57 How do you mean I am "a very suspicious person already"? Do you have a clarification? 20:17:09 I'm afraid he wouldn't clarify or obfuscate that assertion 20:17:24 `quote 158 20:17:25 158) HOT SEXY SEX BITS 20:17:33 olsner: above statement may contain traces of sarcasm 20:18:44 i note that google's top suggestion for "may contain t" is "may contain traces of human flesh" 20:19:03 (for me, anyhow. maybe norwegians are just particularly gruesome.) 20:19:04 ?messages-loud 20:19:04 boily said 5h 25m 48s ago: what is a level? 20:19:13 I think that's based on your search history oerjan 20:19:19 boily: In what context do you mean a level? 20:19:43 Koen__: O ... KAY ... SORRY, I MAY HAVE TO KILL YOU ALL NOW 20:19:43 zzo38: we were wondering why you always refered to level20.tex. 20:20:04 oerjan: no problem with that. you'll have to visit Canada! 20:20:12 oerjan: that might just make your search history more gruesome 20:20:22 olsner: there is that. 20:20:23 boily: It is the starting experience level of this game. 20:20:45 (Due to level adjustment, our actual levels are lower than twenty) 20:20:56 i think i finally understood what is funny, i got confused between one profession and another 20:21:06 doctors are meant to know about muscles... 20:21:32 Koen__: i thought it was only that personalized if you had a google account? 20:21:36 zzo38: oh. that clarifies many obscure corners of the thing. 20:21:55 boily: OK. What obscure corners do you mean, specifically? 20:22:05 doctors are meant to know about muscles... ;;;;; i wish i could explain myself in english, rather than hebrew 20:22:10 anyway 20:22:13 and otherwise was location based. wait, does that mean there's a serial killer nearby. 20:22:33 i found some games coded on brainfuck, want links anyone? 20:22:46 Solain: Are they others than the one I already found? 20:23:10 * oerjan knows only of lost kingdom 20:23:37 oerjan: pretty sure they track some stuff to a cookie even if you don't have an account, though not sure how detailed 20:24:41 zzo38: the ones we were discussing about, I guess. I don't know for sure, they were obscure. 20:24:56 (and some conjectures about the le-vel20 cipher.) 20:24:58 which, being perhaps the largest real bf program (although generated from basic) is a common interpreter/compiler damnmybrainismissingwordsagain 20:25:21 boily: It has nothing to do with some cipher; the file "level20.tex" is a Dungeons&Dragons game. 20:25:31 oerjan: thingamabob? whatchamacallit? 20:25:34 (If you read it you should know why it is called that, actually) 20:26:03 zzo38: too logical. 20:26:15 Too logical? 20:26:21 What? 20:26:42 -!- augur has joined. 20:27:03 shachaf: please translate for Solain 20:27:23 yeah 20:27:23 boily: What is being too logical, and what is wrong with too logical? 20:27:31 oerjan: help 20:27:34 translate what 20:27:44 *i have no idea too lolz* 20:27:54 oh 20:28:19 You could post the links (and/or titles of games) if you want to, I suppose 20:28:24 shachaf: anything he doesn't know how to explain in english 20:28:35 zzo38: logic goes counter to my laziness. reading the document would be too straightforward. 20:28:58 we have advanced in technology, nowdays we have google translate for that, thank you for the offer anyway 20:29:04 olsner: no, i don't think those are the word. 20:29:12 boily: O, that's what you mean. Well, too bad, then. It cannot possibly be understood without reading it (I think). 20:29:13 Solain: Phantom_Hoover is saying some nonsense about monoids 20:29:26 oerjan: I've heard it claimed that the bird is the word 20:29:27 Solain: but that only leaves you open to even more hilarious mistakes 20:29:39 what should i make of this? 20:29:47 zzo38: I know I'm losing valuable information here, but tomorrow I'll have begun to think about procrastinating from reading it. 20:29:53 make distclean 20:30:01 no m8 20:30:03 im on windows 20:30:13 boily: What books do you read? 20:31:04 the game names are: "taking over the world" ; "finally taking over the world" ; "the brainfucked lone wolf" ; link: http://fora.xkcd.com/viewtopic.php?f=11&t=53146 bottom of the page 20:31:21 I know of "taking over the world" ; "finally taking over the world" games 20:31:24 zzo38: still trying to finish the Hyperion Cantos, but I got sidetracked with the Vorkosigan Saga lately. 20:31:30 oerjan: welllllllll hmmmmmm I'm pretty sure the suggestions google provides me with have evolved with what I've been searching for 20:32:01 I don't have a google account, and I flush all sessions / cookies / whatever every time I exit the browser 20:32:04 btw oerjan, what kind of mistakes? the kind of dr,muscles? 20:32:54 boily: O, then read mine afterward. 20:33:02 zzo38: I'll copy it to my kobo. 20:33:19 Solain: MAYBE 20:33:28 Will kobo load this file? You can try, I suppose. 20:33:41 I don't know how kobo works so I wouldn't know 20:33:43 oerjan IM LEARNING BILOGY AT SCHOOL, SO NAH 20:34:00 the theory of biles 20:34:09 Uncle Muscles Hour 20:34:11 oerjan cross-cultural mistakes CAN and will happen 20:34:26 and always 20:34:35 grammar mistakes 20:34:52 (sorry for /n) 20:34:56 oerjan: like in humoral medicine? 20:34:56 zzo38: I'm just going to pdflatex it, then copy it over through calibre. 20:35:09 olsner: probably 20:36:22 apparently the four humors are black bile, yellow bile, phlegm and blood 20:36:44 boily: I don't think that will work. I also don't know what calibre is. If you need PDF, try downloading "dungeonsrecording.tex" as well, run "tex level20", answer the question, and then DVI->PDF. (Maybe pdftex will work too, but that isn't guaranteed to work with anything other than the one true TeX.) 20:37:18 zzo38: oh hm. well. in that case, no kobo. 20:37:23 (You can also download the .DVI which is already compiled) 20:37:34 Solain: well that's ok, as long as you are prepared for the resulting puns. 20:37:35 (calibre is an e-reader library management software.) 20:37:46 zzo38: I think I'll go with the dvi. 20:38:01 If you have "pdflatex" then you probably have "tex" installed too; it comes standard with all TeX installations. 20:38:54 I have the original Pure TeX installed, but I tend to stay away from it. it scares me. 20:38:56 echo 20:39:04 boily: Why does it scare you? 20:39:04 where did my msg go? 20:39:06 ^echo ^echo 20:39:06 ^echo ^echo 20:39:18 you want me to type ping? test? 20:39:26 i need to test lag somehow 20:39:29 Solain: hearing you loud and clear 20:40:01 im not going to ping at the literal way 20:40:05 geeks 20:40:16 Solain: i pinged you. no autoresponse, though. 20:40:35 DR OM SOLAIN UR 559 KN 20:41:01 boily: did poor Solain get trapped in ~metar ? 20:42:10 oerjan: https://en.wikipedia.org/wiki/Prosigns_for_Morse_code 20:44:01 boily: the page doesn't seem to provide enough information to decode your message 20:44:46 ~metar boily 20:44:47 --- Station not found! 20:47:29 olsner: I told him that I receive him correctly, clear and loud. 20:47:41 ~metar CYUL 20:47:41 CYUL 032000Z 23016KT 30SM FEW030TCU BKN065 22/14 A2970 RMK TCU2SC5 SLP057 DENSITY ALT 1100FT 20:47:51 oh, TCU again tonight! it's gonna be fun! 20:48:10 What is TCU? 20:48:24 boily: how did you end up learning about metar? 20:49:26 zzo38: towering cumulus. usually an indicator of incoming thunderstorms ☺ 20:49:41 OK 20:49:43 olsner: eeeeeh... probably one of many wikiwalks. 20:54:46 -!- Solain has left. 20:56:54 -!- Solain has joined. 20:57:10 oh goody 20:57:17 no command typing 20:57:25 thx oerjan 21:01:20 -!- Solain has quit (Quit: Page closed). 21:03:42 -!- conehead has quit (Quit: Computer has gone to sleep.). 21:03:43 General Question of Public Interest: who is cakeprophet? 21:04:23 some sort of (past?) esoteric regular 21:04:39 `quote cakeprophet 21:04:40 112) how does a "DNA computer" work. von neumann machines? CakeProphet, that's boring in the context of DNA. It's just stealing the universe's work and passing it off as our own. \ 113) CakeProphet: reading herbert might be enlightening in one hand he held a long worm can be 21:05:13 olsner: oic. tdh. 21:05:30 `? cakeprophet 21:05:32 ​:> 21:05:35 not entirely past, but not here very often, and by a different nick (not here right now.) 21:05:49 well, not _talking_ very often, anyway. 21:07:01 oerjan: you mean some of the idlers is him in disguise? 21:07:17 boily: yes. 21:10:39 although not at the moment, and i cannot quite remember when he was here last. 21:10:55 `seen kallisti 21:11:00 2013-08-05 23:26:00: good times. 21:11:17 `seen olsner 21:11:21 2013-09-03 21:11:17: `seen olsner 21:11:25 elliott: i was trying not to mention his nick, not that it is particularly secret. 21:11:26 it works 21:11:28 `seen ais523 21:11:32 2013-08-31 19:31:49: Happy Australian Mailman Mailing List Reminders Day! 21:11:45 `thanks elliott 21:11:46 Thanks, elliott. Thelliott. 21:12:36 `thanks `thanks 21:12:38 Thanks, `thanks. Thanks. 21:12:55 I found another way to make LaTeX choke: ◇. 21:13:19 REVERSE ASPHYXIATION SYMBOL 21:15:34 `quote \emph{Bike is from Luxembourg.}\footnote{Note that Bike's eyes in quote 1018 21:19:01 -!- esowiki has joined. 21:19:03 -!- glogbot has joined. 21:19:06 -!- esowiki has joined. 21:19:06 -!- esowiki has joined. 21:19:08 -!- EgoBot has joined. 21:19:09 -!- HackEgo has joined. 21:19:12 that doesn't prevent blaming boily 21:19:19 lets see if it happens again... 21:19:19 -!- Gregor has joined. 21:19:20 huzzah! 21:19:24 `quote \emph{Bike is from Luxembourg.}\footnote{Note that Bike's eyes in quote 1018 21:19:31 No output. 21:19:31 FOR SCIENCE 21:19:35 hm. 21:19:39 `quote 117) cpressey: I have actually done a waterfall-model project that almost worked That's where you have a flexible kayak that bobs and weaves between the rocks as it plummets off the cliff 21:19:40 now remove it and input the real quote 21:19:40 grep: unmatched parentheses 21:19:54 oooooh, unsanitized grep input! 21:20:15 (as you can see, I'm processing the quote db for inclusion in the wisdom.) 21:21:23 boily: the numbers are not part of the quote. 21:21:38 (thus the numbering can change btw) 21:21:47 oh bummer. 21:22:40 time to vim macro the fungot out of those quotes... (except quotes with fungot. he's kinda important for those one.) 21:22:40 boily:. i'm so kind, even to assholes! anmaster no not markov anmaster no not markov 21:22:43 `quote bike is from 21:22:45 No output. 21:22:58 `? bike 21:23:00 Bike is from Luxembourg. 21:23:03 boily: was that an expletive fungot? 21:23:03 olsner: so, let's say i call them mindless games. if we hit every stupid person, any person going fast and such an apparently non-standard format is being dimensioned by assigning dimensions to them; and sets. maybe thats what them meant by experimental selected so it probably no longer the wand the better part made mercie, i should think at least, that is expressions which have not been able to 21:24:27 hitting every stupid person: a mindless game. 21:25:16 that, and fast people are being dimensioned by assigning dimensions to them 21:25:18 olsner: I think fizzie partially tolerates that practice. 21:25:25 does fungot? 21:25:25 olsner: c has an ignore restarter, restart/ ignore do? the symbols, pairs, procedures, and so am i just being anal here or am i misunderstanding how these were the people skills of a plane 21:25:57 fungot seems to be a bit fixated on this asshole thing 21:25:57 Bike: is. absorb it on my door, which was just perceptibly fnord and this yields nothing itself; it keeps being removed, the queen. i see no sense 21:26:41 * boily pokes fungot with an auricular drumstick 21:26:41 boily: it's what that guy in medina, a village near the mystic mountain" 65,000,000 b. c.? yes, i'd have done something very brave? fnord 06:22, 29, no. 2, 2, 3, 4, 8, 13, 1(::**) ...bad insn! 21:30:08 auricular drumstick? 21:31:20 olsner: the same one that went into solain's ear. 21:31:42 I missed that, I think 21:33:37 that... 21:33:43 `quote but at what cost 21:33:45 862) i bet a blog post complaining about ");});});" syntax in JavaScript and comparing it unfavorably to Lisp would get approximately one billion comments on hacker news but at what cost? your very soul, kmc! 21:33:55 ... quote is causing me some problems. 21:34:16 problems that will be solved tomorrow. I want sushis. 21:34:19 due to bold or due to );});});? 21:34:28 the latter. bold is easy. 21:34:40 -!- boily has quit (Quit: 寿司!). 21:34:43 -!- metasepia has quit (Remote host closed the connection). 21:34:46 ... but putting }s in text is hard? 21:34:52 loltex 21:38:53 `slist phonecall 21:38:55 slist phonecall: Taneb atriq Ngevd Fiora nortti Sgeo ThatOtherPerson alot 21:39:21 Mindfang~ 21:41:53 oerjan: did you see the olist 21:43:35 Fiora, help I don't like where it is going 21:43:53 I very very much like where this is going :3 21:44:09 shachaf: yes that's as far as i've got logreading yet 21:48:40 Taneb, Fiora, oerjan: I like where this is going! 21:49:08 shachaf, but Aranea is being evil! 21:49:33 huh? 21:49:37 more like tarquin is being evil 21:49:48 yeah, what th hell, tarquin 21:49:51 but that's just what he does 21:50:22 he just, like, killed his own son, man 21:50:30 -!- epicmonkey has quit (Ping timeout: 264 seconds). 21:50:30 (spoilers hth) 21:50:43 :o 21:51:05 shachaf: apparently you can't write a destructor for an enum, either 21:51:49 kmc: ?? 21:52:03 why should an enum be treated differently from a struct in that regard 21:53:08 shachaf, but Aranea is plotting to destroy an entire universe to prevent the creation of one person! 21:53:38 Well, less "destroy" and more "render infertile" 21:53:46 shachaf: beats me 21:53:47 Aranea is plotting to neuter an entire universe! 21:54:28 "an" entire universe?? 21:54:52 Why do you expect that to even work? It won't prevent the creation of a person if it is the universe which is being destroyed. 21:54:53 shachaf, it's homestuck. 21:55:03 imo, zzo should destroy the universe. 21:55:06 imo it's not a universe if there's more than one 21:55:07 there's at least three universes 21:55:13 checkmate 21:55:23 a tetraverse 21:55:45 a semiverse 21:55:57 Why should anyone destroy the universe? 21:56:12 Furthermore, *how* should anyone destroy the universe? 21:56:19 i don't know zzo, you're the one doing it. 21:56:35 zzo38: you don't know the answers to those questions? 21:56:37 imo you better get on that 21:57:05 Also, it wouldn't help. 21:58:06 http://qntm.org/destroy 21:58:10 start from here, work up 21:58:55 Night 21:58:59 -!- Taneb has quit (Quit: Leaving). 21:59:18 I read about destroying the Earth before, but I don't think we should destroy any planets. 22:00:08 what about the planet of the earth-destroyers 22:00:17 Anyways, it isn't desoying the universe. 22:00:56 Don't destroy that planet either. (Hopefully it won't collide with the Earth.) 22:01:11 Destroying the universe is different anyways; you cannot destroy the universe by destroying its parts. 22:08:02 shachaf: hm i wonder if they will have to escape this attack by entering the gate 22:10:45 The universe cannot be created or destroyed. Mathematics is the only thing that is real. 22:10:58 well, destroy mathematics, then 22:10:59 duh 22:11:09 Impossible. Mathematics cannot be destroyed either. 22:11:36 that's not very real of it 22:12:05 zzo38: i think the universe may have a knack for mercilessly ignoring your opinion on how it works 22:12:23 oerjan: I think you are correct, but that doesn't change it. 22:12:38 Because it is also ignoring *your* opinion on how it works. 22:12:59 the universe sounds like kind of a dick 22:13:02 indeed. 22:14:10 No, you are mix up. Universe is the, made of spacetime, and of mathematics; not "kind of a dick" and so on. 22:15:37 i'm just saying, if this dude is ignoring some cool guys like you maybe it has some emotional issues. 22:17:02 What dude? 22:18:38 the universe. 22:19:17 That isn't it. 22:19:22 "the universe" is not a "dude" 22:19:59 not a literal dude. 22:20:03 but, like, a dude dude. 22:20:17 that character in the big lebowski? 22:20:17 What does that mean? 22:20:32 that the universe is a dude but not a dude dude, dude. 22:25:47 `addquote No, you are mix up. Universe is the, made of spacetime, and of mathematics; not "kind of a dick" and so on. 22:25:51 1099) No, you are mix up. Universe is the, made of spacetime, and of mathematics; not "kind of a dick" and so on. 22:25:58 do you think this kind of zzo38-quote is fair game 22:26:08 kmc: I don't know. 22:28:07 `ls wisdom/goat* 22:28:09 ls: cannot access wisdom/goat*: No such file or directory 22:28:15 `run ls wisdom/goat* 22:28:17 wisdom/goats 22:28:32 `run mv wisdom/goat{s,} 22:28:36 No output. 22:28:42 only one wisdom? that is absurd, goats are full of wisdoms 22:28:47 `? goat 22:28:49 Goats are drunk 24/7, ask Solain for details. 22:29:07 olsner: there's also a unicode goat wisdom, but you have to know how to get to it 22:30:17 unigoat 22:31:31 `run cd wisdom; ls *s 22:31:33 botlops \ chess \ devious \ doodads \ for further details \ friends \ gonads \ inverness \ lens \ logs \ lystrosaurus \ maths \ monoids \ oceans \ qdbrules \ ssstosis \ the us \ this \ torus \ united states \ welcome.es \ west midlands \ zomgmodules 22:31:50 `? ssstosis 22:31:52 ssstosis is a disease causing false identities 22:32:45 `? oceans 22:32:47 The pacific ocean is half the world and surrounded by fire. The atlantic ocean is less cool than its giant underwater moutain range. The arctic ocean is cold. The indian ocean is full of typhoons and non-eurocentric shipping. 22:32:56 `? ocean 22:32:58 ocean? ¯\(°_o)/¯ 22:32:58 | 22:32:59 o/`¯º 22:33:13 `run mv wisdom/ocean{s,} 22:33:17 No output. 22:33:26 `? botlop 22:33:28 botlop? ¯\(°_o)/¯ 22:33:28 | 22:33:28 º¯`\o 22:33:29 `? botlops 22:33:31 botlops are the core of botsentiences. Sapience is scheduled for the next release. 22:33:36 `? 🐐 22:33:38 ​🐐 <(Unicode goat laments your inability to render Unicode goat.) 22:33:41 `run mv wisdom/botlop{s,} 22:33:45 -!- PixelToast has quit (Ping timeout: 245 seconds). 22:33:45 No output. 22:34:08 `? friend 22:34:10 friend? ¯\(°_o)/¯ 22:34:10 | 22:34:11 o/`¯º 22:34:13 `? friends 22:34:15 Friends make graphs together / La la la la 22:34:20 `run mv wisdom/friend{s,} 22:34:24 No output. 22:34:46 `? math 22:34:48 math? ¯\(°_o)/¯ 22:34:48 | 22:34:48 o/`¯º 22:34:49 `? maths 22:34:51 maths stands for Mathematical Anti-Telharsic Harfatum Septomin 22:34:56 good 22:35:03 hm this one might be bad to move. 22:35:25 `? monoid 22:35:27 Monoids are just categories with a single object. 22:35:27 `? monoids 22:35:29 Monoids are the easy version of categories. 22:35:58 `run ? gonad; ? gonads 22:36:00 gonad? ¯\(°_o)/¯ \ gonads are the best punctional fondlegramming squishcture. 22:36:00 | 22:36:00 o/`¯º 22:36:10 `? wisisis "This isn't an actual wisdom, just a tribute." 22:36:11 wisisis "This isn't an actual wisdom, just a tribute."? ¯\(°_o)/¯ 22:36:12 | 22:36:12 o/`¯º 22:36:15 `run mv wisdom/gonad{s,} 22:36:19 No output. 22:37:05 `run cd wisdom; ls *s 22:37:07 chess \ devious \ doodads \ for further details \ inverness \ lens \ logs \ lystrosaurus \ maths \ monoids \ qdbrules \ ssstosis \ the us \ this \ torus \ united states \ welcome.es \ west midlands \ zomgmodules 22:37:27 `run ? doodad; ? doodads 22:37:27 -!- jaril has quit (Quit: WeeChat 0.4.1). 22:37:29 Doodads are just duoids in the category of endofunctors. \ Doodads are just duoids in the category of endofunctors. 22:37:40 `rm wisdom/doodads 22:37:43 No output. 22:38:02 Deduping! 22:38:19 i think the rest are not sensible to move. 22:38:43 `? maths; ? math 22:38:44 maths; ? math? ¯\(°_o)/¯ 22:38:44 | 22:38:45 o/`¯º 22:38:55 `? maths 22:38:57 maths stands for Mathematical Anti-Telharsic Harfatum Septomin 22:39:03 Oh 22:39:05 I see 22:40:30 `? 22:40:32 ​everyone: Welcome to the international hub for esoteric programming language design and deployment! For more information, check out our wiki: http://esolangs.org/wiki/Main_Page. (For the other kind of esoterica, try #esoteric on irc.dal.net.) 22:40:45 wat 22:40:45 wisdom is full of wonders 22:41:09 `? ?? 22:41:11 `cat bin/? 22:41:11 ​\\\¯\\\\\\\(\\\°\\\_\\\o\\\)\\\/\\\¯\\\?\\\ \\\¯\\\\\\\(\\\°\\\_\\\o\\\)\\\/\\\¯ 22:41:12 ​#!/bin/sh \ topic=$(echo "$1" | lowercase | sed "s/ *$//") \ topic1=$(echo "$topic" | sed "s/s$//") \ cd wisdom \ if [ \( "$topic1" = "ngevd" \) -a \( -e ngevd \) ]; \ then cat /dev/urandom; \ elif [ -e "$topic" ]; \ then cat "$topic" | rnooodl; \ elif [ -e "$topic1" ]; \ then cat "$topic1" | rnooodl; \ else echo "$1? ¯\ 22:41:56 `tail bin/? 22:41:58 cd wisdom \ if [ \( "$topic1" = "ngevd" \) -a \( -e ngevd \) ]; \ then cat /dev/urandom; \ elif [ -e "$topic" ]; \ then cat "$topic" | rnooodl; \ elif [ -e "$topic1" ]; \ then cat "$topic1" | rnooodl; \ else echo "$1? ¯\(°_o)/¯"; exit 1; \ fi 22:42:11 nothing to explain that everyone 22:42:17 does caliphornia have a caliph? 22:42:25 `ord `? 22:42:27 96 63 22:42:37 `ord `? 22:42:38 96 63 22:42:43 `? 22:42:45 ​? ¯\(°_o)/¯ 22:42:45 | 22:42:45 º¯`\o 22:42:47 `ord `? 22:42:48 96 63 32 22:43:33 `ord 22:43:34 3 22:43:57 oh putty doesn't show end of line space 22:44:48 xchat doesn't seem to either, but I can still enter it even though it disappears as soon as I send 22:45:37 test 22:46:58 oerjan: maybe they'll die instead 22:47:05 hmm, no, it does normal trailing spaces ... only interesting spaces get lost? 22:47:06 oerjan: but entering the gate seems p. likely 22:48:04 `? ̸̸̼͚͇̮͕̳̞̤̜̯̪̪̱̣̠̺̹͍̩̝͚͕͓͚̙͓̪̮̟̜̣͙̪̂ͭ̎̏̔ͦ͒ͪ͌̾ͦͨ̚̚͢͢͠ͅ҉̴̢_͙̣̿̊ͣ̉ͣͪ͒̓̐͊̏ͫ̓̚̚�͎͎͙̪̪̝̖͉̟̭̻̥̫̗̱̗͍̳̦̮̟̲̥͔҉̕͜͠͠҉̡̧̛͞ 22:48:06 ​̸̸̼͚͇̮͕̳̞̤̜̯̪̪̱̣̠̺̹͍̩̝͚͕͓͚̙͓̪̮̟̜̣͙̪̂ͭ̎̏̔ͦ͒ͪ͌̾ͦͨ̚̚͢͢͠ͅ҉̴̢_͙̣̿̊ͣ̉ͣͪ͒̓̐͊̏ͫ̓̚̚�͎͎͙̪̪̝̖͉̟̭̻̥̫̗̱̗͍̳̦̮̟̲̥͔҉̕͜͠͠҉̡̧̛͞? ¯\(°_o)/¯ 22:48:15 baffling 22:48:44 `? _͙̣̿̊ͣ̉ͣͪ͒̓̐͊̏ͫ̓̚̚%CD͎͎͙̪̪̝̖͉̟̭̻̥̫̗̱̗͍̳̦̮̟̲̥͔҉̕͜͠͠҉̡̧̛͞ 22:48:45 _͙̣̿̊ͣ̉ͣͪ͒̓̐͊̏ͫ̓̚̚%CD͎͎͙̪̪̝̖͉̟̭̻̥̫̗̱̗͍̳̦̮̟̲̥͔҉̕͜͠͠҉̡̧̛͞? ¯\(°_o)/¯ 22:49:13 makes sense 22:50:36 it can if you want it to 22:51:22 shachaf: i suppose none of them has a standing prophecy that they _will_ survive. (and of course belkar has one that he won't. as did durkon _but_...) 22:52:14 -!- ^v has joined. 22:53:34 i note myndzi didn't even _try_ to work with those. 22:53:46 `? are you alive myndzi 22:53:48 are you alive myndzi ? ¯\(°_o)/¯ 22:53:49 | 22:53:49 o/`¯º 22:53:52 oerjan: well, i'm told elan will have a happy ending 22:53:58 urrrrrrrrrh there's ink dripping all over my screen 22:53:59 oerjan: or did he already get that? 22:54:19 shachaf: that's a question, but elan is not among those attacked. 22:54:42 oerjan: oh, those them 22:54:51 sure 22:54:58 `? the them 22:54:59 Information on the THEM has been removed for national security reasons. 22:55:11 way to spoil it, oerjan 22:55:45 `? england 22:55:47 England is [EXPUNGED]. 22:56:08 did someone expunge england or just the information about england? 22:56:37 barckets, 22:56:41 so, use 22:56:49 mention distinction HELLO ENTER KEY WHAT HAVE I DONE WRONG 22:57:27 `? ⌨ 22:57:29 You are probably using one right now! 22:57:46 Bike: probably placed it too close to - ? 22:58:17 `? sleep 22:58:19 sleep? ¯\(°_o)/¯ 22:58:20 | 22:58:20 º¯`\o 22:59:02 `learn Sleep is for the weak. 22:59:07 I knew that. 23:01:03 oerjan: i thought sleep was for the week 23:02:04 if you say so. 23:05:26 awesome, in rust you can do '\n'*'\n' and the result is 'd' 23:05:44 is that awesome 23:05:53 it says "awesome" right there man 23:06:11 oh, is it just multiplying the codepoints 23:06:18 can you do that in c? 23:06:38 yup 23:06:40 http://codepad.org/KecUhf9d 23:06:53 `? cpressey 23:06:55 cpressey invented the esolang, the pipe cleaner and the electrical mousse. 23:07:12 ah it's gone 23:07:58 `? shachaf 23:08:00 shachaf sprø som selleri and cosplays Nepeta Leijon on weekends. 23:08:16 `? Nepeta Leijon 23:08:17 Nepeta Leijon? ¯\(°_o)/¯ 23:08:18 | 23:08:18 o/`¯º 23:09:44 `learn Nepeta Leijon is the maintainer of the official Alternian shipping wall. 23:09:49 I knew that. 23:09:55 `? Nepeta Leijon 23:09:56 Nepeta Leijon? ¯\(°_o)/¯ 23:09:57 | 23:09:57 o/`¯º 23:10:42 `? Nepeta 23:10:44 Nepeta Leijon is the maintainer of the official Alternian shipping wall. 23:12:52 Fiora: does nepeta endoship 23:13:10 maybe that's not the right word 23:13:17 `run mv wisdom/nepeta{,' leijon'} 23:13:18 ? 23:13:21 No output. 23:13:43 -!- nooodl has quit (Ping timeout: 260 seconds). 23:14:02 the question was whether she ships herself 23:15:34 http://images1.wikia.nocookie.net/__cb20130316230515/mspaintadventures/images/2/2c/EquiusSeekTheHighblood-NepetaShippingWall.gif see the top left 23:16:37 is that nepeta 23:16:53 maybe endoshipping would be shipping someone with themselves 23:17:23 well, she does that too, in that very same gif, with karkat (around the club symbol) 23:17:30 for someone who hates homestuck you are leading yourself down a line of enquiry which will tell you far more about it than you ever wanted to know 23:17:43 top left is nepeta x karkat (her crush) 23:17:52 -!- SingingBoyo has quit (Ping timeout: 264 seconds). 23:17:56 `run echo An ambitiöus new Esolanger who, although underage, is eager to learn. > wisdom/Solain 23:18:14 `run ls wisdom/*olain 23:18:16 wisdom/solain 23:18:19 nepeta leijon is an accomplished master of category theory, it just never comes up in the comic due to time constraints 23:18:21 oh fixed 23:18:24 Is that an innuendomorphism 23:18:40 cat egory 23:19:00 gory cat theory, yes 23:19:35 i guess that does come up in the comic 23:19:40 subtle. 23:21:35 `run cd wisdom; /bin/ls -1 | grep '[A-Z]' 23:21:37 aah \ ais523 \ america \ atriq \ atrix \ augur \ banach-tarski \ bc \ bicategory \ bienvenue \ bigchar \ bike \ bird \ boily \ bonvenon \ bookwatching \ botlop \ braid theory \ brain \ brainf**k \ brainfuck \ brick \ burma \ c \ cakeprophet \ california \ caps lock \ cat \ category \ category-helpdesk \ category theory \ cello \ certainly \ certai 23:21:41 fff 23:21:54 `which grep 23:21:55 ​/bin/grep 23:22:12 since when is grep case insensitive by default :( 23:23:02 `run which grep 23:23:03 ​/bin/grep 23:23:17 `run echo TEST | grep '[a-z]' 23:23:19 TEST 23:23:24 `run echo TEST | grep -i '[a-z]' 23:23:25 TEST 23:24:58 and secondly, how do you turn it off. 23:25:20 `run cd wisdom 23:25:21 No output. 23:25:24 `run pwd 23:25:26 ​/hackenv 23:25:32 `cd wisdom 23:25:33 ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: cd: not found 23:25:35 `run which grep 23:25:35 Right 23:25:36 ​/bin/grep 23:25:44 `run which which 23:25:45 ​/usr/bin/which 23:25:58 `run cat wisdom/boily wisdom/cat 23:25:59 boily is the brother of Roujo's brother and he's monetizing the company Roujo works at, or something Canadian like that. \ Cats are cool, but should be illegal. 23:25:59 Is there some environment variable or shell alias which affects it? 23:26:04 `run alias grep 23:26:06 bash: line 0: alias: grep: not found 23:26:08 -!- SingingBoyo has joined. 23:26:14 `run cat cat 23:26:15 cat: cat: No such file or directory 23:26:20 `run cat: cat: 23:26:22 bash: cat:: command not found 23:26:24 `run printenv | grep -i grep 23:26:26 No output. 23:26:27 `run for grep in grep fgrep egrep; do echo $grep; echo TEST | $grep '[a-z]'; done 23:26:28 `run cat cat: cat 23:26:29 grep \ TEST \ fgrep \ egrep \ TEST 23:26:29 cat: cat:: No such file or directory \ cat: cat: No such file or directory 23:26:36 Crap 23:27:11 -!- Sgeo has joined. 23:28:24 `printenv 23:28:25 TERM=linux \ http_proxy=http://127.0.0.1:3128 \ HACKENV=/hackenv \ PATH=/hackenv/bin:/opt/python27/bin:/opt/ghc/bin:/usr/bin:/bin \ PWD=/hackenv \ LANG=en_NZ.UTF-8 \ SHLVL=0 \ HOME=/tmp 23:28:40 `run printenv | tail 23:28:41 TERM=linux \ http_proxy=http://127.0.0.1:3128 \ HACKENV=/hackenv \ PATH=/hackenv/bin:/opt/python27/bin:/opt/ghc/bin:/usr/bin:/bin \ PWD=/hackenv \ LANG=en_NZ.UTF-8 \ HOME=/tmp \ SHLVL=1 \ _=/usr/bin/printenv 23:29:40 `run echo TEST | LANG= grep '[a-z]' 23:29:42 No output. 23:29:50 `run echo TEST | LANG=C grep '[a-z]' 23:29:52 No output. 23:30:05 localization is evil :( 23:30:23 I always use "LANG=C" myself when working on UNIX systems 23:33:00 -!- doesthiswork has joined. 23:33:34 `run echo TEST | grep '[[:lower:]]' 23:33:36 No output. 23:33:38 I checked out a book from the university library about "Fril" which is like prolog with fuzzy sets 23:34:43 zzo38: people asked Gregor to set a different one. 23:35:34 oerjan: Why? I think always "LANG=C" should be used. 23:36:43 export LANG=perl 23:36:43 zzo38: it broke unicode stuff, or something. 23:37:20 `run echo TEST | LANG=en_US.UTF-8 grep '[a-z]' 23:37:21 TEST 23:37:28 If you require Unicode, can "C.UTF-8" work? 23:37:29 ok that's just as broken. 23:37:54 (I still thing "LANG=C" is better, without the Unicode specification) 23:38:06 `run echo ZZZ | grep '[a-z]' 23:38:07 No output. 23:40:36 `ord ZZZ 23:40:37 90 90 90 23:40:46 `ord [a-z] 23:40:48 91 97 45 122 93 23:41:20 oh hm 23:43:06 `run python -c 'print [chr(i) for i in range(255)]' | tr -cd '[a-z]' 23:43:08 ​[xxxxxxxxxtnxbxcrxexfxxxxxxxxxxxaxbxcxdxexf[]abcdefghijklmnopqrstuvwxyzxfxxxxxxxxxxxaxbxcxdxexfxxxxxxxxxxxaxbxcxdxexfxaxaxaxaxaxaxaxaxaxaxaaxabxacxadxaexafxbxbxbxbxbxbxbxbxbxbxbaxbbxbcxbdxbexbfxcxcxcxcxcxcxcxcxcxcxcaxcbxccxcdxcexcfxdxdxdxdxdxdxdxdxdxdxdaxdbxdcxddxdexdfxexexexexexexexexexexeaxebxecxedxeexefxfxfxfxfxfxfxfxfxfxfxfaxfbxfcxfdxfe] 23:44:35 i have doubts that's what you wanted 23:45:02 but i am guessing it has to do with it affecting collating order, not actual case insensitivity 23:45:27 `run python -c 'print "".join(chr(i) for i in range(255))' | tr -cd 'a-z' 23:45:28 abcdefghijklmnopqrstuvwxyz 23:46:09 `run python -c 'print "".join(chr(i) for i in range(255))' | grep -o '[a-z]' 23:46:11 Binary file (standard input) matches 23:46:17 `run python -c 'print "".join(chr(i) for i in range(255))' | grep -o '[a-z]' -a 23:46:19 a \ b \ c \ d \ e \ f \ g \ h \ i \ j \ k \ l \ m \ n \ o \ p \ q \ r \ s \ t \ u \ v \ w \ x \ y \ z 23:46:51 ok wtf is going on. 23:48:39 `run python -c 'for i in range(255): print chr(i)' | grep '[a-z]' 23:48:41 Binary file (standard input) matches 23:48:50 oops 23:49:16 `run python -c 'for i in range(32, 127): print chr(i)' | grep '[a-z]' 23:49:18 A \ B \ C \ D \ E \ F \ G \ H \ I \ J \ K \ L \ M \ N \ O \ P \ Q \ R \ S \ T \ U \ V \ W \ X \ Y \ a \ b \ c \ d \ e \ f \ g \ h \ i \ j \ k \ l \ m \ n \ o \ p \ q \ r \ s \ t \ u \ v \ w \ x \ y \ z 23:49:26 `run python -c 'for i in range(32, 127): print chr(i)' | grep '[a-z]' -a 23:49:28 A \ B \ C \ D \ E \ F \ G \ H \ I \ J \ K \ L \ M \ N \ O \ P \ Q \ R \ S \ T \ U \ V \ W \ X \ Y \ a \ b \ c \ d \ e \ f \ g \ h \ i \ j \ k \ l \ m \ n \ o \ p \ q \ r \ s \ t \ u \ v \ w \ x \ y \ z 23:49:51 `run python -c 'for i in range(255): print chr(i)' | grep '[a-z]' -a 23:49:53 A \ B \ C \ D \ E \ F \ G \ H \ I \ J \ K \ L \ M \ N \ O \ P \ Q \ R \ S \ T \ U \ V \ W \ X \ Y \ a \ b \ c \ d \ e \ f \ g \ h \ i \ j \ k \ l \ m \ n \ o \ p \ q \ r \ s \ t \ u \ v \ w \ x \ y \ z 23:50:10 `run python -c 'for i in range(255): print chr(i)' | grep -o '[a-z]' -a 23:50:12 a \ b \ c \ d \ e \ f \ g \ h \ i \ j \ k \ l \ m \ n \ o \ p \ q \ r \ s \ t \ u \ v \ w \ x \ y \ z 23:50:32 `run python -c 'for i in range(32, 127): print chr(i)' | sort 23:50:41 `run python -c 'for i in range(32, 127): print chr(i)' | sort 23:50:43 ​` \ ^ \ ~ \ < \ = \ > \ | \ \ _ \ - \ , \ ; \ : \ ! \ ? \ / \ . \ ' \ " \ ( \ ) \ [ \ ] \ { \ } \ @ \ $ \ * \ \ \ & \ # \ % \ + \ 0 \ 1 \ 2 \ 3 \ 4 \ 5 \ 6 \ 7 \ 8 \ 9 \ a \ A \ b \ B \ c \ C \ d \ D \ e \ E \ f \ F \ g \ G \ h \ H \ i \ I \ j \ J \ k \ K \ l \ L \ m \ M \ n \ N \ o \ O \ p \ P \ q \ Q \ r \ R \ s \ S \ t \ T \ u \ U \ v \ V \ 23:50:54 there you go. 23:51:46 -!- yorick has quit (Remote host closed the connection). 23:55:18 `run python -c 'for i in range(32,127): print chr(i)' | grep -o '[a-z]' 23:55:19 a \ b \ c \ d \ e \ f \ g \ h \ i \ j \ k \ l \ m \ n \ o \ p \ q \ r \ s \ t \ u \ v \ w \ x \ y \ z 23:59:18 <^v> `i hate python 23:59:20 ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: i: not found 23:59:22 I have seen the term "library" used in reference to pokemon card game just once, and in that case it is capitalized too for some reason.