00:07:39 -!- Sprocklem has joined. 00:16:58 -!- Remavas-Hex has joined. 00:21:34 -!- int-e_ has joined. 00:21:59 -!- BooK_ has joined. 00:22:01 -!- betaveros_ has joined. 00:24:45 -!- atriq has joined. 00:26:11 -!- Remavas has quit (*.net *.split). 00:26:11 -!- int-e has quit (*.net *.split). 00:26:11 -!- nchambers has quit (*.net *.split). 00:26:11 -!- Taneb has quit (*.net *.split). 00:26:11 -!- betaveros has quit (*.net *.split). 00:26:11 -!- yorick has quit (*.net *.split). 00:26:11 -!- BooK has quit (*.net *.split). 00:26:41 -!- nchambers has joined. 00:31:27 -!- Phantom_Hoover has quit (Read error: Connection reset by peer). 00:50:00 -!- __kerbal__ has joined. 00:50:23 `w 00:50:24 stupidity//Stupidity is created when people are too lazy to think correctly. 00:57:33 -!- __kerbal__ has quit (Quit: Page closed). 01:04:13 <\oren\> STREET FESTIVAL! HURRAY 01:08:11 -!- MrBusiness has joined. 01:10:39 -!- augur has joined. 01:29:24 Will they add into Opus codec a mode to use higher bandwidths, in case you want more than 20 kHz? 01:45:51 -!- erkin has joined. 02:04:23 -!- augur has quit (Remote host closed the connection). 02:15:55 -!- augur has joined. 02:19:55 -!- augur has quit (Ping timeout: 240 seconds). 02:35:28 `w 02:35:29 pokemon//A pokemon is a monster that you keep in your pocket. Taneb invented them. 02:39:00 -!- sebbu has quit (Read error: Connection reset by peer). 02:39:28 -!- sebbu has joined. 02:40:47 `w 02:40:49 welcome//Welcome to the international hub for esoteric programming language design and deployment! For more information, check out our wiki: . (For the other kind of esoterica, try #esoteric on EFnet or DALnet.) 02:54:02 -!- boily has quit (Quit: FUTILE CHICKEN). 02:58:03 -!- Remavas-Hex has changed nick to RemavasZsZsZ. 03:28:43 -!- augur has joined. 03:29:46 Ogg container format is in my opinion better than the other kinds, and is simpler kind, although I think there are a few problems with it (including the way codecs are determined), so I made up a variant called GLOGG container format, which fixes what seem to me to be the problems. 03:35:15 -!- augur has quit (Remote host closed the connection). 03:35:21 -!- augur has joined. 03:57:14 [wiki] [[Talk:Last ReSort]] N https://esolangs.org/w/index.php?oldid=52176 * CatIsFluffy * (+57) Created page with "==Eventual behavior of 2 is ZISC?== Seems highly chaotic." 03:58:38 [wiki] [[Talk:Last ReSort]] https://esolangs.org/w/index.php?diff=52177&oldid=52176 * CatIsFluffy * (+146) 04:05:42 -!- augur has quit (Remote host closed the connection). 04:07:21 zzo38 do you vote for the pirate party? 04:09:07 I did not vote, and the Pirate Party does not seem to be running in my area (there is Pirate Party in Canada, although not in my area). 04:12:37 -!- augur has joined. 04:32:16 -!- augur has quit (Remote host closed the connection). 04:35:59 -!- augur has joined. 04:54:49 -!- augur has quit (Remote host closed the connection). 05:04:14 -!- oerjan has quit (Quit: Nite). 05:07:55 -!- augur has joined. 05:34:36 -!- sleffy has joined. 05:47:05 -!- hppavilion[0] has quit (Ping timeout: 240 seconds). 05:51:45 -!- hppavilion[0] has joined. 06:00:03 -!- hppavilion[0] has quit (Ping timeout: 240 seconds). 06:02:46 -!- hppavilion[0] has joined. 06:15:53 -!- hppavilion[0] has quit (Ping timeout: 246 seconds). 06:28:41 If you want a uniform floating number 0 up to (not including) 1, what is the method? Someone mentioned "we would like to imagine drawing a real number in [0, 1] uniformly at random, and then choosing the nearest floating-point number to it". I wrote the following MMIX code: ANDNH $0,#FFF0; ORH $0,#3FF0; SETH $1,#3FF0; FSUB $0,$0,$1 06:29:49 Can describe as: [1] Put random 52-bit integer into the fraction bits. [2] Put 1023 into the exponent bits. [3] Treat as a floating number and subtract 1.0. 06:30:19 However, would it work better to add a fourth step: [4] Replace the fraction bits with a new 52-bit number. 06:30:36 -!- atriq has changed nick to Taneb. 06:40:36 why would the 4th step be an improvement? 06:40:45 -!- sleffy has quit (Ping timeout: 240 seconds). 06:43:26 Since a random real number presumably has an unlimited number of bits. 06:44:19 -!- sleffy has joined. 06:54:42 -!- hppavilion[0] has joined. 07:04:51 `5 w 07:05:02 1/2:evil//Evil is a special thing, it must be followed by 4 letters of your nickname. It is very evil, and thus is recursive. \ delaware//Delaware is a US state in which everybody speaks German. \ fungot//fungot is our beloved channel mascot and voice of reason. \ molum//molum is the inverse function of ybden. \ tmyk//tmyk the more overfilled your 07:05:23 `n 07:05:23 2/2:brain gets. 07:06:44 My nickname has only three letters, not four. 07:07:15 It has only two letters. 07:07:52 -!- Gregor has quit (Quit: Coyote finally caught me). 07:08:46 Yes, if you only count the letter that is difference than each other 07:09:28 Does the first z stand for "Zermelo"? 07:09:43 The letters stand for nothing. 07:09:51 (The numbers also stand for nothing.) 07:10:52 Does the string "38" stand for the number thirty-eight? 07:11:27 shachaf: Normally it does, but in my nickname "zzo38" it does not stand for anything. 07:11:53 I made a implementation of fast inverse square root in MMIX, with 36 oops (or only 20 oops if you do not need the second iteration). However it is assuming that the input is positive and normal (although inverse square root isn't going to work very well otherwise anyways). 07:22:46 -!- hppavilion[0] has quit (Remote host closed the connection). 07:23:10 -!- hppavilion[0] has joined. 07:24:38 (That is faster than the built-in square-root instruction of MMIX, which is 40 oops; if you want the reciprocal you will then make a division which is another 40 oops.) 07:29:10 Apparently on x86 to compute an approximation of the ordinary square root, it is actually faster to do it by using the instruction for reciprocal square root. 07:35:21 You mean on recent implementations of x86? 07:37:33 The article that mentions that comes from 2009. 07:38:00 (which is also the number that "MMIX" corresponds to with roman numbers, although that is irrelevant here) 07:42:32 -!- Gregor has joined. 07:45:26 zzo38, how does your fast inverse square root work 07:48:44 Similar to the article in Wikipedia. See http://sprunge.us/AIOc for the actual code 07:51:26 Hopefully the code is clear enough; if something is unclear you can ask. 07:51:56 -!- doesthiswork has quit (Quit: Leaving.). 07:53:45 Do you understand how this is working now? 07:57:27 I'm familiar with the Fast Inverse Square Root algorithm on Wikipedia 07:57:47 Well, it is similar. 08:11:01 -!- sleffy has quit (Ping timeout: 268 seconds). 08:17:07 -!- erkin has quit (Ping timeout: 240 seconds). 08:46:20 -!- erkin has joined. 09:24:29 -!- augur has quit (Remote host closed the connection). 09:53:21 -!- erkin has quit (Ping timeout: 255 seconds). 09:55:20 -!- erkin has joined. 10:00:34 -!- int-e_ has changed nick to int-e. 10:11:44 -!- erkin has quit (Remote host closed the connection). 10:29:49 -!- Phantom_Hoover has joined. 10:36:40 -!- augur has joined. 10:37:48 -!- PinealGlandOptic has joined. 10:41:56 -!- augur has quit (Ping timeout: 258 seconds). 11:07:49 @metar EGNM 11:07:49 EGNM 170950Z 26007KT 190V290 9999 BKN016 18/16 Q1026 11:20:35 @metar PAMR 11:20:35 PAMR 170953Z 00000KT 10SM SCT065 BKN080 BKN130 BKN200 13/07 A2979 RMK AO2 SLP089 T01280067 11:24:22 @metar EGLL 11:24:22 EGLL 171020Z AUTO 24005KT 180V330 9999 NCD 25/15 Q1027 11:24:45 Think they forecast something like 29 for today. 11:28:03 I have a policy about german. If I see it, I try to read it. 11:28:07 It has now bitten me in the Arsch. 11:53:38 -!- Phantom_Hoover has quit (Ping timeout: 268 seconds). 12:00:47 -!- nullcone has quit (Quit: Connection closed for inactivity). 12:08:29 -!- S1 has joined. 12:11:32 8096373705231173873515698288105814457559349996780213465927102169635143836763371455511239714251901656919412172053510347251766358525837584663686083361012968763343440510359069137201087033274943221529093137894442823663461959335745044107344)](125)](40)](41)](40)~(?({(@()))(1)())(}(+(1)(@()))(/({(@()))(10)))~(?(@())(1)())(_(@())](+(48)(%({(@()))(10))))~(](+(37)(%({())(90)))/(1)(}()(/({())(90))))() 12:12:22 yay, it fit! (it's an integ quine) 12:14:34 of course, neither kerbal nor b_jonas are here... 12:15:23 and uh, that was still incomplete anyway. 12:18:30 oh well, the whole thing is at http://sprunge.us/eNFW now 12:34:54 -!- hppavilion[0] has quit (Ping timeout: 255 seconds). 12:36:04 -!- sdhand has quit (Excess Flood). 12:36:14 -!- sdhand has joined. 12:36:38 -!- sdhand has changed nick to Guest43932. 12:41:35 -!- Guest43932 has quit (Changing host). 12:41:35 -!- Guest43932 has joined. 12:41:35 -!- Guest43932 has changed nick to sdhand. 12:56:39 -!- __kerbal__ has joined. 13:00:01 -!- S1 has quit (Quit: Leaving). 13:04:49 }()(12872430441100276982898287331888341273694712212561754032457387972966053390121885560971120465568914029739991532252291383312910885004797316378038489445182646423771046386470134709527072922468161172180445227065244725860831882888079650601385257741999212883854949376079644467447663461959335745044107344)](125)](40)](41)](40)~(/(9)(}(+(1)(@()))(/({(@()))(10))))()~(](+(48)(%({(@()))(10)))?(@())(1)())(_(@()))~(](+(37)(%({())(90)))/(1)(}()(/({())(90))))() 13:05:04 yay. 13:05:20 <__kerbal__> int-e: the bot's in #esoteric-blah 13:05:30 <__kerbal__> if you want to work with it 13:22:54 -!- yorick_ has joined. 13:28:03 -!- LKoen has joined. 13:38:31 -!- augur has joined. 13:42:25 -!- doesthiswork has joined. 13:42:50 -!- augur has quit (Ping timeout: 246 seconds). 13:48:37 -!- LKoen has quit (Remote host closed the connection). 13:52:14 -!- boily has joined. 13:59:37 -!- doesthiswork has quit (Read error: No route to host). 13:59:46 -!- doesthiswork has joined. 14:03:12 @metar lowi 14:03:12 LOWI 171250Z 32010KT 280V020 9999 FEW070 SCT110 BKN300 23/04 Q1022 NOSIG 14:03:40 <__kerbal__> @help metar 14:03:40 metar 14:03:40 Look up METAR weather data for given airport. 14:03:45 <__kerbal__> Neat 14:05:20 -!- yorick_ has changed nick to yorick. 14:10:51 @metar CYUL 14:10:51 CYUL 171300Z 13003KT 090V180 15SM BKN032 BKN120 OVC240 19/16 A2988 RMK SC6AC1CI1 SLP120 DENSITY ALT 700FT 14:15:05 @metar CTHULHU 14:16:45 -!- LKoen has joined. 14:17:50 CTHULHU 171300Z 00008KT VRB 1/4SM SKC 04/04 A9999 RMK IA IA CTHULHU FHTAGN SLP133 14:19:11 the current blognomic dynasty has cthulhu for a theme, hth 14:21:07 LKoen, I don't think that's an appropriate place for an hth hth 14:21:28 I'm pretty sure 'hth' should be comma-separated from the rest of the sentence 14:21:58 oxford hth, hth. 14:23:22 04/04, hmm 14:23:44 does "blognomic" have a silent "g"? 14:24:03 I'm French. I consider all letters to be silent. 14:39:09 <__kerbal__> @modulelist 14:39:09 Unknown command, try @list 14:39:13 <__kerbal__> @listmodules 14:39:14 activity base bf check compose dice dict djinn dummy elite eval filter free fresh haddock help hoogle instances irc karma localtime metar more oeis offlineRC pl pointful poll pretty quote search 14:39:14 slap source spell system tell ticker todo topic type undo unlambda unmtl version where 14:39:17 <__kerbal__> @dice 14:39:18 unexpected end of input: expecting number, "d" or "(" 14:39:24 <__kerbal__> @Dice d 14:39:24 unexpected end of input: expecting number 14:39:32 <__kerbal__> Is dice an esolang? 14:40:02 😸 14:40:16 @help dice 14:40:16 @dice . Throw random dice. is of the form 3d6+2. 14:40:27 <__kerbal__> ok 14:40:31 <__kerbal__> Thanks! 14:41:08 @dice d7+d11 14:41:08 int-e: 7 + 4 => 11 14:41:32 I have a implementation that you can omit both the number of dice and the number of sides; the number of dice defaults to 1 (for compatibility with Dungeons&Dragons) and the number of sides defaults to 6 (for compatibility with GURPS). 14:41:35 <__kerbal__> @dice 50d80 14:41:35 __kerbal__: 2014 14:41:51 <__kerbal__> zzo38: Interesting 14:41:58 <__kerbal__> @dice 500d800 14:41:59 __kerbal__: 207747 14:42:09 <__kerbal__> @dice 9999d9999 14:42:09 __kerbal__: 49981203 14:42:28 (So "d" by itself will be valid) 14:42:29 <__kerbal__> Because everyone needs to roll nearly ten thousand 9999-sided die! 14:42:36 <__kerbal__> zzo38: neat 14:42:46 <__kerbal__> @dice 9999d9999 14:42:46 __kerbal__: 49920196 14:42:53 <__kerbal__> @dice 9999d9999 14:42:53 __kerbal__: 49741089 14:43:26 it cheats :P 14:43:28 <__kerbal__> That's interesting... 14:43:51 @dice 1000000d42+42d1000000 14:43:51 int-e: 21501687 + 22256928 => 43758615 14:44:10 <__kerbal__> Is there a statistical reason for that sort of behavior? 14:44:13 Cheating by how? 14:44:17 <__kerbal__> I sort of thing there is 14:44:20 <__kerbal__> think 14:44:35 If the distribution is correct then it shouldn't matter how the program comes to such result 14:44:51 zzo38: for >100 (I think) dice it just samples a normal distribution with the right standard deviation and mean 14:45:04 which is not perfectly accurate 14:45:43 but you'd have to take many samples to notice... you'll probably discover the limited entropy of the random number generator first. 14:45:46 the Law of Large Numbers mean anything will tend to be a normal distribution (grossly oversimplified oversimplification, but that's normal for ya). 14:46:09 oops, wrong law. Central Limit Theorem. 14:46:16 <__kerbal__> boily: I thought that there was some sort of rule like that 14:46:31 <__kerbal__> That's interesting 14:46:47 in fact, you're pretty much safe with a normal distribution for quite anything, unless your samples are < 30, in which case it' Student. 14:46:51 boily: enter the Petersburg paradox. 14:46:58 <__kerbal__> By the way... https://en.wikipedia.org/wiki/Zocchihedron 14:47:05 * boily wikipédiaes the paradox 14:48:56 <__kerbal__> Fascinating! 14:49:11 it's the best thing since the two envelopes problem 14:49:34 <__kerbal__> infinite sums and series can be so confusing 14:51:08 The whole fucking infinite Universe is infinitely confusing. 😉 14:51:23 Uncountably infinite. 14:51:43 somehow I've never seen a Zocchihedron before 14:53:58 I guess the standard 2d10 method is superior anyway 14:56:57 I've seen those things, but didn't know they were called that. 14:57:26 They're very good if you want a dice that rolls a long long way. 14:58:10 <__kerbal__> fizzie: So I've read 14:58:19 apparently there is a more ordinary D100 by a company called Bescon 14:58:23 <__kerbal__> I mean, it's basically a labled ball 14:58:28 <__kerbal__> labeled 14:58:32 just a d30 is already very rolly. 14:58:53 I got a d6 spinning top from a Christmas cracker, and it always lands on 2. 14:59:05 and somehow, the image search for "D100" brings up many cameras... :P 14:59:39 (in retrospect I find it surprising that the dice outnumber the cameras on the first result page) 15:00:38 (It's actually impressive how well it manages to avoid the other numbers, even though it has no obvious asymmetries.) 15:01:22 is it meant to do that? 15:02:56 I don't think so, but it's not like it came with a manual. 15:03:04 Maybe it's social commentary. 15:03:28 <__kerbal__> everything is social commentary 15:03:38 OTOH, it's also very cheap and dinky. 15:04:50 <__kerbal__> fizzie: what is it made of? 15:05:38 Plastic. It's a red plastic hexagon with a diameter of maybe 10-15 mm, with a little axis through the centre. 15:05:41 child labor 15:05:50 (you asked for social commentary?) 15:07:28 -!- erkin has joined. 15:08:39 -!- augur has joined. 15:13:36 -!- augur has quit (Ping timeout: 246 seconds). 15:17:50 How might I fix the JPEG encoder to implement chroma subsampling? 15:19:02 I got a d6 spinning top from a Christmas cracker, and it always lands on 2. 15:19:05 is that a fact? 15:19:19 and do you know why? 15:19:43 and have you tried spinning it with a beyblade launcher? 15:21:11 <__kerbal__> fizzie: And what does feminist theory have to say about this situation? 15:26:34 The die is an androcentric social construct, and is the conceptual driver behind much of climate change. 15:28:21 <__kerbal__> int-e: I would have guessed that 15:52:30 <__kerbal__> @google feminist theory 15:52:34 http://journals.sagepub.com/home/fty 15:52:34 Title: Feminist Theory: SAGE Journals 15:55:27 int-e: I hear from an important country leader that climate change is a hoax 15:55:58 but dice are very much real 15:59:47 LKoen: the second half is a quote from http://www.skeptic.com/reading_room/conceptual-penis-social-contruct-sokal-style-hoax-on-gender-studies/ 15:59:57 yes I recognized it 16:00:24 -!- boily has quit (Quit: MONTHLY CHICKEN). 16:00:39 I also think you're missing a "self-" in front of "important" 16:01:44 nice 16:06:05 similar idea: When's the next meeting of the leaders of the free world... with Trump? 16:11:19 -!- Phantom_Hoover has joined. 16:15:09 <__kerbal__> fungot 16:15:09 __kerbal__: for some reason 16:15:20 <__kerbal__> fungot 16:15:20 __kerbal__: there's still a lot of the data 16:15:23 <__kerbal__> fungot 16:15:23 __kerbal__: use emacs for irc and people were placed in 4th. and fifth was supposed to be the disconnect at hand, first time it returns to wrong place?) documentary coming up on haskell for a state-based language 16:16:08 henlo 16:17:38 <__kerbal__> `prefixes 16:17:39 Bot prefixes: fungot ^, HackEgo `, EgoBot !, lambdabot @ or ?, thutubot +, metasepia ~, idris-bot ( , jconn ) , j-bot [ . 16:18:11 <__kerbal__> why doesn't HackEgo set fungot off? 16:18:12 __kerbal__: so would you write quicksort? isn't that pain for not much benefit. now, about your response to my paul graham reference. it is of little consequence, however. 16:18:30 <__kerbal__> is fungot programmed to ignore him? 16:18:47 I think so. 16:19:01 <__kerbal__> ah 16:19:19 <__kerbal__> ^help 16:19:19 ^ ; ^def ; ^show [command]; lang=bf/ul, code=text/str:N; ^str 0-9 get/set/add [text]; ^style [style]; ^bool 16:30:30 -!- hakatashi has quit (Remote host closed the connection). 16:33:32 -!- IronY has quit (Ping timeout: 240 seconds). 16:34:02 -!- jjthrash has quit (Ping timeout: 240 seconds). 16:34:05 -!- sparr has quit (Ping timeout: 240 seconds). 16:36:12 -!- IronY has joined. 16:38:17 -!- jjthrash has joined. 16:39:52 <__kerbal__> welcome! 16:41:51 <__kerbal__> jjthrash: I built an IRC bot over in #esoteric-blah to interpret Integ. 16:42:52 -!- LKoen has quit (Remote host closed the connection). 16:46:39 -!- sparr has joined. 16:56:41 -!- oerjan has joined. 17:08:43 hmm, new kind of spam to me... sod story of being stranded in the Philippines, wallet lost, wants a "short-term loan" of $1,950 to pay hotel and "get her sorry ass home". 17:09:04 kind of cute, hard to imagine it working, but then that's true for all non-targeted spam 17:10:24 -!- augur has joined. 17:12:24 stupid annoying rain dripping on something loud outside 17:12:30 @metar ENVA 17:12:30 ENVA 171550Z 22004KT 160V260 9999 -RA FEW040 BKN070 16/10 Q1013 RMK WIND 670FT 03004KT 17:13:12 (alternatively stupid neighbors for leaving whatever it is out in the open.) 17:15:15 -!- augur has quit (Ping timeout: 255 seconds). 17:15:47 . o O ( here's me hoping that oerjan's not talking about a baby ) 17:18:42 sadly it's probably just the architecture, and it happens whenever rain and wind conditions are ri^WHORRIBLY, HORRIBLY WRONG 17:19:16 admittedly a baby would _probably_ be worse. 17:19:17 dym favourable? 17:19:28 NO 17:20:06 except with a baby there would be someone responsible for stopping it. 17:24:48 the conditions seem to have improved. 17:26:40 <__kerbal__> Do Norwegians just randomly leave their babies out in the middle of rainstorms? Is that a tradition? 17:28:02 i'm sure it goes back to the vikings. 17:29:04 <__kerbal__> ah 17:32:18 @google leave baby outside in stroller 17:32:20 Plugin `search' failed with: connect: does not exist (No route to host) 17:32:27 * oerjan swats int-e -----### 17:32:29 @google leave baby outside in stroller 17:32:31 https://www.fatherly.com/love-and-money/why-danish-parents-leave-their-children-outside-in-strollers/ 17:33:33 <__kerbal__> I was literally just joking... 17:33:51 JOKE'S ON YOU 17:34:12 <__kerbal__> evidently 17:34:18 <__kerbal__> so 17:34:19 if you look at the whole google hit page you'll find some examples of what happens when they try it in america. 17:34:36 <__kerbal__> The article said that it didn't end well 17:34:59 Is there a such things as MMIX JIT to compile a MMIX code into a code for a different computer? You do not need to worry aout self-modifying code unless a SYNCID instruction is executed, so that part is more simplify to do this it seem like. 17:35:47 actually maybe not, that's with "leaves" 17:37:06 this one, anyway http://www.reuters.com/article/us-restaurant-baby-idUSTRE77E62O20110815 17:39:26 -!- lambdabot has quit (Quit: blame o... err brb). 17:41:48 let's see if I can catch it doing that again after this reboot 17:42:30 `? heisenbug 17:42:31 heisenbug? ¯\(°​_o)/¯ 17:42:52 oerjan: it's worse, it's IPv6 neighbour discovery 17:43:41 which, for some reason, is failing... I thought I had understood this two days ago :-/ 17:44:28 it only fails when you aren't observing it hth 17:44:38 I still have a workaround , but I hate it. 17:45:01 -!- lambdabot has joined. 17:45:05 @bot 17:45:13 :) 17:45:45 oerjan: well there is some sort of timeout involved... probably somewhere between 5 and 10 minutes 17:47:25 and there was something strange before the reboot, a "FAILED" neighbour entry on the local link which from what I believe to understand about the configuration there, should never be created. 17:48:22 oerjan: btw, next time you swat me for lambdabot misbehaving I'll add another letter to the nick :-P 17:48:41 * int-e really didn't appreciate that. 17:51:28 -!- sleffy has joined. 17:51:40 hah, http://www.npccomic.com/comic/2010/02/17/trekkie-exposed/ 17:51:58 * oerjan has tab completion, you know 17:52:10 * oerjan grins evilly 17:58:38 int-e: you'll have to something more elaborate, like creating innocentbot 17:59:01 -!- nullcone has joined. 17:59:11 oerjan: that's not what I meant... did you see lambdabot's quite message? 17:59:29 nope um 17:59:44 OKAY 18:00:27 anyway... neighbour discovery... what was that rfc again 18:08:58 @google lambdabot 18:08:59 Plugin `search' failed with: connect: does not exist (No route to host) 18:09:14 wat 18:09:29 exactly. 18:09:32 `? lambdabot 18:09:33 lambdabot is a fully functional bot. just don't ask about @src. 18:09:44 anyway, I've put the workaround back 18:09:53 `learn_append lambdabot or the neighbours. 18:09:57 Learned 'lambdabot': lambdabot is a fully functional bot. just don't ask about @src. or the neighbours. 18:10:04 <__kerbal__> @src 18:10:04 src . Display the implementation of a standard function 18:10:18 <__kerbal__> @neighbours 18:10:18 Unknown command, try @list 18:10:46 <__kerbal__> `lambdabot 18:10:46 ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: lambdabot: not found 18:11:01 <__kerbal__> `help 18:11:01 Runs arbitrary code in GNU/Linux. Type "`", or "`run " for full shell commands. "`fetch [] " downloads files. Files saved to $PWD are persistent, and $PWD/bin is in $PATH. $PWD is a mercurial repository, "`revert " can be used to revert to a revision. See http://codu.org/projects/hackbot/fshg/ 18:11:12 <__kerbal__> Ah, I see 18:11:12 -!- augur has joined. 18:11:18 <__kerbal__> `? lambdabot 18:11:19 lambdabot is a fully functional bot. just don't ask about @src. or the neighbours. 18:11:22 <__kerbal__> `? 18:11:23 ​? ¯\(°​_o)/¯ 18:11:31 <__kerbal__> `? j-bot 18:11:32 j-bot? ¯\(°​_o)/¯ 18:11:36 <__kerbal__> `? esolang 18:11:37 esolang? ¯\(°​_o)/¯ 18:11:42 <__kerbal__> `? esoteric 18:11:44 This channel is about programming -- for the other kind of esoterica, try #esoteric on EFnet or DALnet. 18:12:07 <__kerbal__> `? HackEgo 18:12:09 HackEgo, also known as HackBot, is a bot that runs arbitrary commands on Unix. See `help for info on using it. You should totally try to hax0r it! Make sure you imagine it's running as root with no sandboxing. HackEgo is the slowest bot in all Mexico! 18:12:22 <__kerbal__> `? int-e 18:12:23 int-e är inte svensk. Hen kommer att spränga solen. Hen står för sig själv. Hen gillar inte färger, men han gillar dissonans. Er hat ein Hipster-Spiel gekauft. 18:12:30 <__kerbal__> This is amusing 18:13:03 <__kerbal__> Why will they blow up the sun, by the way? 18:13:49 i don't remember 18:14:00 <__kerbal__> ah 18:15:21 @dowt int-e 18:15:22 Maybe you meant: yow docs do 18:15:26 `dowt int-e 18:15:36 5181:2014-12-09 learn int-e \xc3\xa4r inte svensk \ 5182:2014-12-09 learn int-e \xc3\xa4r inte svensk. \ 7231:2016-03-14 learn_append int-e Det kommer att explodera solen. \ 7232:2016-03-14 le/rn int-e/int-e \xc3\xa4r inte svensk. Hen kommer att spr\xc3\xa4nga solen. \ 7535:2016-04-25 learn_appen 18:15:50 -!- augur has quit (Ping timeout: 246 seconds). 18:16:48 http://tunes.org/~nef/logs/esoteric/16.03.14 18:18:20 __kerbal__: as I recall it that was the least damaging option available at the time. 18:18:35 <__kerbal__> That makes sense 18:20:00 -!- DHeadshot has joined. 18:21:22 the sun will explode, and all future alien civilizations will find is a lone scrap containing the word "culpritz". 18:21:52 actually I just broke it again, still hoping to narrow down what's going wrong... 18:23:01 unless i'm misreading the irc again. 18:23:30 `quote edible 18:23:33 1311) an #esoteric-dwelling swede / was mistaken for edible feed / “with you,” said a sicko / “our lanttulaatikko / would be very tasty indeed!” 18:23:37 int-e: i suspect blowing up the sun will also fix ipv6 neighbour discovery hth 18:24:19 good point 18:24:32 swede -> kålrot? 18:24:48 @google supernova spf 18:24:50 http://www.ar15.com/forums/topic.html?b=7&f=93&t=729047 18:24:50 Title: Benelli SuperNova SPF - AR15.COM 18:25:38 int-e: How strong a sunscreen do I need to survive the sun's supernova? 18:26:12 you can buy anything on the internet, i see 18:26:28 shachaf: the hard part is screening the neutrinos hth 18:26:45 oerjan: what kind of salads do you like twh 18:26:58 *of course* "supernova" has to be a kind of fireworks. 18:27:09 * int-e slaps... whomever 18:27:30 `5 w 18:27:35 1/2:Я//Я is the 8th letter of the hsilgnE alphabet \ mpanion cube//Aperture Science has created a talking cube - we call it the mpanion cube, because it's the opposite of the mute companion cube. \ tur//To tur is not to flas. \ pastry//A pastry is a sugary confectionery that is customarily eaten after writing an essay. \ tile shuffling//Tile shuf 18:27:40 `n 18:27:41 2/2:fve games. ly addictie basis of many highling is th 18:28:08 `unidecode Я 18:28:09 ​[U+042F CYRILLIC CAPITAL LETTER YA] 18:28:11 * oerjan now misses the chicken salad from his previous favorite restaurant 18:28:22 . o O ( that's the last letter, fwiw ) 18:28:31 oerjan: please restrict your attention to vegetarian salads tdnh 18:28:31 and yes I do see the "joke" 18:28:51 `? cube 18:28:52 Cubes come in all sizes, colors, and materials, but only one shape. The companion cube does not speak, however. 18:28:55 i,i and ya I do see the "joke" 18:29:03 it was the center of my then balanced diet. 18:29:10 shachaf: cute. 18:29:32 int-e: It's payback for your alteration of `? cube 18:29:35 <__kerbal__> `? glados 18:29:36 Hello, and again, welcome to the Aperture Science Computer Aided Internet Relay Chat & Enrichment Center. Please enjoy your stay at #esoteric, because you will never leave. 18:29:48 shachaf: potato salad then, i guess, goes well with barbecued steaks 18:29:51 <__kerbal__> `? portal 18:29:51 * oerjan runs away 18:29:52 portal? ¯\(°​_o)/¯ 18:29:55 <__kerbal__> `? portals 18:29:56 portals? ¯\(°​_o)/¯ 18:30:11 shachaf: well I do love spherical cubes 18:30:30 but we've gone over that already 18:30:56 oerjan: I don't think this is an appropriate topic to make these jokes about. TDNH 18:31:07 `? R 18:31:08 R? ¯\(°​_o)/¯ 18:31:21 right 18:31:39 by analogy it should be the 1st letter of the naissuR alphabet. 18:32:10 but as a wisdom entry that seems too weak 18:32:44 `learn R is the first letter of the naissuR alphabet. 18:32:46 Learned 'r': R is the first letter of the naissuR alphabet. 18:33:23 `# Off by one error//`slwd Я//s,8,9, 18:33:25 ​Я//Я is the 9th letter of the hsilgnE alphabet 18:34:25 is `# new? 18:34:33 Not that new. 18:34:38 `dowt ../bin/# 18:34:46 10478:2017-03-21 ` mv bin/{msg,#} \ 10479:2017-03-21 sled bin/#//s/msg/#/g \ 10544:2017-03-30 sled bin/#//3,$cnur "${1#*$sep}" 18:34:57 `doat bin/msg 18:35:05 10475:2017-03-21 fetch bin/msg https://hackego.esolangs.org/get/bin/slashlearn \ 10476:2017-03-21 ` chmod +x bin/msg \ 10478:2017-03-21 ` mv bin/{msg,#} 18:35:58 `edit bin/# 18:35:59 https://hackego.esolangs.org/edit/bin/%23 18:36:42 int-e: incidentally i made that while backscrolled, so i didn't see you suggest the same thing hth 18:37:15 Did you see the part where int-e suggested that it seems too weak as a wisdom entry? 18:37:25 only afterwards ;_; 18:37:47 I did wonder but I'm kind of used to being ignored. 18:38:06 `forget r 18:38:08 Forget what? 18:38:21 `? int-e 18:38:22 int-e är inte svensk. Hen kommer att spränga solen. Hen står för sig själv. Hen gillar inte färger, men han gillar dissonans. Er hat ein Hipster-Spiel gekauft. 18:38:25 . o O ( "Doctor, I have a huge problem: everybody is ignoring me!" - "Next, please!" ) 18:38:55 there was a song about that 18:39:37 `? obvious 18:39:38 obvious? ¯\(°​_o)/¯ 18:39:49 https://www.youtube.com/watch?v=WKHzTtr_lNk 18:40:00 . o O ( That wisdom entry is too obvious to exist. ) 18:40:05 shachaf: your problem above is assuming that i have any cultural inclination to consider a vegetarian salad as something other than a side dish hth 18:40:50 or pay much attention to what's in it. 18:40:56 Side dishes are fine. 18:41:07 But I guess I'll need to ask someone else. 18:42:43 -!- augur has joined. 18:43:38 -!- LKoen has joined. 18:43:41 int-e: didn't you link that doctor joke on nichtlustig before 18:43:59 it sounds like their kind of thing 18:44:54 We can use a (somewhat simplified) variant of EIA-608 to make captions in video files. There are other format, but I think, can be use EIA-608 variant 18:45:18 -!- erkin has quit (Quit: Leaving). 18:46:40 Do you? 18:47:14 Do I what? 18:47:48 Do you this captions? 18:47:50 oerjan: you are right flavor wise, but I don't think that it has that particular joke 18:58:28 -!- RemavasZsZsZ has quit (Remote host closed the connection). 18:58:28 -!- betaveros_ has quit (Remote host closed the connection). 18:58:38 -!- Remavas-Hex has joined. 19:02:32 -!- sleffy has quit (Ping timeout: 240 seconds). 19:02:32 -!- betaveros has joined. 19:08:49 `le/rn obvious/ A postulate used to prove a wide variety of theorems too arduous to prove by other means. In American Sign Language, it is denoted by a vigorous waving of the hands. 19:08:50 Usage: `le/[/]rn // 19:09:23 `le/rn obvious//A postulate used to prove a wide variety of theorems too arduous to prove by other means. In American Sign Language, it is denoted by a vigorous waving of the hands. 19:09:25 Learned 'obvious': A postulate used to prove a wide variety of theorems too arduous to prove by other means. In American Sign Language, it is denoted by a vigorous waving of the hands. 19:09:45 `? rules of wisdom 19:09:46 unless essential for the entry‘s humor, should: be understandable without the lookup key, be single spaced and end in a newline with no space before that, and use proper capitalization and punctuation 19:09:49 *cough* 19:11:00 * quintopia hands oerjan a lozenge 19:11:02 `slwd obvious//s,^/Obvious, adj.: / 19:11:03 ​/bin/sed: -e expression #1, char 20: unterminated `s' command 19:11:15 `slwd obvious//s/^/Obvious, adj.: / 19:11:17 obvious//Obvious, adj.: A postulate used to prove a wide variety of theorems too arduous to prove by other means. In American Sign Language, it is denoted by a vigorous waving of the hands. 19:11:19 oerjan: https://pdfs.semanticscholar.org/24f1/b508d93c7b06f2af713b14078c8b25b90586.pdf hth 19:16:36 kmc: Have you seen that one? 19:17:15 OKAY 19:17:34 -!- oerjan has quit (Quit: Later). 19:18:25 no 19:18:27 amusing 19:27:49 -!- LKoen has quit (Remote host closed the connection). 19:31:09 Now I put a variable quality option into the JPEG encoder. If this option is set, then the alpha channel of the input will vary the quality of the output. 19:31:35 Also RGB mode is put in. 19:31:55 -!- DHeadshot has quit (Ping timeout: 240 seconds). 19:36:52 -!- DHeadshot has joined. 19:48:47 -!- Deewiant has quit (*.net *.split). 19:48:47 -!- zgrepc has quit (*.net *.split). 19:48:47 -!- rodgort has quit (*.net *.split). 19:48:47 -!- lynn has quit (*.net *.split). 19:48:48 -!- xa0 has quit (*.net *.split). 19:49:02 -!- xa0 has joined. 19:49:05 -!- rodgort has joined. 19:49:06 -!- Deewiant has joined. 19:49:09 -!- erkin has joined. 19:49:31 -!- lynn has joined. 19:50:57 -!- zgrepc has joined. 20:00:56 -!- LKoen has joined. 20:07:45 -!- atslash has joined. 20:09:22 well, tiny progress... curl -6 can reproduce the problem. 20:24:47 -!- LKoen has quit (Remote host closed the connection). 20:37:23 -!- atslash has quit (Ping timeout: 255 seconds). 20:37:42 -!- atslash has joined. 21:23:12 kk 21:48:40 I found this "Non-Von 1" http://www.chrisfenton.com/non-von-1/ 21:58:53 has anybody a recommendation for a non-obvious linux terminal game that is neither as stupid as moon-buggy or the like nor as complex as cataclysm 22:13:56 -!- hppavilion[0] has joined. 22:15:51 -!- erkin has quit (Ping timeout: 268 seconds). 22:17:13 -!- hppavilion[0] has quit (Client Quit). 22:18:11 -!- hppavilion[1] has joined. 22:26:04 -!- erkin has joined. 22:48:56 <\oren\> This game has a silly plot https://snag.gy/veCdiT.jpg 22:50:55 -!- LKoen has joined. 23:04:51 @metar PAMR 23:04:51 PAMR 172153Z 26012KT 10SM FEW050 SCT090 14/08 A2997 RMK AO2 SLP149 T01390083 23:08:37 -!- nullcone has quit (Quit: Connection closed for inactivity). 23:09:33 -!- erkin has quit (Quit: Leaving). 23:12:07 -!- DHeadshot has quit (Ping timeout: 240 seconds). 23:25:04 -!- sleffy has joined. 23:35:09 -!- Sprocklem has quit (Quit: [). 23:40:03 -!- DHeadshot has joined. 23:55:30 -!- oerjan has joined.