00:00:17 Either I'm misunderstanding the meaning of the back button, or Google violates their own guidelines 00:03:23 "In the case of the Back button, you should make navigation more predictable by inserting into the task's back stack the complete upward navigation path to the app's topmost screen. This allows users who've forgotten how they entered your app to navigate to the app's topmost screen before exiting." 00:03:32 (wrt Notifications) 00:05:36 -!- Bicyclidine has quit (Ping timeout: 255 seconds). 00:10:40 That is very much Google violating their own guidelines. 00:10:45 *All* the Google apps do that too. 00:10:54 It's fucking obnoxious. 00:11:48 Wait, wait, reading that quote there. 00:11:54 pikhq: sounds like they are following their guidelines... but the guideline is bizarre. 00:12:05 Holy shit that guideline is terrible. 00:12:05 Are people supposed to learn to use their phones by reading developer docs? 00:12:31 Who the everloving fuck designed that? 00:12:42 Like, have they even tried *using* this? 00:12:51 pikhq: well, if it's consistent... and in bold letters somewhere when you first turn on the phone... you could get used to it 00:12:56 It's the law of least surprise, not the law of maximal surprise! 00:13:03 It's not knowing the guideline, like any lay user, that gives me a headache 00:13:10 But it's only slightly less surprising than having the phone emit dicks. 00:14:51 -!- Bicyclidine has joined. 00:30:29 that guideline is reasonable if you think of it as a hierarchy 00:30:35 it goes back unless there's no way back, in which case it goes up 00:30:50 so you move from X to gmail -> message, go up to gmail, then back to X 00:31:27 Is this in the manual somewhere? Maybe I should read it 00:31:41 -!- Bicyclidine has quit (Ping timeout: 255 seconds). 00:32:28 Or a built-in tutorial.. 'this is the exact meaning of the back button' 00:34:16 elliott: The issue is that it's from a notification, so the *apparent* thing is you went from X to message, and then you go up to gmail. 00:34:46 "No, no, no, no, I didn't want to go to gmail!" has been a common thought. 00:35:24 pikhq: sure, it may be less useful. I'm not sure it's confusing though. from iOS, I'd be used to "< Inbox" being in the top left, so I associate messages as being inside the hierarchy of the mail app, and would even associate a left arrow "back" symbol as going to the inbox 00:35:34 as in, it doesn't confuse me :) 00:35:59 It irritates the everloving shit out of me. 00:36:09 It's worse with links... 00:36:13 Say, a link opens in Youtube. 00:36:34 Youtube just inserts its entire navigation stack into the hierarchy there. 00:36:50 Which is to say you might be 20 taps away from your other app. 00:37:32 I'm scared of the back button. I just use multitasking navigation to switch between apps 00:37:42 I should note though that the only mental analog to the Android "back" button I have is a browser back button. 00:38:01 When a website does this sort of thing I want a web developer's head on a silver platter. 00:38:48 So maybe iOS offers one less navigation option than Android, but it's not a big loss because that navigation option is nonsensical anyway 00:38:59 Or does iOS offer something else in its place 00:39:31 iOS has an app switcher? 00:39:39 I thought it did 00:39:46 it does 00:39:51 that was a statement 00:39:56 it orders by most recent use, so you can use it to go back easily 00:40:12 pikhq: true. that would be horrible on the web. so I agree with you 00:40:37 pikhq: that said, phone apps are way more siloed than the web, for better or for worse 00:41:02 They're less siloed on Android 00:41:13 *than on iOS, I mean 00:41:15 But yeah. The Android "back" button is not obviously a "go up a level on the application heirarchy" button. 00:41:36 well, my standard for unsiloed environments is, like, unix or smalltalk 00:41:42 (mythical, never-really-existed unix, that is) 00:41:47 It's "kinda that web browser back button, only it sometimes decides to kick your expectations instead" 00:41:57 elliott: So, Plan 9 From Bell Labs unix? 00:42:00 iOS is getting less silo-y over time, anyway 00:42:23 pikhq: yeah sure. you probably have to use sam instead of acme to qualify too. 00:42:36 Won't disagree with that. 00:42:39 unix philosophy was DOA :p 00:42:40 Apparently it costs a bunch of money to develop an app that -isn't- meant for the general public on iOS 00:43:22 https://developer.apple.com/programs/ios/enterprise/ 00:43:48 uh... 00:43:53 Oh, and need to be an actual company 00:44:00 "a bunch of money" and enterprise in the URL, and it's $299/year? 00:44:05 -!- zzo38 has joined. 00:44:11 For an enterprise that's kinda a bargin. 00:44:13 even $299/month would be cheap with the setup you gave that 00:44:36 that's <$25/month, you could pay more than that on a VPS easily 00:44:39 *for a VPS 00:44:52 plus developing for iOS is $99/year to start with 00:44:59 Ok, not expensive for a real enterprise. But... what if I want to make an app for just me and my friends 00:45:06 Trust me, even a fairly small business can afford that... 00:45:45 Sgeo: well, is $99/yr acceptable for that to you but not $299/yr? 00:45:47 Also, for that if I really cared I'd just set up a quick (non-tax-exempt) non-profit for the purpose and have friends pay dues to cover the costs. 00:46:11 I mean sure it's more pain than it's really *worth*, but it's actually not a terribly difficult hoop. 00:46:14 but, you can probably do something with this: 00:46:25 https://stackoverflow.com/questions/40154/how-do-you-beta-test-an-iphone-app 00:46:33 -!- Phantom_Hoover has quit (Ping timeout: 260 seconds). 00:46:40 https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/TestingYouriOSApp/TestingYouriOSApp.html 00:46:44 Believe it or not, but setting up some form of corporate entity is an afternoon's effort. 00:46:51 https://developer.apple.com/app-store/Testflight/ 00:47:29 Hmm 00:48:33 On a 64-bit Linux computer, how long is a short integer? 00:49:42 zzo38: 16 bits. 00:49:54 Good. 00:50:07 But for some reason ZORKMID doesn't work on 64-bit Linux computers. 00:50:21 Also, you probably should use int16_t and uint16_t. 00:52:17 It works on Windows, and on Wine, but if compiled on a 64-bit Linux computer, it fails to understand any input. 00:54:35 * Sgeo looks at Nim(rod) 00:54:58 I remember seeing it mocked (in here?) for ab a_b and aB being equivalent 00:55:24 I guess that could make it hard to grep for things 00:56:43 This is the program: http://zzo38computer.org/zmachine/interp/zorkmid.zip Do you think you can find the mistake? I think it might be in the "vocab_lookup" function? 01:13:15 -!- AndoDaan_ has joined. 01:14:52 -!- AndoDaan has quit (Ping timeout: 245 seconds). 01:36:05 -!- zzo38 has quit (Read error: Connection reset by peer). 01:36:18 -!- zzo38 has joined. 01:37:57 -!- bb010g has joined. 01:47:06 -!- AndoDaan_ has quit. 01:59:51 -!- nys has quit (Quit: quit). 02:09:07 -!- Sprocklem has joined. 02:29:56 -!- AndoDaan has joined. 02:39:33 "With parenthesis and semicolons (;) you can use statements where only an expression is allowed:" 02:39:46 Not -quite- no statement/expression distinction, but seems close 02:46:36 I believe that in BLISS there is no statement/expression distinction at all; you can put statements anywhere an expression is expected. 03:02:40 -!- brandonson has quit (Quit: WeeChat 0.4.3-dev). 03:10:12 -!- MDream has joined. 03:11:11 -!- oerjan has quit (Quit: leaving). 03:13:10 -!- MDude has quit (Ping timeout: 255 seconds). 03:14:01 -!- MDude has joined. 03:15:14 -!- MDream has quit (Ping timeout: 272 seconds). 03:18:06 -!- AndoDaan has quit. 03:28:07 (Also in programming languages such as Forth you can easily put anything anywhere.) 03:49:18 I guess I shouldn't look at iOS's lack of a back button as a feature. In theory, I think I could have an iOS like experience in that regard by just ignoring it. Unless there are apps that don't use an up button 03:50:51 How does iOS handle default apps? Something saner than 'wipe out a chunk of your preferences to change your preferences'/ 03:52:03 -!- conehead has quit (Ping timeout: 258 seconds). 04:07:15 Sgeo: IME, assume you want to use the Apple app forever until the end of time, unless none is provided and then be inconsistent or refused to work anyway. 04:08:01 Oh, fantastic. 04:08:04 >:( 04:08:17 You still have to jailbreak just to change the default browser. 04:11:44 http://tldrwikipedia.tumblr.com/post/100524800108 04:25:38 Is it possible with CSS to put text where pictures belong? 04:41:14 Which picture formats support DPI to be specified inside of the picture file? 04:51:23 Are there any mobile OSes that have sane default app resolution? 04:51:36 Any OSes, for that matter? 05:05:15 -!- AndoDaan has joined. 05:54:47 debian? 06:05:20 -!- AndoDaan has quit (Ping timeout: 248 seconds). 06:05:42 -!- AndoDaan has joined. 06:05:53 -!- conehead has joined. 06:26:34 zzo38: I think jpeg and png both support saving the dpi in the picture file, but most viewers will ignore that 06:47:53 -!- skarn has quit (Ping timeout: 272 seconds). 06:51:58 -!- skarn has joined. 07:04:59 -!- AndoDaan has quit (Ping timeout: 272 seconds). 07:05:12 -!- AndoDaan has joined. 07:26:03 Are either Ubuntu phone or Firefox phone likely to be interesting? 07:27:00 -!- Frooxius has joined. 07:27:14 -!- Patashu has joined. 07:30:16 Taneb: You should read "Learn you a Burlesque for no good" then ;) 07:33:00 !blsq ?_ 07:33:00 "I have 340 non-special builtins!" 07:33:41 elliott, Taneb: Burlesque is just about knowing the 340 builtins :) 07:33:43 and the syntax 07:33:47 but the syntax is incredibly easy 07:37:23 -!- conehead has quit (Quit: Computer has gone to sleep). 07:44:24 that sounds a little boring :( 07:58:51 `unicode FULLWIDTH GREATER 07:58:52 U+FF1E FULLWIDTH GREATER-THAN SIGN \ UTF-8: ef bc 9e UTF-16BE: ff1e Decimal: > \ > \ Category: Sm (Symbol, Math) \ Bidi: ON (Other Neutrals) \ Character is mirrored \ Decomposition: 003E 08:10:31 and it's somewhat related to Haskell 08:10:59 i.e. builtins are mostly named after Haskell functions 08:11:15 !blsq 10ro{2dv}pt 08:11:15 {{2 4 6 8 10} {1 3 5 7 9}} 08:11:45 !blsq 10ro{2dv}ptp^?+ 08:11:45 {3 7 11 15 19} 08:12:09 !blsq 10ro2co{p^?+}m[ 08:12:10 {3 7 11 15 19} 08:12:57 !blsq 10ro2co{p^?+}m[2co{p^?-}m[ 08:12:57 {4 4 ERROR: Burlesque: (.-) Invalid arguments! 19} 08:13:20 !blsq 10ro2co{p^?+}m[2co 08:13:20 {{3 7} {11 15} {19}} 08:13:32 hm 08:13:39 !blsq 10ro2co{p^?+}m[2CO{p^?-}m[ 08:13:39 {4 4 4 4} 08:19:46 !blsq 10ro4mo?+ 08:19:46 {5 10 15 20 25 30 35 40 45 50} 08:20:47 elliott: the interesting part is the golfing 08:21:01 and some sideeffects of commands 08:21:02 like 08:21:06 !blsq {1 2 3 4}mo 08:21:07 {1 4 9 16} 08:21:52 -!- heroux has quit (Ping timeout: 255 seconds). 08:22:00 (i.e. mo was never intended to be able to do that. It's just a side-effect of the way mo was implemented) 08:22:29 what's it meant to do? 08:22:35 !blsq 4mo 08:22:35 Ain't nobody got time fo' dat! 08:22:38 !blsq "4"mo 08:22:38 Ain't nobody got time fo' dat! 08:22:42 !blsq {"a" "bc"}mo 08:22:42 {"1a" "2cb"} 08:22:53 -!- heroux_ has quit (Ping timeout: 272 seconds). 08:23:05 elliott: It's multiples of 08:23:09 but it returns an infinite list 08:23:13 so you have to call take 08:23:19 !blsq 4mo10.+ 08:23:19 {4 8 12 16 20 24 28 32 36 40} 08:24:30 (the {"a" "bc"}mo thing is also a side-effect) 08:26:00 I guess it is like J. 08:26:40 That seems to be the word about Burlesque :) 08:27:47 in J you can do 4 * 1 2 3 4 5, 1 2 * 1 2 3 4 5, etc. 08:27:51 I guess it doesn't do infinite arrays 08:27:56 but in J it works for any number of dimensions 08:28:02 !blsq {1 2 3 4 5}4?* 08:28:02 {4 8 12 16 20} 08:28:21 !blsq 1 2 3 4 5CL4?* 08:28:21 {20 16 12 8 4} 08:28:54 !blsq 1 2 3 4 5Cl4?* 08:28:54 {4 8 12 16 20} 08:29:10 -!- heroux has joined. 08:29:13 !blsq 1 1q.+10C!#s 08:29:13 {144 89 55 34 21 13 8 5 3 2 1 1} 08:29:27 !blsq 1 1q.+10C!#s++ 08:29:27 376 08:29:29 -!- heroux_ has joined. 08:29:40 ^- sum of the first 10 fib numbers 08:30:19 elliott: Burlesque has lazyness. That's kinda fun sometimes 08:31:15 However, for people without Haskell background it might be hard to see what stuff breaks lazyness 08:31:21 for example 08:31:34 !blsq 1R@{?i}m[10.+ 08:31:34 {2 3 4 5 6 7 8 9 10 11} 08:31:47 !blsq 1R@{?iJPp}m[10.+ 08:31:47 {2 3 4 5 6 7 8 9 10 11} 08:31:55 this will work fine 08:32:08 !blsq 1R@{?iJPp}m[10.+p/ 08:32:08 Ain't nobody got time fo' dat! 08:32:13 ^- this wont. 08:32:30 Pp pushes to the secondary stack 08:32:36 and p/ performs a swap on the secondary stack 08:32:44 1R@ is an infinite list 08:33:08 {?iJPp} pushes every number to the secondary stack 08:33:16 which works fine as long as you don't access it 08:33:34 but as soon as you acces the secondary stack it will loop forever 08:34:09 !blsq 1R@{?iJPp}m[10.+p\{}#Sp\ 08:34:09 {2 3 4 5 6 7 8 9 10 11} 08:34:16 this on the other hand will work again 08:34:25 since it doesn't require evaluing the secondary stack :) 08:34:46 !blsq 1R@{?iJPp}m[10.+p\CL10.+#Sp\ 08:34:46 {2 3 4 5 6 7 8 9 10 11} 08:34:52 !blsq 1R@{?iJPp}m[10.+p\CL10.+#Sp\p/ 08:34:52 Ain't nobody got time fo' dat! 08:34:55 hm 08:35:24 !blsq 1R@{?iJPp}m[10.+p\Cl10.+#Sp\p/ 08:35:24 Ain't nobody got time fo' dat! 08:35:37 CL/Cl might eval stuff 08:36:33 in general the J model is very good for short code. 08:36:45 how easy is a fold in burlesque 08:36:58 !blsq {1 2 3 4 5}{.+}r[ 08:36:58 15 08:37:04 r[ is "reduce" 08:37:15 if that's what you mean by fold 08:37:26 ...if it's haskelly, shouldn't you know what a fold is? :p 08:37:31 what does that use as the zero? 08:37:34 I know what foldl is 08:37:55 but not foldr? :p 08:37:55 r[ is foldl1 08:38:10 !blsq {1}{.+}r[ 08:38:10 1 08:38:27 it uses the first element in the list as initial value 08:39:10 !blsq 1 2 3 4 5q.+5E! 08:39:11 ERROR: Burlesque: (.+) Invalid arguments! 08:39:14 !blsq 1 2 3 4 5q.+4E! 08:39:14 15 08:40:01 !blsq 1 2 3 4 5{ien!}{.+}w! 08:40:01 ERROR: Burlesque: (w!) Invalid! 08:40:05 hm 08:40:08 ok 08:40:19 !blsq 5ie 08:40:19 ERROR: Burlesque: (ie Invalid arguments! 08:40:24 !blsq 1 2 3 4 5{isn!}{.+}w! 08:40:24 Ain't nobody got time fo' dat! 08:40:36 !blsq 1 2 3 4 5{isn!}{.+}w! 08:40:37 Ain't nobody got time fo' dat! 08:40:43 !blsq 1 2 3 4 5{.+}{isn!}w! 08:40:43 ERROR: Burlesque: (.+) Invalid arguments! 08:40:57 anyway. It's stack-based 08:41:01 J probably isn't? 08:41:45 yeah, it isn't 08:41:50 in J, fold is +/1 2 3. fwiw 08:41:55 J also has forks which are very powerful for golfing 08:42:14 for instance +/%# is a function to calculate the mean (of an arbitrary n-dimensional array) 08:42:34 actually I think it might do fun things with higher-dimension things, like calculating the mean of each column 08:42:57 the gloss there is "add fold divide length", basically 08:43:05 Burlesque doesn't have that 08:43:10 !blsq {1 2 3 4 5}AV 08:43:10 3.0 08:43:13 in other words, (f g h) x is f x g h x 08:43:20 !blsq {{1 2 3} {4 5 6}}AV 08:43:20 63.0 08:43:26 this comes in veeeeeeery handy when golfing since you can do things point-free 08:43:35 63.0 o_O 08:43:40 interesting 08:44:28 !blsq {{1 2 3}{4 5 6}}++ 08:44:28 {1 2 3 4 5 6} 08:44:35 :D 08:44:39 !blsq {{1 2 3}{4 5 6}}++pd 08:44:40 720 08:44:50 !blsq {{1 2 3}{4 5 6}}++pd6?/ 08:44:50 120 08:45:30 !blsq {{1 2 3}{4 5 6}}PD 08:45:30 {6 120} 08:45:34 ah 08:45:35 neat 08:45:58 PD calcs the product of lists in a list 08:46:09 who would have known 08:46:25 !blsq {1 2 3 4}PD 08:46:25 {1.0 2.0 3.0 4.0} 08:46:35 elliott: ^- that's the fun thing about Burlesque 08:46:48 !blsq {1 2 3 4})pd 08:46:48 {1.0 2.0 3.0 4.0} 08:47:02 what is PD? 08:47:15 PD is defined as {pd}m[ 08:47:27 I.e. map pd over a list 08:47:34 and pd is product for lists 08:47:40 or toDouble for integers 08:47:42 !blsq 1pd 08:47:42 1.0 08:47:46 !blsq {2 3}pd 08:47:46 6 08:47:50 !blsq {2 3}PD 08:47:50 {2.0 3.0} 08:48:13 !blsq 4.567pd 08:48:13 5 08:48:26 it's also toInt for doubles :) 08:48:42 Ceil, apparently. 08:48:46 !blsq 4.1pd 08:48:47 5 08:48:50 yep 08:48:56 pd Double a Ceiling a 08:49:07 !blsq {1 2 3}PDPD 08:49:07 {1 2 3} 08:49:18 !blsq 4.1av 08:49:18 4 08:49:22 av is floor for Double 08:49:24 there's also 08:49:28 !blsq 4.3XX 08:49:28 {4 5} 08:49:36 which returns ceiling and floor 08:49:53 And digits for int, right. 08:50:04 yep 08:50:18 and convert a char to string 08:50:20 !blsq 'cXX 08:50:20 "c" 08:50:40 why is pdf product for lists or toDouble for integers 08:50:41 *od 08:50:43 *pd 08:50:45 !blsq "huhu")XX 08:50:45 "huhu" 08:50:47 is there actually a reason or is it just for yucks 08:50:51 *yuks 08:52:21 elliott: There are two reasons 08:52:31 a.) Maximize side-effects 08:53:06 b.) historically I tried to not exceed >200 commands so I could map two char commands better to single char commands 08:53:19 but I decided against having to use a hex editor to program burlesque 08:53:47 so just for yuks then 08:53:50 :p 08:53:51 yep 08:54:06 elliott: A lot of builtins are defined by other other builtins 08:54:33 mo is Defined as 1R@\/?* 08:54:48 so the more stuff R@ and ?* do 08:54:54 the more unintended side-effects mo has 08:56:54 !blsq 12234 2 5r~ 08:56:54 15534 08:57:01 It's even got regexes for ints! 09:02:21 nice one, fizzie. 09:02:52 You wouldn't say that if you could see it. 09:06:01 mroman: By the way, something I've looked for once or twice without finding: is there a single command for going from {1 2 3 4 5} to 1 {2 3 4 5}? 09:06:37 what's a nice one? 09:07:51 fizzie: l_ or g_ might do that 09:07:56 !blsq {1 2 3 4 5}l_ 09:07:56 {1 2 3 4} 09:07:59 !blsq {1 2 3 4 5}l_#s 09:08:00 {{1 2 3 4} 5} 09:08:02 !blsq {1 2 3 4 5}g_#s 09:08:02 {1 {2 3 4 5}} 09:08:08 g_ does that 09:12:11 unless you want the {2 3 4 5} on top 09:12:27 -!- MDude has quit (Read error: Connection reset by peer). 09:12:46 -!- MDude has joined. 09:12:52 then g_j is the only way I can think of 09:12:58 !blsq {1 2 3 4 5}g_j#s 09:12:58 {{2 3 4 5} 1} 09:20:38 mroman: I don't remember which way I wanted them, but that's clearly better than something like J[-j-] I've used. 09:23:12 g_ is defined as ^^-]\/[-\/ 09:23:22 !blsq {1 2 3 4 5}^^-]\/[-\/#s 09:23:23 {1 {2 3 4 5}} 09:32:25 elliott: fizzie submitted 45B of Burlesque for Belgian Numbers on anagol 09:32:29 @nice-one 09:32:29 Unknown command, try @list 09:38:16 !blsq 108XX 09:38:16 {1 0 8} 09:38:46 how do you know how many of recurring differences you need? 09:40:28 !blsq 108XX2CO?- 09:40:28 ERROR: Burlesque: (.-) Invalid arguments! 09:40:32 !blsq 108XX2CO 09:40:32 {{1 0} {0 8}} 09:40:43 !blsq 108XX2CO{p^?-}w[ 09:40:43 {{1 0} ERROR: Burlesque: (f[) Invalid arguments! {0 8}} 09:40:47 !blsq 108XX2CO{p^?-}m[ 09:40:47 {-1 8} 09:40:52 !blsq 108XX2CO{^p?-}m[ 09:40:52 {1 -8} 09:40:58 !blsq 108XX2CO{^p?-ab}m[ 09:40:58 {1 8} 09:42:06 hm 09:42:34 I don't know what recurring differences means 09:42:49 1,1,9,10,10 for 108? 09:43:37 Yes, and so on. 09:43:58 I mean 09:44:07 how do you get 1,1,9,10,10 from 1,0,8? 09:44:30 you start a sequence with 0 09:44:33 and then? 09:44:40 0,1 has certainly 1 as a difference 09:44:44 but what has 10 as a difference? 09:44:45 1-0 = 1, 1-1 = 0, 9-1 = 8, 10-9 = 1, 10-10 = 0, 18-10 = 8. 09:45:07 0, 1, 1, 9, 10, 10, 18, ...; the differences between successive numbers are 1, 0, 8, 1, 0, 8, ... 09:45:14 oh 09:45:16 i see 09:45:55 I guess you could easily omit the zeros, since they don't really affect the result. 09:46:19 so 09:46:19 hm 09:46:46 !blsq 0{1.+}c!{0.+}c!{8.+}c! 09:46:46 9 09:46:48 !blsq 0{1.+}c!{0.+}c!{8.+}c!#s 09:46:48 {9 1 1 0} 09:47:00 !blsq 0{{1.+}c!{0.+}c!{8.+}c!}10E!#s 09:47:00 {90 82 82 81 73 73 72 64 64 63 55 55 54 46 46 45 37 37 36 28 28 27 19 19 18 10 1 09:47:06 !blsq 0{{1.+}c!{0.+}c!{8.+}c!}5E!#s 09:47:07 {45 37 37 36 28 28 27 19 19 18 10 10 9 1 1 0} 09:50:43 tough challenge 09:50:44 :) 09:52:45 or is it 09:53:59 !blsq 0{1 0 8}?+ 09:53:59 {1 0 8} 09:54:18 !blsq {1 0 8}J0?+ 09:54:18 {1 0 8} 09:54:25 !blsq {1 0 8}J0?+[- 09:54:25 {0 8} 09:54:27 !blsq {1 0 8}J0?+[~ 09:54:27 8 09:54:30 !blsq {1 0 8}J0?+~] 09:54:30 {1 0} 09:54:32 !blsq {1 0 8}J0?+-] 09:54:32 1 09:54:42 !blsq {1 0 8}J0?+-]#s 09:54:43 {1 {1 0 8}} 09:54:58 !blsq {1 0 8}0?+-] 09:54:58 1 09:55:18 !blsq 0{{1 0 8}j?+-]}e! 09:55:18 1 09:55:23 !blsq 0{{1 0 8}j?+-]}10E! 09:55:23 10 09:55:39 no. tough one 09:57:28 fizzie: maybe cycle {1 0 8} 09:57:40 add, take head redo 09:57:44 might work 09:57:54 !blsq {1 0 8}cy10.+ 09:57:54 {1 0 8 1 0 8 1 0 8 1} 09:58:36 !blsq 0{1 0 8}cy10.+Jx/#s 09:58:37 {0 {1 0 8 1 0 8 1 0 8 1} {1 0 8 1 0 8 1 0 8 1}} 09:58:41 XXcy is what my thing is built on. 09:58:47 ok :) 09:59:10 ah 09:59:18 XXcy and g_ to get the head 09:59:26 then add and redo 10:00:06 Well, I've got a while loop in there. It's relatively straightforward, and I'm sure one could nip off more bytes. 10:01:31 I have a 38B thing based on a q~] C! and )++ on the XXcy'd infinite list, but it takes over 6 seconds to run even on my own system, let alone on anagol. 10:02:44 !blsq 10roq~]10C!CL)++ 10:02:44 {0 1 3 6 10 15 21 28 36 45 55} 10:02:49 Based on that kind of thing. 10:19:06 -!- boily has joined. 10:48:29 that might be slow for large lists, yes 10:48:40 it's n^2 anyway 10:48:56 I guess 10:49:00 although 10:49:12 !blsq 3roq~]3C! 10:49:12 {} 10:49:17 !blsq 3roq~]2C! 10:49:17 {1} 10:49:21 !blsq 3roq~]3C!#s 10:49:21 {{} {1} {1 2} {1 2 3}} 10:49:28 !blsq 10roq~]3C!#s 10:49:28 {{1 2 3 4 5 6 7} {1 2 3 4 5 6 7 8} {1 2 3 4 5 6 7 8 9} {1 2 3 4 5 6 7 8 9 10}} 10:49:32 !blsq 10roq~]10C!#sL[ 10:49:32 11 10:49:41 i really need that, thanks. 10:50:00 !blsq 10roq~]10C!#s 10:50:00 {{} {1} {1 2} {1 2 3} {1 2 3 4} {1 2 3 4 5} {1 2 3 4 5 6} {1 2 3 4 5 6 7} {1 2 3 10:50:24 and that probably in a ro itself 10:50:54 !blsq 10roq~]100C!#s 10:50:54 That line gave me an error 10:50:58 !blsq 100roq~]100C!#s 10:50:58 {{} {1} {1 2} {1 2 3} {1 2 3 4} {1 2 3 4 5} {1 2 3 4 5 6} {1 2 3 4 5 6 7} {1 2 3 10:51:04 !blsq 1000roq~]1000C!#s 10:51:04 Ain't nobody got time fo' dat! 10:51:24 !blsq 1000ro{1000ro++}m[#s 10:51:24 Ain't nobody got time fo' dat! 10:52:36 i'm looking to 10:52:42 !blsq 153JXX++j.% 10:52:42 9 10:54:04 !blsq 153JJXX++j.%jXXg_ 10:54:04 1 10:54:28 !blsq 153JPpJXX++j.%PPXXg_ 10:54:28 1 10:54:44 !blsq 153JPpJXX++j.% 10:54:44 9 10:54:55 !blsq 153JPpJXX++j.%PP 10:54:55 153 10:55:00 oh right. 10:55:04 one line here. 10:55:28 !blsq 153JPpJXX++j.%PPl_Pp.- 10:55:28 ERROR: Burlesque: (.-) Invalid arguments! 10:55:34 !blsq 1234qwertyasdfzxcvCHICKEN### 10:55:34 ERROR: (line 1, column 29): 10:55:58 !blsq "CHICKEN"R@ 10:55:58 {"" "C" "H" "CH" "I" "CI" "HI" "CHI" "C" "CC" "HC" "CHC" "IC" "CIC" "HIC" "CHIC" 10:56:24 !blsq "CHICKEN"R@Jpd 10:56:24 "HICKENICKENHCKENCKENHIKENIKENHKENKENHICENICENHCENCENHIENIENHENENHICKNICKNHCKNCK 10:56:43 !blsq "CHICKEN"R@"BOILY"pd 10:56:43 ERROR: Burlesque: (pd) Invalid arguments! 10:56:49 !blsq "CHICKEN"R@"BOILY"R@ 10:56:49 {"" "B" "O" "BO" "I" "BI" "OI" "BOI" "L" "BL" "OL" "BOL" "IL" "BIL" "OIL" "BOIL" 10:56:55 !blsq "CHICKEN"R@"BOILY"R@pd 10:56:55 "OILYILYOLYLYOIYIYOYYOILILOLLOIIOBOBIBIOBLBLOBLIBLIOBYBYOBYIBYIOBYLBYLOBYLIBYLIO 10:57:03 !blsq "CHICKEN"R@"BOILY"R@z[ 10:57:03 {{"" ""} {"C" "B"} {"H" "O"} {"CH" "BO"} {"I" "I"} {"CI" "BI"} {"HI" "OI"} {"CHI 10:57:14 !blsq "CHICKEN"R@"BOILY"R@z[++ 10:57:14 {"" "" "C" "B" "H" "O" "CH" "BO" "I" "I" "CI" "BI" "HI" "OI" "CHI" "BOI" "C" "L" 10:57:18 !blsq "CHICKEN"R@"BOILY"R@z[++sh 10:57:18 ["", "", "C", "B", "H", "O", "CH", "BO", "I", "I", "CI", "BI", "HI", "OI", "CHI" 10:57:23 !blsq "CHICKEN"R@"BOILY"R@z[++uN 10:57:23 Ain't nobody got output fo' that! 10:57:25 ... what the fungot is going on... 10:57:26 boily: mr president, i would underline, as does the ppe-de group. he said that the global fnord and biotechnological research. however, the responsibility of the french authorities, and in terms of institutional balance i believe there are no doubt several reasons for satisfaction which seem to be forgetting that enlargement, by their very nature difficult to implement sustainable development; for, with all the interested parti 10:58:46 I think oilyilyolylyoiyiyoyyoililolloiiobobibioblbloblibliobyobyobyibyiobylbylobylibylio may be the ultimate welcome of them all. 10:59:49 -!- heroux has quit (Ping timeout: 245 seconds). 10:59:50 -!- heroux_ has changed nick to heroux. 11:00:31 -!- heroux_ has joined. 11:10:16 fungot, don't you hate it when reality contradicts a nice theory? 11:10:18 b_jonas: i would thank the rapporteur for having been so bold as to take into account eastward enlargement, of course, my group broadly approves this report, wanted to be independent, no matter how willing i was to speak for, i have in mind the need for training. that is why the distributor is in a good and humane manner. i fully support the sky initiative. i believe that the principle of subsidiarity to which we belong. graham 11:12:45 eastward enlargement is a myth put forth by the sky initiative. 11:19:16 At least the distributor is in a good and humane manner. 11:22:43 -!- boily has quit (Quit: INCORPORATED CHICKEN). 11:37:25 -!- tromp_ has quit (*.net *.split). 11:37:25 -!- blsqbot has quit (*.net *.split). 11:37:25 -!- elliott has quit (*.net *.split). 11:37:25 -!- digitalcold has quit (*.net *.split). 11:37:25 -!- AndoDaan has quit (Ping timeout: 258 seconds). 11:37:39 -!- digitalcold has joined. 11:37:39 -!- elliott has joined. 11:38:10 -!- elliott has changed nick to Guest48226. 11:38:16 -!- tromp_ has joined. 11:38:31 -!- AndoDaan has joined. 11:40:30 I wonder why I got a merge commit with no changes and one parent out of git. It was supposed to be a fast-forward thing. 11:42:07 "When the merge resolves as a fast-forward, only update the branch pointer, without creating a merge commit. This is the default behavior." 11:42:11 So I thought, but it didn't. 11:43:45 It even said "fast-forwarding to", but then made a commit anyway. 11:48:11 fungot: can you tell who's lying? 11:48:12 b_jonas: mr president, this resolution commits all those states that would be more willing to give up his toys in order to adapt it to their advantage. what we must do that just yet because six member states and within the large groups, the first page of yesterday's ' fnord' who are insufficiently monitored. the euro is not just a notification process and once on monetary policy, which i mentioned in my own sector, must contrib 11:48:47 fungot: But I specifically wanted to *avoid* commits. 11:48:47 fizzie: i would like to go and assess the effectiveness of these programmes believed they were acting correctly when they placed managers from large consultancy firms or external fund managers in the telecommunications sector. but i will give you a clear answer to. moreover, a question which has been mentioned by my friend mr nistic, on behalf of the european union 11:49:10 fungot: please heat my food in the microwave for me. 11:49:11 b_jonas: the vote today reflects parliament's views. to be fair to say that a particular deed is a crime, a great opportunity for the european union 11:54:59 Maybe git sucks and we all just use it because it has a shiny website 11:55:11 fizzie: Did you specify --ff-only? 11:56:12 My experience tells me that merging without --ff-only always creates a Merge commit 11:56:18 at least for pull 11:59:04 I didn't, because it hasn't used to do that for me. 12:05:10 (And the documentation is quite clear on --ff being the default, and --no-ff being the exception.) 12:05:42 (And --ff-only being just a --ff that also refuses when it wouldn't ff.) 12:11:11 can you do git pull --rebase without messing things up? 12:11:25 I know git rebase messses things up if it's a remote branch other people use as well 12:12:04 I've pushed this out already, so I think I'll just live with a dummy comment. 12:12:11 Commit. 12:21:52 -!- sebbu2 has joined. 12:22:22 -!- sebbu has quit (Ping timeout: 240 seconds). 12:22:36 -!- sebbu2 has quit (Changing host). 12:22:37 -!- sebbu2 has joined. 12:28:47 -!- Patashu has quit (Ping timeout: 272 seconds). 12:32:14 -!- sebbu2 has changed nick to sebbu. 12:38:38 -!- AndoDaan has quit (Remote host closed the connection). 12:38:59 -!- AndoDaan has joined. 12:41:59 -!- drdanmaku has quit (Quit: Connection closed for inactivity). 12:50:28 fizzie: git pull --rebase only rebases stuff not in the remote, I believe 12:50:30 -!- Guest48226 has quit (Quit: Reconnecting). 12:50:39 -!- elliott_ has joined. 12:58:35 -!- stuntaneous has quit (Remote host closed the connection). 13:09:02 -!- InputUsername has joined. 13:14:20 fungot: why is this code like this? 13:14:21 b_jonas: consideration by the council, gave us an assurance about these matters. the family is the most widespread of all substances, the commission will make every effort to try to clarify the scope of the directives or make the regime more complex. it lacks the legal instruments, as i know. where are we in favour of mr cabezn fnord report. 13:14:36 wait, where's the "mr president," part? 13:15:03 hehe, "clarify the scope of the directives or make the regime more complex" 13:16:48 fungot: eat pickled onions 13:16:48 b_jonas: i would just like to explain the situation, very briefly, madam president, those who are only waiting for this message on the basis of sex. the reason why communication strategies must be developed in lisbon and one in particular, my group did not vote in favour does not commit you to anything. however, before any signature of the comprehensive strategy to tackle the question of violence, and i say this coming from the 13:18:05 fungot: s véred abbal új éren hesszebbe apiuk s meghel míg emmerát. a pul ágya mölte mint tevét ha agybán négy hiza motatvóniugrasra revénynmavtkzist kíktanynek melt s medőjbnekbim csal. 13:18:05 b_jonas: madam president, should we shoot and kill, when we began negotiations with the accession of ten new countries, that there is more to it than that. 13:18:48 fungot: explain accession 13:18:49 int-e: the menndez del valle is striving to do, but if we can symbolically add the date 11 march to 11 september. we worked well together. the commission is willing to work 18 hours a day in these toxic substances can be deposited in groundwater, but it must then be provided with the resources to fnord crops, allegedly drugs crops, and that structural and administrative measures to the member states. 13:18:54 fungot: ok m ont tisseg vidnak sad oly s ürétvzs. 13:18:56 b_jonas: mr president, i would like the council to adopt specific legislation in this way and to spoil this report. i hope that this new text is bound to happen to almost all the parliamentary delegations we were able to have olaf's report so that we can be proud of the german chemicals industry, which has not yet begun this programme of research should place us in a very difficult task and, excuse the fnord, essentially becaus 13:19:38 fungot: igy il karátyám többényígy palász ha miskar únva évez mind combja ne csilvn baknan jígyelsotoitjel alaresztev mácsuségndedjet ölnepzlopott meg nászz. 13:19:39 b_jonas: mr president, i was very happy to vote for the document on which parliament has not been used in them. if the matter is a threat to veto accession to the european parliament adopted directive 95/ 19/ ec, so that the currency is a tool for achieving the goal. we urge you to combine forces. european research funds continue to evolve in terms of the treaty. 13:19:40 -!- InputUsername has quit (Ping timeout: 246 seconds). 13:20:11 fungot: más elvene hállatj. 13:20:12 b_jonas: mr president, rapporteur bowis started his explanatory statement. allow me to start by congratulating the prime minister to work together. nothing is fnord and, finally, one of the reasons why it did not receive them directly but via the industry, which is very sensitive to your concerns about social and fiscal law. this regulation on the reclassification of settlements under swaps arrangements and under forward rate a 13:20:34 ok 13:32:00 -!- S1 has joined. 13:33:57 Shooting and killing: best starting point for the negotiations. 13:35:00 "the commission is willing to work 18 hours a day in these toxic substances --" that's dedication in politics 13:35:59 fizzie: not if it's their politics itself that is releasing the toxic atmosphere 13:36:23 -!- Sprocklem has quit (Ping timeout: 272 seconds). 13:36:36 -!- oerjan has joined. 13:36:48 fungot: Do you provide free legal advice? 13:36:49 fizzie: madam president, i would like to mention a few of the points of difference which inevitably i have to say to them that it will give us new impetus and that then i would make special mention of the infringements of human rights and fundamental liberties, to strengthen the institutional capacity of the members of permanent committees should be reconsidered. the stark differences of opinion that exists in many of the promi 13:37:24 so basically, he does provide it, but it's so cryptic you won't understand it 13:37:27 it's advice, no mention whether it's free 13:37:35 fungot: do you provide information free legal advice? 13:37:36 b_jonas: mr president, mr president-in-office of the council, mr president of the commission and the council must be aware that an agreement was not reached on this point have to convert old social spending methods into new economic and social consequences. obviously, it would be a much more appropriate subject for debate at this stage. 13:37:38 expect a hefty bill 13:37:43 fungot's advice is overpriced. 13:37:44 int-e: although we agree with the council concerns on the influx of refugees into the community budget. 13:38:06 fungot: Is the institutional capacity of the members of permanent committees really so important that it trumps human rights and fundamental liberties? 13:38:07 fizzie: mr president, during this century, transatlantic relations are currently going through this process. other interested parties, in terms not just of france, for example to work in difficult conditions. 13:38:11 yeah, he even mtneions spending methods 13:39:54 Áz imaz halom ót magat, hogy mele is larja vimtátal, te pararson hántogók tölte önni mondat grofalhik fungot nyegtelyntattkegré. Csők a tüsve s akad és míg erisen? Lekmely hatytákadsunk gozduszast haszohsnakja hűsny csak lyugszemsmént. Igaz soéo! 13:39:56 b_jonas: madam president, i do not think that the proposal on emissions trading. it is an interesting expression, because it is obviously not possible in conventional agriculture. i am very grateful to the rapporteur for a communication on 9 december, the commission continues, together with europol, have to reflect on the fact that it accepts this point of view of the amount requested in the motion for a resolution, the commiss 14:08:41 fungot: what do these nine digit numbers my program prints means? 14:08:42 b_jonas: mr president, i did not take account of the diversity in market structures and the plans that are now in a position to pontificate when it comes to questions such as access to asylum procedures and medical and social services for the citizens of the state, as long as we do that, for example, while mrs peijs has also indicated the need to change the more recent developments can also be explained by the fact that the ind 14:09:05 oh, thanks. that makes it totally clear. but what do the first three digits mean then? 14:09:08 fungot? 14:09:08 b_jonas: mr president, mr president-in-office of the council will have to provide services with regard to the ability of all the nations of europe. 14:16:57 fungot: so it's a... country code? 14:16:59 b_jonas: mr president, we are well aware that you have to realize that so far, which do not apply. that is only fair to subject farmers who participate in the world today, such as amendments nos 3 and 4 june 1999, whereas the outflow of direct investment, of which the questioner is no doubt that he is quite satisfied as to the first part of the debates was strengthened by this treaty, in the case of flowers. she dealt with this 14:17:22 such as tulips, fungot? 14:17:35 such as tulips, fungot ? 14:17:36 i like this style 14:17:52 -!- stuntaneous has joined. 14:18:01 -!- stuntaneous has left. 14:18:23 -!- S1 has changed nick to S0. 14:18:58 quintopia: I'd still like a style based on the lolcat bible, based on http://www.math.bme.hu/~ambrus/pu/bibul.txt which I scraped from http://www.lolcatbible.com/ 14:19:28 did it ever get finished? 14:19:52 quintopia: http://www.lolcatbible.com/ claims "so far we have most of the Bible translated" 14:20:03 it's a collaborative project, so if you want to do the rest, feel free 14:20:11 i don't! 14:20:11 fungot, do you speak kitty pidgen? 14:20:21 fungot: do you speak kitty pidgen? 14:20:29 huh 14:20:35 fungot: are you asleep? 14:21:42 what's with him? does he hate me now? 14:26:18 always fun to see people who don't remember how fungot works. 14:26:18 oerjan: mr president, listening to romano prodi talk about political equality without finding the appropriate technical infrastructure for this network to be established at legislative level between the states in the eu. 14:27:24 wow 14:27:26 fungot: how awful 14:27:27 oerjan: mr president, you have heard about access but access is not what they are worth taking note of all opinions which reflect the anxieties and fears of our citizens or rather, i hope that with both this commission initiative must be taken into account in negotiating the various trade agreements which we have in the past. 14:46:44 -!- S0 has changed nick to S1. 14:46:45 -!- S1 has quit (Remote host closed the connection). 14:52:35 -!- InputUsername has joined. 15:07:07 -!- S1 has joined. 15:08:55 -!- AndoDaan has quit (Ping timeout: 272 seconds). 15:10:11 -!- AndoDaan has joined. 15:18:16 -!- S1 has quit (Quit: S1). 15:22:55 -!- AndoDaan_ has joined. 15:23:22 -!- AndoDaan has quit (Ping timeout: 240 seconds). 15:33:33 -!- oerjan has quit (Quit: leaving). 15:41:02 Using a high level programming language with a microcontroller 15:41:03 US 6308317 B1 15:46:45 ^style 15:46:45 Available: agora alice c64 ct darwin discworld enron europarl* ff7 fisher fungot homestuck ic irc iwcs jargon lovecraft nethack oots pa qwantz sms speeches ss wp youtube 15:47:05 ^style jargon 15:47:05 Selected style: jargon (UNIX-HATERS mailing list archive) 15:47:27 fungot something 15:47:28 int-e: date: fri, 25 feb 92 02:52:43 est from: bw ok... try sending a note about how the patient lists " complain to them. 15:47:38 I never remember which wordsets work well and whic don't 15:47:44 I guess that was something. 15:48:05 fungot: that's not terribly interesting 15:48:05 FireFly: controls the glass store door that opens by itself when you run out of the 15:48:27 fungot: the what? don't keep us hanging like that! 15:48:27 int-e: piece ' o shite... unix can help here, unix ran away from home. better yet, aren't the system, i thought for a research scientist to provide system support person at somewhere, but 15:49:13 ^style youtube 15:49:13 Selected style: youtube (Some YouTube comments) 15:49:19 fungot: That video sucked 15:49:20 mroman: this looks pretty cool, i loved it. however, the bug with the ' spam' button next to grandma, they also changed it so. 15:49:36 wait what 15:49:51 the bug with the 'spam' button next to grandma ... wow. 15:49:57 I loathed that one. 15:50:01 fungot: blah! 15:50:01 int-e: omfg... thats mazing! amazing!! lol i dribbled you will no doubt try to land and could not override the wrong mode selection. to an altitude of 100 feet 15:50:33 incoherent, but much more readable than the sms thing 15:51:04 ^style darwin 15:51:05 Selected style: darwin (Books by Charles Darwin -- you know, that evilution guy) 15:51:09 fungot: muahaha 15:51:09 mroman: letter 74. to w.h. flower. down, august 4, 1860 page 126.) may perhaps have been caused by some unknown deed :) violence. 15:51:22 -!- Sprocklem has joined. 15:51:22 fungot: uhm? 15:51:24 mroman: column 1: name :) species. on/ other hand, do not trouble yourself about/ phallus, as i do to a certain extent acclimatised or adapted to a diversity :) climates. nature could effect, but it does not bear some part in a full-grown plant there can be little doubt that he did receive gave him much pleasure, as an aid to himself than to/ future, would probably receive from it in/ sand :)/ barrancas de s. gregorio) in/ grea 15:51:27 fungot: what are your thoughts on gemmules? 15:51:27 Bike: charles darwin to asa gray. down, november 11th 1859. these papers deserve careful study by any one bird fnord a general battle. " 7? 27. 15:51:29 Charles Darwin used smileys? 15:51:58 also 15:52:05 shouldn't this read evilotion guy? 15:52:47 ^style wp 15:52:47 Selected style: wp (1/256th of all Wikipedia "Talk:" namespace pages) 15:53:03 fungot: what do you think of the main page? should it be deleted? 15:53:04 FireFly: no second cousin/ no once removed. --user:andreamimiandreamimi ( user talk:andreamimitalk) 21:05, 23 september 2008 ( utc) i am not sure what fnord common knowledge is supposed to be an advertisement for disfunction. but you never know). a graduate of harvard university ( m.a., 1929, b.d., 1931, fnord. 15:53:24 Pretty bad wordset 15:53:39 fungot: try again 15:53:40 int-e: i remove the breast cancer article's own gallery. what images in the gallery and i tried cutting it but it's impossible to cut and i don't think anyone from victoria would consider " shelbourne" either. they must have felt like there was way, way, way, way too much power. as a result of the proposal was ' ' ' 15:53:56 ^style 15:53:56 Available: agora alice c64 ct darwin discworld enron europarl ff7 fisher fungot homestuck ic irc iwcs jargon lovecraft nethack oots pa qwantz sms speeches ss wp* youtube 15:54:05 ^style qwantz 15:54:06 Selected style: qwantz (Dinosaur Comics transcriptions 2003-2011) 15:54:13 fungot: qwantz? 15:54:13 mroman: so in that, well enjoy pooping in it. all the dudes, they will! 15:54:21 ... 15:54:23 ... 15:54:23 right. 15:54:31 all of them! 15:54:40 fungot: you don't have to elaborate on that topic 15:54:40 FireFly: t-rex, i have big news the other!', he though, ' that is a lot! 15:54:40 fungot: dinosaur 15:54:41 int-e: i look forward to a gooey feeling beneath my feet! soon! soonish, anyway. hallowe'en is coming! witness a public display. problem solved! 15:54:57 ^style c64 15:54:57 Selected style: c64 (C64 programming material) 15:55:03 fungot: educate me 15:55:03 int-e: 1) opens cassette tape, printer, because the editor will read 0, if the number 50 in floating point number. 15:55:05 qwantz doesn't look that bad 15:55:13 fungot: thanks 15:55:14 int-e: to keep them in order to add the start of basic. parameters are generally passed between the prompt that input is the one that advances the jiffy clock") 15:55:58 ^style ct 15:55:58 Selected style: ct (Chrono Trigger game script) 15:56:19 fungot: hi 15:56:19 FireFly: you are strong of will...! that's the pendant the gurus and miss you. 15:58:20 fungot... 15:58:20 int-e: your majesty! and queen. he and a friend left on a journey 10, then magic damage will be reduced by 10%. a star after any characteristic means it's at maximum strength! no matter what the price! it is, you idiot! hey! is that for us! the chef's in a snit, trying to get food to the front lines. heard a spell to energize the sword takes immense evil! indeed! this thing. what you have? transform! this trading house. it's th 15:59:18 fungot should learn to keep things short and to the point 15:59:18 int-e: from where does the hero alone have the power. " m, madam...! i am the master of war! i've seen all kinds of battles from here, step back, prometheus! 16:02:50 ^style pa 16:02:50 Selected style: pa (around 1200 transcribed Penny Arcade comics) 16:02:54 fungot: hi 16:02:55 mroman: what? no. 16:02:58 fungot: yes. 16:02:59 mroman: what's... happening to me? body... seized by some strange energy! and brian and i are going to hit the park and throw the frisbee around! 16:05:52 -!- Sprocklem has quit (Ping timeout: 250 seconds). 16:07:56 -!- S1 has joined. 16:10:02 fungot: you're a comic strip now 16:10:03 int-e: i just read that ion storm article on salon. were we too hard on those guys? 16:10:45 ^style 16:10:45 Available: agora alice c64 ct darwin discworld enron europarl ff7 fisher fungot homestuck ic irc iwcs jargon lovecraft nethack oots pa* qwantz sms speeches ss wp youtube 16:10:52 ^stle pa 16:10:55 ^style pa 16:10:55 Selected style: pa (around 1200 transcribed Penny Arcade comics) 16:10:58 Aaaah 16:11:11 How many webcomics are in fungot? At least 4 by my count 16:11:12 Taneb: the thing to understand is that the merch is very sick. 16:11:26 * Taneb SUDDENLY FOOD 16:14:43 ^style ss 16:14:43 Selected style: ss (Shakespeare's writings) 16:15:41 fungot: pray tell us all about it 16:15:41 int-e: fabian. if this be not cherish'd. i know you lacke not folly to commit them, haue abilitie enough to make 16:16:04 "haue", really... 16:16:26 ^style ic 16:16:26 Selected style: ic (INTERCAL manual) 16:16:29 ^style agora 16:16:29 Selected style: agora (a large selection of Agora rules, both current and historical) 16:16:39 fungot: what's that? 16:16:40 int-e: in the case of the courts shall vacate the order of succession shall announce their recommendations within three days of it commits the class shall be detected and reported by the clerk of the 16:17:03 Taneb: looks like 4 16:21:10 -!- bb010g has quit (Quit: Connection closed for inactivity). 16:38:03 -!- `^_^v has joined. 17:00:54 -!- FreeFull has quit (Ping timeout: 250 seconds). 17:10:14 -!- InputUsername has quit (Quit: Leaving). 17:23:51 -!- ais523 has joined. 17:24:52 fungot: Are you a sophist? 17:24:53 AndoDaan_: ( b) conflicts between rules with no provision exists for the specified players. 17:25:33 fungot: Aim East. 17:25:34 AndoDaan_: ( l) final auction price is: ( a) there is a member of an organization is required to 17:34:00 fungot: What do you know of grammar? 17:34:00 MDude: ( vi) for an official report or the raffle. the recordkeepor and mintor for points and become the wisest, noblest, eldest, and said executor knew that the 17:37:24 >pa not standing for Pennsylvania 17:37:28 ^style enron 17:37:28 Selected style: enron (subset of the Enron email dataset) 17:38:14 fungot: Any idea what I should work on next? 17:38:14 MDude: current terms call for an original for your records. 17:39:17 Sounds good. 17:41:47 -!- conehead has joined. 17:46:12 -!- zzo38 has quit (Remote host closed the connection). 17:49:29 fungotttt 17:49:29 FireFly: as we get the ", lehrer, james a. baker, the securities and exchange commission will not go.... 17:50:16 -!- drdanmaku has joined. 17:50:58 -!- Sprocklem has joined. 17:52:36 -!- FreeFull has joined. 17:52:38 -!- FreeFull has quit (Changing host). 17:52:38 -!- FreeFull has joined. 17:53:36 -!- Sprocklem has quit (Read error: Connection reset by peer). 17:55:13 -!- password2 has joined. 17:56:40 -!- ais523 has quit. 18:05:25 oerjan: There was a Mill talk in Trondheim today! Did you go? 18:07:37 -!- MoALTz has joined. 18:12:25 fungot: Where will the commission not go? 18:12:26 fizzie: is the number of our current north american, continental and are therefore subject to the two option swaps) traded online. marriott. 18:13:15 I guess you'll need to book them a Hilton. 18:16:38 -!- Lorenzo64 has joined. 18:24:56 Is fungot a fungus? 18:24:57 mroman: the service." " more equity would leave enough. i'll keep the originals of the schedule that the legislature that the capacity on any cycle. 18:25:03 ^style qwantz 18:25:04 Selected style: qwantz (Dinosaur Comics transcriptions 2003-2011) 18:25:11 FRIG 18:25:12 fungot: State your whish! 18:25:12 mroman: so that leaves us, the dinosaurs spread fear and incontenience, along with t-rex! cut, cut! cut, cut, cut, cut, cut, cut, cut! cut, cut, cut, cut, cut, cut, cut, cut! cut! cut, cut, cut! cut! cut, cut, cut! cut! cut, cut, cut, cut, cut, cut! cut, cut, cut, cut! cut, cut! cut, cut! cut! cut, cut, cut, cut, cut, cut, cut, cut! cut, cut, cut! cut! cut! cut, cut, cut! cut, cut! cut, cut, cut, cut! cut, cut! cut, cut, cut, c 18:25:23 fungot: so many cuts 18:25:23 mroman: but i've got great names for everyone else's hypothetical sons! but so far it's been pretty much a fallacy as it is a way to convert states of being into plausible names, utahraptor? 18:25:35 Who here has hypothetical sons? 18:26:23 fungot: whoa, sounds like you could use some cut elimination 18:26:23 shachaf: and that is good, but now each of them has met their maker. 18:33:54 hehehe 18:34:15 fungot: Ook. Ook. Ook! Ook? Ook! Ook. much? 18:34:15 b_jonas: so, hey, it was our table! if he's interested, he'll push it back to your side. the salt shaker over to their side, this means that, for all intents and purposes 18:34:51 -!- password2 has quit (Read error: Connection reset by peer). 18:50:28 -!- password2 has joined. 18:56:59 I find it hard not to think of dc as an esolang whenever I look at a "substantial" dc expression. 18:58:16 -!- Sprocklem has joined. 18:59:32 I have somewhere a fungot language model dumper tool, I think. 18:59:32 fizzie: it's a very tricky to sound natural, then you can't sleep at all, then you go demented and then you die, we're giving dinosaur comics to the marmaduke guy. sincerely, the man, you just wait! kids will be boarding the train to scarytowne at my first wedding is about to start it by calling everyone " my boy". how's that? 19:00:51 -!- S1 has quit (Quit: S1). 19:02:50 [wiki] [[Talk:Linguine]] N http://esolangs.org/w/index.php?oldid=40630 * Nthern * (+196) RFI 19:06:09 Can't find it. 19:08:20 It was useful for looking at that sort of loops. 19:13:08 -!- bb010g has joined. 19:16:19 -!- Sprocklem has quit (Ping timeout: 265 seconds). 19:25:16 -!- Lorenzo64 has quit (Quit: Leaving). 19:28:12 -!- password2 has quit (Read error: Connection reset by peer). 19:28:30 fungot: that's because dc is very bad for writing real programs, there are much better tools for that these days, so people only ever write esoteric programs in it 19:28:30 b_jonas: it's a good story, they function in an undiagnosable way? for instance, i've recently picked up a hobby, and it's been super great! i signed up for an english as a second language course. 19:28:33 um 19:28:38 fizzie: ^ 19:28:42 I can't tab-complete today 19:32:17 -!- Sprocklem has joined. 19:36:15 I wrote my first dc golf attempt (though I know none of the tricks of the trade, so it's probably not really golfed) and it turned out very line-noisy. 19:45:09 -!- S1 has joined. 19:45:15 -!- password2 has joined. 20:04:06 -!- Patashu has joined. 20:16:10 -!- AnotherTest has joined. 20:24:34 -!- Patashu has quit (Ping timeout: 255 seconds). 20:39:03 -!- MDude has quit (Ping timeout: 255 seconds). 20:51:07 -!- nycs has joined. 20:52:52 -!- `^_^v has quit (Ping timeout: 258 seconds). 20:55:12 [wiki] [[PZAB]] N http://esolangs.org/w/index.php?oldid=40631 * MrDetonia * (+2070) Created page with "'''PZAB''' is an esoteric programming language created by Zac Herd in 2013. The idea was to create a language that forced the programmer to manipulate memory and registers on ..." 20:55:40 [wiki] [[Special:Log/upload]] upload * MrDetonia * uploaded "[[File:Machine.png]]" 20:56:16 [wiki] [[PZAB]] http://esolangs.org/w/index.php?diff=40633&oldid=40631 * MrDetonia * (-2) 20:57:06 [wiki] [[PZAB]] http://esolangs.org/w/index.php?diff=40634&oldid=40633 * MrDetonia * (+1052) 21:01:04 -!- password2 has quit (Ping timeout: 245 seconds). 21:01:27 -!- MDude has joined. 21:02:17 -!- MDude has quit (Read error: Connection reset by peer). 21:02:52 -!- MDude has joined. 21:06:46 [wiki] [[PZAB]] http://esolangs.org/w/index.php?diff=40635&oldid=40634 * MrDetonia * (+109) 21:08:07 -!- Sprocklem has quit (Quit: [). 21:08:36 [wiki] [[PZAB]] http://esolangs.org/w/index.php?diff=40636&oldid=40635 * MrDetonia * (+13) 21:09:00 [wiki] [[PZAB]] http://esolangs.org/w/index.php?diff=40637&oldid=40636 * MrDetonia * (-2) 21:09:28 [wiki] [[PZAB]] http://esolangs.org/w/index.php?diff=40638&oldid=40637 * MrDetonia * (+3) 21:10:38 [wiki] [[PZAB]] M http://esolangs.org/w/index.php?diff=40639&oldid=40638 * MrDetonia * (-2) 21:11:22 -!- MoALTz has quit (Ping timeout: 250 seconds). 21:12:19 -!- MDude has quit (Read error: Connection reset by peer). 21:13:08 -!- MDude has joined. 21:13:22 -!- MDude has quit (Read error: Connection reset by peer). 21:13:58 -!- MDude has joined. 21:14:23 -!- MDude has quit (Read error: Connection reset by peer). 21:16:40 -!- MDude has joined. 21:16:41 -!- MDude has quit (Read error: Connection reset by peer). 21:17:49 -!- MDude has joined. 21:23:42 [wiki] [[PZAB]] http://esolangs.org/w/index.php?diff=40640&oldid=40639 * MrDetonia * (+624) 21:28:06 -!- S1 has quit (Quit: S1). 21:30:11 -!- AnotherTest has quit (Remote host closed the connection). 21:32:30 -!- MDude has quit (Read error: Connection reset by peer). 21:37:47 -!- nycs has quit (Quit: This computer has gone to sleep). 21:39:29 -!- nys has joined. 21:40:34 -!- MDude has joined. 21:42:11 [wiki] [[PZAB]] http://esolangs.org/w/index.php?diff=40641&oldid=40640 * MrDetonia * (-113) 21:43:55 -!- Phantom_Hoover has joined. 21:46:09 [wiki] [[Language list]] http://esolangs.org/w/index.php?diff=40642&oldid=40622 * MrDetonia * (+11) /* P */ Added my language "PZAB" 21:49:45 -!- MDude has quit (Read error: Connection reset by peer). 21:50:21 -!- MDude has joined. 21:53:28 [wiki] [[PZAB]] M http://esolangs.org/w/index.php?diff=40643&oldid=40641 * MrDetonia * (-24) 22:02:43 [wiki] [[PZAB]] http://esolangs.org/w/index.php?diff=40644&oldid=40643 * MrDetonia * (+119) Added Categorisation 22:04:48 -!- MDude has quit (Read error: Connection reset by peer). 22:05:24 -!- MDude has joined. 22:07:34 -!- oerjan has joined. 22:07:38 -!- MrDetonia has joined. 22:08:25 Hey guys. I've just created a page for my language "PZAB". Would anyone care to take a look and tell me what they think? http://esolangs.org/wiki/PZAB 22:12:19 -!- AndoDaan has joined. 22:14:31 -!- AndoDaan_ has quit (Ping timeout: 258 seconds). 22:19:54 -!- MDude has quit (Read error: Connection reset by peer). 22:19:55 MrDetonia: *grmbl* that's not how we define turing complete around these here parts. 22:20:33 -!- MDude has joined. 22:20:42 (you _must_ have unbounded memory somehow, no excuses) 22:21:05 oerjan: Awfully sorry sire' I wasn't sure if that was correct :P, feel free to remove it; or can you suggest a more suitable term? 22:21:35 Pretty ordinary esoteric language 22:21:58 [wiki] [[User:MrDetonia]] N http://esolangs.org/w/index.php?oldid=40645 * MrDetonia * (+471) Created page with "'''MrDetonia''' is Zac Herd, a programmer from the mystical land of England. ---- BEGIN GEEK CODE BLOCK -----
Version: 3.12
Bounded Linear Automoton? 22:22:23 we tend to use the term bounded-storage machine, which has an article. although that's more like an upper bound. 22:23:13 So.. upper-bounded-storage machine? 22:23:45 No, an upper bound to the type of machine in that group. 22:24:17 So regular bounding storage rabbits. 22:24:19 [wiki] [[PZAB]] http://esolangs.org/w/index.php?diff=40646&oldid=40644 * MrDetonia * (-119) /* Language Overview */ incorrect usage of Turing Complete 22:27:11 Okay, just read the BSM article on esolangs now. I think I understand why my VM falls into that category, thanks for pointing that out. 22:27:52 -!- AndoDaan has quit (Ping timeout: 240 seconds). 22:28:04 what i mean by it being an upper bound, is that the exact amount you can compute depends on the bound and the power of your operations, so there is no such thing as a _universal_ bounded-storage machine which others can be equivalent to. 22:28:28 unlike with turing machines that are unbounded. 22:29:34 hi oerjan 22:30:00 -!- MDude has quit (Read error: Connection reset by peer). 22:30:09 Ahh okay. So without an 'unlimited' amount of memory it cannot be Turing-Complete? 22:30:18 indeed. 22:30:28 Right. Thanks for explaining that. 22:30:38 -!- MDude has joined. 22:31:09 [wiki] [[PZAB]] http://esolangs.org/w/index.php?diff=40647&oldid=40646 * MrDetonia * (-2) Categorised as BSM 22:31:46 of course you could make P0 unbounded 22:32:23 Well there would be no need, my language only addresses 256 bytes ('cells') of memory 22:33:44 But you have +, so in principle you can have addresses larger than 255. 22:34:30 It's probably a bad idea; addressing beyond 255 would then have a very Brainfuck-like feeling to it. 22:34:35 It's designed to wrap around at that point, so 255 becomes 0 again 22:34:44 I didn't make that clear sorry 22:35:33 I'm not sure why it was limited to 256 cells originally... I prefer it like that for some reason 22:35:53 oerjan: hmm, has anybody played with the idea of addressing unbounded memory by having <> (decrement, increment address) and then a logical left (*2) and right (/2) shifts? 22:39:09 Anyways, I'm off for the night. Thanks for the help and tolerating my noob-ish-ness. 22:39:49 -!- MrDetonia has quit (Quit: Leaving). 22:40:30 what is a logical shift? i thought they were always bitwise 22:40:41 int-e: um you only need <> that's what brainfuck has 22:41:10 -!- bb010g has quit (Quit: Connection closed for inactivity). 22:41:20 oerjan: I know, the idea would be to speed up the programs and perhaps allow for some interesting data structures without too many [>>>] style loops. 22:42:45 this would be sort of binary-tree like. 22:43:34 does that mean V counts? 22:44:03 it's not exactly the same but... 22:45:03 -!- MDude has quit (Read error: Connection reset by peer). 22:45:39 -!- MDude has joined. 22:46:03 oerjan: that's close enough, yes. 22:49:16 quintopia: i think logical/arithmetic right shift is synonymous to unsigned/signed. 22:49:20 iirc 22:50:02 so whether the sign bit is zeroed or kept, in 2's complement 22:50:07 -!- conehead has quit (Quit: Textual IRC Client: www.textualapp.com). 22:50:37 yeah. and I didn't want negative addresses (though I didn't say so), so there's no difference. 22:51:28 actually there is no difference if you have infinite number of bits, period 22:53:05 it's basically 2-adic numbers 22:53:46 Hmm. Right, but it causes a few conceptual problems nonetheless to grasp that no bit is actually being shifted in. 22:54:18 Hilbert's Hotel is not very intuitive. 22:54:35 I HAVE NO IDEA WHAT YOU ARE TALKING ABOUT. 22:54:37 -!- AndoDaan has joined. 22:55:03 excuse me, another infinite contingent of guests arrived and the hotel is full, need some shuffling here 22:55:17 oerjan: you have an infinity of bits in a row. a new bit arrives. how do you fit in into the row? now one of the bits leaves, how do you fill the gap? 22:55:33 oerjan: infinitary intercal to the rescue! 22:55:40 ooh 22:56:01 (implementing that could be ... interesting) 22:56:14 -7 && 3 => 1, well, i give up 22:56:18 & i guess 22:56:28 > (-7) .&. 3 22:56:29 Ambiguous occurrence ‘.&.’ 22:56:29 It could refer to either ‘Data.Bits..&.’, 22:56:29 imported from ‘Data.Bits’ at L.hs:63:1-16 22:56:29 or ‘Test.QuickCheck.Property..&.’, 22:56:29 imported from ‘Lambdabot.Plugin.Haskell.Eval.Truste... 22:56:39 *cough* 22:56:56 that's not a very helpful naming by quickcheck there 22:56:58 why?! 22:57:05 lol 22:57:29 isn't Data.Bits a standard library these days 22:57:32 -!- MDude has quit (Read error: Connection reset by peer). 22:57:42 @undef 22:57:42 Undefined. 22:57:44 > (-7) .&. 3 22:57:46 Ambiguous occurrence ‘.&.’ 22:57:46 It could refer to either ‘Data.Bits..&.’, 22:57:46 imported from ‘Data.Bits’ at L.hs:71:1-16 22:57:46 or ‘Test.QuickCheck.Property..&.’, 22:57:46 imported from ‘Lambdabot.Plugin.Haskell.Eval.Truste... 22:57:54 indeed it is 22:57:56 ohh, it's indirect. 22:58:04 * shachaf wonders which one came first. 22:58:10 -!- MDude has joined. 22:58:10 @undef 22:58:11 Undefined. 22:58:13 > (-7) .&. 3 22:58:13 parse error on input ‘.&.’ 22:58:20 wat 22:58:36 huh, i think (-x)&x is the largest power of two factor of x? nifty 22:58:38 @undef 22:58:38 Undefined. 22:58:39 > (-7) .&. 3 22:58:40 1 22:58:51 oerjan: I managed to misplace the "hiding" keyword... 22:59:01 > (-7) .|. 3 22:59:02 -5 22:59:10 any other surprises? 22:59:33 oh i guess that probably makes sense with find first set implementatinos huh 22:59:35 o well 22:59:45 -!- conehead has joined. 23:00:02 hi int-e 23:00:14 how are the profunctors 23:00:31 what profunctors... 23:01:07 -!- conehead has quit (Changing host). 23:01:07 -!- conehead has joined. 23:01:38 Bike: yes it is, very handy for extracting bits. 23:02:01 er i guess that's last set 23:02:03 you know what, whatever 23:02:08 Looj i'm typing on a phone ok 23:02:11 i had a hard enough time with p-adics in knuth. 23:02:26 Bike: whoa, p-adics 23:02:45 knuth, which one, concrete mathematics? 23:02:54 a long exercise in taocp2 23:03:59 Bike: The x&-x came up in golf recently, if that's not what you were referring to. 23:04:04 huh, i think (-x)&x is the largest power of two factor of x? nifty <-- sadly the necessary import still kills that method for haskell in the recent golf. 23:04:46 It's the C solution everyone had; http://golf.shinh.org/reveal.rb?A006520/fizzie_1413051908&c 23:04:50 Bike: This? "A generalization of two's complement arithmetic, called "2-adic numbers," was introduced by K. Hensel in Crelle 127 (1904), 51--84" 23:05:03 speaking of balanced ternary, is it true that balanced ternary encoding of the reals is what's-it? 23:05:25 strongly normalizing or whatever you call it 23:05:40 i think i've lost my copy :( it's a lengthy exercise/set of exercises right after the part on positional numeral systems 23:05:50 write out the square root of seven and so on 23:07:32 -!- MDude has quit (Read error: Connection reset by peer). 23:07:40 wtf does strongly normalizing mean for reals 23:07:45 Bike: -7. yes. that's the one. 23:07:59 i'm pretty sure it asks for square roots too 23:08:08 or maybe just rationals... 23:08:17 -!- MDude has joined. 23:08:28 shachaf: this? https://en.wikipedia.org/wiki/Normal_number 23:08:42 oerjan: unique representation of a real number, maybe? 23:08:52 i haven't read this book yet hth 23:09:05 shachaf: i sincerely doubt so. 23:09:18 Bike: it asks for square roots, sqrt(-7) works; sqrt(7) apparently does not. 23:09:41 shachaf: 0.11111... is still going to be equal to 1.-1-1-1-1... i think 23:09:51 shachaf: ok I don't know the concept. But in balanced ternary, 0.1111, what oerjan wrote. 23:10:15 ok, maybe I'll read this book and find out what's going on 23:10:23 s/I/i/ 23:10:23 more like irrationals 23:10:26 -!- oerjan has set topic: See the fabulous redundant twins oerjan and int-e | BF Joust scoring poll: http://goo.gl/02KE0Y | https://dl.dropboxusercontent.com/u/2023808/wisdom.pdf http://codu.org/logs/_esoteric/ http://tunes.org/~nef/logs/esoteric/. 23:10:36 brune 23:10:42 @quote stereo 23:10:42 monochrom says: Welcome to #haskell, where @remember's are in majestic stereo! 23:10:52 [heh heh heh] 23:10:53 @quote fugue 23:10:53 monochrom says: Welcome to #haskell, where your questions are answered in contrapuntal fugues. 23:11:01 huh the topic was more than a month old. 23:11:52 (the original "stereo" quote was "Welcome to #haskell, where your questions are answered in [something missing here?] stereo.", by Cale, who later got annoyed from being hilighted so often.) 23:13:02 s/.something missing here../majestic/ 23:13:37 -!- AndoDaan has quit (Ping timeout: 245 seconds). 23:13:53 http://store.apple.com/us/buy-mac/macbook-pro 23:14:46 I faail to see how that 2.5k laptop is much better than my slightly over 1k laptop which has 16GB RAM, i7, and two 650Ms (Almost got two 750Ms but I couldn't find one that both had that and would arrive in days) 23:16:19 It has an apple-shaped hole behind the display. 23:17:34 -!- MDude has quit (Read error: Connection reset by peer). 23:18:10 -!- MDude has joined. 23:22:06 also soldered RAM, and a glued in battery, can't be cheap ;-) 23:23:00 "a_n...a_0.a_-1a_-2... with a_k in {0,1,1} is a name of x := sum_k=n^-infty a_k" 23:23:38 [wiki] [[The Esoteric File Archive]] http://esolangs.org/w/index.php?diff=40648&oldid=36609 * Oerjan * (-56) Move to out-of-date External resources section 23:24:11 [wiki] [[The Esoteric File Archive]] http://esolangs.org/w/index.php?diff=40649&oldid=40648 * Oerjan * (-15) /* External resources */ oops 23:24:17 shachaf: I hope that's not a quote :) 23:24:26 (well, not an accurate one) 23:24:46 In trying to figure out what it means. 23:24:53 I'm 23:25:23 1 is a 1 with a line over it. 23:25:41 I don't like "name", I'd prefer "representation". I expect the set is {0,1,-1}, and I hope there's a 3^k in the sum. 23:25:53 -!- bb010g has joined. 23:25:55 But that sum doesn't make much sense to me. 23:26:21 "The engineer who originally designed hierarchicals apparently had his forearm mounted on a track so that he could move it perfectly in a horizontal direction without any vertical component. Most of us, however, have our forarms mounted on a pivot we like to call our elbow." 23:26:24 if there is no such 3^k then things are bad. 23:26:48 Maybe they just missed it. 23:28:36 Just hold shit while drawing a line. 23:28:44 Dangit 23:28:50 *hold shift 23:30:19 To use a menu. 23:30:53 [wiki] [[User talk:Feuermonster]] http://esolangs.org/w/index.php?diff=40650&oldid=40519 * Oerjan * (+239) /* Your Esoteric File Archive mirror */ new section 23:36:05 [wiki] [[OrthINTERCAL]] http://esolangs.org/w/index.php?diff=40651&oldid=40629 * Oerjan * (-32) /* External resources */ Template 23:36:35 Perhaps we ought to use radial menus rather than usual context menus 23:38:26 [wiki] [[Brainfuck bitwidth conversions]] M http://esolangs.org/w/index.php?diff=40652&oldid=40628 * Oerjan * (+1) fmt 23:40:22 Sgeo: I don't know about you; I move across the menu pane diagonally rather than vertically, then horizontally. 23:41:13 it's still a very small target to aim for, which is nasty, but it's not nearly as bad as described there. 23:43:37 otoh I run into real trouble with hierarchical menus suddenly appearing on the wrong side of a panel, which tends to happen near the right side of the screen. 23:44:17 -!- brandonson has joined. 23:44:51 -!- AndoDaan has joined. 23:45:04 Hierarchial menus would be less annoying if they only appeared when clicked on, and only went away when a special button for dismissing them was pressed. 23:45:17 Or even just one of those. 23:47:01 Funny, I wasn't conscious of the forced delays in popping up submenus... 23:47:07 now that I am this is annoying :P 23:47:32 oerjan: There was a Mill talk in Trondheim today! Did you go? <-- what's a Mill talk 23:47:45 i think john stuart is dead 23:48:14 http://millcomputing.com/ 23:49:39 imo some of their architectural decisions are on-topic in here 23:50:06 i think i can confidently say i was not there 23:50:25 I figured.