00:00:24 -!- ter2 has quit (Read error: Connection reset by peer). 00:00:28 -!- tertu3 has joined. 00:10:08 -!- `^_^v has quit (Read error: Operation timed out). 00:11:47 "Hoon is real, but whether Hoon is for real is debatable." 00:32:08 -!- nooodl has quit (Ping timeout: 240 seconds). 00:33:43 -!- maurer_ has changed nick to maurer. 00:37:58 -!- 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?"). 00:38:38 -!- john_metcalf has quit (Read error: Connection reset by peer). 00:38:39 -!- itsy has quit (Read error: Connection reset by peer). 00:42:24 -!- john_metcalf has quit (Read error: Connection reset by peer). 01:31:26 [wiki] [[ObjectArt]] http://esolangs.org/w/index.php?diff=39227&oldid=39036 * Ypnypn * (+167) /* Other numbers */ 01:49:26 What is that and why you put too much ^C codes on it? 01:51:27 it's wiki updates, of course. 01:53:00 when was that added 01:53:35 and ^C is the price you pay for not having colors in your client. you chose your road, now you pay the piper 01:55:30 this morning 01:59:43 I do have colors on my computer 02:00:13 And it still has too much regardless of that or not. 02:02:03 nah it's fine. the colors look nice. 02:02:14 less than `relcome has 02:02:58 Yes, at least is less than `relcome has. 02:05:54 I found a example code to make up a custom aggregate function in PostgreSQL. It looks like terrible to me! The syntax I implemented is clearly better (at least to me, it is). The PostgreSQL code is: CREATE FUNCTION append_id(TEXT, INTEGER) RETURNS TEXT AS ' SELECT CASE WHEN $2 = 0 THEN $1 ELSE $1 || '' '' || CAST($2 AS TEXT) END;' LANGUAGE 'sql' WITH (ISCACHABLE, ISSTRICT); CREATE AGGREGATE id_list ( SFUNC = append_id, BASETYPE = INTEGER, S 02:05:59 Would you call it terrible? 02:08:08 yes. but then all sql languages are terrible 02:09:49 I think SQLite is better. It doesn't have any CREATE FUNCTION built-in but I added one. 02:11:36 Is this way better? CREATE FUNCTION ID_LIST(X) ACCUMULATING(R = NULL SET TO COALESCE(R || ' ' || X,X)) AS COALESCE(R,''); 02:12:20 (You don't need it anyways, since SQLite has a "group_concat" function built-in which does this, but it is to demonstrate the example.) 02:13:01 quintopia: Why do you think SQL is terrible? 02:14:19 zzo38: it doesn't feel like programming. if you want to have a point-free query scheme for manipulating data, why not use a dataflow/concatenative language? 02:14:36 SQL isn't point-free... 02:14:42 not really anyway 02:15:01 not anymore. but that only makes it worse. 02:15:19 -!- SpaceWizard has quit (Read error: Operation timed out). 02:15:20 quintopia: SQL looks fine to do such thing, to me. At least SQLite is; procedural SQL and that stuff tends to be more terrible. 02:17:54 i also think bash looks ugly. perhaps that is influencing my judgment... 02:18:46 Maybe 02:24:08 It seems my syntax may not be suitable for some kinds of aggregate functions though; for that it may be useful to define an alternate syntax, which puts all input records in one temporary table which is accessed by the expression after "AS". For example, it might help if you want to calculate the median of a data set. 02:26:28 -!- Frooxius has joined. 02:30:50 <3 foobar2000's gapless playback 02:32:47 "I don't like most of the music on Magnatune.com..... but you might" 02:33:08 you know even iTunes has done gapless playback for years now, right? 02:33:22 I never used iTunes 02:33:35 Heck, Winamp did it way back in the day. 02:34:03 I've used WinAmp... maybe I haven't used it with albums that need gapless playback (Ridin' the Faders and one particular Enya album) 02:34:44 Admittedly, all gapless playback fails horribly if done with not-well-encoded MP3 files. 02:35:05 Incidentally, Magnatune butchered Ridin' the Faders when it started inserting ads 02:35:07 :( 02:35:46 (MP3 files will have a bit of silence in them for padding) 02:36:59 i hear winamp really whupps the llama's ass 02:41:52 oerjan must have been asleep... 02:42:38 -!- HackEgo has quit (Ping timeout: 240 seconds). 02:42:48 -!- HackEgo has joined. 02:50:09 [wiki] [[Cyclic tag system]] http://esolangs.org/w/index.php?diff=39228&oldid=39187 * Quintopia * (+1808) Undo revision 39187 by [[Special:Contributions/Oerjan|Oerjan]] ([[User talk:Oerjan|talk]]) (were you asleep when you did this?) 02:53:15 -!- jconn has joined. 02:54:25 -!- HackEgo has quit (Ping timeout: 252 seconds). 02:59:11 -!- tertu3 has quit (Ping timeout: 252 seconds). 03:04:00 -!- tertu has joined. 03:17:05 Did you read my latest Dungeons&Dragons recording that I typed yesterday? 03:28:51 Ugh, whenever I buy cup noodles, I go through a cycle of thinking that the 7-eleven clerk might think I'm poor, then feeling guilty about the previous thought 03:29:27 just buy them in industrial quantities from the manufacturer 03:29:52 Sgeo: It is highly unlikely the clerk even particularly cares. 03:30:09 Also, cup noodles are an indicator of either poverty *or laziness*. 03:30:16 I would think the clerk wouldn't (and shouldn't) care. 03:30:28 Also, I usually end up asking if I can use their hot water 03:30:54 But yeah. You are generally a very uninteresting part of their day. 03:33:55 Ok. I have had an awesome song on my computer since 2005, carried with me through a variety of systems, and I haven't heard it until now 03:33:58 At all, that I remember 03:34:03 I might not have remembered 03:34:04 Even if they do think of such thing, probably they don't care, and it wouldn't affect you, anyways. 03:37:07 -!- nisstyre has joined. 03:50:46 -!- ^v has quit (Quit: SoniEx2). 03:51:09 -!- Sorella has quit (Quit: It is tiem!). 03:56:08 -!- tertu has quit (Ping timeout: 240 seconds). 03:56:20 -!- tertu has joined. 03:59:28 -!- tromp has joined. 04:12:27 -!- tertu has quit (Ping timeout: 255 seconds). 04:13:06 -!- tertu has joined. 04:15:36 I need a better way to indicate which pieces of music are my favorites 04:15:49 -!- tromp has quit (Ping timeout: 252 seconds). 04:16:05 -!- tromp has joined. 04:16:11 In the past, I've used KDE ... marker things (or maybe GNOME marker things), Windows shortcuts, and literally copy/pasting the file so that I get "Copy of ..." 04:16:21 Only the last one survived to this day 04:16:36 executable bits hth 04:17:52 I would question whether that would actually have survived to the present, but apparently I have last modified dates that have survived from 2005 04:25:39 http://archive.wired.com/robots.txt huh. 04:29:47 Move (or delete) the music you don't like. 04:49:59 -!- Vorpal has quit (Quit: ZNC - http://znc.sourceforge.net). 04:58:09 -!- tertu has quit (Ping timeout: 252 seconds). 04:58:27 -!- tertu has joined. 05:00:35 -!- tertu has quit (Disconnected by services). 05:00:35 -!- ter2 has joined. 05:01:28 -!- nisstyre has quit (Quit: bai). 05:02:30 zzo38: The too many ^C codes are part of stock MediaWiki; they're from the IRCColourfulRCFeedFormatter of http://www.mediawiki.org/wiki/Manual:$wgRCFeeds and there's no IRCColourlessRCFeedFormatter available. (Though I could have stripped the color codes off myself, I guess.) 05:25:57 Why didn't you just modify it? 05:29:39 -!- pikhq has quit (Ping timeout: 245 seconds). 05:31:50 -!- pikhq has joined. 05:45:36 -!- ter2 has quit (Ping timeout: 255 seconds). 06:04:24 -!- ^v has joined. 06:12:31 -!- zzo38 has quit (Ping timeout: 255 seconds). 06:13:58 I saw no particular reason to, for the channel of `relcome and all. 06:17:50 Curious; the latest few recent changes have not been announced. 06:17:57 Didn't think it was *that* brittle. 06:19:39 Broken down it has, indeed. Strange. Even though the bridge bit is still running. 06:21:11 Oh, there's no HackEgo connected. 06:21:41 -!- HackEgo has joined. 06:21:51 -!- zzo38 has joined. 06:22:27 I don't know what has broken the post-reconnection rejoin of HackEgo; I haven't touched that part. (And it rejoined after that one ping timeout up there, at 02:43 UTC, but not after the 02:55 UTC one.) 06:22:35 [wiki] testing, testing, 1, 2, 3 06:22:43 At least that part had not broken down. 06:38:33 -!- not^v has joined. 06:39:28 inlining a lambda into its caller is a kind of constant propagation 06:39:56 also, compression is learning 06:42:11 -!- ^v has quit (Ping timeout: 252 seconds). 06:43:49 http://mushroomobserver.org/162974?q=1ttKN found & photographed by douglass_ in our backyard 06:47:21 difficult not to read as mushroom mob server 06:48:05 lazy is strict, right? 06:48:16 i saw that mushroom today 06:48:19 It just lies to the strictness analyzer? 06:49:51 shachaf: you could vote on what kind it is 07:23:06 technically the one you saw is not pictured though i might add a picture 07:23:16 it didn't turn out quite as well 07:23:54 http://www.mushroomexpert.com/major_groups.html here's a key you can use 07:27:11 http://www.mushroomexpert.com/abnormal.html 07:27:15 a three-headed morel! 07:39:02 I found an Agaricus with another perfectly formed cap growing right out of the top 07:39:06 didn't get a picture though 07:39:26 (this was on Mt. Sutro a bit before I found the Chicken of the Woods that I cloned.) 07:39:50 -!- MindlessDrone has joined. 07:41:24 Bike: huh indeed 07:47:18 -!- Bike has quit (Ping timeout: 240 seconds). 07:48:58 -!- not^v has quit (Quit: http://i.imgur.com/DrFFzea.png). 07:50:24 -!- Bike has joined. 07:50:43 whenever i shut down my computer the display totally goes to shit, it almost looks like snow 07:50:49 wonder if it's the weird proprietary drivers somehow 07:51:59 it's uploading nam-shubs thru yr. optic nerve 07:52:24 #badbios 07:54:50 oh shit 08:06:51 -!- Slereah has joined. 08:07:58 -!- Slereah_ has quit (Ping timeout: 240 seconds). 08:29:31 -!- Patashu has joined. 08:42:02 -!- conehead has quit (Quit: Computer has gone to sleep). 08:45:30 http://sprunge.us/dELU (paraphrasing from Finnish) well, that's a big change indeed. 08:51:50 :-) 08:53:37 -!- john_metcalf has quit (Ping timeout: 252 seconds). 08:53:45 -!- impomatic has quit (Ping timeout: 252 seconds). 08:57:36 -!- nooodl has joined. 08:58:34 -!- Patashu[Zzz] has joined. 08:58:34 -!- Patashu has quit (Disconnected by services). 09:03:31 -!- oerjan has joined. 09:04:09 -!- augur has quit (Quit: Leaving...). 09:04:20 `echo hi 09:04:20 hi 09:04:39 `echo ho 09:04:39 ho 09:04:45 It's off to work we go. 09:04:52 -!- vravn has quit (Ping timeout: 255 seconds). 09:04:52 i'm not getting to the codu logs 09:05:11 WFM 09:05:28 (Stalker mode, at least.) 09:05:33 hm... 09:06:31 what is the name of that effect where things start working as soon as you get someone to look at it 09:06:51 (fine for me, as long as it gets me to the logs) 09:08:43 -!- vravn has joined. 09:10:43 -!- olsner has joined. 09:13:57 [wiki] [[Cyclic tag system]] M http://esolangs.org/w/index.php?diff=39231&oldid=39229 * Oerjan * (+1) /* Example */ A paranoid test 09:14:41 I think it's called "the demo effect", at least in Finnish and hereabouts. 09:15:01 quintopia: my only explanation is that i somehow had two edit windows open, one only for the section and one for the whole article, and somehow pasted from vim into the wrong one 09:15:42 fizzie, the demo effect sounds like the other way round to me 09:15:51 ie, things stop working when you try to show them off 09:16:57 quintopia: that, and somehow missing my routine of checking my edits afterwards. maybe i _was_ asleep. 09:17:51 it's annoying when that effect happens to bugs I'm supposed to fix 09:20:36 Taneb: I think it's (at least occasionally) applied both ways, here; as in, also for bugs that stop "working" (start working) when you try to show them off. 09:20:58 I guess that makes sense 09:27:21 -!- Slereah has quit (Ping timeout: 255 seconds). 09:30:35 -!- tromp has quit (Ping timeout: 246 seconds). 09:47:49 GG has an 4th wall breaking almost title-drop today :) 09:48:37 http://archive.wired.com/robots.txt huh. <-- i had to test one of those, didn't i :( 09:54:23 argh. http://esolangs.org/wiki/Universal_Machine and http://esolangs.org/wiki/UM-32 are duplicates. I didn't search carefully enough. 09:54:44 how should I clean these up? should I merge the former into the latter? 09:55:16 yeah i think UM-32 is a better name 09:55:33 but where's that name from? is it mentioned somewhere in the task description? 09:55:43 ah indeed 09:55:52 http://boundvariable.org/um-spec.txt says "Object: UM-32 "Universal Machine"" 09:57:50 -!- MindlessDrone has quit (Quit: MindlessDrone). 10:03:53 -!- bigbugkik has quit (Remote host closed the connection). 10:07:51 [wiki] [[UM-32]] http://esolangs.org/w/index.php?diff=39232&oldid=25362 * B jonas * (+1066) 10:10:28 [wiki] [[Talk:Universal Machine]] http://esolangs.org/w/index.php?diff=39233&oldid=39226 * B jonas * (+107) 10:10:48 [wiki] [[Universal Machine]] http://esolangs.org/w/index.php?diff=39234&oldid=39191 * B jonas * (-1201) Redirected page to [[UM-32]] 10:11:18 [wiki] [[Language list]] http://esolangs.org/w/index.php?diff=39235&oldid=39209 * B jonas * (-24) 10:12:48 i can see this getting annoying with those people who edit articles in tiny steps 10:13:04 It'll probably break down far before that. 10:13:12 hmm, is this the first instance of a bot with a useful function for this channel? 10:13:27 fungot: Did you hear that?! 10:13:27 fizzie: mr papayannakis, is going to deal with it seriously with socio-economic accompaniment measures which, if implemented, will offer a referendum to the national data protection authorities, according to whether the us measures, which are normally very small and the large export capacity of many developing countries. 10:14:35 -!- boily has joined. 10:14:53 hoily 10:15:43 olsner: you so mean 10:16:31 `welcome.es is useful isn't it 10:16:32 ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: welcome.es: not found 10:16:49 `bienvenido 10:16:50 ​¡Bienvenido al centro internacional para el diseño y despliegue de lenguajes de programación esotéricos! Por desgracia, la mayoría de nosotros no hablamos español. Para obtener más información, echa un vistazo a nuestro wiki: http://esolangs.org/. (Para el otro tipo de esoterismo, prueba #esoteric en irc.dal.net.) 10:17:05 helooodl! 10:17:33 today is «journée d'élections»! 10:19:08 Today, the university main building had Finnish flags in the set of five flagpoles beside the main entrance, as opposed to the silly colorful university flags they usually do. 10:19:13 So it's probably some sort of a day. 10:20:10 fizzie: clearly celebrating canadian journée d'élections 10:20:18 Though I don't think I saw flags out there generally, so maybe it's something more specific. 10:20:49 [wiki] [[User:Nooodl/test]] N http://esolangs.org/w/index.php?oldid=39236 * Nooodl * (+2) Created page with "hi" 10:21:12 maybe User: namespace edits shouldn't be reported 10:21:33 "International Bird Migration Day in Costa Rica" it's probably not that 10:21:46 they'd not use finnish flags then 10:22:00 The feed functionality didn't really have any options. Other than to hide bot edits, but I guess we don't have any wikibots? 10:22:29 fungot: are you a wikibot? 10:22:30 boily: madam president, please allow me to make one observation and three recommendations. as i have already referred to some of you have referred to, which may be suffered by women on account of support from the structural reform process laid down in the wait-and-see policy and the activities of the paramilitaries' involvement in the support of all current internal investigations involving allegations of fraud and irregulariti 10:22:34 Could add a d in the sed, I guess. 10:22:47 oerjan: that's the day they can air the flags without worrying because the birds will be away ;) 10:23:26 fizzie: well during major spam runs we sometimes turn on the bot flag to make them disappear. but that only works in afterthought. 10:23:27 it's a congress bot now. 10:23:40 *disappear from recent changes 10:24:39 Speaking of which, is Freefall now going to turn into a month of heated debate? 10:24:53 good question 10:25:08 no, i think it'll be at least 3 months hth 10:26:10 i guess it might be alternating with sam and florence 10:26:33 so make that a year of on-off debate. 10:27:20 Ah, first we have to rehash all of Asimov's logic tricks. 10:27:42 Oh well, let's wait and see. 10:28:18 Maybe Dr. Bowman gets a chance to make an appearance and save the day. That could be fun. 10:29:14 -!- SpaceWizard has joined. 10:29:39 [wiki] [[Deadfish]] http://esolangs.org/w/index.php?diff=39237&oldid=38919 * Nooodl * (-59486) /* Implementations */ move to separate article 10:30:21 I guess it's even borderline possible that the wiki notices might get more people work on it? 10:30:58 [wiki] [[Deadfish implementations]] N http://esolangs.org/w/index.php?oldid=39238 * Nooodl * (+59587) Created page with "Implementations of the '''[[Deadfish]]''' language. Some of these implementations may not be considered fully compliant, sometimes because an implementor has implemented the ..." 10:32:38 nooodl: eek 10:32:46 you are ruining years of tradition here 10:33:38 is the tradition to stretch out the deadfish page to ridiculous lengths!! 10:33:45 also the number of implementations is the most impressive part of the deadfish page 10:33:48 yes! 10:34:14 "The language defined by the Revised Revised Revised Revised Revised Report on the Algorithmic Language Scheme" 10:34:26 what if they revise it again, will you add another entry? 10:34:42 they already did. and are doing it again. 10:35:25 but the implementation is in R5RS 10:36:02 (whether there are any changes that would break it in later ones, i don't know) 10:36:54 R⁷RS is getting to be pretty close to finished, these days. 10:38:51 `unidecode ⁷ 10:38:51 ​[U+2077 SUPERSCRIPT SEVEN] 10:41:24 Shouldn't've been fancy, I see. 10:43:07 I see dead superscript sevens... 10:50:19 -!- password2 has joined. 11:02:00 -!- boily has quit (Quit: CITIZEN CHICKEN). 11:04:15 speaking of deadfish: i ~omg optimized~ the hello world, and also generalized it 11:04:51 http://sprunge.us/EJAQ like so 11:57:28 -!- Patashu has joined. 11:58:39 -!- Patashu[Zzz] has quit (Ping timeout: 255 seconds). 11:59:56 -!- Patashu has quit (Client Quit). 12:09:00 -!- yorick has joined. 12:15:50 -!- Patashu has joined. 12:23:50 -!- augur has joined. 12:30:15 nooodl: we might as well delete the deadfish article if it isn't filled with implementations 12:38:38 -!- Sorella has joined. 12:41:21 elliott: should i put 'em back? 12:41:38 well, arguable. I mean, it is deadfish 12:49:36 -!- Sgeo has quit (Read error: Connection reset by peer). 12:50:35 . o O ( clearly there should be two pages, one with, and one without the implementations, in addition to the separate page of implementations, just to satisfy all tastes. ) 12:56:49 Also one empty page with neither the implementations, nor the language. 13:03:09 and one stub with all the [citation needed] annotations. 13:12:48 -!- oerjan has quit (Quit: leaving). 13:17:27 -!- S1 has joined. 13:20:48 -!- SpaceWizard has quit (Read error: Operation timed out). 13:27:41 -!- `^_^v has joined. 13:37:16 -!- Sellyme has quit (Excess Flood). 13:37:46 -!- Sellyme has joined. 13:37:47 -!- Sellyme has quit (Excess Flood). 13:38:47 -!- Sellyme has joined. 13:52:30 -!- SpaceWizard has joined. 14:15:22 -!- Patashu has quit (Ping timeout: 255 seconds). 14:23:53 -!- SpaceWizard has quit (Read error: Operation timed out). 14:24:47 -!- SpaceWizard has joined. 14:28:40 -!- zzo38 has quit (Remote host closed the connection). 14:32:10 -!- lambdabot has quit (Remote host closed the connection). 14:36:31 -!- lambdabot has joined. 14:36:49 @faq 14:36:55 The answer is: Yes! Haskell can do that. 14:38:24 Oh I meant to change that. 14:38:46 change why? 14:38:53 @where faq 14:38:53 http://www.haskell.org/haskellwiki/FAQ 14:39:37 That seems to be a slightly more useful reply. 14:39:59 Less cheeky. 14:40:33 -!- Sellyme has changed nick to BenignAardvark. 14:40:46 -!- BenignAardvark has changed nick to Sellyme. 14:43:13 int-e: enjoy all the whining you get in #haskell for it :) 14:44:01 elliott: when was the last time you saw @faw being used on #haskell? My backlog isn't long enough ... 14:44:08 @faq even 14:44:08 The answer is: Yes! Haskell can do that. 14:44:18 lambdabot: oh shuddup. 14:44:48 int-e: I don't know, I left. but people made lots of sad faces at me just for saying I'd make @faq do that, when it was being used unhelpfully like once a day. 14:44:54 even in -ops :p 14:45:18 maybe the problem has gotten better. 14:45:36 I'm inclined to silently change it and wait for the complaints. 14:45:50 But it can wait for the ghc 7.8 update. 14:46:21 run on GHC HEAD! it'll be more exciting 14:47:15 thanks, no. 14:47:29 up to a month ago half of the dependencies didn't even build 14:47:53 -!- john_metcalf has quit (Ping timeout: 240 seconds). 14:47:54 (I was surprised to find last weekend that they do build now) 14:53:51 -!- S1 has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client). 14:58:06 :-) 15:02:18 http://article.gmane.org/gmane.comp.mozilla.devel.platform/7648 hell yeah 15:03:40 and all I needed for getting lambdabot to compile was a role annotation in a hs-boot file: https://github.com/int-e/lambdabot/commit/dc7ee36480a3e2b4e1b25d0022de72b764029bf7 15:06:15 Hmm. Should I feel bad about abusing this channel for talking about lambdabot? 15:06:36 have you noticed how little we talk about esolangs? 15:06:59 Of course. 15:08:18 I have written much code for lambdabot. Unfortunately the reference implementation changes often. 15:08:48 couldn't you just have @faq say both 15:09:06 @dice d20 15:09:06 int-e: 11 15:09:08 no. 15:09:41 @faq couldn't you just have @faq say both 15:09:41 The answer is: Yes! Haskell can do that. 15:10:37 i doubt that question is asked frequently 15:11:31 What are you, a frequentist? 15:11:33 If I wanted random answers I'd change @faq into an 8ball clone. 15:13:19 if you want an 8-ball, /msg perlbot 8ball your question here 15:13:42 -!- SpaceWizard has quit (Quit: Leaving). 15:14:01 -!- SpaceWizard has joined. 15:14:20 Despite Pugs I still believe that using Perl is against the spirit of Haskell. 15:14:45 If you want an 8-ball, wait a random period of time and ask #haskell whether you can retrieve the IO from an IO String 15:15:11 Jafet: That sounds like a viable approach. 15:15:33 Jafet: Assuming you meant to retrieve the String. 15:15:50 -!- zzo38 has joined. 15:15:52 @quote IO.from 15:15:53 No quotes match. You untyped fool! 15:16:20 @quote monochrom IO.String 15:16:21 monochrom says: How do I extract the IO out of IO String? 15:16:49 Oh. Typical monochrom there. 15:17:15 -!- MindlessDrone has joined. 15:36:48 -!- SpaceWizard has quit (Read error: Operation timed out). 15:38:28 -!- SpaceWizard has joined. 15:40:02 -!- tromp has joined. 15:41:40 -!- tromp has quit (Read error: Connection reset by peer). 15:42:23 -!- tromp has joined. 15:43:27 -!- nucular has joined. 15:46:36 -!- tromp has quit (Ping timeout: 252 seconds). 16:30:01 Do you play a computer game "Sub-EBCDIC ZZT Village Part II"? 16:30:14 -!- SpaceWizard has quit (Ping timeout: 252 seconds). 16:34:35 -!- SpaceWizard has joined. 16:44:34 -!- ^v has joined. 16:54:24 `olist (948) 16:54:25 olist (948): shachaf oerjan Sgeo FireFly boily nortti 17:00:09 Remember: Quidquid latine dictum sit, altum viditur. 17:01:30 <^v> \o/ the barely wiki page is wrong, also the brainfuck conversions are now wrong 17:01:45 <^v> Y u no test. 17:02:43 Then you should fix it please. 17:02:59 -!- S1 has joined. 17:03:08 -!- S1 has left. 17:13:58 [wiki] [[Talk:MarioLANG]] http://esolangs.org/w/index.php?diff=39239&oldid=37562 * T.J.S.1 * (+119) correction about 99bottles program 17:21:18 -!- SpaceWizard has quit (Ping timeout: 255 seconds). 17:39:23 -!- SpaceWizard has joined. 17:55:28 idea i had: can you perform any calculations using the functions and constants in python's "math" module 17:55:57 looks like A+B is pow(hypot(sqrt(A),sqrt(B)),trunc(gamma(pi))) 18:00:33 reasonable 18:00:47 A*B is log(pow(exp(A),B)) and A+B is log(exp(A)*exp(B)) is log(log(pow(exp(exp(A)),exp(B)))) but that hits floating-point range errors pretty soon. 18:00:55 It can compute 1+2 but not 5+7. 18:02:45 2+3 is still okay, too, and only involves 2.851123567946167e+64 as an intermediate number. 18:04:46 does "math" allow you to specify a base for log? i know mpmath does. if so, you can use 1.0000000000001 as a base and add large numbers too 18:14:02 -!- chaiomanot has left ("Leaving"). 18:14:44 It does, yes. 18:14:53 (That is a true.) 18:17:13 log_a(b) = log(b)/log(a) (where _ indicates a subscript) 18:18:01 int-e: / is not in the module 18:18:37 Though since you can give base as an argument, maybe that's a way to do A/B. 18:18:40 >>> log(log(pow(pow(1.0000000000001,pow(1.0000000000001,17)),pow(1.0000000000001,13)),1.0000000000001),1.0000000000001) 18:18:43 0.0 18:18:44 Has some round-off problems, though. 18:18:48 >>> log(log(pow(pow(1.001,pow(1.001,17)),pow(1.001,13)),1.001),1.001) 18:18:48 30.00000000004227 18:18:52 That's quite close. 18:18:54 tan(atan2(A,B)) works sometimes! 18:19:19 quintopia: I missed the significance of the quotes. 18:19:32 * int-e goes back to reading webcomics. 18:20:57 fizzie: a power of -1 seems to be the obvious way to do A/B. i would expect less error. 18:23:11 also the "gimmick" is you have to construct your constants from functions and math.e and math.pi!! 18:26:06 @run π 18:26:07 Not in scope: `π' 18:31:24 -!- SpaceWizard has quit (Ping timeout: 255 seconds). 18:35:35 nooodl: well, that pretty much bars you from doing large numbers. 18:37:59 -!- password2 has quit (Ping timeout: 246 seconds). 18:42:08 -!- zzo38 has quit (Remote host closed the connection). 18:44:04 >>> b = tanh(e); log(log(pow(pow(b,pow(b,17)),pow(b,13)),b),b) 18:44:04 30.000000000000284 18:44:07 That's not too shabby. 18:44:20 Though summing via hypot is much more sane, I'm not arguing against that. 18:44:29 (tanh is a nice way to get numbers close to one.) 18:45:35 hmm didn't think of that 18:47:59 I assume you'd count fsum((A,B)) cheating? 18:48:52 yeah (imo forming tuples isn't in the module) 18:49:11 fsum(frexp(1)) though 18:53:41 i've been thinking about having an esolang that gives you complex built-ins and forces you to build simple things through creative use of them 18:58:28 there was that language on the wiki recently 19:02:06 http://esolangs.org/wiki/SELECT. hm! 19:06:02 [wiki] [[SELECT.]] M http://esolangs.org/w/index.php?diff=39240&oldid=38622 * Quintopia * (-1) /* Etymology */ grammar and spelling 19:08:33 -!- nucular has quit (Quit: Excess Food). 19:11:07 mmm food 19:11:15 time to get ready for work 19:13:17 -!- MindlessDrone has quit (Quit: MindlessDrone). 19:15:45 -!- conehead has joined. 19:17:34 -!- sebbu has quit (Ping timeout: 245 seconds). 19:48:24 what's that red M. minor edit? 19:49:28 -!- Mortape123 has joined. 19:50:16 -!- Mortape123 has quit (Client Quit). 19:50:29 Yes. 19:50:48 Nice to have it bright red like that, so that you don't miss any of those minor edits. 19:52:34 -!- sebbu has joined. 19:53:13 -!- sebbu has quit (Changing host). 19:53:13 -!- sebbu has joined. 19:55:54 -!- SpaceWizard has joined. 20:03:59 verily 20:05:31 -!- elliott_ has joined. 20:09:37 `coins 20:09:39 nandcoin schecoin mailaxcoin biltcoin shinycoin checoin knglycoin biecoin percoin ~coin birdhmentalkcoin ooetiocoin gultermanaxatificularycogschcoin firecoin bulocoin rel-petcoin gottcoin henetidadcoin leszecoin congcoin 20:09:55 kind of want HackEgo to join ##crypto just for that 20:10:17 -!- fizzie has quit (*.net *.split). 20:10:18 -!- elliott has quit (*.net *.split). 20:10:43 -!- fizzie has joined. 20:14:08 maybe you could arrange for `coins to temporarily join ##crypto, dump that, then leave 20:15:20 (but I suspect the connections to IRC are managed outside the sandbox in a way that makes that messy) 20:16:06 i hope so 20:16:22 olsner: You are a correct. 20:16:26 Make a bot that tunnels coinage to the other channel 20:17:43 My hard drive is almost full so I am going to get a new one 20:17:49 That is much larger 20:18:39 it's a trap, the new disk will also run out of space 20:19:07 http://en.wikipedia.org/wiki/Spaghetti_code#Related_terms I feel that the images here really help illustrating the concept 20:19:13 -!- zzo38 has joined. 20:19:23 Taneb: I did that, and now the hard disk in this desktop is so large, the disk for backups is having space problems. 20:19:50 Indeed. And it will take you longer to move off larger disks. It's like gravity. 20:19:50 fizzie, I solve that problem by not caring about anything enough to back it up 20:20:40 Any recommendations for hard-drive? 20:20:54 recommend a good one 20:21:14 FireFly: hmm, most of those read like "good" code according to that article 20:21:48 if lasagna code is "well-defined and separable layers", what's the term for code that is just layers everywhere? 20:22:45 FWIW, I bought a pair of "Seagate Barracuda ST3000DM001 3TB" disks for this desktop, because I've heard bad things about probably every (mainstream) brand, and it's all a crapshoot anyway. 20:23:07 There's supermarket microwave oven lasagna code, which is when your layers leak into each other and there is an odd smell in the background. 20:23:08 fizzie, I've heard they have problems with reliability 20:23:09 The last paragraph of the lasagna code section mentions how it could also be an anti-pattern if overdone 20:23:19 Taneb: I've heard that said of everything, though. 20:23:29 fizzie: there are two mainstream brands, so you may have indeed heard about all of them 20:24:16 Jafet: There used to be more, though. 20:25:19 There are the "green" disks, where most of the bad things you hear are actually true. Then there are the "black" ones which most people use. 20:25:45 WD also has enough other colours to start a gay pride parade but most of them are just product binning. 20:26:15 I think Seagate dropped the "green" nomenclature. 20:27:26 -!- oerjan has joined. 20:27:43 Looking at the Seagate section of the local shop, there's just other arbitrary terms ("Constellation", "Enterprise Capasity Series", "NAS", ...) now. 20:28:06 Also the middle one was spelled "Enterprice" here. Trying to hint at something, perhaps. 20:28:32 Or maybe it's the c from "capacity". 20:28:38 Perhaps you get to choose. 20:29:00 hinting that the shop owner doesn't spell well? 20:29:29 olsner: It's the biggest e-retailer in all of Finland, I think. 20:29:58 http://en.wikipedia.org/wiki/Verkkokauppa.com Notable enough for Wikipedia, yet can't spell. 20:32:02 well, seagate spells it normally afaict 20:32:10 They seem to, yes. 20:32:19 The product links also have it right there in the URL. 20:33:05 WD has 3TB drives in "Green", "Purple", "Red", "Se" and "Black", and I'm wondering what kind of color "Se" is. 20:33:19 Oh, it's short for Server. 20:33:44 -!- hexagon has quit (Read error: Connection reset by peer). 20:34:22 experts recommend buying a whole rainbow of drives 20:36:40 Oh, not a selenium hard drive 20:37:10 "WD Green Power -malleissa yhdistyy tehokkuus, luotettavuus ja ennen kaikkea virransäästö." "WD Purple-malleissa yhdistyy tehokkuus ja ennenkaikkea luotettavuus." "WD Red-malleissa yhdistyy tehokkuus, luotettavuus ja ennen kaikkea virransäästö." "WD Se-malleissa yhdistyy tehokkuus ja ennenkaikkea luotettavuus." "WD:n uudistuneessa Black -kovalevysarjassa yhdistyy huippuluokan ... 20:37:16 ... suorituskyky ja luotettavuus." Well, it's good that they're well differentiated, at least. 20:38:05 oh, Selenium comes in several colors. Neat. 20:38:55 -!- Guest652 has joined. 20:39:15 -!- Guest652 has changed nick to hexagon. 20:50:23 -!- nisstyre has joined. 21:02:25 -!- Patashu has joined. 21:03:30 If you need more than one drive you can get each one different color, to tell apart. 21:13:00 -!- Sellyme has quit (Excess Flood). 21:13:17 -!- Sellyme has joined. 21:25:09 -!- Patashu has quit (Ping timeout: 252 seconds). 21:39:35 -!- nisstyre has quit (Quit: WeeChat 0.4.3). 21:48:12 -!- boily has joined. 21:56:16 -!- idris-ircslave has quit (Quit: Terminated). 21:56:33 -!- idris-ircslave has joined. 22:11:28 -!- boily has quit (Quit: Poulet!). 22:41:12 [wiki] [[User:Rdebath]] http://esolangs.org/w/index.php?diff=39241&oldid=39221 * Rdebath * (+557) /* Performance Matrix */ 22:42:03 -!- rodgort has quit (Quit: ERC Version 5.3 (IRC client for Emacs)). 22:42:57 -!- augur has quit (Remote host closed the connection). 22:47:59 -!- rodgort has joined. 23:20:03 -!- augur has joined. 23:21:02 -!- augur has quit (Read error: Connection reset by peer). 23:21:25 -!- augur has joined. 23:33:53 -!- yorick has quit (Remote host closed the connection). 23:33:55 -!- nisstyre has joined. 23:48:42 [wiki] [[Special:Log/newusers]] create * Quojil * New user account