00:09:17 -!- nortti_ has quit (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )). 00:11:18 -!- kallisti has joined. 00:11:19 -!- kallisti has quit (Changing host). 00:11:19 -!- kallisti has joined. 00:15:31 -!- nooga has joined. 00:20:58 -!- WHAT_RIGHT has changed nick to WHAT_LEFT. 00:40:35 -!- derdon has quit (Remote host closed the connection). 00:50:20 -!- tswett_ has changed nick to tswett. 00:51:51 -!- pikhq_ has joined. 00:51:58 -!- pikhq has quit (Ping timeout: 255 seconds). 01:56:17 -!- edwardk has quit (Quit: Computer has gone to sleep.). 01:57:13 -!- edwardk has joined. 02:07:19 ais523: Rust looks more-or-less like the "improved C with concepts borrowed from functional programming" I've been looking for . 02:11:21 though some design choices are a bit odd. 02:18:02 -!- Phantom_Hoover has quit (Read error: Connection reset by peer). 03:35:17 -!- david_werecat has joined. 04:00:35 -!- Jafet has joined. 04:11:38 -!- pikhq has joined. 04:11:49 -!- pikhq_ has quit (Ping timeout: 252 seconds). 04:22:13 -!- pikhq_ has joined. 04:22:14 -!- DHeadshot has quit (Read error: Connection reset by peer). 04:22:57 -!- pikhq has quit (Ping timeout: 276 seconds). 04:28:03 -!- nooga has quit (Ping timeout: 255 seconds). 04:31:12 -!- kallisti_ has joined. 04:33:56 -!- kallisti has quit (Ping timeout: 248 seconds). 04:56:22 -!- WHAT_LEFT has changed nick to cached. 04:56:31 -!- cached has changed nick to william_g. 04:56:40 -!- william_g has changed nick to cached. 05:00:52 -!- oklopol has joined. 05:04:58 -!- Jafet has quit (Ping timeout: 255 seconds). 05:37:22 -!- cached has quit (Quit: Leaving.). 05:41:33 -!- ais523 has quit. 05:49:57 -!- TeruFSX has quit (Ping timeout: 244 seconds). 06:00:41 -!- WHAT_UP1 has joined. 06:04:08 -!- asiekierka has joined. 06:30:31 -!- oerjan has quit (Quit: Good night). 06:48:22 -!- WHAT_UP1 has changed nick to WHAT_DOWN. 06:50:01 -!- david_werecat has quit (Ping timeout: 245 seconds). 06:57:42 -!- epicmonkey has joined. 07:01:20 -!- nooga has joined. 07:01:40 -!- glogbackup has quit (Ping timeout: 248 seconds). 07:08:14 WTF 07:08:39 The Time Cube site now links to cubicao 07:11:30 -!- MDude has changed nick to MSleep. 07:24:37 -!- epicmonkey has quit (Ping timeout: 240 seconds). 07:58:12 -!- edwardk has quit (Ping timeout: 248 seconds). 07:58:51 -!- edwardk has joined. 08:20:12 -!- edwardk has quit (Quit: Leaving...). 08:31:32 -!- epicmonkey has joined. 08:38:30 -!- copumpkin has quit (Ping timeout: 260 seconds). 08:39:01 -!- copumpkin has joined. 08:39:07 -!- nooga has quit (Ping timeout: 252 seconds). 08:40:31 -!- derdon has joined. 08:52:31 -!- nooga has joined. 09:00:36 -!- Vorpal has joined. 09:05:23 -!- AnotherTest has joined. 09:14:59 -!- itidus20 has changed nick to idusti20. 09:27:02 -!- idusti20 has changed nick to itidus21. 09:31:13 -!- asiekierka has quit (Remote host closed the connection). 10:42:28 -!- david_werecat has joined. 11:10:13 AnotherTest: I saw the IMEC tower construction thing you mentioned, yesterday. 11:10:54 fizzie: :) 11:17:40 -!- david_werecat has quit (Ping timeout: 248 seconds). 12:12:47 -!- asiekierka has joined. 12:21:42 -!- pikhq has joined. 12:22:18 -!- pikhq_ has quit (Ping timeout: 264 seconds). 12:28:50 -!- Phantom_Hoover has joined. 12:37:01 -!- Jafet has joined. 12:40:41 fizzie, do you live at a hotel all that time in Belgium or how does that work? 12:47:15 His house in Finland is actually a caravan. 12:47:17 -!- ais523 has joined. 12:48:05 -!- ais523 has set topic: last topic change: today | http://codu.org/logs/_esoteric/. 12:48:22 -!- boily has joined. 13:44:28 -!- monqy has quit (Quit: hello). 13:47:02 -!- copumpkin has quit (Quit: Computer has gone to sleep.). 14:07:15 -!- copumpkin has joined. 15:05:56 Vorpal: It's this "apartment-hotel" kind of thing, they have a monthly rate that's noticeably cheaper than per-night hotel costs and a tiny kitchen-alike and so on. 15:06:33 Vorpal: If it were a longer trip we'd have rented a place, but people aren't generally so interested in renting out apartments for just a month, and it'd have been a bigger hassle. 15:06:48 The cost difference for just one month isn't so big anyway. 15:07:52 The university has some visitor apartments too, but those are reasonably booked, and they have this thing of prioritizing more official partners and whatnot. 15:08:14 (And those aren't free either, the hotel is I think only about double the cost.) 15:17:45 Gregor: why do you forward port 3128 in hackbot? 15:17:49 -!- kallisti_ has changed nick to kallisti. 15:27:07 -!- calamari has joined. 15:54:06 kallisti: HTTP proxy 16:03:41 -!- ais523 has quit. 16:04:45 Gregor: so I've been playing around with having persistent environment variables. but I haven't found a way to do to my liking. 16:05:06 some things you just don't want persistent, but having a long list of --unset options feels wrong too. 16:05:40 but for a bit I had persistent cd and environment variables, using a version-controlled .env file that keeps track of the environment between invocations. 16:05:58 I decided I'd rather not have persistent cd. 16:08:57 Unless there's a first-principles way of defining “some things”, I think you're stuck. 16:09:09 well, PWD, USER, HOME, and OLDPWD 16:09:11 and _ 16:09:24 but I doubt that's everything 16:12:24 the way env displays functions is weird 16:12:42 f=() { echo 16:12:42 } 16:14:43 aha 16:16:17 env... displays functions??? 16:16:24 Is that some shell built-in env? 16:16:32 /usr/bin/env certainly can't. 16:16:40 it's a bash thing 16:16:57 try: 16:17:01 f() { echo; } 16:17:03 export -f f 16:17:04 env 16:20:09 -!- edwardk has joined. 16:21:59 -!- Taneb has joined. 16:22:53 Hello 16:24:27 Wow, I got in the Haskell Weekly News quotes! 16:24:37 you're Haskell famous now! 16:24:47 Yay! 16:24:56 Now I'm Haskell famous, and Northumberland famous 16:24:58 Gregor: looks like declare -p will display only variables and ignore exported functions 16:25:12 this ensures that, while I can't support exporting functions, they won't break anything either. 16:25:14 Or, /usr/bin/env ;) 16:25:28 that's the env I'm using 16:25:52 I just tried /usr/bin/env, same output 16:25:59 $ builtin env 16:26:03 -bash: builtin: env: not a shell builtin 16:27:02 so it looks like declare -px is the way to go 16:27:07 if I'm to go at all. 16:29:04 WAT 16:29:06 I'm so confused 16:29:13 I don't even understand how functions CAN be exported. 16:31:07 no idea 16:31:16 h4x 16:33:25 yeah I may just give up on this. 16:33:40 the only immediate purpose I see for a persistent env is to annoy other people by messing it up. 16:34:31 Gregor: also git > hg 16:34:44 > "git" > "hg" 16:34:46 False 16:34:49 lies. 16:35:11 you don't have to go lookup the revision number to revert a change 16:35:15 you just `revert HEAD 16:35:27 or `revert HEAD@{1} for the previous one 16:35:48 Is it bad that when some rules of equivalence were described, my first thought was "Hey, that's a Category!" 16:36:50 why do you have to categorize everything? 16:36:55 why can't you just let it be what it is, man. 16:37:06 I severely doubt that that one, extraordinarily minor advantage can make up for the fact that git has, by a wide margin, the worst UI of any piece of software I have ever had the mispleasure of using. 16:37:09 And I've used HP-UX. 16:37:20 class Category cat => Equivalence cat where rev :: cat a b -> cat b a 16:37:42 Gregor: you know you /do/ actually have to read the manual to use git properly. 16:37:48 Yes, I do. 16:37:52 And that's why it's fucking terrible. 16:38:01 It's so goddamn unintuitive that I have to read the manuals repeatedly. 16:38:02 it's a flexible piece of software. 16:38:10 that comes with a bit of learning curve. 16:38:12 Yes, flexible in the sense that you have to bend over backwards to use it. 16:38:29 Is it the dwarf fortress of software? 16:38:47 I think dwarf fortress would be the dwarf fortress of software... 16:39:00 Gregor: eh, once you get used to it, it's intuitive. 16:39:06 Is it the dwarf fortress of non-game software? 16:39:08 I've used it plenty, in fact. 16:39:09 granted, I haven't done anything complex with merges and branches 16:39:19 but for single-person use it's pretty straightforward. 16:39:21 Until I finally ditched it for hg-git, anyway. 16:39:32 Now I do everything with hg, and my life is much improved. 16:39:57 Gregor: but how do you forward-port local commits to the update upstream head! 16:40:02 *updated 16:40:30 hg rebase 16:40:35 o 16:41:18 Gregor: still, for this usage, using git actually results in an improved UI over hg 16:41:32 because you no longer have to look up the commit hash 16:41:52 I have no idea whether I actually have to look up the commit hash for anything *shrugs* 16:42:08 I think you can use negative numbers or something like that for tip-minus-n. 16:43:02 revision 16:43:02 indicates a changeset which can be specified as a 16:43:02 changeset revision number, a tag, or a unique sub- 16:43:02 string of the changeset hash value 16:43:18 unless one of those things includes what you just said 16:43:21 I don't think so 16:43:23 *shrugs* 16:43:42 OK, so you've found the one piece of good corn in the giant steaming festering pile of shit that is git's UI. 16:45:35 if it's any consolation 16:45:45 I haven't found a way to add an --author option to git revert 16:46:36 I'd have to use --no-commit and then manually commit with the --author option 16:52:38 Gregor: it looks like changing PWD has no effect on umlbox's actual current working directory 16:52:39 oh, looks like PWD never does that. 16:53:01 Yeah, that's not how PWD works. 16:53:03 It's read-only 17:01:52 Rotating a 3D coordinate system in the fourth dimension should switch it between left and right handedness right? 17:07:05 Not if you rotate it the whole way. 17:10:00 is that the tetris J L problem? 17:10:46 Quite possible 17:10:59 i know theres a C word for this 17:11:07 Not if you rotate it the whole way. <-- well obviously 17:11:12 Gregor: how can you possibly not like git? 17:11:12 is that the tetris J L problem? <-- ? 17:11:28 itidus21: Chirality? 17:11:34 thats the one! 17:11:37 fizzie, what is the name of the 4D equiv of right/left-handedness? 17:11:42 it's not a C word, it's a chi word 17:11:51 sou ka 17:12:11 Vorpal: I'm not sure there's a unique equivalent 17:12:20 soundnfury, oh? 17:12:32 handedness is a peculiar property of 3 dimensions caused by the existence of a vector cross product 17:12:47 shared only by 7D which also has a cross product (because octonions yay) 17:13:14 soundnfury: I thought I already explained this. Its UI is so horrendous that I honestly cannot believe that it was created solely by incompetence and not malice. 17:13:19 hm is that so, but what about the 2D case then, where you can't just rotate the coordinate system between one where x points left, and the other where x points right (in both cases having y point up) 17:13:27 isn't that a form of handedness too? 17:14:09 Gregor, I completely agree 17:14:16 ah, you mean that. Well, it's because permutations of three basis vectors are defined up to a product of (123) by sign 17:14:32 and of course permutations of 2 are defined uniquely by sign 17:14:59 well you should have some similar phenomenon in 4D surely? 17:15:13 whereas in 4 dimensions you can apply, say, (12)(34) which has positive sign and is not a product of (1234) 17:15:19 ah... 17:15:27 there are just too many degrees of freedom 17:15:27 thinking in 4D is so hard 17:15:38 Gregor: I've got persistent environment working (including exported functions), with some minimal filtering of variables (SHLVL, PWD, and OLDPWD aren't stored) 17:15:50 kallisti: Sweet :) 17:15:53 so instead of left- and right- handedness, you have about four cosets in S₄ 17:16:01 presumably if you mess up the environment then you can just revert it back. 17:16:03 soundnfury, S being? 17:16:10 symettric group 17:16:20 I don't think I read enough math for this... 17:16:27 S(n) is the symmetric group on n letters 17:17:00 so in 2D we had S₂ which is just Z₂, so we can define handedness by a sign 17:17:09 yep 17:17:23 and in S_3 we have...? 17:17:39 in 3D we had S₃ which is D₆, so we have a sign (from the permutation signature) and then the quotient by that is just Z₃ 17:17:53 kallisti, what is that you are working on? 17:17:56 Vorpal: i think it may be best for us humans to begin by thinking in 4d using chess style 17:18:12 soundnfury, right 17:18:17 fairly reasonable so far 17:18:28 itidus21, what do you mean? 17:19:16 Vorpal: I'm adding hackegos sandbox stuff to my perl bot, using git instead of hg, and playing around with possibly new features. 17:19:33 kallisti, ouch, git 17:19:34 in 4D we have S₄, we quotient out Z₄ and that leaves something of order 6... 17:19:42 kallisti, also iirc that sandbox is debian specific 17:19:49 * kallisti doesn't really get the aversion to git 17:19:50 soundnfury, hm okay 17:19:50 it's not 17:19:54 it's just eas to install on debian 17:19:56 kallisti, plash? 17:19:59 and i'm running debian anyway so it's okay. 17:19:59 thought it was 17:20:01 no umlbox 17:20:03 Vorpal: things like chebyshev distance applied to 4d 17:20:07 kallisti, oh he used plash before 17:20:19 umlbox is gregor's creation. 17:20:21 right 17:20:33 itidus21, ? 17:20:54 we need something other than cartesian geometry for thinking in 4d 17:21:01 why 17:21:07 umlbox shouldn't be appreciably easier to install on Debian than anything else. 17:21:10 because it's too hard the cartesian way 17:21:16 Vorpal: I don't use plash any more (which is Debian-specific), I use umlbox (which is not). 17:21:41 itidus21: you use abstract linear algebra and formalisms, instead of trying to visualise stuff in your head 17:21:47 itidus21, what if the 4D problem I want to represent depends on the Euclidean distance? 17:21:50 because meatware graphics adapter sucks 17:21:59 soundnfury, indeed 17:22:12 completely unrelated, anyone here ever used OpenGL ES 2.0? 17:22:36 I'm wondering how much of my knowledge of OpenGL 3.0 I can carry over to embedded opengl 17:22:39 * soundnfury has convinced himself that S₄/Z₄ is isomorphic to S₃ 17:22:41 to begin with, i think one must abandon the notion of applying a meaning to each dimension in order to think in 4d 17:23:13 such as, x dimension being east/west, left/right, horizontal 17:23:21 so "handedness" in 4D is a permutation on three letters, unlike in 3D when it's 2-valued 17:23:29 y dimension being north/south, up/down, vertical, top/bottom 17:23:43 itidus21: don't apply meanings to things at all 17:23:45 Vorpal: From the little I recall, it's kind of similar than late OpenGL in that they dropped most of the fixed-function pipeline. 17:23:46 itidus21: you use abstract linear algebra and formalisms, instead of trying to visualise stuff in your head <-- quite, but that becomes less useful when you are thinking about handedness 17:23:48 z dimension being in/out, close/far 17:24:16 Gregor: hm, would it be possible to set up ssh to log in to a umlbox instance? 17:24:16 4D is simply the space of functions from the four-point space [4] to the real line R 17:24:41 soundnfury, assuming your functions only return one value 17:24:42 :P 17:24:44 kallisti: Hrm. In principle, yes. In practice, yikes. 17:24:45 Vorpal: no, because representation theory and groups and shizzle 17:24:56 Vorpal: um, definition of function much? 17:25:14 basically i think ideas like, east/west, left/right, horizontal, north/south, up/down, vertical, top/bottom, depth, in/out, close/far, are unhelpful in 4d 17:25:23 soundnfury, you can have a function that returns a vector, can't you? 17:25:27 Vorpal: I'm under the impression that the shading language is pretty similar, though. 17:25:37 fizzie, thanks 17:25:46 itidus21: just assign one of your dimensions to "time" and all of those other concepts still make sense. 17:25:48 fizzie, my opengl 3 knowledge should be pretty useful then. 17:25:55 Vorpal: yes, but in this case the function's codomain is the real line R I already 17:25:59 specified that 17:26:13 kallisti: that's not as helpful as it seems 17:26:28 i prefer to think of finite 4d space as a linear set of cubes 17:26:32 soundnfury, hm 17:26:37 if you want to visualise a rotation in 4D, you're stuffed, you can't set theta = omega * t and watch it spin 17:27:16 Vorpal: a vector is in fact a function from a finite space to a field 17:27:39 for instance a real 3-vector is a function from the three-point space [3] to R 17:28:13 the problem with infinite 3d space is that you can't line up such cubes 17:28:14 soundnfury, is it now, so what real value does, for example, (1,2,3) yield? 17:28:16 we just have this convention of power-associating cartesian direct products to notate the same thing 17:28:42 oops 17:28:43 Vorpal: (1,2,3) will obviously yield either 1, 2 or 3, depending on which of the three possible inputs you give. 17:28:44 Vorpal: (1,2,3) isn't a member of the three-point space 17:28:56 fizzie, right, I guess that is one way to see it... 17:28:57 Assuming (1,2,3) is the vector. 17:29:20 soundnfury, huh? I'm not a mathematician, you completely lost me 17:29:22 the vector (4,5,6) is the function sending 1 to 4, 2 to 5, and 3 to 6 (treating [3] as {1, 2, 3}) 17:29:32 the three-point space is a set with three elements 17:29:58 endowed with the discrete topology so that we can talk about topological notions like continuity wrt. functions from it 17:30:01 soundnfury, how is (1,2,3) any different from (4,5,6)? 17:30:01 in order to visualize in 4d space, you would really need to give up part of your brain 17:30:15 those are both vectors 17:30:19 exactly 17:30:23 the three-point space is {1,2,3}, not (1,2,3) 17:30:26 it's a set 17:30:52 or maybe not 17:31:02 you could say that the vector (1,2,3) is the inclusion function from [3] to R, because it maps each x in [3] to the same x in R 17:31:09 soundnfury, I have no clue what a three-point space is. I don't even know which branch of mathematics that is from 17:31:26 topology 17:31:28 -!- MSleep has quit (Read error: Connection reset by peer). 17:31:31 yeah I never studied that 17:31:47 it's a topological space that as far as you care is just a "set with three elements" 17:31:48 -!- MSleep has joined. 17:31:55 which we write as [3] or {1, 2, 3} 17:31:55 fair enough 17:32:03 seems a pretty boring set 17:32:42 ok well, what is rotation? 17:33:08 itidus21, it is easiest to think of as a transformation matrix on a certain form 17:33:09 -!- MoALTz has joined. 17:33:16 a point on it's own cannot rotate, correct? 17:33:17 I don't know offhand what it looks like in 4D 17:33:32 i guess a point can only be rotated around another point 17:33:37 itidus21, sure it can, you can't tell that anything happened though :P 17:33:50 rotate (0,0,0) and you still get (0,0,0) 17:34:24 i guess a point can only be rotated around another point <-- i.e. you mean a vector between those two points 17:34:40 yeah.. i mean.. only a vector can be rotated? 17:35:16 but is a point a vector? :D cries 17:35:20 fuck math 17:35:26 ;_; 17:35:30 I assume you mean in linear algebra? 17:35:42 itidus21: a rotation is an affine map on a vector space with an invariant space of codimension 2 and a positive determinant. 17:35:45 So there. 17:35:45 i mean in relational algebra 17:35:48 ;_; 17:36:14 soundnfury, affine? Isn't it linear? 17:36:21 Assuming you rotate around origo of course 17:36:25 and where else would you rotate 17:36:33 Vorpal: I chose not to make that precise assumption 17:36:38 im just kidding by the way 17:37:21 if you change "affine" to "linear" you then get the definition of a rotation about the origin 17:37:28 i don't hate math that is 17:37:52 soundnfury, that is good though, you can just do a translation before, and another after and you can rotate around any point 17:39:22 -!- edwardk has quit (Quit: Computer has gone to sleep.). 17:39:43 itidus21, sure it can, you can't tell that anything happened though :P <--- cool 17:40:08 soundnfury, btw, I hope I never have to do a flight simulator, fuck quaternions. 17:40:37 4d translation is easy enough 17:40:39 Vorpal: quaternions are fucking AWESOME 17:40:50 soundnfury, well I would have to try and learn how they work 17:40:52 :/ 17:40:56 oh wait i ill considered this 17:41:18 nah easy enough 17:41:24 itidus21, it is just a 5x5 matrix with a homogeneous coordinates I presume? 17:41:37 coordinate* 17:41:46 -!- calamari has left ("Leaving"). 17:41:56 my method of visualizing a 4d finite space is a line of cubes 17:42:15 ^cubes made of smaller cubes 17:42:18 itidus21: you already said that 17:42:21 yup 17:42:32 and so.. in that way, its really very easy to imagine a translation 17:43:01 translating along w is simply like a passenger going from carriage to carriage in a train 17:43:21 fun fact: you can convert Celsius to Fahrenheit using a 2x2 matrix (homogeneous coordinates) 17:43:30 how? 17:43:34 I forgot the details of how you had to set it up 17:43:51 but since Celsius to Fahrenheit is an affine transformation on R 17:43:52 it works 17:44:01 (that is R_1) 17:44:20 nortti, just consider the temperature to be an 1-dimensional vector :) 17:44:43 oh 17:44:45 well, 2D, you have the homogeneous coordinate 17:44:52 -!- Tod-Autojoined has joined. 17:45:57 nortti, it shouldn't be too hard to figure out 17:46:03 but in order to translate... 17:46:06 it doesn't work 17:46:10 ^rotate 17:46:14 what doesn't? 17:46:30 oh your abstraction 17:46:31 right 17:46:38 which is why it is useless for that 17:46:40 -!- TodPunk has quit (Ping timeout: 252 seconds). 17:46:49 well.. in order to rotate, i would try to basically create a 2d plane 17:47:03 but.. i can't 17:47:12 you just have to stop imagining what it looks like 17:47:16 it is not possible 17:47:19 Vorpal: You need something like [C;1] as "input" (where C is the temperature in Celsius), though. 17:47:26 unless you are on LSD or something 17:47:30 (don't do drugs, kids) 17:47:44 fizzie, well obviously: well, 2D, you have the homogeneous coordinate 17:47:59 fizzie, also, what a weird way to write a vector 17:48:03 surely you mean (C,1) 17:48:04 :P 17:48:29 It's the MATLAB matrix notation. 17:48:47 fizzie, and then at the end you get (x,w) and you get F by dividing x by w 17:48:54 I think 17:49:00 [a b c; d e f; g h i] being a square matrix with a, b and c on the first row. 17:49:04 ouch 17:49:14 You can get [F,1] directly, I'm pretty sure. 17:49:15 Well don't do that syntax on me, I'm not used to it. 17:49:20 you can do GLSL if you want 17:49:28 fizzie, really? 17:49:32 how 17:49:40 -!- MSleep has changed nick to MDude. 17:50:41 -!- sirdancealot7 has quit (Read error: Connection reset by peer). 17:51:00 To use the notation you don't like, [a b; 0 1]*[C; 1] = [a*c+b; 1]. 17:51:14 a*C+b to not lose the uppercase. 17:51:16 fizzie, a an b being? 17:51:17 Then just make a and b the numbers you need. 17:51:23 my row of cubes would look something like w- [+]/ [+]/ [+]/ [+]/ w+ 17:51:28 Whatever the Celsius-to-Fahrenheit conversion numbers are. 17:51:32 hm okay 17:51:53 fizzie, I remember I worked them out (for the divide-by-w case) and they ended up as some simple ratios 17:51:59 like 3/5 or some such 17:53:05 -!- sirdancealot7 has joined. 17:53:20 too lazy to work them out again, also I don't remember exactly how atm, would need to look it up. (Damn you libraries making me forget how to do this by hand when doing OpenGL) 17:53:38 Certainly you *can* do that. But you could also set the matrix up so that it returns a proper homogenous (F,1) vector directly. 17:53:54 fizzie, is this only in the 1D case? 17:54:22 or why do we not do that in OpenGL, instead of dividing by w at the end to get the projection 17:54:59 No; you can obviously get any affine transformation from [x; y; 1] to [p; q; 1] by multiplying with a matrix [a b c; d e f; 0 0 1], with a, b, c, d, e, f being the parameters of your affine transform. 17:55:40 I seem to recall some SVG stuff only takes the two upper rows of the matrix for that reason. 17:55:51 It doesn't work for projection matrices since the projection isn't an affine transformation. 17:56:03 ah 17:56:10 right 17:56:36 fizzie, what sort of transformation is the projection then... 17:57:07 hm 17:57:14 Well, it depends on what you put in your matrix. 17:58:29 fizzie, what about a perspective projection? And then what about a orthographic projection? 18:01:13 Well, with glFrustum i.e. perspective projection you get [a 0 b 0; 0 c d 0; 0 0 e f; 0 0 -1 0]*[x; y; z; w] = [a*x + b*z; c*y + d*z; e*z + f*w; -z] and then that turns into [-a*x/z - b; -c*y/z - d; -e-f/z; 1] and that nets you the /z you of course need in a perspective projection. 18:01:38 Here a, b, c, d, e, f are suitable parameters derived from the left, right, top, bottom, zNear, zFar given. 18:02:05 (That matrix was from man glFrustum, incidentally.) 18:04:14 And normally of course the input w=1 and that bit with the z coordinate of the output is to map [zNear, zFar] into the proper range for the depth buffer, which is [-1,1] or something like that. 18:04:32 fizzie, glFrustum is fixed function right? 18:04:36 I never worked with that old API 18:04:41 Yes, it's one of the old ones. 18:04:46 what does it mean in modern terms :P 18:05:03 Sets the projection matrix to that. 18:05:07 ah 18:05:16 The projection matrix being one of the things that gets automagically applied. 18:07:48 fizzie, right 18:11:34 I seem to recall the documentation is written as if the system would first multiply the geometry with the modelview matrix, then the projection matrix, and then there was maybe a third one, but of course a reasonable implementation is free to multiply those all together. 18:12:27 Well, maybe not the third (viewport matrix) since it happens after the /w thing. 18:13:11 fizzie, what if you are doing stuff in between the modelview and the projection though 18:13:26 can't think of something to there at the top of my head though 18:13:29 -!- edwardk has joined. 18:13:34 I don't think you can do stuff there with the fixed-function pipeline. 18:13:41 right 18:14:02 why would anyone code for the fixed-function pipeline these days 18:17:34 okokokokokokokokokokokoko 18:17:35 sup 18:18:40 That reminds me 18:18:43 Thanks, oerjan 18:18:52 *future/past oerjan 18:18:56 fizzie, hm which shaders do OpenGL ES even have? Just vertex and fragment? I'm unable to find the docs atm... 18:19:04 Hey, oklopol 18:19:22 any tessellation shader? 18:19:24 hey Taneb did you ever have a go at programming in Eniuq? 18:19:26 hey taneb. 18:19:30 Nah 18:19:33 Um 18:19:34 No 18:19:42 I've been in Durham since Monday 18:19:48 I'll have another look at it now 18:19:54 yea Taneb are you the tangent of e flat 18:20:12 ? 18:20:55 it's a joke for mathematician-musicians with a retarded sense of humor 18:20:58 god dammit, the android documentation for the relevant classes are mostly empty. Presumably you are supposed to refer to the OpenGL ES 2.0 spec instead to figure out what the functions do 18:21:17 oklopol: that would be tanE♭ 18:21:32 completely different capitalisation and moar unicodez 18:21:38 :D 18:21:46 i can't pronounce that 18:22:04 Oh, I get that! 18:22:06 :) 18:22:08 oklopol, how do you normally pronounce E♭? 18:22:13 I mis-parsed tangent 18:22:26 i'm referring to finger pronunciation 18:22:40 soundnfury, I can translate that as a single word in Swedish 18:22:45 but not in English :/ 18:24:11 Vorpal: it does make more sense to refer to the already-existing OpenGL spec instead of incorrectly duplicating all information 18:24:32 olsner, true, but it is more annoying 18:24:50 Vorpal: it's pronounced "S" and spelt "Es" in German, if that helps 18:25:07 soundnfury, something like that in Swedish too 18:25:07 * soundnfury likes "H" for B♮ 18:25:12 Ess rather 18:25:20 soundnfury, I hate that 18:25:32 it is mostly found in older literature 18:25:51 https://www.rfc-editor.org/rfc/rfc1928.txt - does anyone know where I can find what should happen *after* CONNECT has been done (forwarding should be specified right?) 18:25:57 Is that b non-modified? 18:26:11 one tone beneath c? 18:26:23 We call that 'h' around here. 18:26:28 and a half-tone down is 'b' 18:26:40 which makes b == ais 18:26:43 and h == ces 18:26:49 yes, that is how it is in older literature in Swedish too 18:26:58 nowdays we do it the logical way 18:27:22 and that would be? 18:27:37 Vorpal: I'd guess just vertex and fragment shaders, yes. But I'm no ogles expert. 18:27:47 cdefgabc? 18:28:07 and distinguishing between b-b and b-flat? 18:28:13 WebGL is IIRC OpenGL ES 2.0 -based. 18:28:56 our system uses cdefgahc 18:29:15 I think they do H in Finland too. At least it was that way back in music lessons in school. 18:29:19 It's interesting when you get a part marked "Trumpet in B" and you wonder "Does it mean B♭ or H? Is this at-pitch or do I have to transpose up a semitone?" 18:29:28 anyway H was due to someone misreading the original idea iirc 18:29:46 c,cis,d,e,f,fis,g,gis,a,ais,c,cis or c,des,d,e,f,ges,g,a,b,c,des 18:30:08 if you have a note "cis" you have to have one called "trans" as well 18:30:14 isomers ftw 18:30:37 Trumpets usually are Bb then ;) 18:30:40 with all the talk about donkey kong, i've never heard anyone actually comment on the way that mario's footsteps play a melody 18:30:43 but there also trumpets in C and D of course. 18:30:57 or is it H 18:30:59 maybe not a very exciting melody 18:31:02 now you've confused me :) 18:31:11 but .. i have broken enough topics tonight 18:31:12 mroman: true. But I actually play the cornet, which is almost never in C or D. Sometimes in E♭ though. 18:31:22 But usually B♭ 18:31:30 Bb 18:31:43 but on my tone measure thing I have to set it to two b's 18:31:45 mroman: Is ais523 in there somewhere too? 18:31:55 which is weird. 18:31:59 mroman, in Sweden we do (complete list): c/biss, ciss/dess, d, diss/ess, e/fess, f/eiss, fiss/gess, g, giss/ass, a, aiss/bess, b/cess 18:32:32 From time to time I get horn parts, which are usually in F but sometimes in Es or even As (A♭) 18:32:50 huh 18:32:51 weird. 18:33:05 if you play trumpet and horn parts in an orchestra, you have to be able to transpose ;) 18:33:20 It's interesting when you get a part marked "Trumpet in B" and you wonder "Does it mean B♭ or H? Is this at-pitch or do I have to transpose up a semitone?" <-- just count the number of # or ♭ at the start of the score? 18:33:35 At least that should work for piano music, does it work differently for trumpet music? 18:33:38 My flugelhorn is Bb 18:33:38 * soundnfury once played in Beethoven's 7th, trumpet in D, having seen the part only a couple of hours before 18:33:45 measured against C, 442hz 18:33:48 mroman, what is that instrument in English? 18:33:58 It's called Flugelhorn in English. 18:34:01 Vorpal: unfortunately, orchestral trumpet parts often don't have key signatures 18:34:03 And Flügelhorn in German :) 18:34:06 soundnfury, ouch 18:34:14 mroman, okaay 18:34:27 Vorpal: GLSL ES spec only speaks of vertex and fragment processors. But OpenGL ES 3.0 (which should be out any day now, I guess, this year anyway) is supposed to be based on (regular) OpenGL 3.3, so I suppose it might have some geometry shaders. 18:34:30 finally i can say Flugelhorn in english 18:35:01 ah ok. 18:35:01 -!- edwardk has quit (Read error: Connection reset by peer). 18:35:09 the b on my measure thing is a real b 18:35:14 as Bb is one tone benath C 18:35:15 fizzie, I care for tessellation shaders, not geometry ones. 18:35:29 Vorpal: I once had a part for trumpet in A, which would have been in C... that means, I was transposing it into seven flats, woo 18:35:39 fizzie, anyway, that won't help when working against current mobile devices. 18:36:05 Vorpal: Isn't that just a use case for a geometry shader? Though I'm not terribly current on modern OpenGL. 18:36:10 * soundnfury gets out his garklein-flötlein (which is in C) 18:36:12 I guess there will be hw support for it maybe next year, unless existing hardware can support it in theory? 18:36:28 Geometry shaders are those things that can create new primitives. 18:36:33 And then you need to wait maybe 5 years or so before it becomes common enough that it is worth requiring. 18:37:08 Vorpal: theres better ways to spend life than providing 3d apps to mobile market 18:37:08 fizzie, my experience is that geometry shaders are rather slow for doing that. It being more efficient to just make a larger array of vertex data. 18:37:18 such as swimming in money for example 18:37:33 fizzie, tessellation shaders don't suffer that problem, presumably because they are more restricted. 18:37:34 "Vorpal nowdays we do it the logical way" lolol 18:37:56 and yeah h is used in finland 18:38:00 Vorpal: theres better ways to spend life than providing 3d apps to mobile market <-- Right? 18:38:09 -!- epicmonkey has quit (Ping timeout: 260 seconds). 18:38:35 the answer is not to make a console which can play mobile apps on a tv with a gamepad 18:38:49 indeed not, I don't care for consoles 18:38:51 I don't use them 18:38:58 "mroman c,cis,d,e,f,fis,g,gis,a,ais,c,cis or c,des,d,e,f,ges,g,a,b,c,des" what? 18:39:16 oklopol, he forgot the black key between d and e 18:39:25 oh 18:39:26 yeah 18:39:35 my bad. 18:39:51 oklopol, presumably those backwards people in whatever country he lives in don't understand how it works 18:39:53 dis or es that'd be 18:39:57 so they write their music without it ;) 18:40:29 -!- AnotherTest has quit (Quit: Leaving.). 18:40:51 mroman: you forgot dess/gauss 18:41:04 Vorpal: that's one thing he forgot, yes 18:41:16 oklopol, right, I didn't bother to read further 18:41:26 -!- MoALTz has quit (Quit: Leaving). 18:41:34 itidus21, gauss? 18:41:37 what is that 18:41:42 gess or giss? 18:42:01 g-sharp or g-b ;)? 18:42:06 that's the problem with this system, it makes no sense so people make mistakes very easily. 18:42:15 yes it was a "mistake" 18:42:19 oklopol: ? 18:42:25 The tone system makes perfect sense. 18:42:33 oklopol, I don't /think/ I missed anything when I listed the Swedish names 18:42:36 -!- oerjan has joined. 18:42:36 not 100% sure though 18:42:40 Vorpal: gauss is a mathematician 18:42:40 perfectly no sense, yes 18:42:47 itidus21, so it was a joke? 18:42:52 What does not make sense? 18:42:57 yup. 18:43:03 Vorpal: you didn't 18:43:35 really not much of a joke 18:43:50 Vorpal: Tessellation shaders seem to be an OpenGL 4.0 thing, so I wouldn't count them being even in ES 3.0, though it's of course possible. And yes, you might have to wait a while for hardware support. Though e.g. the ARM Mali T-604 (which is in Galaxy Note 10.1, due out in a week and a half) seems to claim ES 3.0 support already. 18:43:54 mroman: it's retarded. 18:44:03 What and why? 18:44:24 Thanks, oerjan <-- yw. for what? 18:44:49 for instance it teaches people that C major is "easier" than D major. 18:44:57 and F# is just fucking crazy 18:45:12 What's "easier" supposed to mean? 18:45:20 oerjan, reminding me about the Thue-Morse sequence 18:45:22 oklopol: well it's functional, of course it's crazy 18:45:24 i have no idea, i use the sensible system. 18:45:33 the fucking integers 18:45:33 Taneb: ah. 18:45:37 i knew there was a connection between functional programming and retarded musical notation 18:45:47 ah 18:45:59 itidus21: puns connect all, man 18:45:59 there's a reason guitarrists prefer tabs, they make sense 18:46:06 fizzie, hm 18:46:09 if you move one note up, you move your finger one note up 18:46:18 Well, C major has no bs and no sharps 18:46:23 fizzie, what about the CPU in Samsung Galaxy S3? 18:46:31 and how do you check if that is the case 18:46:37 yes, the standard notation is great if you write everything in C major. 18:46:40 err GPU 18:46:42 not CPU 18:46:43 which makes it easier because you don't have to rember them 18:46:50 or infer them using tone distances. 18:47:10 i don't see what's retarded about the notation, if you use a keyboard 18:47:16 oh right, that is a Mali-400MP 18:47:23 -!- pikhq_ has joined. 18:47:25 -!- pikhq has quit (Ping timeout: 255 seconds). 18:47:38 oerjan: as long as it's in C major, nothing. 18:47:43 hm nope 18:47:46 Vorpal: WP "Mali (GPU)" lists ES 3.0 only for the new T604 and T658. 18:47:48 oklopol: What's the problem with d major? 18:47:49 and have a transpose button 18:47:50 it has two bs, so? 18:47:57 fizzie, oh well 18:48:00 eh 18:48:02 two sharps 18:48:14 oklopol: um you realize the unadorned letters match the white keys, i assume 18:48:20 fizzie, interesting that it list renderscript for that as well, that is cool I guess. 18:48:21 mroman: it has two sharps so it's two harder. i've met decent musicians that really think like this. 18:48:36 unadorned? 18:48:39 Well, it is. 18:48:44 You have to memorize how many sharps it has 18:48:47 well okay 18:48:52 i guess i know what that is 18:48:55 so that if you encounter an f, you still know that it is a fis and not an f 18:49:03 oerjan: in C major, yes. 18:49:14 it's not that hard, but I get why one could consider it harder 18:49:28 you have to memorize how many sharps it has and where they are 18:49:41 exactly. 18:49:46 not a big deal imo. 18:49:52 and people spend years learning this when they could just learn the fucking integers 18:50:02 I am a fis. 18:50:05 integers? 18:50:08 * oerjan swats oklopol -----### 18:50:12 hz? 18:50:15 the integers, yes 18:50:22 And that is? 18:50:25 Every tone has a number? 18:50:28 yes 18:50:28 fizzie, well the ARM page only lists OpenGL ES 2.0 for T604 18:50:33 put 0 somewhere. 18:50:53 yeah and? 18:51:00 and that's your notation 18:51:06 now I have to memorize tones as integers? 18:51:15 and how do you write how long that 0 is? 18:51:15 but it seems it is planned for those new higher end ones 18:51:17 -!- ogrom has joined. 18:51:18 oh well 18:51:24 yeah, you have to remember that first note is 0, the second is 1, the third is 2 etc 18:51:39 mroman: you don't. You only use it for shitty instruments like guitars that just ring as long as they ring 18:51:41 mroman: i usually use 0. 18:51:48 that's a dot at the end, not a perio 18:51:49 d 18:51:54 yes, the standard notation is great if you write everything in C major. <-- enum notes = {c,cis,d,e,f,fis,g,gis,a,ais,c,cis or c,des,d,e,f,ges,g,a,b,c,des}; 18:51:54 First 18:52:00 You cant assign every tone a number 18:52:05 so 18:52:07 0 is C? 18:52:10 and 1 is cis? 18:52:11 2 is d? 18:52:17 i added the <-- 18:52:28 as a pun on write everything in C 18:52:34 mroman: yes 18:52:45 You do recognize why this system is flawed? 18:52:46 ais should be 523 18:52:48 no 18:53:09 Taneb: are you perchance a nethack player? 18:53:15 Nah 18:53:17 You just assume half-tones steps 18:53:24 But ais523 is a regular in here? 18:53:28 even though there are quarter-tones steps 18:53:31 and more 18:53:34 that'd make 18:53:36 1.5? 18:53:37 I tried to play nethack, but I'm not very good at it 18:53:40 itidus21: enum tags should typically be in uppercase and begin with FOO_ for enum foo 18:53:49 because they don't have their own namespace unlike struct tags 18:53:59 if you need them, come up with a notation for them. 18:54:02 and that makes memorizing majors and minors just plain PITA 18:54:10 Taneb: is he? I don't recall seeing him here 18:54:22 memorizing? 18:54:26 There is a system behind those bs and sharps 18:54:30 I've... never encountered him outside this channel 18:54:32 what the fuck do you need to memorize 18:54:43 I know he plays nethack a lot, he tried to teach me 18:54:57 oklopol: D major has two sharps 18:54:58 Taneb: I recognise him from #nethack 18:54:58 `quote ais523 18:55:05 so that tells me which tones it contains. 18:55:07 28) after all, what are DVD players for? \ 87) so a.b.c.d.e.f.g.h.i.j.k.com might be self-relative, but a.b.c.d.e.f.g.h.i.j.k.l.com always means a.b.c.d.e.f.g.h.i.j.k.l.com.? \ 88) let's put that in the HackEgo quotes files, just to completely mystify anyone who looks back along them in the future \ 95) (still, whatever possessed anyone to invent the N-Gage?) \ 96) theory: 18:55:12 `log ais523 18:55:30 i didnt know the 523 fwiw 18:55:35 the system behind those bs and sharps is that when you add 7 to {0, 2, 4, 5, 7, 9, 11}, only one number changes, and this holds by induction. 18:55:44 No output. 18:55:48 and adding 7 happens to be a natural thing in music 18:55:50 `log ais523 18:55:57 taken (mod 12) 18:56:07 2009-03-17.txt:21:14:16: just checked, it's calling /usr/lib/llvm/gcc-4.2/libexec/gcc/i486-linux-gnu/4.2.1/collect2 18:56:25 oklopol: yes, but the point is with the "integers!" system, you have to memorise {0, 2, 4, 5, 7, 9, 11} 18:56:28 that's a great observation, and it's useful to know, but basing the whole notation on it is really, really stupid. 18:56:44 two sharps tells you which tones it contains? 18:56:47 what do you mean? 18:57:00 like, what's a fifth above 0? Oh, it's 7, that's random 18:57:08 two shaprs is f-sharp and c-sharp 18:57:20 a minor seventh is 10, what is this shit 18:57:21 so it's d -> d with f-sharp and c-sharp 18:57:23 etc. etc. 18:58:30 It would work using integers of course 18:58:41 but I wouldn't say that it is for the better. 18:58:50 D is two sharps because you need to jump two fifths up to get there from C and the first sharps are f and c versus with my system transposing two steps up means you move two steps up. 18:58:54 which is easier? 18:59:12 so if you want to do even the shallowest of analyses, in tab you can't 18:59:16 you don't have to remember *anything* 18:59:28 -!- lifthrasiir has quit (Remote host closed the connection). 18:59:30 oklopol: how long does it take to work out whether {2 5 9} is a major or a minor chord? 18:59:41 and what about {2 5 10}? 18:59:59 whereas if I say "D F A" and "D F B♭", it's much easier 19:00:09 Well 19:00:12 they're D minor and B♭ major, and it's totally obvious 19:00:20 Esperanto is easier than english 19:00:20 you don't even have to compute anything mod 12 19:00:26 it's a great system for the concert pianist, but for a casual user or someone playing an instrument not built on the C major scale, it's a needless PITA. 19:00:36 But people don't seem to switch to it :( 19:00:44 it's a great system for anyone who wants to /understand/ the music they're playing 19:00:57 oklopol: I hardly can imagine it being that hard to learn @the current system 19:01:00 true, i'm not touching this aspect, i just prefer calling retarded things retarded and leaving it at that. 19:01:33 if you're going to play off tablature, you might as well just take yourself out of the loop and strap a MIDI controller to your instrument 19:02:04 because you're not going to be producing meaningful expression if the notes are coming at you as a bunch of numbers 19:02:06 -!- pikhq has joined. 19:02:11 then you have either not tried to learn it, learned it in about 6 years through usage as a kid, or are smart. 19:02:12 -!- pikhq_ has quit (Ping timeout: 248 seconds). 19:02:42 I guess I'm smart then, because it didn't take anything /like/ 6 years to learn 19:03:05 Five lessons of flute playing and you got the system 19:03:10 well enough for casual use. 19:03:19 i hated it from the beginning because it made no sense, so i never really became fluent in it, i just usually read the score and played from memory so i wouldn't have to look at that horrible shit 19:03:21 Not the harmony theory kinda use. 19:03:37 I've playde 5 years in an orchester and I have no clue about harmony theory stuff. 19:03:42 *played 19:03:55 -!- azaq23 has joined. 19:04:07 -!- azaq23 has quit (Max SendQ exceeded). 19:04:27 -!- elliott___ has joined. 19:04:35 -!- azaq23 has joined. 19:04:37 hi, I'm in here so I know when certain people come online, ignore me 19:04:49 i don't know any harmony theory either 19:04:51 And most regular musicians not studying music have no clue either. 19:05:15 perhaps i would agree it's beautiful if someone showed a theoretical reason for it. 19:05:21 elliott___, HELLO! 19:05:27 Vorpal: no 19:05:30 Well 19:05:41 The system stays because people are used to it. 19:05:43 elliott___, come on, there is no way we are going to ignore you 19:05:53 Like americans to their stupid system of distance measurements ;) 19:05:58 apart from the trivial set theoretic lemma which i have heard trained musicians praise in music class all my life ofc 19:05:59 elliott___, we like you far too much 19:06:01 elliott___, you seem to have a lot of underscores after your name 19:06:01 which makes no sense at all . 19:06:08 Vorpal: this channel is boring, though 19:06:11 Taneb: yes, I am avoiding someone 19:06:20 Aah 19:06:22 Also 19:06:24 elliott___, can you recommend any less boring channel? 19:06:25 May I ask who? 19:06:32 a mile is different in probably every country that has that term :) 19:06:33 is it me? :(((((((((( 19:06:38 Taneb: you don't know them 19:06:40 it's me i know it is :( 19:06:41 Vorpal: not really 19:06:41 Okay 19:06:43 and with what thing you travel. 19:06:45 it's oklopol 19:06:48 (it's not oklopol) 19:06:52 i KN... oh. 19:06:54 if they came here, he probably wouldn't be hiding here 19:07:02 elliott___, I made it into the Haskell Weekly News quote list! 19:07:09 oklopol: what set theoretic lemma? 19:07:12 elliott___, just use an /ignore on whoever it is? 19:07:15 Taneb: link? 19:07:15 Taneb: I saw! 19:07:19 (the circle of fifths?) 19:07:26 Taneb: you will be the next elliott 19:07:30 or was it the next shachaf 19:07:38 My dream is to upload a package to cabal once :) 19:07:38 one of us had quotes in subsequent issues for aaages 19:07:40 eh 19:07:42 mroman: http://contemplatecode.blogspot.co.uk/2012/07/haskell-weekly-news-issue-236.html 19:07:43 *to hackage once 19:07:48 mroman, way ahead of you 19:07:52 @hackage family-tree 19:07:53 http://hackage.haskell.org/package/family-tree 19:08:04 thalliott___. 19:08:08 It seems to be shachaf 19:08:46 " like, what's a fifth above 0? Oh, it's 7, that's random" only random because you're used to the retarded system, it's seven half-tones which i guess is fitting because you're a half-wit. 19:08:49 the secret is that most of the hwn quotes are bad 19:09:00 Who chooses them? 19:09:04 Is it oklopol? 19:09:07 oklopol: um, what? 19:09:11 elliott___, just use an /ignore on whoever it is? 19:09:12 My latest quote on #haskell was 19:09:19 that would not solve the issue, I'm afraid 19:09:20 "Now that I'm finnished writing my code I can throw it away" 19:09:43 elliott___, oh? Report whoever it is to staff if he is harassing you. 19:09:44 my point is that with the tab system you have to memorise how many semitones there are in a perfect fifth 19:09:51 or she I guess 19:10:02 elliott___, use the fact that lambdabot is often an op you are a lambda-op to permanently ban them on all the channels that are worth it? 19:10:03 (Which is what I'm usually doing when I finnished a code project) 19:10:16 Finnished a code project? 19:10:31 Yeah, you know. 19:10:38 "Hm. I'm gonna write $thing it'll be fun. 19:10:45 koodin projekti? 19:10:46 elliott___, anyway can you recommend any less boring channels? 19:10:46 Vorpal: hmm, I don't feel like going to the trouble and it probably does not qualify as harrassment 19:10:47 Ok. finnished. rm -rf /path" 19:10:55 Vorpal: i already said not really :p 19:10:56 and yes the cycle of fifths 19:11:09 elliott___, which channels are you in apart from this one though? 19:11:11 Taneb: looked at eniuq yet? 19:11:19 soundnfury, it looks... interesting 19:11:22 heh 19:11:48 elliott___, anyway how do the person avoid /ignore? changing nick? changing host? 19:12:01 Vorpal: I will just answer in /msg as that would be easier 19:12:04 elliott___, sure 19:12:13 elliott___, I only wish to help you 19:12:29 mroman: Completely destroying things is a very Finnish thing to do, yes. 19:12:40 Is finnished spelled with one n? 19:12:49 Though I think it should be "rm -axe /path". 19:12:51 mroman, yes. 19:12:57 We' I be damned :( 19:13:02 Not when you actually Finnish something. 19:13:03 fizzie: like kill -overboard? 19:13:06 Ok. 19:13:17 mroman: but finnished is a reference to finland for almost free 19:13:19 I meant when I finished writing my code I delete it afterwards. 19:13:37 a lot of shouting outside, huh. Which is strange since this is a quiet part of town 19:13:38 Do you keep binaries? 19:13:44 oh well 19:13:48 Not on purpose. 19:13:49 Taneb: I think it's turing-complete, but I'm buggered if I can prove it 19:16:30 Sometimes I find binaries lingering around 19:16:33 but seldom. 19:16:45 -!- pikhq_ has joined. 19:16:56 and when I do, i delete theme. 19:17:08 it's not completely finnished if you still have binaries lingering around 19:17:20 hahaha 19:17:21 -!- pikhq has quit (Ping timeout: 276 seconds). 19:17:56 *them 19:18:31 If I move servers all my eso stuff is gone :) 19:18:42 About 1,190,000 results for "finnished", About 709,000,000 results for "finished" 19:18:54 I don't use backups. 19:18:57 im actually surprised theres > 1m for finnished 19:19:13 I assume it's a common spelling mistake 19:19:14 soundnfury: i see you and vorpal mention n-dimensional handedness and groups in the logs but no mention of O(n) vs. SO(n) matrix (lie) groups? 19:19:22 (well so far anyway) 19:19:37 (i guess Vorpal implied that would be too heavy) 19:20:31 the google results say nokia is finnished 19:20:57 -!- edwardk has joined. 19:21:20 oerjan: well, I seemed to be confusing people quite thoroughly enough without O(n) and SO(n) 19:21:32 oerjan: can you do the work required for me to feature another language please, it is so overdue 19:21:35 thx 19:22:22 argh 19:23:12 i like how everyone is adding languages without putting them on the language list these days 19:23:37 why is there a language list separate from Category:Languages? 19:23:38 but hey, I upgraded MediaWiki the other day! 19:23:44 soundnfury: because it has a nicer organisation 19:24:01 ideally it would be generated from the category 19:24:17 just write a mediawiki plugin for that 19:24:20 have fun with php 19:24:47 i'll pass 19:25:21 Incidentally, there was an ad for http://en.wikipedia.org/wiki/Ubuntu_Cola in a restaurant the-day-before-yesterday. 19:25:25 Sadly, they were all out. 19:25:39 cool 19:25:43 The company had brought them two cases for promotional use, but they hadn't managed to get any more. 19:25:45 ahh.. must be a rival to open source cola 19:25:58 It's not related to the operating system as far as I know. 19:26:04 But it would've been kinda-sorta funny. 19:26:39 "Ubuntu Cola should not be confused with "open source" colas such as OpenCola." ah ok 19:26:40 Cannonical going into the soft drink industry 19:26:52 It was the hippie-est place I've been in quite a while. http://leuven.lovinghut.be/BG-LEUVEN-EN/home/ -- see e.g. the bits about Supreme Master Ching Hai. 19:27:29 fizzie, where is that mentioned? 19:27:41 fizzie: have you ever noticed that all third-brand colas taste identical 19:27:55 that coffee looks nice 19:28:07 The "Environment" and "About us" pages, at least. 19:28:19 ubuntu is the solaris of the cola world 19:30:12 To be fair, there was nothing wrong with the food, and they weren't aggressively hippy or anything, it was mostly just the web page. 19:30:36 Okay, the "oh so fair" organic ice tea/lemonade was kinda bitter. 19:31:08 (It said "oh so fair" in the can.) 19:31:13 `addquote ubuntu is the solaris of the cola world 19:31:16 853) ubuntu is the solaris of the cola world 19:31:48 :D 19:32:43 elliott___, says someone who comes from the home of Fentiman's 19:32:49 theres a german beer named Fucking Hell 19:33:25 itidus21: not austrian? that's where Fucking is, afaik. although they're not too keen on the pun. 19:33:41 (Hell for beer in german means light, i think) 19:34:08 Nah. 19:34:14 Hell is "clear" 19:34:14 http://de.wikipedia.org/wiki/Helles 19:34:26 I think they were reconsidering the name change again in Fucking; last time it didn't go through. 19:34:32 "The EU's trademarks authority has permitted a German firm to brew beer and produce clothing under the name "Fucking Hell"." 19:34:39 mroman: well the pun would work, anyway 19:35:26 oerjan: you're correct, thats what the beer means, it's not meant to be an expletive 19:35:28 hm. 19:35:29 ok 19:35:31 "light" 19:35:44 elliott___, says someone who comes from the home of Fentiman's 19:35:46 i have disgraced my town 19:35:49 not in the sense of coke light 19:35:57 `quote 19:35:57 `quote 19:35:58 `quote 19:35:58 elliott___, :( 19:35:58 `quote 19:35:58 `quote 19:36:00 more like light brown :) 19:36:03 :( :( :( 19:36:12 2) EgoBot just opened a chat session with me to say "bork bork bork" 19:36:34 655) oh my god that is one ugly solution beautiful 19:36:34 477) beautiful summer / fuck fuck fuck fuck fuck fuck fuck / fuck fuck fuck fuck fuck 19:36:35 501) it's the pain of the gaps argument no matter how good your robot is at feeling pain it's never close enough 19:36:35 716) ... goddamit I'm having a discussion about the literary qualities of a Pokemon game 19:36:47 en:light can be either no:lys(t) or no:lett, which have the two different meanings 19:37:08 hmm, all of those are bad except the first three 19:37:08 Apparentely the Sign of "Fucking" is stolen by tourists a lot :D 19:37:10 so two of them are bad 19:37:14 alsothe first one is quite bad and the second one isn't so good 19:37:19 ^ul ((:< )S:^):^ 19:37:19 :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< :< ...too much output! 19:37:22 except that americans use light to mean low-calorie beer, while norwegians use lett to mean low-_alcohol_ beer 19:37:25 the third one is good though, probably the best quote in the database 19:37:30 mroman: I believe that's a major reason why they keep considering the name change. 19:37:34 which has ... confused some tourists. 19:38:45 Renaming a City because it's name has a different meaning in some other languages is 19:38:48 well.. 19:38:56 there are probably thousands of such cities :D 19:38:59 or villages. 19:39:16 i read that it was during one of the wars that the Fucking people learned of the problem 19:40:08 We have some sort of a numbering scheme when it comes to beer; they have grades I (0-2.8%), III (3.7-4.7%), IV A/B (4.8-5.8%/above) where the %s are alcohol volume percentages. 19:40:17 Grade II isn't in use in Finland. 19:40:25 mroman: i saw in a newspaper article that they recently managed to get the sign secured enough that some thieves gave up. whether that lasted, it naturally didn't say. 19:40:38 (they dug a foundation for it.) 19:41:00 So 19:41:20 Foreign media reports about a stolen sign in some very small village? 19:41:30 Damn media. 19:41:54 The devil of this epoch. 19:42:04 mroman: yep. 19:42:54 meanwhile, no one is about to change the name of Hell, half an hour drive from here. in fact i think someone suggested changing the name of the whole municipality to Hell. 19:43:42 I think it's stupid to rename stuff because of it's meaning in a totally different language. 19:43:57 For all we know westend might be a term for assface in some african language. 19:44:00 theres a wonderfully named place in futurama 19:44:02 oerjan, there's a Hell in Jamaica, too 19:44:20 except that americans use light to mean low-calorie beer, while norwegians use lett to mean low-_alcohol_ beer <-- we do the same in Sweden (lättöl is low alcohol) 19:44:28 Taneb: yeah i think that was mentioned last time we had this kind of discussion 19:45:07 There's a place somewhere down south called Bishop's Itchington 19:45:24 Professor: "Good news, everyone." Bender: "Uh oh. I don't like the sound of that." 19:45:40 hehe 19:45:44 Professor: "You'll be making a delivery to the planet Trisol." Bender: "Here it comes." 19:46:02 Professor: "A mysterious world in the darkest depths of the Forbidden Zone." Bender: "Thank you, and goodnight." 19:46:21 Leela: "Uh, Professor, are we even allowed in the Forbidden Zone?" 19:46:26 There's Dubbeldam in Nederland :) 19:46:34 mroman: this kind of silly news is of course traditional summer news in norway and probably elsewhere, it's called "agurktid" ("cucumber time") 19:46:42 Professor: "Why, of course! It's just a name, like the Death Zone or the Zone of No Return. All the zones have names like that in the Galaxy of Terror." 19:46:57 itidus: :-) 19:47:08 Dubbeldam = Dubbel + Dam(m) 19:47:16 + Dam(n) 19:47:17 presumably because it also includes news like "giant cucumber grown in namdal" or whatever 19:47:27 Which means "stupid dam" in my language :) 19:48:23 hm how the fuck can there be a cross platform library between windows, linux, os X, android and javascript/webgl. How does that even work.... 19:48:23 I don't recall any Finnish place names that'd be stupid in other languages (I know about). Though "Ii" is pretty stupid overall. 19:49:39 hm can't think of any Swedish place with such a name either, though there probably is one 19:49:41 (I mean, look at the road sign in http://en.wikipedia.org/wiki/Ii,_Finland for example.) 19:49:45 ^ul ((Finnmark )S:^):^ 19:49:46 Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark Finnmark ...too much output! 19:50:20 `quote 19:50:20 `quote 19:50:21 `quote 19:50:21 fizzie: that merited a laugh aloud 19:50:21 `quote 19:50:21 `quote 19:50:34 505) now theodore seuss is dead... so screw him 19:50:45 lol what 19:50:49 112) And... WTF is it doing. :( Is it sexing? 19:50:49 283) * Received a CTCP VERSION from nyuszika7h * VERSION Microsoft IRC# 2011 64-bit (Windows 8 Beta, x64, 2GB RAM) Gregor: Windows 8 Beta? o_O A small benefit of my brief time as an intern at MS. 19:50:49 Doesn't swedish have a verb "fuck"? 19:50:49 398) The wickedest man of all. Surpassed only in wickedness by the wicked witches of the west and east. you talking about me again? Yes. k 19:50:51 281) Phantom_Hoover: if the list is in random order, like poor ehird here 19:50:56 which does not mean english fuck? 19:51:04 fizzie, the Swedish name for Ii seems better 19:51:21 Ijo 19:51:32 kind of strange still 19:52:22 Or maybe that was another language 19:52:46 anyway there is Hjo in Sweden (pronounced "jo", no that is not how it should be pronounced normally, it is a strange exception that the h is not pronounced in this case). However "jo" is colloquial for "yes" 19:52:54 Vorpal: They have an "Yli-Ii" (Överijo) too. 19:53:03 fizzie, nice 19:53:17 oh 19:53:22 fizzie, how do you pronounce Ii or Ijo? 19:53:23 swedish has "fick" 19:53:24 Vorpal: wait, swedish pronunces h in hj? 19:53:28 which means fuck in german. 19:53:36 mroman, is that a location? 19:53:40 no 19:53:46 not that I know. 19:53:53 oerjan, actually, no not usually, I guess 19:53:57 never mind 19:54:07 Theres ficksmossen in finnland 19:54:20 oerjan, well actually we do sometimes I'm pretty sure, but very faintly 19:54:33 oerjan, might be dialectal? 19:54:36 those quotes are mostly good.. i think mine is the poorest of the lot 19:54:53 -!- ogrom has quit (Quit: Left). 19:55:19 oerjan, I think it is dialectal and only in some words that we pronounce that. Can't think of any examples atm though 19:55:23 you know life is tough when you're getting sympathy from fungot 19:55:24 itidus21: mr president, i should like to focus is the programme's budget to eur 2 500 million over a period of four months for the preparation of the first pillar receives the aspect of travel outside the european union 19:55:55 Vorpal: I'd pronounce "Ii" as /i:/. I don't really know about Ijo though. 19:56:00 hm okay 19:56:18 Although nobody considers my language as an official language :D 19:57:19 There was a small island somewhere with a stupid Swedish name (thanks to your "ö" word), but I've forgotten it. 19:57:30 "Så var har du varit?" "Hjo." * gives up on finishing who's on first parody. 19:57:43 ö word? 19:57:49 mroman, anyway we have "sex" as both "six" and "sex", the latter meaning a loan word from English 19:58:15 oerjan, :D 19:58:22 mroman, ? 19:58:27 ö = island 19:59:13 I'm sure there's also silly ø names in Denmark. (Norwegians seem to have made it a bit arguably less silly øy.) 19:59:14 (langauge designers: get your priorities straight when deciding which words need short representations!) 19:59:29 fizzie: we have "Å", though. 19:59:33 fizzie, silly ö names? What 19:59:53 Well, if you have a short thing before ö, it can easily lead to something stupid. 19:59:55 also å means uh... what do you call something between river and stream in English? 20:00:06 fizzie, how so? 20:00:36 we have some words that sound funny in english, but dunno about writing 20:01:04 Umeå 20:01:08 Vorpal: Well, IMO short names are more easily silly-sounding. (See: Ii.) 20:01:09 oerjan, what about it? 20:01:22 Vorpal: it _is_ sort of funny sounding, isn't it 20:01:42 oerjan, well, not to me 20:01:54 well I guess "uh-eh-oh"? 20:01:57 You have an Å in Norrköping, apparently. And Norway was just lousy with Ås. 20:01:59 um* 20:02:00 meanwhile, http://en.wikipedia.org/wiki/Grong 20:02:28 fizzie, eh? I don't know the geography in Norrköping, is it an å named Å 20:02:40 It's a village. 20:02:47 Vorpal: We too. 20:02:47 åh 20:02:54 mroman, ? 20:02:57 or at least poo without the aspiration means tree. 20:02:58 * coppro stabs computer 20:03:02 unicode is not working :/ 20:03:02 In german there is "sex" and "sechs" 20:03:08 ah 20:03:14 But swiss german does not hav a sound distinction between x and chs 20:03:16 fizzie: i wasn't aware we had _that_ many. 20:03:17 Vorpal: Though I'm sure there's some sort of a stream nearby. 20:03:18 but real germans have. 20:03:20 heh 20:03:39 oerjan: Wikipedia lists 8 current, one former. 20:03:48 mroman: is it dialect-dependent whether it's pronounced sex or se*cough out your lungs*s 20:04:11 (i don't have unicode so i'll use this layman's description.) 20:04:13 I don't know any swiss dialect which would pronounce them differently. 20:04:18 oh 20:04:23 i guess you just answered that. 20:04:36 so whether it is "sex" or "sechs" is inferred from context. 20:04:45 hmm, perhaps not 20:04:51 ok 20:04:56 I know one :) 20:05:09 There's a number-"joke" that if you say 9 in English, then 9 in German, then 9 in Finnish, and interpret the whole spoken thing in Finnish, it vaguely sounds like saying "I fucked approximately nine" in Finnish. 20:05:23 It's pronounced "sächs" in some dialects. 20:05:48 and chs depending on dialect is either x or *cough your lungs out * ;) 20:05:53 mroman: that doesn't help, how is ch pronoun... oh. 20:06:27 How to pronounce ch? 20:06:28 ("Nain noin yhdeksän", and the Finnish pronounciations of "nain" and "noin" kind of approximate en:'nine' and de:'neun'.) 20:06:31 yeah alright. my german teacher in elementary school kind of sucked (the r is really hard, you can just use the finnish one). 20:06:32 Although nobody considers my language as an official language :D <-- your language is neither french, german, italian or ret * looks it up * romansh? 20:06:51 Like you got slime in your pharynx and you want it to get out :) 20:07:04 -!- pikhq has joined. 20:07:07 oklopol: Some swiss consider swiss german to be an own language ;) 20:07:25 -!- pikhq_ has quit (Ping timeout: 260 seconds). 20:07:32 also "nain noin yhdeksn" means "i married about nine". 20:07:52 Well, that's arguable. 20:07:59 But when it comes to "how to pronounce $thing in swiss german" I can probably give you six alternative pronounciations :) 20:08:10 *pronunciation 20:08:45 Although swiss german is dying of course 20:08:47 fizzie: is it? 20:08:50 Due to the influence of regular german. 20:08:50 I could only tell you the german german pronunciations, which aren't exactly germane 20:09:33 German has at least two different "ch" sounds. 20:09:38 i can't think of another meaning 20:09:45 The one in "Ich" and the one in "Ach" 20:10:35 ich is the normal h and ach the lung thing? 20:11:10 germane german germs 20:11:17 i read part of the group theory article in german wikipedia today and understood pretty much everything in the first two paragraphs :) 20:11:23 oklopol: Yeah. 20:11:35 `quote 20:11:35 `quote 20:11:36 `quote 20:11:37 `quote 20:11:37 `quote 20:11:46 Although your lungs have nothing to do with it. 20:11:49 385) what would you ever need petrol for newsflash: it doesn't actually taste that good 20:12:01 there was something like hinterundereinander which i couldn't quite understand. 20:12:01 It's more of a snore sound :) 20:12:04 97) I want a patent on common sense It wouldn't get me much though >_> 20:12:04 30) I am not on the moon. 20:12:05 764) the allocation is done by the "Dynamic" in DRAM before that we used SRAM where everything was preallocated in the factory olsner: So what's this SDRAM then? fizzie: synchronized, it's for multithreading 20:12:05 613) Spacegoat is the network-operations-optimized-for-latency-of-minutes-or-hours-due-to-light-speed-limits variant of scapegoat, to be used when you need to check out some code from the Mars colony. (I'm pretty sure we'll have established a Mars colony by the time scapegoat rolls out.) 20:12:14 oklopol: hinter und untereinander 20:12:16 mroman: yeah it was a silly description 20:12:18 imo 97 20:12:22 oklopol: See sense 2 of http://en.wiktionary.org/wiki/naida 20:12:22 fizzie? 20:12:23 oerjan? 20:12:33 oops it was Hintereinanderausfhren 20:12:52 I remeber 764 20:13:28 hinderenand usfüärä 20:13:34 fuhren with umlaut means to lead and kill jews and shit, aus is out, einander is each other and hinter is behind. 20:13:37 i assume 764 would be funny if i knew the terms. 20:13:39 lead out behind each other? 20:13:40 oklopol: No. 20:13:52 oh 20:13:55 except for the lead part ;) 20:13:56 oerjan: hint: they do not mean that 20:14:22 Although your lungs have nothing to do with it. <-- your uvula may not survive, however. 20:14:25 einander isn't each other? 20:14:49 einander is each other 20:14:51 i'm at least pretty damn sure that hinter is behind 20:15:09 correct. 20:15:26 you just mean that's not the way to actually understand that? 20:15:32 because i kind of figured that might be the case 20:15:49 `delquote 97 20:15:52 To what are you referring no? 20:15:54 ​*poof* I want a patent on common sense It wouldn't get me much though >_> 20:15:54 rest 20:15:56 elliott___: that is what i assumed 20:16:07 finally we have eradicated common sense! 20:16:33 hintereinander is one after another 20:16:48 anaufhinterinnebenüberuntervorundzwischen 20:16:50 depending on context of course. 20:16:59 also unzerlegbaren is awesome, legen is put or something, bar is able, zer is often about breaking shit, un is, well, un. so this means indecomposable. 20:17:02 Does your language not have spaces? 20:17:17 You mean unzerlegbar 20:17:18 spacesareoverrated 20:17:19 oklopol! 20:17:50 and it means you can't take it apart. 20:17:58 mroman: sorry copypasted. 20:18:23 the en is a case thingy. 20:18:28 oklopol: so basically if you see zerführen, it's time to run as fast as you can 20:18:28 don't know the linguistic term for that. 20:18:33 unzerlegbar 20:18:38 Ein unzerlegbares Objekt. 20:18:39 mroman: btw what oerjan said is something foreigners use to learn those, do you learn them? 20:18:43 Mit einem unzerlegbaren Objekt. 20:18:47 mroman: yes i know how nouns work in german 20:19:20 oklopol: you mean 22:16 < oerjan> anaufhinterinnebenüberuntervorundzwischen 20:19:23 ? 20:19:42 unzerlegbaren in this case was, afaiu, the genitive case of something in plural. 20:19:48 mroman: yes 20:19:56 prepositions governing either accusative or dative, depending 20:20:00 Eine der herausragenden mathematischen Leistungen des 20. Jahrhunderts ist die Klassifikation aller einfachen endlichen Gruppen, also der unzerlegbaren Bausteine aller endlichen Gruppen. 20:20:05 What do you mean by "do you learn them" 20:20:08 I don't have to learn german. 20:20:32 Not anymore. 20:20:37 but i assume you still have some sort of german lessons, so i was wondering if there's some reason to learn those. 20:20:45 `quote 20:20:45 `quote 20:20:46 `quote 20:20:46 `quote 20:20:49 is it 4 or 5 20:20:50 `quote 20:20:55 818) And I may soon lack both a head and a wall 20:20:57 i mean had in school 20:21:02 540) I tend to debase64 with perl -MMIME::Base64 -e 'print decode_base64("...");', because at least PERL stands for "PERL ein't-no ruddy-poo lol-GNU". 20:21:05 Ah. Yes. 20:21:08 194) For instance, Jesus' Y chromosome was clearly GOD'S. 20:21:09 719) I hate you. 20:21:09 472) Sgeo_, the origin of suffering is desire for e-book readers. 20:21:26 719. 20:21:35 But Swiss learning German is something totally different. 20:21:44 We just pronounce stuff differently 20:21:47 durchfurgegenohneum... something :D 20:21:51 Is what 4 or 5? 20:21:56 and have own words for some stuff. 20:21:57 again i can't do umlaut on this kb 20:22:05 `delquote 719 20:22:08 ​*poof* I hate you. 20:22:09 But besides that a swiss does not need to learn german vocabulary. 20:22:22 Sgeo_: the number of quoutes 20:22:48 Not like you have to ;) 20:22:53 We have grammar and spelling lessons. 20:23:07 and writing. 20:23:12 mroman: well that's why i was wondering, it seems that datives and accusatives are something that you don't have to learn, so perhaps you've never even heard anaufhinterinnebenüberuntervorundzwischen even though pretty much everyone who learns german in finland has. 20:23:49 it's like the most important thing, i bet there are even songs about it. 20:24:00 No, in german we already have datives and accusatives 20:24:04 oklopol: in fact i'm thinking about a song whenever i try to remember it :P 20:24:06 so no need to learn those ;) 20:24:11 We don't have the genitive case though. 20:24:30 But genitive is dying anyway 20:24:41 ablative or gtfo 20:24:42 Even germans start using the dative where genitive would actually be correct. 20:24:49 http://www.youtube.com/watch?v=GXMQDfwXzSQ 20:25:27 We say "em ma siis auto" - "Dem Mann sein Auto" 20:25:36 genitive is my favorite case in german, i use it for everything 20:25:40 even though technically it has to be "Des Mannes Auto" 20:25:45 or "Das Auto des Mannes" 20:25:57 erm 20:26:01 -!- epicmonkey has joined. 20:26:04 germans say that? 20:26:09 i'm not sure i believe you 20:26:11 say what? 20:26:21 Dem Mann sein Auto 20:26:23 erm 20:26:36 Rarely 20:26:43 but "Das Auto vom Mann" 20:26:46 is quite common. 20:27:03 Des Mannes Auto o_O 20:27:04 `WELCOME epicmonkey 20:27:05 which is also not really the correct way to go. 20:27:07 EPICMONKEY: WELCOME TO THE INTERNATIONAL HUB FOR ESOTERIC PROGRAMMING LANGUAGE DESIGN AND DEPLOYMENT! FOR MORE INFORMATION, CHECK OUT OUR WIKI: HTTP://ESOLANGS.ORG/WIKI/MAIN_PAGE. (FOR THE OTHER KIND OF ESOTERICA, TRY #ESOTERIC ON IRC.DAL.NET.) 20:27:09 that's technically correct?? 20:27:15 hmm. 20:27:41 oklopol: Yes. 20:28:00 yeah on second thought it doesn't look crazy. 20:28:08 oklopol: Best known sentence for that 20:28:12 "Des Mannes bestes Stück" 20:28:20 (aka genitals) 20:28:36 what's stck 20:28:50 Stück? It's "piece" 20:29:07 das auto vom mann is taught in school 20:29:14 sadly, Øystein Sunde's funny lyrics are incomprehensible if you don't know norwegian. and sometimes even then. 20:29:18 as what's replacing genitive 20:29:37 -!- WHAT_DOWN has quit (Ping timeout: 240 seconds). 20:29:40 Das Auto vom Mann is grammatically correct. 20:30:04 but some people consider it to be bad style 20:30:10 as usually you'd use genitive for that. 20:30:11 yeah this is also taught in school 20:30:38 But people don't really "dig" genetive so they avoid it at all cost :D 20:30:54 Phantom_Hoover: do another `quote round, I am lazy 20:31:02 (also they're pretty much unpronouncable to anyone else, including norwegians.) 20:31:28 `quote 20:31:31 341) [on Sgeo's karaoke] That is the thing that made me into a gay vampire. 20:31:31 `quote 20:31:31 `quote 20:31:31 `quote 20:31:31 `quote 20:31:31 oerjan: what are you talking about? 20:31:39 oh 20:31:42 you linked something. 20:31:42 842) Phantom_Hoover, like Glasgow but nicer So, not like Glasgow at all 20:31:54 824) imagine hitting a brick wall really really hard but you don't do anything to it. instead you explode. that's what it's like for people who hit you 20:31:54 730) oerjan: Hey, what's your country code for telephonistic dialling from the outside world? fizzie: +47 oerjan: Ooh, you're, like, right next to Sweden there. I... guess you are geographically, too. 20:31:55 387) if i became a serial killer, it'd be because i want to kill people, not because i'm crazy 20:32:04 oklopol: that song that i use to remember the prepositions 20:32:05 oerjan: first sentence had tysk = german!! 20:32:08 `delquote 387 20:32:11 ​*poof* if i became a serial killer, it'd be because i want to kill people, not because i'm crazy 20:32:22 Why are you learning german? 20:32:22 What's 824's context? 20:32:24 -!- boily has quit (Quit: WeeChat 0.3.8). 20:32:30 monqys-crawl 20:33:02 Warum lernst du Deutsch :) 20:33:03 Wegen des Krieges brauchten wir keinen Genitiven 20:33:50 mroman: hab keine achnung, kinder tun dumme dinge. also i have no active vocabulary so i can't say anything. 20:33:51 *Genitiv 20:34:09 mroman: you just said genetive yourself :P 20:34:15 (... wir keinen Genitiv) 20:34:16 og 20:34:17 oh 20:34:20 you were correcting case 20:34:22 sorry. 20:34:38 And it's Ahnung ;) 20:34:40 no ch sound there 20:34:54 mroman: couldn't it have been a plural of genitive in oerjan's sentence? 20:35:00 keine 20:35:14 since brauchen perhaps takes accusative 20:35:19 That would require "keine" instead of "keinen", yes. 20:35:21 argh i know nothing 20:35:24 okay. 20:35:31 and the plural of Genitiv is Genitive probably. 20:35:44 instead of Genitiven. 20:36:01 shouldn't you know? :P 20:36:03 mroman: ok, *keine Genitive is what i meant 20:36:13 okay perhaps not if you speak your own version. 20:36:15 I'm not sure that you can put cases into plural. 20:36:24 but if you can it's Genitive 20:37:04 i was mainly just flaunting the only preposition i remembered actually using the genitive, anyhow 20:37:19 mroman: a more elaborate answer would be that we could choose between swedish and german in fifth grade and german is more interesting. 20:37:42 Ah. 20:37:49 At least you don't HAVE TO learn french in school 20:37:52 HackEgo: not enough RAEG 20:38:01 we do :( 20:38:08 mroman: We HAVE TO learn Swedish, though, and that's a point which many people dislike. 20:38:14 I had 8 years french in school. 20:38:22 I forgot everything. 20:38:29 Except my passive reading vocabulary. 20:38:33 i had 12 years of school. i forgot everything. 20:38:54 should've gone straight to university 20:38:55 epicmonkey: raeg 20:38:56 really 20:39:18 i can somewhat read french based on english 20:39:38 I spent two semester at kindergarden university and I learned nothing :) 20:39:45 fungot: show epicmonkey some RAEG 20:39:46 oerjan: mr president, the importance of this in ireland where we have to look into our own court. there are three fairy fnord for the poorest countries, modelled on the dublin agenda. 20:39:58 and today i was reading about crane flies at work in italian 20:40:00 ^style ct 20:40:00 Selected style: ct (Chrono Trigger game script) 20:40:05 fungot: try again 20:40:06 oerjan: but, we are far outnumbered! okay! no...! help! no human's gonna talk. we no can call that the chrono trigger. it is r66-y? cool? who knows what would become of my mystics? i must win! 20:40:09 because one attacked me and the italian article is longer than the english one. 20:40:34 how come there are like three monkeys that have come to this channel 20:40:46 BAN THE MONKEYS!! 20:40:56 who's the third? 20:41:13 I feel like a monkey studying something I don't want to . 20:41:17 -!- oklopol has set topic: last topic change: today | monkeys not welcome unless they bring bananas | http://codu.org/logs/_esoteric/. 20:41:27 oerjan: who's the second 20:41:31 we cannot ban monqy, he's an essential part of the fundament of reality 20:41:43 greasemonkey 20:41:48 does he have bananas, i like bananas 20:41:49 although not currently present, which probably means we are doomed 20:41:50 why would you ban monqy, ban the others instead imho 20:41:53 he is sleeping 20:42:02 i haven't seen greasemonkey for ages 20:42:12 it's ok he's boring 20:42:54 mroman: i think man is the only animal that studies things they don't want to study. monkeys only do it for the bananas. 20:43:12 Yeah. 20:43:23 so i guess add "without getting bananas in return" after my first sentence 20:43:28 In order to live a happy life life has to be simple. 20:44:06 oklopol: this is discrimination, my fellow primate 20:44:39 epicmonkey: I'M STRONGLY OPPOSED TO MONKEYS BECAUSE THEIR FUR IS DIFFERENT COLOR THAN MINE. 20:45:16 really i'm just jealous because my fur is ridiculously thin. 20:45:38 then grow it like a boss! 20:45:51 Stop waxing . 20:46:25 and use drugs for your hair. 20:47:03 Using drugs is cool, as opposed to what everybody tells 20:47:16 hi 20:47:28 hi 20:47:29 i've waxed a few times when someone has told me it really really hurts. 20:47:35 (it doesn't) 20:48:00 Pain is really subjective. 20:48:00 also i shave my beard nowadays because i'm a sheep :( 20:48:05 yes 20:49:32 people have very different reactions to small amounts of pain. i like to think that people still feel them the same way, because i'm a romantic. 20:50:12 I wouldn't say so. 20:50:24 Afaik there are two types of nerves thingies. 20:50:29 One that triggers non-pain 20:50:34 and one that triggers pain 20:50:40 based on a treshold. 20:51:05 so you can actually distinguish touching something with pain 20:51:21 What happens if you only trigger the non-pain 20:51:25 or from pain 20:51:26 do you mean "from pain"? 20:51:28 hmm 20:51:32 oklopol: yeah. 20:51:39 english of me not so good is 20:51:56 the hearing part is perfect. 20:51:58 that's actually english of *mine* 20:52:00 the writing part not so much. 20:52:06 english of mine not so good is 20:52:11 20:52:20 english of mine not so good is sounds still like Yoda speaking. 20:52:40 (which was my intention) 20:52:48 (I think poor elliott___ feels left out) 20:53:00 mine eyes, what horrors do they see 20:53:09 (Get a beer!) 20:53:25 What are you talking about? The real question is: how many monkeys does it take to change a light bulb? 20:53:27 i can only parse "sounds still like yoda speaking" if still is an adjective, but perhaps we could leave this subtopic, i'm not sure what its point is :D 20:54:08 yeah 20:54:13 it's probably still sounds ;) 20:54:19 oklopol: your parsing is deficient, it should notice the presence of the word "yoda" and switch to a more flexible grammar. 20:54:25 more like an adverb. 20:54:42 probably! 20:54:48 oerjan, sorry, I just can't make sense of that. 20:54:50 oerjan: okay good point. 20:54:52 Phantom_Hoover: no im just waiting for the interesting bit 20:55:13 what oko is talking what more do you want 20:55:25 Goodnight 20:55:27 -!- Taneb has quit (Quit: Leaving). 20:55:45 yeah elliott___ i'm being totally interesting here, i even had some caps up there. 20:56:03 Oh yeah. 20:56:13 He used Captain Capslock. 20:57:08 mroman: the transition from touch to pain feels pretty smooth to me. then again perhaps we're not talking about the kind of pain you feel when you press your arm with your finger. 20:58:50 http://en.wikipedia.org/wiki/Nociceptor 20:59:09 * Sgeo_ wonders if A.I. Wars is a good game 20:59:52 I think just touching the wall with your finger does not trigger any nociceptors 21:00:12 if you stick a needl through your thumb I guess that'll trigger nociceptors. 21:00:15 -!- asiekierka has quit (Remote host closed the connection). 21:00:52 nociraptors 21:01:45 Sgeo_, depends, what's it a name for? 21:02:04 okay i suppose needles feel rather different than touching. 21:02:06 http://www.tacticalneuronics.com/content/aiw3dnew.asp 21:02:33 Just touching the walls should trigger mechanoreceptors 21:03:16 but it's totally not my area of expertise 21:03:26 I'm not sure I even have an area of expertise :) 21:04:34 nobody really knows what a nociceptor is anyway , its god ? 21:04:39 i have some areas of being a dick with strong stupid opinions. 21:04:48 it's even better 21:04:55 way less work 21:06:34 elliott___, it's what detects noces, duh 21:06:55 (a noce is the thing you use to cmell) 21:07:09 -!- Deewiant has quit (Ping timeout: 272 seconds). 21:07:12 -!- TeruFSX has joined. 21:07:15 i read that as noticeptors, made more sense :/ 21:07:18 salt 21:07:26 * oerjan swats Phantom_Hoover -----### 21:07:37 don't you mean 21:07:44 cwats 21:07:48 nope 21:07:57 are you sure 21:08:04 maybe. 21:08:16 are you cure? 21:08:24 his nociceptors would respond stronger to a cwat. 21:08:31 and thus you would inflict more pain 21:08:39 oh noce 21:08:52 that would be crül 21:08:55 `quote 21:08:56 `quote 21:08:57 `quote 21:08:57 `quote 21:08:57 `quote 21:09:06 155) < ais523> then running repeatedly until you get the right sequence of random numbers < ais523> and just completely ignoring the input <-- some people live their entire lives this way, i reckon 21:09:06 558) indirect addressing is a facile and inebrious kind of instruction which should be whomped away by languages 21:09:16 376) I think I managed something like a one-expression increment that was only a few hundred characters long 21:09:19 130) CakeProphet: reading herbert might be enlightening in one hand he held a long worm can be greased. twice i got it nearly there, and the protector of cattle. mars is also mentioned as a rainbow. as a seated baboon sometimes with its head. 21:09:20 665) also, why isn't monqy from Hexham? his name sounds like he should be 21:09:35 `quote 21:09:38 284) Phantom_Hoover: mutation is often considerably harder for both humans and compilers can analyze it much more difficult' part that induces bloody vomit... huh....intriguing 21:09:43 mroman: you destroyed it 21:09:46 now it must be repeated 21:09:47 `quote 21:09:48 `quote 21:09:48 `quote 21:09:48 `quote 21:09:49 `quote 21:09:49 * oerjan cwats mroman -----### 21:10:00 371) yes i use the services of a psychic, but i'm considering getting a live one since stuff like "hello $name, your first name $first_name has |$first_name| letters, so by using numerology we can tell ..." is getting kind of boring 21:10:14 416) oklopol: Why do you have so much experience with hoop-and-stick? :P Gregor: my fetish: learning pointless skills 21:10:14 298) BYE dbc WE'LL BE SURE TO ACCIDENTALLY MENTION YOUR NICK OFTEN 21:10:14 74) It's not incest if you're third cousins! 21:10:16 748) Two gigabytes is not really much to download. THAT'S LIKE THREE EPISODES OF MY LITTLE PONY 21:10:45 imo 371 or 74 or 748 21:10:52 probably 748 or 74 21:11:17 74, if only because nobody in their right mind considers 3rd cousins to be incest. 21:11:33 `delquote 74 21:11:37 ​*poof* It's not incest if you're third cousins! 21:11:58 I think I've seen one of my second cousins, once, and I haven't talked to any. 21:12:00 `quote 21:12:00 `quote 21:12:01 `quote 21:12:01 `quote 21:12:02 `quote 21:12:05 Phantom_Hoover: have you fucked any 21:12:09 243) who is guido van rossum you could say he's a man who grew a beard but acquired none of the associated good properties 21:12:12 838) I couldn't survive an apocalypse. I don't even have any bitcoins. 21:12:14 talking is not a requirement 21:12:17 835) i have a simple view of reality that goes something like this.. once your sufficiently well tied up.. it doesn't make a difference if your enemy has a knife or a gun.. you're equally screwed 21:12:20 484) Oh look, Dax has brought TWO glowy science sticks. SHIT JUST GOT REAL 21:12:21 236) Deewiant: Did you take the course at some point and/or were you taking it now and/or did you actually already graduate and/or are you still in Otaniemi anyway? 21:12:27 Seeing isn't, either; blindfolds etc. 21:12:27 elliott___, no 21:12:29 yeah let's all calculate our cousin number 21:12:48 Phantom_Hoover: well what are you waiting for 21:12:56 I'd prefer the gun. 21:13:02 236 21:13:09 ISTR that the one I saw was younger than me? 21:13:18 elliott___: I am make sandbox 21:13:23 also am made esolang 21:13:26 really most of these quotes are pretty stupid 21:13:27 * kallisti good 21:13:37 `quote 21:13:38 `quote 21:13:38 `quote 21:13:38 oklopol: yeah, let's! 21:13:39 `quote 21:13:39 `quote 21:13:41 or i just don't get them. 21:13:41 He can torture you better with a knife than with a gun I suppose. 21:13:45 My great-grandparents were... 21:13:48 794) l is it real I am [...] because of how on earth would I do that [...] I dont even no idea what I'm saying 21:13:50 Uh... I don't remember. 21:13:52 302) i'm really sleep 21:14:02 46) Gregor is often a scandalous imposter. It's all the hats, I tell you. 21:14:03 621) Real Tar is GNU tar. You just ignore whichever features don't make you feel superior enough. 21:14:03 737) northern ireland is quite a way to drag someone from scotland <-- not really. I just checked in google earth Vorpal: but dragging people across water's a bit tricky 21:14:04 so quoteworthy. 21:14:08 302 i mean. 21:14:14 i have always wondered about that 21:14:19 `delquote 302 21:14:22 ​*poof* i'm really sleep 21:14:23 imo 46 is bad 21:14:24 Let's see, who was my dad's dad's dad? 21:14:26 Well according to WP the most recent human common ancestor lived 5000 to 2000 years ago. 21:14:27 `delquote 46 21:14:31 ​*poof* Gregor is often a scandalous imposter. It's all the hats, I tell you. 21:14:38 Phantom_Hoover: er, that recently? 21:14:39 I would have referred to him as Grandpa ____ Swett, for some value of ____. 21:14:40 (Wow, 2000 years is stupidly recent.) 21:14:46 Phantom_Hoover: maybe it is jesus 21:14:48 we are all descended from jesus 21:14:52 But I only remember one Grandpa Swett. 21:15:05 Phantom_Hoover: so hang on is this like one dude we all have genes of 21:15:16 or whatever 21:15:18 236 is such a fizzism :'D 21:15:25 da Vinci code 2, twist: everyone is the descendant of jesus 21:15:27 Jesus had sex? 21:15:35 Phantom_Hoover: i am just checking i got this right 21:15:47 He is his father, or something, isn't he? 21:15:50 elliott___, yes, although in theory you could inherit no actual genes from them. 21:16:02 wasn't there a film where jesus got it on 21:16:07 not porn i mean 21:16:22 was it on camera or was it the da vinci code 21:16:25 Phantom_Hoover: i'm having a hard time believing it was 2000 years ago??? 21:16:31 So am I? 21:16:46 mroman: there is nothing in the bible _denying_ it, is there? 21:16:48 http://en.wikipedia.org/wiki/The_Last_Temptation_of_Christ_(film) 21:16:48 Why wouldn't it be 2000 years ago? 21:16:50 I'm pretty sure, like, America was populated by then. 21:16:54 found by googling "movie jesus temptation sex" 21:17:15 oerjan: I have no idea of what is in the bible 21:17:25 elliott___ takes the catholic schoolgirl fetish to new heights 21:17:28 except what people tell what's supposed to be in the bible. 21:17:40 mroman: there's this god dude 21:17:48 elliott___: Don't know him. 21:18:33 I'm only christian on a piece of paper. 21:18:55 OK yeah according to WP the Americas have been populated for 17+ millennia so??? 21:19:06 wasn't that sort of a point in the davinci code, anyway? (i've never read it, although i can see the one i got as a gift from here.) 21:19:08 mroman: is the old testament there is so much shit that you shouldn't follow. for example you should kill babies of enemies by crushing their skulls against a rock and you are allowed so sell your daughter as a slave 21:19:10 I actually could destroy that paper to save money. 21:19:15 2000 doesn't seem that recent to me, isn't it just like how any two ppl are butt sex connected by 8 links. 21:19:27 nortti: Does the bible say I shouldn't follow the old testament? 21:19:33 no 21:19:40 well it sort of does actually 21:19:57 So what's the old testament for? 21:19:58 oklopol, well the thing is that for to populations to share a common ancestor you need to have at least some interbreeding. 21:20:06 it says both that you should and that you shouldn't, iiuc 21:20:12 Something about not one jot or tittle will pass away from the old law... but Jesus fulfilled the old law 21:20:13 "pro tip" : the old testament was written before the new one 21:20:18 that's why it's called old ! 21:20:20 well yes and no. jesus says he is not going to destroy old laws but rather fulfill them 21:20:51 Sgeo_: seems to me like the former has an obvious interpretation of not weakening the law's strengths even though you still gotta follow them 21:20:54 elliott___: That only makes me believe more in to the old testament 21:20:59 because it's closer to the truth . 21:21:03 what 21:21:08 (by being older than the new one) 21:21:11 elliott___: we have been calling a book new for 2000 years and it took einstein to figure out relativity 21:21:14 because oldness is truth 21:21:26 Well. 21:21:27 `addquote elliott___: we have been calling a book new for 2000 years and it took einstein to figure out relativity 21:21:30 848) elliott___: we have been calling a book new for 2000 years and it took einstein to figure out relativity 21:21:31 unquotab----- shit 21:21:34 On the other hand, he seems to ignore stuff about washing hands, because apparently nothing that goes into the body is ... I forget exactly what was said 21:21:34 If two guys are telling you a story 21:21:38 Phantom_Hoover: yes, but probably not much 21:21:42 :D 21:21:43 one heard the story in 1900 21:21:47 an the other one in 1921 21:21:55 which one would you believe more? 21:22:01 mroman: you realise that in the chronology old testament was written before jesus was born right 21:22:14 obviously if god sends down a new dude to teach people about shit the book about him isn't going to be written BEFORE he is born 21:22:19 i just kinda this is the kind of thing where you should expect to have less than you'd expect. 21:22:25 I never read any testament so... no. 21:22:31 (but not any less than that) 21:22:56 mroman, so why are you arguing about their messages? 21:22:58 anyway saying that older information is more accurate is ridiculous, have you heard of science 21:23:00 All I know about the bible is that I was supposed to read it as a child but never did. 21:23:53 If I was forced into C.S. Lewis's supposed Trilemma, and was looking at the Book of John, I'd probably go with liar or crazy 21:23:57 I read the whole bible. then I no longer believed in god 21:24:04 Jesus in that book makes me think of a cult leader 21:24:25 elliott___: Depends... 21:24:33 elliott___: the book was written so people could take a look in advance so they'd keep up. 21:24:36 If two people tell me a story I beleive the oldest source 21:24:43 because that's the one most likely not being changed over time. 21:24:50 mroman, but there are two different stories here 21:24:55 so when a police report gets amended due to new information 21:24:58 you don't believe the new shit 21:25:07 (s/police report/news story/ etc.) 21:25:12 -!- Guest85690 has quit (Ping timeout: 252 seconds). 21:25:14 (Well, more, the Gospel accounts kind of paint different stories, but that's irrelevant here) 21:25:14 also why do you think the new testament is a retelling of the old one 21:25:20 since this is the only circumstance in which this argument makes any sense 21:25:21 elliott___: That's something totally different. 21:25:24 The later story happened later than the earlier story 21:25:31 (If we imagine that they happened) 21:25:39 it's a story? 21:25:45 mroman, wait are you saying you think the old testament is even vaguely reliable 21:26:03 No :( 21:26:16 -!- kallisti has quit (Ping timeout: 245 seconds). 21:26:19 I'm just telling that, if I have two versions of a imaginary story 21:26:27 where I can't prove anything I'd believe the older version 21:26:29 (you don't) 21:26:40 why do you think the new testament is a revision of the old testament this is so ignorant holy cow 21:26:43 mroman, why? 21:26:45 they're completely separate texts 21:26:47 You don't have two versions of an imaginary stories, you have two different imaginary stories. 21:26:54 as it is probably the version not forged/biased/adulterated over time 21:26:57 why do you think the new testament is a revision of the old testament this is so ignorant holy cow 21:26:58 why do you think the new testament is a revision of the old testament this is so ignorant holy cow 21:26:58 why do you think the new testament is a revision of the old testament this is so ignorant holy cow 21:26:59 why do you think the new testament is a revision of the old testament this is so ignorant holy cow 21:27:06 elliott___, surely that is Hinduism? ;P 21:27:06 elliott___: I DON'T 21:27:12 I never said that. 21:27:14 apparently i have to state the obvious error 10 times to get a reply 21:27:19 mroman: I'm just telling that, if I have two versions of a imaginary story 21:27:24 then what are the two testaments a version of 21:27:33 What the f* 21:27:55 this conversation doesn't work. 21:28:24 it's not a conversation, it's me yelling at people 21:28:25 let's change the topic. 21:28:33 WELL FUCK YOU THEN ASS MONSTER 21:28:37 elliott___: I *thought* they were two different versions 21:28:42 oklopol: no i was enjoying this channel for the first time in months 21:28:44 until somebody mentioned that they are not. 21:28:45 : ( 21:28:46 Well, to be fair, the different stories describe the same character in different ways 21:28:47 mroman: ok 21:28:48 No it's not, it's you yelling at a person. 21:28:51 (they aren't) 21:28:53 elliott___: just trying to join the fun 21:28:57 Phantom_Hoover: THAT CAN CHANGE VERY FUCKING RAPIDLY 21:29:02 and I understood that. 21:29:21 i didn't really feel the hostility 21:29:23 when suddenly people started assuming stuff I never said. 21:29:24 Vorpal: ha ha ha ha (vorpal told me to react to the joke) 21:29:30 oklopol: sorry :/ i'll try harder 21:29:32 perhaps because mroman is so annoyingly civil 21:29:38 elliott___, :P 21:29:41 so elliott___ just looks silly 21:29:42 i only managed to get to mildly irritated i'm afraid 21:29:50 hmph 21:29:50 it is hard 21:29:50 So, which of two opposite characterizations would you believe from the distinct stories that supposedly occured at different times? 21:29:53 what have they done to you 21:30:03 Note that one of the characterizations is that the character's character doesn't change. 21:30:11 (however mroman's policy of believing older stories is still illogical and "wack" as they say) 21:30:18 My whole statement was based on the fact, that the two stories were the same but different versions 21:30:35 (ILLOGI-FUCKING-CAL) 21:30:37 and if that assumption doesn't hold, my statement is automatically irrelevant. 21:30:43 oklopol: no im down to a gentle simmer 21:31:09 okay, that's cool i guess 21:31:15 elliott___: It's like 21:31:20 You tell a story to your kids 21:31:23 and your kids to their kids 21:31:23 so in 7.5 hours i need to do some laundry 21:31:25 i don't have kids, checkmate 21:31:27 and their kids to their kids 21:31:32 no 21:31:33 mroman: that's origin/parentage-wise 21:31:38 mroman: nothing to do with chronology 21:31:45 i could tell someone else the story after my kids tell it, for instance 21:31:52 I would believe the original story more than versions passed on over time. 21:32:06 Phantom_Hoover: im going to play crawl and you have to watch me 21:32:16 So, I guess mroman could argue that the NT probably has not changed as mich as the OT 21:32:18 (however mroman's policy of believing older stories is still illogical and "wack" as they say) <-- yeah, it is the opposite of an LRU cache 21:32:19 (is one of you actually trying to go somewhere with this?) 21:32:32 Since the NT is closer to its origin than the OT is to its 21:32:45 oklopol: no 21:32:51 i am just enjoying life 21:32:51 elliott___, but i want to play new vegas :( 21:32:53 ooh crawl it's that game with "hard" bosses no? 21:33:43 elliott___: okay that's cool 21:33:48 so how's life? 21:34:07 perhaps i should harrass you in priv, haven't done that in a while 21:34:11 i'll think about this 21:34:25 oklopol: who told you crawl has "hard" bosses 21:34:28 crawl is fairly challenging 21:34:46 i am no good at it; the best players can win at something like a 40% rate 21:34:48 well i think you, so now i think no one. 21:35:00 oh 21:35:02 so you just suck 21:35:05 it has a difficult earlygame and a difficult extended endgame 21:35:10 oklopol: well yes 21:35:15 but 40% win rates are very rare 21:35:17 anyway Phantom_Hoover tough 21:35:18 open putty 21:35:19 i would totally like totally own at it 21:35:22 mmm 21:35:24 oklopol: you should play 21:35:27 i'll watch 21:35:35 i think i could do like 50% 21:35:41 go for it 21:35:42 And what'd be the correct term for "older" origin-wise? 21:35:46 i totally will 21:36:00 maybe even 60% actually 21:36:06 "most original"? 21:36:25 grandparentlier 21:36:34 oklopol: ok 21:36:38 oklopol: do you want me to tell you how to play on the server 21:36:40 (offline doesn't count) 21:36:56 i am no good at it; the best players can win at something like a 40% rate <-- so much harder than nethack? Or are the players less skilled? 21:37:03 elliott___: umm i'm going to sleep pretty suun :D 21:37:05 soon 21:37:12 suun o_O 21:37:17 oklopol: that's ok you'll die quickly enough 21:37:26 cuun 21:37:36 sorry i already did one crazy thing today 21:37:37 Vorpal: nethack is really easy once you get good at it, the early-game is the only risk whatsoever 21:37:43 indeed 21:37:59 the longest streak of crawl wins is 23 games 21:38:05 (and no, the top players are very skilled) 21:38:07 I thought of "oldest version" as "the first version of that story ever told" 21:38:38 Vorpal: basically crawl has a very difficult early game (nethack's early game is very easy in comparison) 21:38:45 elliott___, what kind of difficulty though? 21:38:47 mroman: so how's the weather up there in your land? 21:38:54 Phantom_Hoover: it's hard to describe, why don't you try it!!! 21:38:54 elliott___, ouch 21:38:58 oklopol: two crazy things would set a record! 21:39:03 Like, when you lose is it generally your fault to some extent? 21:39:13 elliott___: i already set a record today 21:39:21 oklopol: Windy 21:39:21 Phantom_Hoover: basically yes, in that if you watch the game you will see a way to get out of the situation 21:39:25 but warm. 21:39:38 Phantom_Hoover: some earlygame deaths come close to being "unavoidable" by reasonable standards I'd say 21:39:44 but mostly it is stupidity 21:39:48 oklopol: which one 21:40:12 Vorpal: also you don't really get the thing with nethack where resists are 100% and you have low enough AC (high enough AC in Crawl) that nothing ever does damage 21:40:32 "exactest characterization of the commutator of an affine CA on a full shift" 21:40:32 ah 21:40:48 although tbh i came up with that after saying i had a record. 21:40:49 Not hot, couthie warm. 21:40:55 perhaps guinness wouldn't take it 21:41:09 btw have you seen their new books? wtf, there's not a single record. 21:41:27 now i really want to see oklopol play crawl :'( 21:41:35 "tallest mountain, greatest population, most wins in fucking ass hockey by country" 21:42:19 oklopol: do you happen to have PuTTY already 21:42:27 their 1991 book was probably part of the reason i love meaningless skills so much, it was a life-shaping superbook. it has all kinds of cool stuff like how many km someone has crawled. 21:42:31 you could be playing crawl in like three minutes 21:42:46 some day. 21:42:54 so boring 21:42:57 also i hope you realize that i will suck. 21:43:19 rpgs are too complicated 21:43:41 crawl is not really an rpg 21:43:55 i would say the basic gameplay is simpler than most rpgs 21:44:01 so Phantom_Hoover where exactly are you located? 21:44:19 Edinburgh. 21:45:25 oh right scotland not northern ireland. 21:45:34 i'm sure you confuse the two all the time as well 21:45:50 I don't have to go to Ireland this summer, thankfully. 21:49:36 ojiewjfoiwjefoi 21:50:39 i was asking because my gf is in northern ireland and i have fetish for watching her do math with my irc contacts. 21:51:01 Where in NI? 21:51:06 belfast 21:51:15 (Why am I asking, there are two universities and both are in Belfast.) 21:51:27 (There are other things too and most of them are also in Belfast.) 21:51:39 she's not at the university, more of a vacation 21:52:26 oklopol why are you going out with someone that crazy 21:53:04 dunno. she's not even a mathematician :( 21:53:27 maybe i will settle for watching Vorpal play crawl 21:53:29 -!- david_werecat has joined. 21:53:29 does she at least let you have sex in a bath of coke? 21:53:30 you'll do that right Vorpal 21:55:14 haven't asked yet. i have asked her if she'd let me paint her blue though. 21:56:03 ah was this part of acting out your avatar fanfics 21:56:17 i haven't seen that 21:56:52 i guess it's more of a painting people blue fetish. 21:57:40 she wasn't very enthusiastic about the idea :/ 21:58:30 so she just doesn't like blue very much 21:58:35 you're all shit 22:00:28 -!- kallisti has joined. 22:00:28 -!- kallisti has quit (Changing host). 22:00:28 -!- kallisti has joined. 22:00:28 i guess. 22:00:36 nobody cares 22:00:46 -!- nortti_ has joined. 22:01:13 -!- copumpkin has quit (Quit: Computer has gone to sleep.). 22:01:45 epicmonkey: nobody cares about what 22:01:52 elliott___: shit. 22:02:00 exactly 22:02:16 how long have you been here epicmonkey 22:02:17 just curious 22:02:20 i sense the beginning of a beautiful friendship. 22:02:24 * oerjan sidles away. 22:02:29 one day and a half I guess 22:02:48 http://www.youtube.com/watch?v=ulIOrQasR18 22:03:02 i just find that so inspiring 22:03:03 1.5! that's a lot of days 22:03:45 elliott___: are you playing the i've been here longer card? because hitler did. 22:03:59 one, two... oh, wai~~ 22:04:35 epicmonkey: how's your life? 22:04:47 -!- oerjan has set topic: CHANNEL CURRENTLY CLOSED DUE TO GODWINNING | last topic change: today | monkeys not welcome unless they bring bananas | http://codu.org/logs/_esoteric/. 22:05:01 life sucks, everyone knows this, dude. 22:05:03 god won? 22:05:17 -!- oerjan has set topic: CHANNEL CURRENTLY CLOSED DUE TO GODWINNING (NOT TO BE CONFUSED WITH GOD WINNING) | last topic change: today | monkeys not welcome unless they bring bananas | http://codu.org/logs/_esoteric/. 22:05:27 epicmonkey: sorry to hear that. my life is ok sometimes! 22:06:06 elliott___: so i recall at some point you thought life was like crap and shit but then later you were all like life is kind of okay i guess that's a good progression. 22:06:33 oklopol: it is both 22:06:35 and it is neither 22:06:40 do you feel? 22:06:55 i feel. 22:06:57 ye olde sine curve. or was that tan. 22:07:05 epicmonkey: anything interesting happen today? 22:07:19 we started a promising article today! 22:07:36 oklopol: i wasn't talking to you, asshole 22:07:43 The Tomlinson trial came out with a verdict of not guilty? 22:07:56 do you know anything about genetic programming? I think I get stuck 22:07:58 My dad made a lot of noise when that came up on the radio. 22:08:15 epicmonkey: a little bit, but not really. is that what you were doing today? 22:08:25 elliott___: fuck you and your stupid fuck ass brain mammoth banana. 22:08:34 kind of 22:08:34 Phantom_Hoover: how surprising. 22:08:51 oklopol: this is my poor hat. 22:09:32 probably this one: http://cdn.static.ovimg.com/episode/131184.jpg 22:10:09 Phantom_Hoover: are you surprised 22:10:11 im making a face : :O 22:10:17 maybe the mouth will detach from the eyes 22:10:19 go do its own thing 22:10:20 the problem with GP is I don't get what is fitness function for a continuous problem 22:10:21 : O 22:10:26 : O 22:10:38 O : 22:11:06 help im going backwards 22:11:11 epicmonkey: just use something random and it'll go great. 22:11:23 this is todays idea for a bitmap image format (based on floodfills): http://oi46.tinypic.com/wclnh4.jpg 22:11:50 itidus21: may i use the bottom-left image on my wiki user page 22:12:00 0): (2 0 22:12:02 damn you can type fast 22:12:04 oh for 22:12:12 Phantom_Hoover: you dont look shocked enough 22:12:14 0): ( 0 22:12:17 itidus21: y or n 22:12:30 oh you said may i.. yeah no problem 22:12:39 its public domain 0 22:12:40 hereby 22:12:42 lol 22:12:47 or whatever 22:13:03 you just have to agree to release it under the terms at http://creativecommons.org/publicdomain/zero/1.0/ 22:13:13 i type even slower than before nowadays because i've broken all my keys :( 22:13:16 yeah, thats the terms intended 22:13:22 thank you sir 22:13:40 Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License sounds better 22:13:42 itidus21, is that image meant to be a Voronoi map? 22:13:48 -!- MDude has quit (Ping timeout: 248 seconds). 22:14:04 epicmonkey: that's nonfree 22:14:15 specially for you: Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License Free 22:14:42 does it make it free? :-P 22:15:13 Phantom_Hoover: it's meant to be a way for storing bitmap images 22:15:33 epicmonkey: noncommercial licenses violate the OSI, FSF and DFSG criteria 22:15:35 so no 22:15:39 (no restrictions on field of use, to be precise) 22:15:49 perhaps coinciding with voronoi 22:15:53 but is can't be used in commercial situations. so itcis nonfree. actually anything more redtrictive than CC0, WTFPL or PD is nonfree 22:16:15 itidus21, oh, so you've invented SVG with none of the advantages of SVG. 22:16:28 hummm.... 22:16:41 nortti_: that is an erroneous definition of free 22:16:54 why? 22:16:56 requiring attribution is hardly nonfree 22:17:07 by any definition worth its salt 22:17:18 oh. yeah 22:17:45 elliott___: that stinks! what do I get a long name if noncommercial licenses are broken? 22:17:48 Phantom_Hoover: i'd love to actually see how it performed.. i laid in bed for a while thinking about encoding schemes 22:17:49 anyway the GPL is obviously free, claiming otherwise is agenda-pushing, but that does not necessarily mean it is ideal 22:17:52 epicmonkey, the wiki has traditionally been public domain. 22:17:54 epicmonkey: you could make your own license!!! 22:18:02 woohoo! 22:18:07 but yes, I specifically promised Graue I would keep PD licensing, so it will be for naught :P 22:18:24 good 22:18:25 copyright is murder 22:18:32 of course now I am nearly as inactive as him. but not quite: I actually updated the software recently!! 22:19:14 oklopol: are you member/supporter of pirate party 22:19:23 elliott___: there's probably a wiki admin curse 22:19:25 no. 22:19:28 itidus21, it'd do well for block-filled pictures with sharp, black edges. 22:19:34 So is SVG, and it's scalable besides. 22:19:44 nor any other party 22:19:48 oerjan: it is not a curse 22:20:02 i do think i should be able to do whatever i like with my internet though. 22:20:03 Phantom_Hoover: well the picture actually does a really terrible job showing it off 22:20:03 elliott___: THAT'S what they all say. 22:20:25 but that's part of it, you see 22:21:00 oerjan: i mean, i like the effects 22:21:04 it is relaxing to not care about it 22:21:17 Phantom_Hoover: well.. like i figure that you can represent some interesting voronoi maps with 1bit with minimal outlining 22:21:35 but i didnt know they were called voronoi maps 22:21:47 You're not using Voronoi anything, that was a misunderstanding. 22:21:53 hmmm 22:22:37 A Voronoi map is one where you have a set of points on the map and you split the map according to which point is nearest. 22:22:55 VERSION 22:23:46 -!- copumpkin has joined. 22:23:48 soundnfury's client is apparently called the empty string 22:24:01 elliott___: why you ctcp'd my version 22:24:07 not much sound and fury in that 22:24:07 i ctcp'd the whole channel 22:24:11 for fun 22:24:12 oh 22:24:24 *for devious secret purposes 22:24:28 still as much irssi as ever 22:24:34 did you find out anything intersting? 22:24:38 SimonRC: upgrade yr irssi 22:24:41 ineiros: you too 22:24:56 nortti_: not really 22:25:11 i use irssi nowadays but i made it version pong mirc. 22:25:15 Gregor: your version replies are screwed 22:25:19 -Gregor- VERSION bip-0.8.8 22:25:19 -Gregor- VERSION xchat 2.8.8 Linux 2.6.35.4 [x86_64/2.33GHz/SMP] 22:25:19 -Gregor- VERSION xchat 2.8.8 Linux 3.1-0.slh.5-aptosid-amd64 [x86_64/800.50MHz/SMP] 22:25:19 -Gregor- VERSION Microsoft IRC# 2013 64-bit (Windows 9 Developer Pre-Alpha Release, x64, 1.5GB RAM) 22:25:22 kind of ruins the IRC# thing "sorry" 22:25:28 i like how you upgraded it to windows 9 22:25:37 :P 22:25:45 oklopol: there is no way you would have the patience to do the colouring/bolding/underlining in that version reply 22:25:53 "busted!!!!!!!!!!" 22:26:36 actually i probably would, sounds like fun. but i don't have the patience to install irssi. 22:26:54 since i didn't like it when i last tried it 22:27:40 i don't like irssi 22:27:50 i am happy with xchat 22:27:57 -!- MSleep has joined. 22:28:17 i'm almost happy with mirc + nnscript. there are some annoying details. 22:28:52 xchat, irssi and kvirc had more 22:29:32 use ircII and be cool 22:29:36 ("cool") 22:29:50 cuul 22:30:14 -!- tswett has quit (Changing host). 22:30:14 -!- tswett has joined. 22:30:16 elliott___: can you help me with ircII? I haven't bothered to compile irssi with 486 22:30:32 (running netbsd) 22:30:59 what help do you need, i have barely even used ircii 22:31:00 yeah elliott___ given that you are such a fan of ircII could you give us a lecture 22:31:03 i think i tried it for like two minutes 22:31:33 elliott___: putting multiple channels in different windows like with irssi 22:31:47 i think it is possible? 22:31:49 I don't know how . 22:31:54 ok 22:32:08 cuil 22:32:13 cillu 22:32:14 cf http://upload.wikimedia.org/wikipedia/commons/9/94/Ircii.png 22:32:35 (what a dumb screenshot) 22:32:38 cilia 22:32:45 lcii 22:32:55 -!- MSleep has changed nick to MDude. 22:33:17 -!- oklopol has changed nick to sleepopol. 22:33:19 nigt 22:33:23 you could? multiple channels was like the most convenient new feature i noticed when i changed from ircII to irssi, way back... 22:33:25 night 22:33:37 oerjan: well it could always be a "new" feature. 22:33:44 (i cannot honestly recall if it happened before or after i came here) 22:33:55 people used ircii in 2006? 22:34:14 here is a more practical example of the image format being used (theres 4 white pixels in the resulting picture due to how i did it) http://oi45.tinypic.com/2gwhksl.jpg 22:34:32 i cannot recall, i said. but i didn't use irc much before 2006 22:34:54 then what the hell did you do 22:34:59 i recall being on #initgame way back in the '90s 22:35:07 what's initgame 22:35:17 it was a game played on irc 22:35:26 it's this channel with just me in it 22:35:34 oh right sleep time 22:35:35 presumably EFNET, i don't think things had really split up by then 22:35:45 -!- derdon has quit (Remote host closed the connection). 22:37:05 oerjan: how did you play 22:37:27 someone would change their nick to something like WW_LAXF or whatever the exact format was, and everyone would ask yes-no questions to that person until someone guessed it was Willy Wonka or whatever 22:37:50 the part after _ was a kind of code, Live American something Fictional 22:38:00 * oerjan has forgotten one of them 22:38:16 hm or was it Alive 22:38:39 Xplicit? 22:38:57 Alive/Dead American/Non-Americn Real/Fictional and i've forgotten one 22:39:35 perhaps there was a Human/Non-human in there 22:39:56 *+a 22:39:58 american/non-american, heh 22:40:15 i vaguely think British was also sometimes used 22:40:21 but not really consistently 22:40:35 how did you decide alive/dead for fictional chars 22:40:46 * oerjan recalls confusing everyone with Christopher Milne 22:41:05 i had to put X for alive/dead, i think 22:41:23 i cannot recall if i put X for fictional 22:41:55 (X for unknown or not appropriate, naturally) 22:42:04 was efnet scary back in the day 22:42:21 i dunno, i didn't visit many other channels. i guess not. 22:42:24 -!- dessos has joined. 22:43:04 oh and of course the winner got to change nick next. 22:43:16 -!- epicmonkey has quit (Ping timeout: 246 seconds). 22:45:12 then what the hell did you do <-- i spent a lot of time on Usenet 22:46:00 i read usenet troll threads occasionally 22:46:10 how did you decide alive/dead for fictional chars <-- presumably by whether they'd died in the story, i think 22:46:10 they are the most baffling thing on the internet i know of 22:46:24 why? 22:47:02 phanton: well, i've decided that 2 bit colour for the bitmap is best, enabling me to exploit the four-color theorum, still leaving run lengths of 8192 22:47:02 because 22:48:21 -!- nooga has quit (Ping timeout: 245 seconds). 22:48:23 -!- edwardk has quit (Quit: Computer has gone to sleep.). 22:48:29 oerjan: entertain me 22:48:48 no one can entertain you, elliott. you are beyond humanity now. 22:49:40 btw i finally registered on reddit 22:49:41 ok 22:49:51 oerjan was still available :P 22:49:53 i noticed your post has a score of 0 22:50:03 the first one, yes 22:50:10 oerjan: please do not lie about the reflection package in a way that wil lcause people to avoid it 22:50:13 2^5 = run lengths of 32, 2 bits of colour, 1 bit to indicate a flood-fill point at the end of the run. maybe that's best. 22:50:20 elliott___: that wasn't a lie. 22:50:37 oerjan: well, it is untrue and I specifically remember mentioning how it was being done in here at th etime 22:50:50 wat 22:51:01 there is a portable non-unsafeCoerce implementation that will work on _any_ Haskell compiler with the extensions required for the interface and the FFI. 22:51:15 it is used for all implementations for which the unportable implementation has not been specifically tested 22:51:18 (i.e., anything but GHC and Hugs.) 22:51:30 therefore the reflection package is as portable as its interface allows + GHC, Hugs or the FFI. 22:52:25 ok i guess i should have mentioned that the efficient implementation is optional. should i edit? 22:53:01 it is probably no big deal, but I'd point out that the implementation is only used on implementations for which it has been tested, and there is a safe fallback. apologies for accusing you of lying 22:56:58 is it best to edit or to respond to yourself, btw? 22:57:16 given that it's been a day or so. 22:58:38 no problem with editing, I don't think; just add it at the bottom with an edit note if you want... replying to yourself won't notify anybody, anyway 22:58:46 ok 23:03:02 * oerjan thought better of including "(put away the gun, ehird)" in the edit 23:05:00 -!- MDude has quit (Ping timeout: 248 seconds). 23:06:26 -!- Deewiant has joined. 23:07:24 `run ghc -e '2 + 2' 23:07:27 ghc: can't find a package database at /usr/lib/ghc-6.12.1/package.conf.d 23:07:34 Gregor: why does this happen 23:07:38 elliott___: why does this happen 23:07:50 is it because you're a weird imaginry user? 23:08:03 what 23:08:09 `ls /usr/lib/ghc-6.12.1/ 23:08:12 Cabal-1.8.0.2 \ array-0.3.0.0 \ base-3.0.3.2 \ base-4.2.0.0 \ bin \ bin-package-db-0.0.0.0 \ bytestring-0.9.1.5 \ containers-0.3.0.0 \ directory-1.0.1.0 \ dph-base-0.4.0 \ dph-par-0.4.0 \ dph-prim-interface-0.4.0 \ dph-prim-par-0.4.0 \ dph-prim-seq-0.4.0 \ dph-seq-0.4.0 \ extensible-exceptions-0.1.1.1 \ extra-gcc-opts \ filepath-1.1.0.3 \ ghc-6.12.1 \ ghc-asm \ ghc-binary-0.5.0.2 \ ghc-prim-0.2.0.0 \ ghc-split 23:08:25 `ls /usr/lib/ghc-6.12.1/package.conf.d 23:08:28 ​/usr/lib/ghc-6.12.1/package.conf.d 23:08:40 does it need write access perhaps? 23:08:47 and maybe ghc sucks at error reporting? 23:09:03 kallisti: almost certainly not for ordinary use... 23:09:21 but it needs to be set up the first time, i assume 23:09:52 `run ls -l /usr/lib/ghc-6.12.1/package.conf.d 23:09:54 lrwxrwxrwx 1 0 0 34 Dec 20 2011 /usr/lib/ghc-6.12.1/package.conf.d -> /var/lib/ghc-6.12.1/package.conf.d 23:10:02 oh that's why. 23:10:07 er, wait 23:10:09 `run ls -l /var/lib/ghc-6.12.1/package.conf.d 23:10:12 ls: cannot access /var/lib/ghc-6.12.1/package.conf.d: No such file or directory 23:10:15 aha 23:10:16 yep 23:10:24 `run ls /var/lib 23:10:26 ls: cannot access /var/lib: No such file or directory 23:10:28 `run ls / 23:10:30 bin \ dev \ etc \ hackenv \ home \ lib \ lib64 \ opt \ proc \ sbin \ sys \ tmp \ usr \ var 23:10:32 yep 23:10:36 `run ls /var 23:10:39 irclogs 23:10:43 right. okay. 23:10:47 I KNOW THE FIX NOW 23:10:54 thanks. 23:11:40 (if you're curious the fix is to add -t /var to the umlbox invocation) 23:11:48 ...but you don't have access to apply it. 23:12:20 on this bot. I'm hacking my perl bot to be a hackego clone (and then playing around with persistent environment and possibly daemons) 23:12:27 I have a persistent environment currently 23:12:34 ok 23:15:00 hm, except there's some permission error when I do that. 23:15:20 oh nevermind it's -f /var 23:15:22 not -t /var 23:18:21 wow, why is it so terribly easy to overload even modern windows by doing massive disk IO. I managed to bring this monster of a machine to it's knees by uncompressing a compressed DVD ISO. Seriously. Core i7 at 3.4 GHz, 4 cores + hyper threading. 16 GB RAM. Very fast disk. 23:18:28 windows IO scheduler sucks 23:19:27 :P 23:20:06 Wow, Northern Ireland has a separate legal system. 23:20:13 my bot is now some frankenstein lambdabot, hackego, egobot hybrid. 23:20:18 Phantom_Hoover, from the rest of UK? 23:20:27 So that makes 3 in total for the UK. 23:20:36 Phantom_Hoover, which are the other two? 23:20:43 Scots and English. 23:20:46 ah 23:20:54 poor Welsh, not getting their own 23:21:20 kallisti: have you gotten simh to sanely interact with text streams not coming from tty? 23:21:24 The UK is basically split into Scotland, NI and "England and Wales", the latter being a monolithic entity. 23:21:51 nortti_: I have not done any of that. 23:21:59 Phantom_Hoover: is anything in wales 23:22:26 elliott___, the most significant thing I can honestly remember about Wales is that Doctor Who is based there. 23:22:31 oh look, now I'm copying 15 GB from an SSD to a HDD. Yet again windows 7 spaces out badly. 23:22:47 nortti_: I have a umlbox sandbox with persistent environment variables (and exported functions), a way to bind commands to shell scripts (instead of doing the automatic "pass all input to $1" thing), and it uses git instead of hg. and that's about the extent of the differences. 23:23:26 I also note that all 3 legal systems have different bases; English law is pure common law, Irish is common and statute and Scots law is a hybrid of common and civil law 23:23:27 elliott___, well there is that place with the crazy long name I guess? 23:23:37 and from what I understand, sheep? 23:23:43 yeah not a lot 23:24:16 Phantom_Hoover, statute? What is that 23:24:28 oh the normal way 23:24:30 right 23:24:36 New Zealand is basically the same except s/Doctor Who/New Zealand/. 23:24:48 Phantom_Hoover: the US is mostly common law, right? 23:24:57 Phantom_Hoover, New Zealand is cool though 23:25:00 maybe a hybrid of common/civil. 23:25:06 -!- edwardk has joined. 23:25:06 kallisti, yes (it might be all common law). 23:25:10 they film so many movies there 23:25:52 It's underdeveloped and has lots of mountains. 23:25:53 Phantom_Hoover: new zealand is cool 23:26:04 i will go there one day when i am rich and there are no problems in life 23:26:06 Phantom_Hoover, how does civil and statute law differ? 23:26:12 I thought they were the same thing? 23:26:13 elliott___, duh, which is better out of Doctor Who and LotR? 23:26:30 Phantom_Hoover, that is a no-brainer 23:26:30 Phantom_Hoover: probably lotr? 23:26:34 LotR easily 23:26:36 -!- lifthrasiir has joined. 23:26:40 Vorpal, here the fact that I am in fact regurgitating Wikipedia becomes painfully apparent. 23:26:58 Phantom_Hoover: i mean i like the films and doctor who as a whole is kind of bad 23:26:59 elliott___, also New Zealand has Flight of the Conchords so that makes 1 more thing than Wales? 23:27:02 Phantom_Hoover, XD 23:27:11 but there are a few series that might tip the scales 23:27:11 there's a state in the USA which isn't common law, isn't there. 23:27:20 Phantom_Hoover: i don't like flight of the conchords, i forget why. i used to. 23:27:28 Phantom_Hoover: that's great. if there's anything I love it's room for law to be vaguely interpreted by some random guy(s). 23:27:33 http://en.wikipedia.org/wiki/File:LegalSystemsOfTheWorldMap.png suggests there is. 23:27:46 kallisti, well that's an oversimplification. 23:27:56 yes. it is. 23:28:13 And indeed wrong; civil law is the one subject to interpretation, common law dispenses with the interpretation altogether. 23:28:49 are you sure? 23:29:01 we do a lot of precedenting around here. 23:29:02 kallisti: clearly it is much better for law to be a platonic game of nomic so more people get away on technicalities and people are convicted for doing nothing wrong 23:29:05 The way I understand it, in common law the interpretation /is/ the law. 23:29:13 elliott___: yeah that's the other extreme. 23:29:28 common law seems to work as fine as law systems do 23:29:42 If someone interprets it in a way you don't like you have precedent to fall back on. 23:30:07 hm, okay. 23:30:19 oerjan: hi 23:30:24 ho 23:31:42 Phantom_Hoover: louisiana, it was. presumably because it was bought from france. 23:31:49 Yeah. 23:33:04 "However, it is incorrect to equate the Louisiana Civil Code with the Napoleonic Code. Although the Napoleonic Code strongly influenced Louisiana law, it was never in force in Louisiana, as it was enacted in 1804, after the Louisiana Purchase of 1803." 23:44:17 talk 23:44:18 thx 23:44:28 NEVER 23:50:43 this is boring 23:51:18 consider pressing alt+tab, or whatever it is in your wm 23:52:40 the channel is often silent at this time of day 23:53:43 @time Phantom_Hoover 23:53:44 Local time for Phantom_Hoover is Fri Jul 20 00:53:36 23:54:08 -!- Jafet has quit (Quit: Leaving.). 23:54:11 Phantom_Hoover: where do you live? 23:54:23 ...Edinburgh? 23:54:44 the channel is often silent at this time of day <-- we have elliott back though, it is never silent then 23:56:28 yes, something's wrong with him. 23:56:38 * oerjan prods elliott___ with a stick 23:57:29 oerjan, don't scare him away 23:57:47 @time 23:57:53 @time Vorpal 23:58:03 how do you set your timezone with that bot? 23:58:06 @time Phantom_Hoover 23:58:07 Local time for Phantom_Hoover is Fri Jul 20 00:57:59 23:58:11 @time oerjan 23:58:12 Local time for oerjan is Fri Jul 20 01:58:11 2012 23:58:42 Vorpal, it's using CTCP time. 23:58:53 ah... 23:59:02 * oerjan prods elliott___ with a stick 23:59:08 i am not really back 23:59:54 so you say