00:21:31 -!- iamevn_ has joined. 00:23:06 gah it's my monthly reddit shock ad 00:24:29 -!- iamevn has quit (Ping timeout: 248 seconds). 00:27:23 -!- Lymia has joined. 00:27:35 -!- Lymia has quit (Changing host). 00:27:35 -!- Lymia has joined. 00:30:17 -!- Phantom_Hoover has quit (Remote host closed the connection). 00:48:30 gah, another wasted ghc build 00:49:28 how so 00:50:18 I had copied a file to mk/build.mk.7.10.1 instead of build.mk 00:54:12 mhm 00:55:16 so I got a full build, but without DYNAMIC_GHC_PROGRAMS 00:55:53 a fully anemic build 00:56:59 -!- f|`-`|f has quit (Read error: Connection reset by peer). 00:57:31 -!- f|`-`|f has joined. 00:58:40 paraphrasing #haskell, unsafeCoerce is a fixed point of ($ id) 00:59:04 -!- stuntaneous has joined. 00:59:05 whoa 00:59:09 -!- stuntaneous has quit (Excess Flood). 00:59:23 :t ($ id) 00:59:24 ((a -> a) -> b) -> b 00:59:24 -!- stuntaneous has joined. 00:59:28 -!- stuntaneous has quit (Excess Flood). 00:59:36 -!- elliott has quit (Ping timeout: 250 seconds). 00:59:40 :t fix ($ id) 00:59:41 Occurs check: cannot construct the infinite type: b ~ (a -> a) -> b 00:59:41 Expected type: ((a -> a) -> b) -> (a -> a) -> b 00:59:41 Actual type: ((a -> a) -> b) -> b 00:59:49 -!- stuntaneous has joined. 00:59:51 -!- stuntaneous has quit (Excess Flood). 00:59:58 HMM 01:00:11 -!- stuntaneous has joined. 01:00:14 -!- stuntaneous has quit (Excess Flood). 01:00:20 -!- elliott has joined. 01:00:39 > :t (unsafeCoerce $ id) :: a -> b 01:00:39 (unsafeCoerce $ id) :: a -> b :: a -> b 01:00:41 :1:1: parse error on input ‘:’ 01:00:43 -!- elliott has changed nick to Guest24483. 01:00:55 :t let uc :: a -> b; uc = undefined in ($ id) uc 01:00:56 b 01:01:00 but the point is, it's operationally the same as unsafeCoerce, too. 01:01:02 -!- stuntaneous has joined. 01:01:03 it has an even more general type 01:01:05 -!- stuntaneous has quit (Excess Flood). 01:01:25 shachaf: but without restricting the type it's liable to crash 01:01:31 (I think) 01:01:40 It's liable to crash anyway. 01:01:44 -!- stuntaneous has joined. 01:01:47 -!- stuntaneous has quit (Excess Flood). 01:01:49 true, there's that 01:02:08 -!- stuntaneous has joined. 01:02:45 What's the least fixed point of ($ id) in untyped lambda calculus? 01:03:02 maybe unsafeCoerce should really have type unsafeCoerce :: a. 01:04:51 let t = t (\y -> y) in t -- doesn't look useful after unfolding it into a Böhm tree. 01:04:54 shachaf: pretty sure it's bottom hth 01:05:38 oerjan: and what's the greatest fixed point twh 01:05:39 -!- GeekDude has joined. 01:06:07 does there have to be one 01:06:10 (meh we're working in different domains) 01:06:29 oerjan: i never said it exists 01:07:12 unlambda v is a bit higher, i think 01:07:25 which is basically fix const 01:23:21 -!- mihow has quit (Quit: mihow). 01:52:00 -!- zzo38 has joined. 02:26:50 -!- nys has quit (Quit: quit). 02:46:52 -!- oerjan has quit (Quit: cetera). 03:00:07 [wiki] [[Talk:Time Out]] http://esolangs.org/w/index.php?diff=42276&oldid=42248 * Esowiki201529A * (+26) 03:15:00 -!- constant has quit (Quit: 1 found in /dev/zero). 03:37:21 a hacker made this almost 3 years ago 03:37:24 `` a=abcdef; n= eval 'printf %s "${a[0]"{1..'${#a}'}":(-(++n)):1}"' "$'\n'" 03:37:33 fedcba 03:37:54 and... this is mine 03:37:57 `` a=abcdef; n= eval 'printf %s "${a[0]"{1..'${#a}'}":(-(++n)):1}"' "$'\n'" 03:37:58 fedcba 03:37:59 no 03:38:07 `` a=abcdef; eval eval printf %s '"\"\${a:"'{${#a}..0}':1}\"' "$'$\'\\n\''" 03:38:08 fedcba 03:38:09 ^ that one 03:39:35 mine is much more straigthforward :| 03:39:45 but... it works in bash/ksh/zsh 03:39:51 his version only works in bash 03:39:53 so yeah 03:39:57 kinda happy 03:41:34 -!- ProofTechnique has joined. 03:56:03 -!- fractal has quit (Changing host). 03:56:03 -!- fractal has joined. 04:08:04 -!- MDream has joined. 04:08:24 -!- MDude has quit (Ping timeout: 244 seconds). 04:08:55 -!- adu has joined. 04:16:59 -!- MDream has quit (Ping timeout: 256 seconds). 04:18:06 -!- GeekDude has quit (Quit: {{{}}{{{}}{{}}}{{}}} (www.adiirc.com)). 04:44:06 -!- hjulle has quit (Ping timeout: 250 seconds). 04:44:31 -!- incomprehensibly has quit (Ping timeout: 252 seconds). 04:45:15 -!- ocharles_ has quit (Ping timeout: 252 seconds). 04:45:45 -!- vodkode_ has joined. 04:47:15 -!- ocharles_ has joined. 04:48:17 -!- incomprehensibly has joined. 04:50:03 -!- vodkode_ has quit (Remote host closed the connection). 04:51:31 int-e: For monotonic functions does o behave the way I wanted it to with respect to O? 04:56:12 -!- variable has joined. 04:58:10 coppro: you being a nethack dev is an april fool's, right 04:59:32 Guest24483: IIRC no, he's been involved in nethack for a while. 04:59:42 I mean actual nethack 04:59:43 not nethack 4 05:09:20 -!- vodkode_ has joined. 05:11:09 -!- zadock has quit (Quit: Leaving). 05:11:45 -!- variable has quit (Quit: 1 found in /dev/zero). 05:18:01 -!- variable has joined. 05:25:13 -!- variable has quit (Ping timeout: 250 seconds). 05:52:16 Is "Do not destroy" the title of any melody? 05:53:06 write one and call it like that 05:54:36 -!- adu has quit (Quit: adu). 05:55:07 Footnotes in the book of Psalms in the version I have say that it probably is, although some psalms are just marked "Do not destroy" and it isn't quite clear why; the scholars who wrote the footnotes seem to believe it is probably the title of a melody that is now lost (I suppose, presumably, they had no musical notation at the time so they just named the melody instead). 07:41:49 -!- dianne_ has quit (Quit: byeannes). 07:43:34 -!- gamemanj has joined. 07:44:04 -!- PinealGlandOptic has joined. 07:59:03 shachaf: no, you can construct staircase functions with fast growing stairs and still get similar counterexamples to the alternating function one. 08:04:00 shachaf: for example, f(n) = 2^2^floor(log_2(log_2(n)) (which maps [2,4) to 2, [4,16) to 4, [16,256) to 16, [256,65536) to 256, etc; it's O(n), not o(n), and n is not O(f)). 08:04:50 :t 1 08:04:51 Num a => a 08:04:55 lucky me. 08:07:37 int-e: OK. 08:07:46 Is there an obvious relationship between o and O? 08:08:23 other than o(f) being a strict subset of O(f), none that I'm aware of. 08:10:26 O(f) \ o(f) has no nice characterization, I think. 08:19:21 -!- stuntaneous_o has joined. 08:20:30 -!- stuntaneous has quit (Ping timeout: 256 seconds). 08:26:21 -!- stuntaneous_o has quit (Ping timeout: 246 seconds). 08:30:11 -!- stuntaneous has joined. 08:30:14 -!- stuntaneous has quit (Excess Flood). 08:33:36 -!- stuntaneous has joined. 08:33:39 -!- stuntaneous has quit (Excess Flood). 08:33:54 -!- stuntaneous has joined. 08:33:57 -!- stuntaneous has quit (Excess Flood). 08:34:17 -!- stuntaneous has joined. 08:34:20 -!- stuntaneous has quit (Excess Flood). 08:34:38 -!- stuntaneous has joined. 08:34:41 -!- stuntaneous has quit (Excess Flood). 08:34:58 -!- stuntaneous has joined. 08:35:01 -!- stuntaneous has quit (Excess Flood). 08:35:13 -!- stuntaneous has joined. 08:35:16 -!- stuntaneous has quit (Excess Flood). 08:35:31 -!- stuntaneous has joined. 08:35:34 -!- stuntaneous has quit (Excess Flood). 08:35:49 -!- stuntaneous has joined. 08:35:51 -!- stuntaneous has quit (Excess Flood). 08:36:11 -!- stuntaneous has joined. 08:36:14 -!- stuntaneous has quit (Excess Flood). 08:36:30 -!- stuntaneous has joined. 08:36:33 -!- stuntaneous has quit (Excess Flood). 08:36:47 -!- stuntaneous has joined. 08:36:50 -!- stuntaneous has quit (Excess Flood). 08:37:04 -!- stuntaneous has joined. 08:37:07 -!- stuntaneous has quit (Excess Flood). 08:37:27 -!- stuntaneous has joined. 08:37:30 -!- stuntaneous has quit (Excess Flood). 08:37:52 -!- stuntaneous has joined. 08:37:55 -!- stuntaneous has quit (Excess Flood). 08:38:08 -!- stuntaneous has joined. 08:38:10 -!- stuntaneous has quit (Excess Flood). 08:38:27 -!- stuntaneous has joined. 08:38:30 -!- stuntaneous has quit (Excess Flood). 08:38:44 -!- stuntaneous has joined. 08:38:47 -!- stuntaneous has quit (Excess Flood). 08:39:02 -!- stuntaneous has joined. 08:39:05 -!- stuntaneous has quit (Excess Flood). 08:39:20 -!- stuntaneous has joined. 08:39:22 -!- stuntaneous has quit (Excess Flood). 08:39:42 -!- stuntaneous has joined. 08:39:44 -!- stuntaneous has quit (Excess Flood). 08:40:07 -!- stuntaneous has joined. 08:40:10 -!- stuntaneous has quit (Excess Flood). 08:40:24 -!- stuntaneous has joined. 08:40:27 -!- stuntaneous has quit (Excess Flood). 08:40:41 -!- stuntaneous has joined. 08:40:44 -!- stuntaneous has quit (Excess Flood). 08:40:58 -!- stuntaneous has joined. 08:41:01 -!- stuntaneous has quit (Excess Flood). 08:41:15 -!- stuntaneous has joined. 08:41:18 -!- stuntaneous has quit (Excess Flood). 08:41:34 -!- stuntaneous has joined. 08:41:37 -!- stuntaneous has quit (Excess Flood). 08:41:50 -!- stuntaneous has joined. 08:41:53 -!- stuntaneous has quit (Excess Flood). 08:42:13 -!- stuntaneous has joined. 08:42:16 -!- stuntaneous has quit (Excess Flood). 08:42:31 -!- stuntaneous has joined. 08:42:34 -!- stuntaneous has quit (Excess Flood). 08:42:49 -!- stuntaneous has joined. 08:42:51 -!- stuntaneous has quit (Excess Flood). 08:43:13 -!- stuntaneous has joined. 08:43:16 -!- stuntaneous has quit (Excess Flood). 08:43:30 -!- stuntaneous has joined. 08:43:33 -!- stuntaneous has quit (Excess Flood). 08:43:52 -!- stuntaneous has joined. 08:43:54 -!- stuntaneous has quit (Excess Flood). 08:43:56 wtf. 08:44:10 -!- stuntaneous has joined. 08:44:12 -!- stuntaneous has quit (Excess Flood). 08:44:29 -!- stuntaneous has joined. 08:44:31 -!- stuntaneous has quit (Excess Flood). 08:44:48 -!- stuntaneous has joined. 08:44:50 -!- stuntaneous has quit (Excess Flood). 08:45:07 -!- stuntaneous has joined. 08:45:07 Stuntaneous is yet another unfortunate victim of autojoin... 08:45:09 -!- stuntaneous has quit (Excess Flood). 08:45:22 -!- stuntaneous has joined. 08:45:24 -!- stuntaneous has quit (Excess Flood). 08:45:45 -!- stuntaneous has joined. 08:45:47 -!- stuntaneous has quit (Excess Flood). 08:46:03 -!- stuntaneous has joined. 08:46:04 -!- stuntaneous has quit (Excess Flood). 08:46:43 -!- stuntaneous has joined. 08:46:45 -!- stuntaneous has quit (Excess Flood). 08:46:58 . o O ( thank irssi for selective ignores... /ignore stuntaneous JOINS PARTS QUITS ) 08:47:00 -!- stuntaneous has joined. 08:47:02 -!- stuntaneous has quit (Excess Flood). 08:47:18 -!- stuntaneous has joined. 08:47:20 -!- stuntaneous has quit (Excess Flood). 08:47:35 -!- stuntaneous has joined. 08:47:37 -!- stuntaneous has quit (Excess Flood). 08:47:52 -!- stuntaneous has joined. 08:47:54 -!- stuntaneous has quit (Excess Flood). 08:48:10 -!- stuntaneous has joined. 08:48:13 -!- stuntaneous has quit (Excess Flood). 08:48:28 -!- stuntaneous has joined. 08:48:30 -!- stuntaneous has quit (Excess Flood). 08:48:44 -!- stuntaneous has joined. 08:48:46 -!- stuntaneous has quit (Excess Flood). 08:49:02 -!- stuntaneous has joined. 08:49:04 -!- stuntaneous has quit (Excess Flood). 08:49:20 -!- stuntaneous has joined. 08:49:30 -!- zadock has joined. 09:08:30 -!- shikhin has joined. 09:12:25 -!- vodkode_ has quit (Ping timeout: 245 seconds). 09:39:06 -!- Guest61975 has joined. 09:39:51 hi 09:40:23 -!- Guest61975 has left. 09:42:59 -!- f|`-`|f has quit (Ping timeout: 252 seconds). 10:09:04 -!- Guest61975 has joined. 10:20:47 hi 10:38:52 hi 10:39:43 -!- AnotherTest has joined. 10:40:35 heyo 10:44:31 `relcome Guest61975 10:44:34 ​Guest61975: Welcome to the international hub for esoteric programming language design and deployment! For more information, check out our wiki: . (For the other kind of esoterica, try #esoteric on irc.dal.net.) 10:48:29 thanks 10:48:31 so guys 10:48:38 anyone know art magick? 11:00:16 -!- Guest61975 has left. 11:16:15 -!- hjulle has joined. 11:29:33 -!- gamemanj has quit (Read error: Connection reset by peer). 11:32:58 -!- shikhin has quit (Quit: leaving). 11:44:30 -!- Guest61975 has joined. 11:49:45 -!- AnotherTest has quit (Ping timeout: 265 seconds). 12:02:07 -!- SopaXorzTaker has joined. 12:17:59 -!- shikhin has joined. 12:45:50 -!- oerjan has joined. 12:52:46 > typeRep (Proxy :: Proxy ((((),()),()) => ()) 12:52:47 :1:45: 12:52:47 parse error (possibly incorrect indentation or mismatched brackets) 12:52:54 > typeRep (Proxy :: Proxy ((((),()),()) => ())) 12:52:56 Illegal polymorphic or qualified type: (((), ()), ()) => () 12:52:56 Perhaps you intended to use ImpredicativeTypes 12:52:56 In an expression type signature: Proxy ((((), ()), ()) => ()) 12:53:04 ok that's still missing 12:53:11 oh wait 12:54:11 > typeRep (Proxy :: Proxy (((),()) :: Constraint)) == typeRep (Proxy :: Proxy ((),())) 12:54:13 True 13:00:31 > 1 13:00:33 1 13:02:34 > let x :: forall a. (a b c ~ (((),()) :: Constraint)) => TypeRep; x = typeRep (Proxy :: Proxy a) in x 13:02:35 Not in scope: type variable ‘b’Not in scope: type variable ‘c’ 13:02:39 oops 13:03:21 > let x :: forall a. (a b c ~ ((b,c) :: Constraint)) => TypeRep; x = typeRep (Proxy :: Proxy a) in x 13:03:22 Not in scope: type variable ‘b’Not in scope: type variable ‘c’Not in scope: ... 13:03:23 sorry, going to take away the toy for some minutes. 13:03:25 -!- lambdabot has quit (Quit: brb). 13:03:41 * oerjan swats int-e -----### 13:03:46 WORST TIMING EVER 13:04:26 i was trying to see if you could get at (,) :: Constraint -> Constraint -> Constraint indirectly 13:07:05 well, :t understands unicode syntax now (and still prints types in ASCII) 13:07:22 fancy 13:08:03 -!- lambdabot has joined. 13:08:25 > let x :: forall a b c. (a b c ~ ((b,c) :: Constraint)) => TypeRep; x = typeRep (Proxy :: Proxy a) in x 13:08:31 (,) 13:08:38 yay 13:10:36 > typeRep (Proxy :: Proxy (() ~ ())) 13:10:37 ~ * () () 13:10:46 hm ~ has the kind, useless 13:11:30 i think maybe you actually need the () base case to construct ambiguous things of the same kind, but i'm not entirely counting on it. 13:14:29 This was amazingly simple. https://ghc.haskell.org/trac/ghc/attachment/ticket/8959/ghc-print-unicode-flag.patch 13:15:39 GHC simple? what heresy is this? 13:16:13 I know, right?! 13:21:40 Guest24483: you are fooling no one hth 13:24:32 fungot: hi there 13:24:32 int-e: gah. i've inadvertently gone and added another project to my ever-increasing list. so there's really no difference between eof and), respectively, too.) 13:24:49 fungot: I feel your pain 13:24:49 int-e: maybe ' bureaucracy' isn't the opposite of partial? fnord? 13:25:02 fungot: that's an interesting thought 13:25:02 int-e: it's just not the ants. 13:25:07 creepy. 13:36:11 -!- SopaXorzTaker has quit (Quit: Leaving). 13:42:46 -!- lambdabot has quit (Quit: sorry, let me try that again...). 13:47:19 -!- lambdabot has joined. 13:51:31 fungot: Do your people celebrate easter? 13:51:32 mroman: gah. paul graham you program form the bottom up instead of top down... 13:52:32 fungot: you're better than a magic 8ball 13:52:32 int-e: and it isn't available in debian. debian is known at run-time, but the meta-language in which macros are your fnord bits? 13:52:46 fungot: and almost as mysterious 13:52:46 int-e: omg c++ rox0rz rofl rofl!!! i want a programming language 13:54:04 -!- SopaXorzTaker has joined. 13:58:07 -!- SopaXorzTaker has quit (Read error: Connection reset by peer). 14:03:01 -!- shikhin_ has joined. 14:03:33 -!- AnotherTest has joined. 14:04:50 -!- shikhin has quit (Disconnected by services). 14:05:03 -!- shikhin_ has changed nick to shikhin. 14:12:29 -!- `^_^v has joined. 14:22:21 ^style 14:22:21 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 14:23:22 -!- oren has joined. 14:25:45 fungot, how are you doing? 14:25:45 Taneb: you've all seen it, always building the answer up is much more 14:26:52 fungot's on a roll 14:26:53 int-e: machinecode is where it's at 14:26:55 hm the most recent girl genius seems to indicate that some time has passed since the battle with the beast 14:27:03 zzo38: Perhaps at some point, when people tended to reuse parchment after scraping the letters off, some monk thought it a good idea to mark the psalms he needed saved, as "do not destroy"? 14:28:20 oerjan: ah well, you know sparks 14:28:24 And then the mark just got copied from copy to copy, until the reason was lost 14:28:26 oerjan: it's probably less than a week 14:28:32 maybe 14:29:06 oren: this is the bible though, i somehow doubt they'd scribble in it? 14:29:07 oerjan, sparks are involved, progress can go quickly 14:29:15 oerjan: how long did building the swinecopter-driven sleigh take, you think? 14:29:33 and she did that all almost by herself 14:29:33 15 minutes? :P 14:29:41 ok maybe an hour 14:30:06 oerjan: Hmm... my aunt writes notes all over her bible, but i can see how in the era of handwritten books that mght be frownedupon 14:30:18 int-e: but in this case, the monks are also working on it, presumably not as fast 14:30:21 -!- variable has joined. 14:30:38 oerjan: I know, she has some serious help there 14:30:47 oerjan: and some of those monks are sparky too 14:31:03 oerjan, and the monks are REALLY GOOD at trains 14:32:17 I wonder whether Martellus is helping 14:32:48 hm 14:33:35 well, at least a few days though, i'd say, they've had time to calm down some. 14:34:00 let's say 3 days and move on :) 14:34:10 and also, gil initially expected them to have gone already. 14:34:17 FINE 14:35:13 I mean there still was smoke outside, presumably indicating leftovers from the carnage 14:36:20 right 14:37:11 (technically, very little meat was involved... huh) 14:37:51 Should I evn bother putting "2 years Matlab experience" on my resume? 14:38:04 Does anyone outside of academia use it? 14:44:47 fun site... http://www.itjobswatch.co.uk/jobs/uk/matlab.do 14:45:48 so Matlab is about as popular as R, according to that site. 14:46:44 I also thought that many of the toolboxes that Mathworks sells are not really made for academia but for real-life engineering and data analysis tasks. 14:47:02 But I have virtually no personal Matlab experience. 14:47:33 Cool, so my time struggling to work with it in various courses was not wasted. Awsome 14:50:27 I have the same impression, that it does see real-life use. 14:50:39 (Something like Mathematica possibly rather less so?) 14:51:16 I haven't used Matlab outside of an academic context, but that's a pretty small sampling of jobs. 14:51:37 I haven't used Matlab inside an academic context ;) 14:52:34 -!- copumpkin has joined. 14:52:41 Also I'm writing my resume in LaTeX... I wonder if anyone will recognize the Computer Modern font on my resume 14:53:34 . o O ( "We have a special paper bin for resumes written in LaTeX." ) 14:53:51 -!- SopaXorzTaker has joined. 14:53:59 If you want recognizability, Comic Sans would be a good choice. 14:54:13 Lol. 14:54:57 has anyone here played typerider and read the history of comic sans? 14:56:11 You forgot the colon. (But I haven't played it.) 14:56:50 [wiki] [[Batch]] N http://esolangs.org/w/index.php?oldid=42277 * Esowiki201529A * (+24) redirect to "Batch file" 14:57:08 fizzie: sorry, the colon got stuck in the middle of a level. 14:59:31 [wiki] [[Special:Log/move]] move * Esowiki201529A * moved [[MuFuck]] to [[ΜFuck]] 15:01:02 [wiki] [[Special:Log/move]] move_redir * Esowiki201529A * moved [[ΜFuck]] to [[MuFuck]] over redirect 15:15:43 `unidecode Μ 15:16:19 ​[U+039C GREEK CAPITAL LETTER MU] 15:16:22 thought so 15:17:06 Way to confuse people. 15:17:34 Clearly Latin should be the one and only alphabet ;-) 15:18:11 [wiki] [[Special:Log/move]] move_redir * Oerjan * moved [[MuFuck]] to [[ΜFuck]] over redirect: It's a good idea but needs a little change... 15:19:59 int-e: Clearly if unicode did Han unification they should, for the sake of fairness, do Phoenician Unification as well 15:20:01 [wiki] [[ΜFuck]] http://esolangs.org/w/index.php?diff=42284&oldid=42282 * Oerjan * (-2) Different template, also bold 15:20:07 The thing with µ and μ is pretty bad. 15:20:31 `unidecode μ 15:20:32 ​[U+03BC GREEK SMALL LETTER MU] 15:20:37 oerjan: did you mean: ΜΦυκ 15:20:59 th other one is the micro symbol for iupac 15:21:16 Yes, but I can only easily type µ, not μ. 15:21:45 int-e: Heт 15:22:03 I have greek mapped to `x* where x is any latin letter 15:22:31 Я не понимаю 15:22:52 Eat at Pectopah, the most popular restaurant chain of the Cyrillic world. (Ресторан.) 15:23:16 ouch. 15:23:18 Ya ne ponimayu? 15:23:23 heh 15:23:46 -!- yorick has quit (Quit: No Ping reply in 180 seconds.). 15:23:51 * oren does not quite know how to read cyrillic 15:24:01 oren: it's the universal phrase, you can say that to anybody, anytime 15:24:14 oren: nye, but close enough 15:24:36 oren: so how do you write an actual x? 15:24:46 `unidecode x 15:24:47 ​[U+0078 LATIN SMALL LETTER X] 15:24:53 with the key x 15:25:00 oh wait 15:25:08 (ah, not a trick question) 15:25:08 make that an actual * 15:25:34 or perhaps an actual ` 15:25:34 -!- GeekDude has joined. 15:25:36 oerjan the ` is part of the sequence, and `` makes a ` 15:25:48 ah. 15:26:10 -!- yorick has joined. 15:26:13 `unidecode ѥ 15:26:14 ​[U+0465 CYRILLIC SMALL LETTER IOTIFIED E] 15:26:21 I've never seen that one (except in gucharmap) 15:27:30 ye ye ye 15:27:44 sounds redundant 15:28:40 Probably an old character they need for historic works... like ゑ 15:29:09 (that's a hiragana 'we' ) 15:29:54 airplane crashing in the mountains 15:30:05 again? 15:30:20 oerjan: just freely interpreting ゑ 15:30:31 ic 15:30:42 * oerjan needs to catch up on recent changes before it slips off the 30 day limit 15:31:09 which 30 day limit, what, huh, stop changing the subject! 15:31:54 Oh, on the wiki, I guess. 15:33:42 -!- zadock has quit (Quit: Leaving). 15:39:43 yes 15:41:24 -!- copumpkin has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…). 15:41:42 [wiki] [[Special:Log/delete]] delete * Oerjan * deleted "[[Talk:QWERTY Keyboard Dot Language]]": content was: "xd" (and the only contributor was "[[Special:Contributions/80.222.241.129|80.222.241.129]]") 15:43:17 -!- ProofTechnique has quit (Ping timeout: 272 seconds). 15:43:41 [wiki] [[Special:Log/delete]] delete * Oerjan * deleted "[[Talk:JSFuck]]": content was: "new Array().filter(callbackfn[, thisArg])" (and the only contributor was "[[Special:Contributions/Esowiki201529A|Esowiki201529A]]") 15:46:37 [wiki] [[Special:Log/delete]] delete * Oerjan * deleted "[[Batch file]]": Not esoteric 15:47:09 i seem to be brutal today 15:50:24 [wiki] [[Special:Log/delete]] delete * Oerjan * deleted "[[Batch]]": Redirect to deleted page 15:55:29 -!- ais523 has joined. 15:55:31 [wiki] [[Special:Log/delete]] delete * Oerjan * deleted "[[ArrayZ]]": Author request: content before blanking was: "'''ArrayZ''' is a [[brainfuck]]-derived [[esoteric programming language]] created by [[User:GeorgeEpicGen]] in 2014 to serve one purpose only: to be as short-hand and confusing as possible. It was created over the course ..." 15:59:06 wait where was the author request 15:59:17 oh 16:00:12 [wiki] [[User talk:SuperJedi224]] M http://esolangs.org/w/index.php?diff=42285&oldid=42158 * Oerjan * (+51) unsigned, hoping I got time zone right 16:00:38 Guest24483: in the edit summary for the blanking 16:00:44 yeah I saw 16:04:41 -!- AnotherTest has quit (Ping timeout: 252 seconds). 16:05:31 [wiki] [[ReThue]] http://esolangs.org/w/index.php?diff=42286&oldid=42165 * Oerjan * (+17) wikify, not a good URL 16:05:44 -!- AnotherTest has joined. 16:09:20 stupid clicking noise from the ventilation system seems to be insisting on returning today 16:09:33 (it's always been _occasionally_ like this.) 16:10:11 -!- AnotherTest has quit (Ping timeout: 252 seconds). 16:10:27 -!- oerjan has quit (Quit: Should be going soon). 16:12:13 -!- SopaXorzTaker has quit (Ping timeout: 265 seconds). 16:14:22 -!- SopaXorzTaker has joined. 16:36:25 -!- ais523 has quit (Read error: Connection reset by peer). 16:36:31 -!- callforjudgement has joined. 16:36:35 -!- callforjudgement has changed nick to ais523. 16:37:32 -!- SopaXorzTaker has quit (Quit: Leaving). 16:39:15 -!- ProofTechnique has joined. 16:55:56 -!- ais523 has quit (Read error: Connection reset by peer). 16:56:07 -!- callforjudgement has joined. 16:56:16 -!- callforjudgement has changed nick to ais523. 16:58:09 [wiki] [[ReThue]] http://esolangs.org/w/index.php?diff=42287&oldid=42286 * SuperJedi224 * (-18) Fixed source/ 17:00:44 -!- Frooxius has quit (Quit: *bubbles away*). 17:03:53 -!- zadock has joined. 17:19:17 -!- SopaXorzTaker has joined. 17:24:27 -!- AnotherTest has joined. 17:25:20 -!- mihow has joined. 17:27:56 oerjan: grab the attitude adjustment tool 17:36:25 [wiki] [[Special:Log/newusers]] create * Isaacg1 * New user account 17:39:43 [wiki] [[Pyth]] http://esolangs.org/w/index.php?diff=42288&oldid=40981 * Isaacg1 * (+65) 17:40:29 [wiki] [[Pyth]] http://esolangs.org/w/index.php?diff=42289&oldid=42288 * Isaacg1 * (+57) /* External resources */ 17:42:27 [wiki] [[Pyth]] http://esolangs.org/w/index.php?diff=42290&oldid=42289 * Isaacg1 * (-3232) /* Documentation */ 17:49:18 Guest24483: yes, it's part of an april fool's joke 17:49:45 how is an april fools joke esolang any different from a regular esolang 17:50:00 how is it different from a regular joke esolang? 17:51:20 `2014 hello 17:51:21 No output. 17:51:24 `2015 hello 17:51:28 No output. 17:51:45 `cat bin/2014 17:51:46 ​#!/bin/sh \ if [ $(date +%Y) = "$(basename "$0")" ] \ then echo "Hello, world!" \ fi 17:51:48 `cat bin/2015 17:51:50 ​#!/bin/sh \ if [ $(date +%Y) != "$(basename "$0")" ] \ then echo "Hello, world!" \ fi 17:52:06 aha, 2015 is a language that /doesn't/ work in 2015? 17:52:18 Evidently 17:54:22 that's interesting in another way 17:54:27 although I think http://esolangs.org/wiki/2014 is better 18:06:58 -!- Frooxius has joined. 18:09:37 -!- SopaXorzTaker has quit (Remote host closed the connection). 18:26:56 -!- stuntaneous_a has joined. 18:26:59 -!- stuntaneous_a has quit (Excess Flood). 18:27:17 -!- stuntaneous_a has joined. 18:27:19 -!- stuntaneous has quit (Ping timeout: 246 seconds). 18:27:19 -!- stuntaneous_a has quit (Excess Flood). 18:28:50 -!- f|`-`|f has joined. 18:30:27 -!- sebbu2 has joined. 18:31:09 -!- sebbu2 has quit (Changing host). 18:31:09 -!- sebbu2 has joined. 18:31:33 -!- sebbu has quit (Ping timeout: 250 seconds). 18:43:45 -!- callforjudgement has joined. 18:43:46 -!- ais523 has quit. 18:44:00 -!- callforjudgement has changed nick to ais523. 18:49:29 [wiki] [[Time Out]] http://esolangs.org/w/index.php?diff=42291&oldid=42252 * Rottytooth * (+61) 18:49:32 I believe the problem with trying to do FM synth in .XM is that you cannot have a modulator envelope independent from the note frequency. 18:52:57 (Except for having multiple samples, I suppose, but even then it is not exact unless you do it for each note!!) 19:04:52 -!- nycs has joined. 19:07:42 -!- `^_^v has quit (Ping timeout: 250 seconds). 19:11:17 -!- callforjudgement has joined. 19:11:17 -!- ais523 has quit (Read error: Connection reset by peer). 19:11:28 -!- callforjudgement has changed nick to ais523. 19:13:16 -!- nycs has changed nick to `^_^v. 19:13:21 i have just been alerted, by the appearance of a procession outside, that there is a holiday today. 19:14:33 That's because it is Good Friday today 19:17:44 Don't you know these kind of thing? 19:18:50 -!- callforjudgement has joined. 19:18:55 -!- ais523 has quit (Read error: Connection reset by peer). 19:19:54 -!- callforjudgement has changed nick to ais523. 19:19:58 -!- ais523 has quit (Client Quit). 19:20:09 -!- callforjudgement has joined. 19:20:14 -!- callforjudgement has changed nick to ais523. 19:23:39 ooh, Rust 1 beta 19:24:49 zzo38: I generally lose track of time when I'm really busy 19:27:03 Someone (who is an atheist) asked me, why is it good (if Jesus is dead)? I said, it is good because you don't have to go to work. 19:27:28 Hm... maybe it 19:27:37 is like "god friday"? 19:27:58 I don't know, possibly 19:29:02 * oren afk, getting cotton candy 19:36:08 -!- `^_^v has quit (Ping timeout: 256 seconds). 19:37:37 -!- `^_^v has joined. 19:38:02 zzo38: Christian teaching is that Jesus' death is the punishment for humanity's sin. So by the crucixion, the faithful's sins are absolved and they do not need to suffer the punishments themselves 19:39:39 coppro: Yes I know that. 19:41:47 But I think if it is good because sometimes you don't have to go to work! 19:44:08 I'm back bitches 19:45:29 Some people doubt Jesus's existence. Some others believe he existed but was not resurrected. I am of the latter, but still must say I don't know for sure (I am no historian!); however I also believe that it is pretty irrelevant for today other than as a historical study; the stories were written and now they exist, and they contain a lot of stuff. 19:46:10 You can do good works and you can do prayer and meditation and spirituality and whatever regardless of how accurate the Gospels are. 19:46:46 -!- copumpkin has joined. 19:47:18 And then there's people who believe Jesus was buried in Shingou village, in Aomori Prefecture, Japan. 19:48:00 Well, that seems unlikely to me, but of course I don't know. 19:48:19 Why would he be in Japan? 19:49:13 https://upload.wikimedia.org/wikipedia/commons/7/7f/GraveSign.jpg 19:49:21 Lots of stuff but nothing saying *why* Japan. 19:49:41 Japan is one hell of a long way away from Judea. 19:49:50 *Judaea 19:50:27 Yes, that's why it seems so unlikely to me. 19:51:14 pikhq: there's also people who believe that he was in North America when he was thought to be dead 19:51:33 -!- Vorpal has quit (Ping timeout: 255 seconds). 19:51:41 * ais523 wonders how unlikely a statement has to be before /nobody/ believes it 19:51:56 at least, it seems likely that such a statement exists 19:52:09 the alternative is for some set of people to exist who collectively believe everything 19:52:39 -!- Vorpal has joined. 19:52:39 -!- Vorpal has quit (Changing host). 19:52:39 -!- Vorpal has joined. 19:53:47 -!- variable has quit (Quit: 1 found in /dev/zero). 19:54:13 ais523: "Nothing is false" 19:54:53 pikhq: I guess someone believing that either believes everything, or fails at logic 19:55:49 Though unlikely for humans, there hypothetically could exist minds that don't accept modus ponens... 19:56:00 -!- barrucadu has quit (Ping timeout: 265 seconds). 19:56:05 There are various hypotheses as to what actually happened; some say the body was stolen, although even such people disagree as to how or why. The most likely scneario to me seems that his family took it to bury it in the family tomb and didn't tell anyone since it wasn't important. 19:57:10 zzo38: My belief is just that it's unlikely any individual person would be all that recognizable as "Jesus" from that time period. 19:57:50 Even if there is in fact a "Jesus" from Nazareth it seems rather unlikely said person's life much resembles the myth. 19:58:23 I read somewhere that the Jesus Seminar considers that the amount of resemblance is approx. 20% 19:58:39 -!- shikhin has quit (Ping timeout: 250 seconds). 19:58:41 pikhq: I think it's fairly likely such a person existed. 19:59:11 A prophet is just a cult leader that people never stopped listening to 19:59:33 Vorpal: I tried out the fisheye thing too, since you told me about it. 19:59:41 It's particularly weird some of the various omissions from records that, nevertheless, include other figures that people associate with Jesus... 20:00:03 (for instance, both John the Baptist and the apostle Paul are *quite* well attested.) 20:00:14 My own belief (although I must say I cannot be certain of anyy of this) is that Jesus of Nazareth probably did exist and was a Great Prophet. I do not believe in a final Great Prophet, though (even though most organized religion seems to) 20:00:58 Vorpal: The projection kind of makes this riverside view look like a lake, with the opposite shore being an isle. 20:01:00 But alas, I don't have a time machine. 20:01:13 Piecing shit together from sparse records is a tricky thing. :) 20:01:28 zzo38: Most organized religion doesn't actually believe that there is a "final" prophet 20:01:34 Neither do I, and furthermore I am not a historian, so I cannot do it as good as real historians anyways. 20:01:53 coppro: That tends to be common in Christian belief in particular, though. 20:02:02 Assuming one doesn't count the Pope as a prophet. 20:02:08 pikhq: Yes, but that is because Jesus is not, in Christian belief, a prophet. 20:02:15 True. 20:02:24 -!- barrucadu has joined. 20:02:55 He is quite specifically a divine being of some sort in that belief system. (precisely which sort depends on sect) 20:03:24 yes 20:03:43 He is a prophet in Islam, though. 20:04:08 And Baha'i. 20:05:11 Being a divine being of some sort does not seem to imply not being a prophet, as far as I can tell, though. 20:06:21 pikhq: true, but "$RELIGION accepts $DUDE as a prophet -> Baha'i accepts $DUDE as a prophet" :P 20:06:27 coppro: :) 20:09:38 coppro: Are you sure about that? 20:10:42 -!- shikhin has joined. 20:11:47 -!- ais523 has quit (Read error: Connection reset by peer). 20:11:52 -!- callforjudgement has joined. 20:11:57 -!- callforjudgement has changed nick to ais523. 20:14:26 zzo38: no 20:14:31 it was facetious 20:17:53 I'm back bitches again 20:18:19 Guest61975: Explain! 20:18:35 Screw you, your legs will go POOF! 20:18:48 *Poofs* 20:20:12 -!- Guest61975 has left. 20:23:11 -!- Guest43464 has joined. 20:23:18 Back again! 20:23:25 Why? 20:23:54 Screw you! that's why! 20:25:20 Anyway 20:25:25 anyone heard of art magick? 20:25:33 No, I have not. 20:26:10 (I doubt others here have or care much either, but, I don't know. I don't really care much either though.) 20:27:17 What interests you zzo38 20:27:23 Wanna talk about it? 20:28:37 I don't really care what you wish to talk about though, but if you ask, well, I have studied many things, but I am interested in mathematics, and do much computer programming to. 20:29:25 interresting 20:29:32 please do speak about mathematics 20:30:32 I don't really have much to say right now though 20:30:36 Guest43464: you are acting oddly like Eliza… 20:31:43 Guest43464 knows that it is suspicious but he doesn't know who the hell that is 20:32:23 I think it is possible they merely made a mistake and he wasn't completely dead when they put him in the tomeb 20:32:39 oren: I did consider that possibility too 20:32:53 Seriously is that guy Misao Okawa? 20:33:38 Misao Okawa was the oldest woman in the world until she died a few days ago 20:33:44 I do have one thing to say about logic too, which is that in my opinion, logic is a math, and reasoning is the application of logic; some consider logic and reasoning to be the same thing but I do not. 20:37:43 I don't know what your opinion about these things are. 20:45:39 In my course "knowledge representation and reasoning" we learned different "logics" including "propositional logic" and "first-order logic"; and then we also learned different processes of "reasoning" which take a set of logical statements and produce a new one from them. 20:46:22 So sort of "logic" is the language and "reasoning" is the runtime? 20:48:08 -!- `^_^v has quit (Ping timeout: 252 seconds). 20:49:36 O, that's the course? I haven't heard of that course either 20:49:59 -!- `^_^v has joined. 21:01:09 zzo38: I dunno if they have that course at other universities. http://en.wikipedia.org/wiki/Knowledge_representation_and_reasoning 21:30:54 Oh, this is a nice thought... a self-driving car could avoid parking tickets. 21:31:36 (Apparently Tesla produced an April fool's video which embedded this idea.) 21:32:36 Hmm. April's fool's video. April's fool video. Glad this grammatical swamp will be irrelevant for the next 360 days. 21:34:44 int-e: the idea is that if the time parked is about to expire, it drives off without its owner? 21:36:03 ais523: right, or perhaps even later, when a parking enforcement officer approaches. 21:36:47 the latter would be dangerous; in the UK, most parking enforcement's done via CCTV nowadays 21:38:01 Yeah, but that's a technical detail. I'm picturing a scene in a movie: the officer approaches the car, trying to affix the ticket; the car backs away... It's completely unrealistic, but hilarious. 21:38:29 (Useless too because then the license plate information will already have been taken down.) 21:39:44 (Ultimately, the car, surrounded by traffic enforcement personnel, would sprout wings and fly away.) 21:50:38 -!- AnotherTest has quit (Remote host closed the connection). 21:50:45 -!- copumpkin has quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…). 21:59:58 -!- oerjan has joined. 22:03:55 Someone (who is an atheist) asked me, why is it good (if Jesus is dead)? I said, it is good because you don't have to go to work. <-- that also confused me once. in norwegian it's called the equivalent of "long friday" instead. 22:05:07 * oerjan is suddenly tempted to ban Guest*!* 22:05:43 especially that pesky Guest24483 22:06:32 oerjan: you seem to have guest their secret identity 22:07:31 now to find some kryptonite... 22:07:33 I feel like some of these constraint things ought to be filed as separate GHC tickets. 22:07:42 Uh, I'm not very Christian. Good Friday is a day of mourning, but also a day of hope?! 22:08:14 presumably the first part is only in the morning 22:08:18 int-e: it was pretty much explained in the logs, i was just commenting on the naming 22:08:29 Oh. Good. 22:08:59 I still have the tradition on Good Friday to not eat meat, but still eat fish and chips. (I do not consider myself a Christian either though.) 22:09:21 shachaf: happy passover, or something 22:09:58 I think Passover is on Saturday; it says so on my calendar. 22:10:15 (It is also Holy Saturday) 22:10:56 i was going by wikipedia's main page, also i believe jewish days start at sunset. 22:11:23 i may of course be too early, pesky time zones. 22:11:57 Oh Saturday morning. 22:12:23 no, friday evening 22:12:44 well i guess we have saturday morning here, sort of 22:12:50 * int-e wonders where oerjan is right now. 22:12:57 norway hth 22:13:02 just past midnight 22:13:08 oh you already agreed, sort of. 22:14:29 something to test which i don't think will work with the new system 22:16:11 > let f :: forall a. Typeable a => Proxy a -> TypeRep; f _ = typeOf (Proxy :: Proxy a) 22:16:12 : 22:16:12 not an expression: ‘let f :: forall a. Typeable a => Proxy a -> TypeRep;... 22:16:17 oops 22:16:41 > let f :: forall a. Typeable a => Proxy a -> TypeRep; f _ = typeOf (Proxy :: Proxy a) in f (Proxy Ord) 22:16:42 Not in scope: data constructor ‘Ord’ 22:16:42 Perhaps you meant variable ‘ord’ (imported from Data.Char) 22:16:48 argh 22:16:52 > let f :: forall a. Typeable a => Proxy a -> TypeRep; f _ = typeOf (Proxy :: Proxy a) in f (Proxy :: Proxy Ord) 22:16:54 Could not deduce (Typeable Proxy) arising from a use of ‘typeOf’ 22:16:54 from the context (Typeable a) 22:16:54 bound by the type signature for 22:16:59 there you go 22:17:20 oerjan: just download ghc 7.10 hth 22:17:29 i'm waiting for the platform 22:17:32 I haven't used the Haskell platform for years. 22:17:43 Oh, I guess it's a bigger hassle on Windows. 22:18:24 anyway, it cannot deduce Typeable (Proxy a) from Typeable a when the kind is polymorphic 22:18:56 in fact, i don't think you can get the kindRep for k from the dictionary for Typeable (a::k) at all 22:19:02 The error is pretty confusing. 22:19:22 > typeRep (Proxy :: Proxy Proxy) 22:19:23 No instance for (Typeable Proxy) 22:19:23 (maybe you haven't applied enough arguments to a function?) 22:19:23 arising from a use of ‘typeRep’ 22:19:47 oh hm 22:20:04 isn't that just kind not defaulting 22:20:20 Do you expect it to default? 22:20:32 > typeRep (Proxy :: Proxy (Proxy :: * -> *)) 22:20:33 Proxy 22:20:47 I thought, if the programming language can be made which is using RDF as the input format, and which includes macros, aspect programming, logic programming, and may be made in such a way to be suitable it can implement the rules and cards of Magic: the Gathering and other similar games. 22:20:53 no, but in my example the kind is known 22:21:10 But with many things figured at compile-time 22:22:14 -!- callforjudgement has joined. 22:25:28 :k HList 22:25:28 Not in scope: type constructor or class ‘HList’ 22:26:06 -!- ais523 has quit (Disconnected by services). 22:26:07 -!- callforjudgement has changed nick to ais523. 22:27:12 oerjan: Why is the kind known in your case? 22:27:14 @let pt :: forall a. Typeable a => Proxy a -> TypeRep; pt _ = typeOf (Proxy :: Proxy a) 22:27:15 .L.hs:186:8: 22:27:15 Could not deduce (Typeable Proxy) arising from a use of ‘typeOf’ 22:27:15 from the context (Typeable a) 22:27:31 shachaf: because the type is known 22:28:32 hm actually 22:28:45 @let pt :: forall a. Typeable a => Proxy a -> TypeRep; pt x = typeOf x 22:28:46 .L.hs:186:8: 22:28:46 Could not deduce (Typeable Proxy) arising from a use of ‘typeOf’ 22:28:46 from the context (Typeable a) 22:28:58 lovely 22:29:02 :t typeOf 22:29:03 Typeable a => a -> TypeRep 22:29:28 oerjan: get ghci 7.10.1 installed already 22:29:33 @let pt :: forall a. Typeable a => Proxy a -> TypeRep; pt = typeOf 22:29:34 .L.hs:183:6: 22:29:34 Could not deduce (Typeable Proxy) arising from a use of ‘typeOf’ 22:29:34 from the context (Typeable a) 22:29:46 but i'm also demonstrating :( 22:29:49 or at least use private messages 22:29:58 you're demonstrating lack of restraint 22:30:05 HOW DARE YOU 22:30:14 typeOf :: Typeable a => Proxy a -> TypeRep -- is also the same error hth 22:30:25 -!- shikhin has quit (Quit: leaving). 22:31:19 it is a funny one though, this works in ghci... 22:31:50 int-e: without PolyKinds, i assume? 22:31:51 :k () :: Constraint 22:31:52 Constraint 22:31:59 oerjan: ah there's that... 22:32:07 right 22:38:07 oerjan: http://sprunge.us/Yhdd sheds a bit more light on this. But now it's full of shadows. 22:40:21 int-e: the reason, as i suspect it, is that the new typeable solver doesn't try to transfer kind information at all; in fact TypeRep for the type a doesn't necessarily contain enough information to deduce its kind without access to compiler data. 22:40:43 it's designed such that type application works, but little more. 22:41:08 e.g. 22:41:11 oerjan: No, it goes deeper to the foundations. You cannot talk about a type `a` without knowing its kind first. So ghc invents a context k :: BOX => for pt's type. 22:41:52 Oh. Nah, there's no contradiction there. 22:42:32 the foundations don't prevent you from hypothetically making a TypeRep that _does_ contain the necessary information. 22:42:39 You want something like class Kindable k => Typeable (a :: k), and ghc doesn't do it that way. 22:42:44 yep 22:42:55 or at least something that fakes it 22:43:19 which is what i discussed with Richard Eisenberg in the trac with test cases 22:43:59 -!- `^_^v has quit (Quit: This computer has gone to sleep). 22:44:01 although i guess if no one has made code that was actually broken by this... 22:44:27 The downside, perhaps, is that this would have to be explicit in the TypeRep that the Typeable class instances carry? 22:44:55 i guess mixing Typeable with code kind polymorphic enough to need this is not happening 22:45:10 (i could imagine something with DataKinds) 22:45:33 int-e: well yeah, you'd need a representation of the _whole_ kind 22:45:59 rather than just the core kind parameters 22:46:46 * Taneb *yawn* 22:47:32 Taneb: go to bed hth 22:47:41 oerjan, I need to book a train ticket! 22:48:04 And then like put my duvet cover on my duvet 22:48:05 and you need to wait until after midnight to do it? 22:48:15 -!- sebbu2 has changed nick to sebbu. 22:48:21 for stupid price reasons? 22:48:44 No, I'm doing it now 22:48:49 fiendish 22:48:50 I was just procrastinating 22:48:59 And now it is suddenly the last minute 22:49:03 * int-e does such things for "I can still do this when I'm too tired to do all this other more interesting stuff" reasons. 22:49:32 * Taneb has booked train ticket 22:49:38 Just make sure you got the date correct! 22:50:02 Too late now! 22:50:34 I started to type this before you announced it was already done. So I had a "get" there initially. 22:50:38 * oerjan recalls the time he had ordered a train ticket for the day after the DST change 22:51:08 Oh, DST ... *twiddles with watch* 22:51:22 int-e: you're a number of days late... 22:51:29 no I'll wait 5 more minutes so it doesn't affect the date 22:51:55 oerjan: I know. I hardly ever look at my pocket watch, and then usually only to check whether I have to run for the bus. 22:52:40 last time i took the bus i made the mistake of looking at the bus table i'd got by mail 22:52:57 (the "pocket" watch is a wrist watch without the bands) 22:53:42 not remembering that they'd had a major budgeting scandal and had had to downsize everything. so the bus schedule i was going to take had been canceled. 22:53:52 :/ 22:54:25 fortunately i didn't miss my appointment. 22:57:26 there, 1 am now on that watch 22:57:53 (it's a bit fast. that's healthy since ... I'm using it to check whether I have to run for buses and the buses tend to be a bit early ;-) ) 23:01:06 i try to make sure it's not late, but i don't compensate for anyone else being early 23:02:47 Hmm 23:02:51 My train is at 10:53 23:03:03 It is a 40 minute walk to the station, but I want to stop at the shops on the way 23:03:15 so go to bed now. 23:03:37 * int-e tries to remember Taneb's time zone 23:03:43 @time taneb 23:03:44 Local time for Taneb is Sat Apr 4 00:05:42 23:03:54 So I probably want to leave before 10 23:03:58 Probably closer to half 9 23:04:12 . o O ( half past 9? ) 23:04:18 Yes 23:04:22 * int-e is used to halb 9 meaning 8:30. 23:04:35 dito 23:04:41 I think "half 9" meaning half past nine is a British thing 23:04:45 oh german is like norwegian then 23:04:45 (German speakers are not in agreement about this.) 23:04:50 oh 23:05:04 I was taught that in German, "halb 9" meant 8:30 23:05:05 huh? 23:05:07 as an English speaker 23:05:08 it does 23:05:12 however, in English "half 9" would always be 9:30 23:05:23 halb 9 in germany is 8:30 23:05:47 (It's worse about viertel (quarter) 9 and dreiviertel 9 (three quarter 9) meaning 8:15 and 8:45; many states prefer the viertel vor/viertel nach (quarter to/quarter past) versions.) 23:05:50 ais523, I am told that is more a British thing rather than something agreed upon throughout the anglosphere 23:05:59 s/about/with/ 23:06:25 Taneb: English English, then 23:06:25 int-e: i think "um 1" is more interesting 23:06:35 (The logical explanation is that this says how much of the 9th hour has passed.) 23:06:45 myname: same explanation 23:06:48 almost sure it's the same in the rest of the UK, and I think it's the same in the US too 23:06:55 there are regions where it is exactly 13:00 and others where it id around 13:00 23:07:25 to me it'd just as likely be 1am 23:07:27 myname: ah. Ok, for the regions where this means exactly 13:00, that's the point where the 1st hour has passed. (ist um). 23:07:48 (I'm used to that meaning.) 23:08:07 (The other is "gegen 1") 23:09:02 "um 1" is meant as "um 1 rum" in the second 23:09:16 I am going to go to bed now 23:09:18 Goodnight 23:09:28 dol um ber ist 23:09:42 Taneb: have a safe trip 23:09:57 Thank you 23:10:11 (I'm literally going to the next city over to play D&D) 23:10:12 to me, the funniest thing is that there are three things that are called pfannkuchen, depending on the region 23:10:22 Taneb: don't die ;) 23:10:46 and try not to kill any GMs either 23:10:58 Taneb: Which city is the next over? 23:11:02 shachaf, Leeds 23:11:08 or DMs, whatever. 23:11:45 shachaf, I'll try 23:12:00 shachaf, (from York) 23:13:04 /s/shachaf, I/int-e, I/ 23:13:24 Anyway, I must be off 23:13:27 Goodnight! 23:15:54 [wiki] [[Wordy]] http://esolangs.org/w/index.php?diff=42292&oldid=42171 * Oerjan * (-73) wikify a bit, also we have our own .Gertrude page 23:21:04 [wiki] [[Taworvor]] http://esolangs.org/w/index.php?diff=42293&oldid=42225 * Oerjan * (+10) standardifimogrify section name 23:22:04 -!- hjulle has quit (Ping timeout: 250 seconds). 23:31:52 [wiki] [[Duck Duck Goose]] http://esolangs.org/w/index.php?diff=42294&oldid=42223 * Oerjan * (-24) wikify a bit, remove some blank lines 23:36:11 -!- variable has joined. 23:37:51 [wiki] [[~ATH]] http://esolangs.org/w/index.php?diff=42295&oldid=42240 * Oerjan * (+9) wikify intro, section headers