00:00:04 you can install it, but it isn't by default 00:00:11 from what I remember, might be wrong 00:01:28 zzo38: what kind of computer? own architecture? ttl? transistors? fpga? risc or cisc or oisc? 00:01:33 * Phantom_Hoover -> sleep 00:01:34 -!- Phantom_Hoover has quit (Quit: Leaving). 00:01:50 * Vorpal β†’ sleep too 00:02:53 Vorpal: there's a reason I said XP and Vista! 00:03:08 heh 00:03:18 nortti: I have not yet decided. It will probably use existing parts, such as ARM, DSP, GPU, and whatever. But connecting everything together in different ways which ar designed for security and to prevent malware (malware includes copy protection/DRM); however any user with physical access can open it and override anything by setting jumpers. 00:05:32 I did draw some block diagrams but they do not contain all information. 00:07:03 will it run existing OS or are you going to write your own? 00:07:04 -!- Vorpal has quit (Ping timeout: 276 seconds). 00:07:22 zzo38: how do you design a CPU architecture to prevent DRM? 00:07:32 actually, anti-malware CPU features normally make DRM easier, rather than harder 00:08:50 ais523: It is not the CPU feature which I intend to change, but the way the CPU is connected to the other components. 00:09:36 nortti: I will write my own OS, probably single-tasking since it is simpler, and have a Forth interpreter built-in. Probably I will have a BASIC interpreter too, which can be compatible with many of the programs in old books. 00:10:43 ais523: And the BIOS design, too. (For example, only the BIOS can access the hard drive and optical drive.) 00:11:22 I will not do the hardware mostly myself; that will be done by other people, according to my advice, and I will write the software myself though. 00:12:04 (I will include full specifications of all hardware and software in the manual so that anyone can build a clone) 00:14:09 zzo38: I am thinkig of building my own computer with my own RISC instruction set using FPGAs and using a rewrite of my own os for that platform as its os. It will be 16 or 32bit and will have very simple MMU or no MMU at all 00:14:56 When I complete specs I will publish them under CC-BY 00:16:11 nortti: I would like to see something like that too. My problem with using FPGAs is lack of free specification. 00:16:23 -!- elliott has left ("Leaving"). 00:17:19 (The other thing I will use to make copy protection and DRM and other malware to be less likely, is trademarks.) 00:17:43 how are you going to do that? 00:19:20 If they implement the computer or the program wrong, then I can sue them for trademark violation, unless they remove all of my trademarks from their product so that it cannot claim compatibility. Which also mean if later version change so that their DRM stops working, they cannot sue us either, because they cannot ever claim compatibility 00:22:42 -!- elliott has joined. 00:23:09 My processor design will be bit strange (No virtual memory, MMU will give process access to liner piece of memory with start of range being logical address 0, 2 priviledge levels and supervisor interrupt) because I am going to design it for my os and not the other way around. 00:23:38 nortti: OK. 00:23:51 Can you make LLVM compile to it? 00:24:51 propably. I have only played around with smallc cross compiler targeting beta version virtual machine 00:28:52 -!- augur has joined. 00:31:40 "Some purists will tell you to skip FLACs altogether and just buy WAVs. [...] By buying WAVs, you can avoid the potential data loss incurred when the file is compressed into a FLAC. This data loss is rare, but it happens." --Wired, idiots 00:32:10 -!- khil has changed nick to PiRSquared. 00:35:02 elliott: FLAC is lossless, right? 00:35:15 by the way, did you point out that data's lost turning sound waves into a WAV? (and did anyone else?) 00:35:26 /real/ music purists hire an orchestra to perform for them 00:37:08 The Free Lossless Audio Codec? 00:37:11 Yes, it's lossless. 00:37:35 ais523: Yes, FLAC is lossless. 00:50:14 "not to get into a whole thing here, but.... zeno's paradox illustrates how any mathematically system of using "squares" to approximate "curves" _always_ has a loss of fidelity. it simply is not "captured perfectly"." -- someone trying to disprove Nyquist's theorem 00:50:18 -!- kmc has quit (Quit: Leaving). 00:52:20 -!- itidus20 has quit (Ping timeout: 252 seconds). 00:55:14 They later went on to place "information theory" in scare-quotes. 00:55:49 -!- itidus21 has joined. 00:58:46 -!- nortti has quit (Quit: ChatZilla 0.9.88 [Firefox 10.0.2/20120216213642]). 01:01:30 I can't find the original source of three_cut_limes.jpg :( 01:05:30 -!- itidus20 has joined. 01:06:35 HELLO WELCOME TO A LAND OF ETERNAL SUFFERING 01:06:36 : ) 01:06:51 hello. 01:07:21 Yes, FLAC is lossless; but it is still compressed. If you need WAV you can convert FLAC to WAV and get the same thing as if you just buy WAVs originally. 01:07:56 (Assuming all relevant settings are correct) 01:08:04 -!- itidus21 has quit (Ping timeout: 260 seconds). 01:09:12 I half read that as I can't quite find the original source of ... 01:09:36 The only error there is "quite" 01:09:37 and i thought that would be a ridiculous thing to say 01:10:11 like a postman saying, i couldn't quite find the address 01:11:17 or.. this program is not quite a halting program 01:14:14 -!- Jafet has joined. 01:14:25 Can you play Double or Nothing in Wheel of Fortune? 01:15:28 no 01:28:07 -!- cheater_ has joined. 01:31:00 -!- cheater has quit (Ping timeout: 265 seconds). 01:36:32 -!- Frooxius has quit (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204]). 01:54:01 -!- Frooxius has joined. 01:57:51 observation: webcomics often make the "next" link on the most recent comic a link to the top of the page 01:58:12 theory: because it makes something interesting happen so you know you clicked the link, yet it leaves you on the same page so you know there aren't any more 01:58:17 question: why not just gray it out? 01:59:16 ais523: answer: styling consistency, ease of coding 01:59:28 )styling consistency: consider that it is the "a" element that is styled, and often has padding etc.) 01:59:29 *( 01:59:52 right, you'd have to have a div that acted like an a 02:00:01 hmm, couldn't you make it an a element but just not hyperlink it anywhere? 02:00:05 href is optional on a 02:00:07 yes, but that's ugly 02:00:10 since it's an unsemantic use of a 02:00:19 also, you'd still get hover styling 02:00:22 which you explicitly wouldn't want 02:00:33 because it'd look like a link 02:01:01 is for anchors as well, not only for hyperlinks 02:01:06 well, we've already established we're overriding the color 02:01:40 zzo38: yep, but the next link wouldn't be an anchor 02:01:43 hmm, :visited can only override color nowadays, but :hover can override arbitrary properties (I've seen a site that makes links init-caps when you hover them, and lowercase otherwise) 02:02:00 :visited can override more than colour 02:02:04 in that case, couldn't you do a pure-CSS analytics thing that figured out where the person was putting their mouse? 02:02:05 background, underline, etc. 02:02:18 ais523: probably, but what would it give you? 02:02:23 elliott: not any more, there were people using :visited to get information about their visitor's previous sites 02:02:28 yes, I know 02:02:31 I stand by what I said 02:02:35 hover over a link on Wikipedia sometime 02:02:41 ah, OK 02:02:50 it underlines 02:02:52 so it's only properties that don't change metrics, I guess 02:02:59 well, it's more limited than even that, there's a list 02:03:01 elliott: Using what skin? Probably it depend what skin 02:03:03 but it includes more than just colour 02:03:08 zzo38: the default, or monobook 02:04:36 I think there should be a mode to tell it not to load any CSS commands that tell it to load a file, at all. 02:05:55 -!- Jafet1 has joined. 02:08:28 -!- Jafet has quit (Ping timeout: 245 seconds). 02:10:11 ais523: how's Feather? 02:10:24 * ais523 /clear 02:10:36 elliott: How's @? 02:11:04 how's fe@ther 02:11:05 ais523: how's the @ implementation of feather? :P 02:11:10 monqy: higg 5 02:11:20 (it is like high 5 but g) 02:11:29 how's the feather imlementation of @!!! 02:11:30 Friendship: It's implemented, just waiting on ais523 for Feather. 02:11:32 Then I can boot it. 02:11:40 monqy: Um obviously that's what @ is written in. 02:11:42 * Friendship nods sagely. 02:11:45 I need the @ implementation of Feather so I can run it. 02:13:52 ais523: wow, Esperanza had over 5000 subpages? 02:14:01 * elliott likes to just ask ais523 random questions about Wikipedia. 02:14:30 oh, I misread 02:14:45 admittedly, that did surprise me when you said it 02:14:49 Esperanza really really got out of hand 02:14:58 "I think trawling through the deletion log is the only viable method at the moment I can think of, but I don't expect the deletion period to stretch to over two to three days. (~ 5000-10000 records)" 02:15:00 *Esperanza 02:15:05 I interpreted the number of records as the number of deletion log records 02:15:07 thus the number of pages 02:15:11 but now I just have no idea what it means :) 02:15:32 number of edits to esperanza pages before they were deleted 02:15:35 ah 02:15:36 probably 02:15:47 * elliott remembers being vaguely around when Esperanza existed, and then it stopped existing, but I don't remember anything about it. 02:19:25 elliott: http://en.wikipedia.org/wiki/Wikipedia:Miscellany_for_deletion/Wikipedia:Esperanza is a great but rather long read 02:19:30 at least the nomination message 02:20:36 the ironic thing is, I'm not sure that an oligarchy is a worse way to run a wiki than the technique used for Wikipedia as a whole 02:21:31 ais523: I read the start of that ages ago 02:21:41 I just meant I don't remember anything about it from back when it was active, only after-the-fact 02:22:03 although I'm still not sure how it managed to be insidious rather than just more pointless bear-ocracy, but that's Wikipedia for you 02:22:03 well, it was pretty insular 02:23:22 it was basically splitting the community into esperanzans and non-esperanzans 02:25:50 the DRV was hilarious, it was about whether the history should be deleted or not 02:26:41 yeah, I'm reading that now for some inexplicable reason :P 02:36:11 ais523: hey, how do you use IPv4 multicast? 02:36:35 I don't know, and am not convinced anyone actually implements it 02:36:42 Aww. 02:38:13 perhaps Wikipedia will know? 02:40:39 are there any esolangs that only allow a changing subset of the possible instructions to be used at any one time? 02:43:34 -!- ion has quit (Read error: Operation timed out). 02:43:42 calamari: I think s 02:43:43 o 02:43:46 ais523: I read the Wikipedia article but it was long and boring 02:44:08 fair enough 02:44:34 calamari: for a literal "at any one time" that tracks realtime, TMMDLPTOELPAITAFNFAL 02:44:37 (I /think/ that's the name) 02:44:51 gah, it isn't 02:45:06 http://esolangs.org/wiki/TMMLPTEALPAITAFNFAL 02:45:09 well I was being intentionally vague because I figured there might be multiple ways that someone would do it 02:45:19 I was /so/ close 02:45:47 added a D where there shouldn't be one, added an O where there shouldn't be one, missed an A 02:46:02 -!- ion has joined. 02:46:03 I think this is an acceptable amount of misrememberance of such a ridiculous name 02:47:12 maybe something like a hunt the wumpus map.. where depending on the instruction used, it moves you to a new room and that gives the new possibilities for that room 02:47:21 ais523: definitely, thanks 02:47:47 calamari: oh, for a language that works like /that/, http://esolangs.org/wiki/Taxi, but it's not quite what you're describing 02:50:05 calamari: Weird? or Whirl, I forget 02:50:40 elliott: wierd is BF-like and 2D, IIRC 02:50:58 you're thinking of Whirl, but that's pretty much just an encoding for a BF-like language in terms of 0 and 1 02:51:52 well, it was some kind of instructions-change-future-ones things 02:51:54 *thing 02:54:09 ais523: hey, is there any way to preview some edits to a page without all the editing tools around it? (MediaWiki) 02:54:15 "Remember that this is only a preview; your changes have not yet been saved!" etc. 02:54:30 elliott: no built-in way, I think 02:54:39 you could probably rig something up with JavaScript 02:55:00 * elliott just deletes the chrome elements in the inspector 02:55:32 -!- pikhq has quit (Ping timeout: 252 seconds). 02:55:38 -!- pikhq_ has joined. 02:56:39 ais523: yep whirl seems the closest.. not a very interesting implementation, but basically it 02:57:01 the problem with whirl is that there's no penalty for changing 02:57:34 you mean like the running out of gas thing with taxi? 03:11:51 -!- oerjan has joined. 03:12:01 morning 03:12:01 oerjan: You have 2 new messages. '/msg lambdabot @messages' to read them. 03:12:06 "I am working on the low-level complicated (almost esoteric) Basic Input/Output Commander" 03:12:08 @messages 03:12:09 elliott said 7h 47m 25s ago: [2007] by using the FingerTree module which implements lazily concatenated sequences 03:12:09 elliott asked 7h 47m 9s ago: are you sure? "(it is the same as Data.Sequence, but less restricted)" implies not, since Seq is strict 03:12:17 I wonder what compels people to put languages they say are non-esoteric on the esoteric prorgamming languages wiki. 03:12:20 *programming 03:12:25 What language? 03:12:32 "I am working on the low-level complicated (almost esoteric) Basic Input/Output Commander" 03:13:01 Who doesn't love Taxi? 03:13:11 `what 03:13:14 oerjan: hi 03:13:19 ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: what: not found 03:13:21 oerjan: good uh 03:13:23 "morning" 03:13:27 Taxi is THE BEST programming language. 03:13:34 elliott: i think i may have discovered that later. i assume this is about dupdog, and i've been thinking something simpler rope-like might work better. 03:14:07 oerjan: yeah, it was dupdog 03:14:30 you really want something with really-O(1) reversing and self-concatenation 03:14:44 elliott: for once it's actually morning in most senses for me. 03:15:03 4:14 is night :p 03:15:07 O KAY 03:16:29 oerjan: btw the sitenotice died. rip. 03:16:31 or did you see that. 03:16:35 WAAAA 03:16:50 hm i did not notice it ;) 03:22:40 -!- augur has quit (Remote host closed the connection). 03:23:31 -!- augur has joined. 03:29:33 hi 03:30:15 Aaaand BSNES hits 100% compatibility. 03:30:55 wow 03:31:28 "runs every /official/ game ever released" 03:31:35 pikhq_: wait, does this include satellaview? 03:31:37 So, doesn't run Super Noah's Ark Blaster 3D 03:31:40 elliott: No. 03:31:55 Friendship: There's no possible way it could run every unofficial game, since tons of them are modern hacks that only work on ZSNES and not a real NES :P 03:32:01 Friendship: Actually, pretty sure it ought to. What it won't run are many, many ROM hacks. 03:32:03 *SNES 03:32:22 And, yes, many ROM hacks don't work on real hardware. 03:33:24 NES is different from SNES so NES emulation work better and modern homebrew softwares for NES are usually tested both on emulators and on the real hardware. 03:34:35 Yes yes, obviously there are things that work on emulators and not real SNESes which it shouldn't run. 03:34:39 I was just making a bad joke ;) 03:34:52 There are so many bible games it can't (but probably can) run! 03:37:22 Oh, I didn't realize that bsnes covered NES and GBC too. 03:40:42 that's recent 03:40:47 Friendship: Yeah, but it doesn't have full compatibility with those. 03:41:04 That was just done by byuu for kicks. 03:41:08 pikhq_: The page doesn't indicate that ;) 03:41:25 I'd imagine he'll be working on those a bit more now. 03:41:50 Still, much less necessary; IIRC, Nestopia does NES perfectly, and Gambatte does GBC perfectly. 03:43:52 Also, that Super Noah's Ark Blaster 3D is the only real notable non-licensed game for the SNES. 03:45:37 SO, a blogger for the entirely-incomprehensible blog championofbirds.com emailed me asking me if he could give an interview for the nonsense blog. On the advise of some friends, I decided it would be amusing to accept, if only to see WTF they'd ask. Well, here's the list of questions: http://sprunge.us/bYQT 03:46:08 i approve 03:46:35 I love the "Shoot Yourself" song, can you tell us about the inspiration for that jingle? 03:46:38 isnt it kill yourself 03:46:42 i distinctly recall 03:46:44 DISTINCTLY RECALL 03:46:46 It is. 03:46:57 He loves it, but not enough to remember its name. 03:47:25 If we give you a hat, will you take a picture of a look that kills with the hat on? 03:47:26 do it 03:47:51 Hey, if I can extort a hat out of random internet people, I'm not going to refuse! 03:48:29 elliott: Remember when everybody said "multimedia"? 03:48:41 unimedia 03:48:49 morse code only 03:49:15 unimedium 03:49:17 shachaf: Before his time. 03:49:20 A *single* morse code only. 03:49:40 pikhq_: Oh, hardly. 03:50:23 elliott: You were born, what, 96? 03:50:25 "What's the gnarliest disease or injury you've ever had?" looks like a shoe-in for a certain foot picture which i have managed to avoid 03:50:29 95 03:50:41 Friendship: YES link the foot. 03:50:45 wait, that's shoo-in, isn't it 03:50:46 oerjan: OH MAN I didn't even think of that also the phrase is "shoo-in" 03:50:50 shachaf: Okay. So, he would've been 5 in 2000. 03:50:52 foot-in 03:50:57 shachaf: but yes, i do 03:51:01 so ha take that pikhq_ 03:51:03 Although "shoe-in" makes just as much sense by way of "foot in the door," as elliott points out. 03:51:04 i was on the 'net at 5 03:51:08 foot-in-mouth disease 03:51:12 Friendship: fsvo point out 03:51:14 * shachaf wasn't on the 'net at 5. :-( 03:51:37 Do you think timestamps ought to be signed or unsigned? (In my opinion, they should be unsigned if 32-bits and signed if 64-bits.) 03:51:45 * pikhq_ wasn't. 03:51:53 Then, not many people were in 1995. 03:52:33 * shachaf was barely on the 'net at 2000. 03:52:36 ...I think? 03:52:40 Think my grandmother was, though... 03:52:51 Yeah, she would've been by then. 03:53:39 * shachaf also didn't really speak English in 2000. 03:53:43 zzo38: Signed and of arbitrary size. 03:54:28 The epoch should be in 2012. 03:54:36 Time doesn't really count before there. 03:54:47 s/ere/en/ 03:55:00 I spoke english in 2000 03:55:06 * oerjan was on the net in 1992 or was it 1991 neener neener 03:55:20 oerjan: oooooold 03:55:38 ion: I think signed 64-bits is sufficient for nearly all uses. 03:56:01 that's what they always say 03:56:35 Man, 1992 was a good year. 03:56:44 (In the few cases which it would be insufficient, you can use 128-bits or bignums) 03:56:53 Other than the oerjanember thing. 03:57:25 I didn't even speak English in 1991. 03:57:39 (... or any other language) 03:57:48 shachaf: wat 03:57:58 pikhq_: Nor did I! 03:58:35 It is especially difficult to speak a language before you've been born. 03:58:49 It's also pretty tricky after. 03:58:56 how is shachaf younger than pikhq 03:59:15 I make no guarantees about being younger than pikhq. 04:00:06 I ... seem to be second oldest in this particular group X_X 04:00:34 * pikhq_ was born March 23, 1990. Take that as thou wilt 04:01:44 pikhq_ sure is old. 04:02:36 * Friendship grabs oerjan's cane and shakes it at all you whippersnappers. 04:03:22 * shachaf is 28 according to elliott. 04:03:36 And in reality? 04:03:38 Get off my lawn. 04:03:49 ion is a rogue element. 04:03:52 elliott: GEROFF OUR LAWNS 04:04:04 Giraffe my pond. 04:04:17 pikhq_: Who knows about reality? 04:04:20 It's a mysterious thing. 04:04:22 * ion is 28 according to zzo38’s time type. 04:04:46 The World According to Elliott sounds like a dangerous place. 04:38:06 -!- calamari has quit (Quit: Leaving). 04:41:59 ion: How does that work, exactly? 04:43:42 -!- MoALTz has quit (Ping timeout: 252 seconds). 04:53:08 -!- MoALTz has joined. 05:08:35 -!- Jafet1 has quit (Quit: Leaving.). 05:17:11 You know what. I'm tired of the spec for BBBBBBBBBBBBBB not existing. 05:17:17 Someone write it please. That's an order. Thank you. 05:18:30 tswett, you should use GoogleChrome OS X as your primary Linux distro. 05:18:41 http://susestudio.com/a/LkcUZJ/googlechrome-os-x 05:19:01 Oh god it's that horrible trademark violation. 05:19:06 /nick trademarkFiend 05:19:14 IT WILL NOT ESCAPE MY WRATH 05:20:04 tswett: Then you write it please. 05:20:12 No. 05:20:14 (I mean the BBBBBBBBBBBBBB) 05:20:26 I order myself not to do it. So there. 05:20:52 You know what. I'm tired of the spec for BBBBBBBBBBBBBB not existing. 05:20:53 http://ompldr.org/vY3lpbQ 05:20:53 done 05:21:15 It's not very accurate. 05:22:11 fuck you 05:22:18 whats qqqqqqqqqqq 05:22:42 the qs are bs but they fell a hinge loose 05:23:03 whoa 05:23:30 No, it's BBBBBBBBBBBBB, not BBBBBBBBBBB. 05:23:46 How come those look like they differ by only one or two characters when they actually differ by three... 05:23:55 whats qqqqqqqqqqqqq 05:23:57 > length "BBBBBBBBBBBBB" - length "BBBBBBBBBBB" 05:23:58 2 05:24:03 See? Three. 05:24:24 But seriously, it's BBBBBBBBBBBBBB, not BBBBBBBBBBBBB or BBBBBBBBBBB. 05:24:30 q 05:24:57 And. BBBBBBBBBBBBBB is a cellular automaton where each cell is in one of five states at any given time. 05:25:05 exciting 05:25:21 im excited. qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq excites me. 05:26:01 The inactive states are ' ', '.', and '_'; the active states are '#' and '@'. ' ' cannot transition to any other state; '.' can only transition to '#' and vice versa; and '_' can only transition to '@' and vice versa. 05:28:17 If a cell is '.' or '#' at time n, then it is active at time n+1 if and only if (it was active at time n-1 XOR an odd number of its neighbors are active at time n) is true. 05:28:38 For '_' and '@', likewise, except s/an odd number of/at least one of/. 05:28:39 boring 05:28:43 also 05:28:43 Nuh uh. 05:28:47 "it was active at time" 05:28:49 not a CA man 05:28:54 you only get the previous state 05:29:06 Fine. There are nine states. 05:29:13 pukes 05:29:23 pukes 05:29:35 Oh, come on. WireWorld had three states; BBBBBBBBBBBBBB has only nine. 05:29:36 9 is a lot of states, man 05:29:44 Nine is less than three, so BBBBBBBBBBBBBB is better than WW. 05:30:40 Let's see if Chrome OS Linux is any better. 05:30:51 By the way, it stands for... "Benightment Bicentennial Blastocyte Big Brother 05:30:53 Er. 05:31:03 there is no e in qqqqqqqqqqqqqqqqqqqqqq 05:31:12 theres no we in hi 05:32:06 "Benightment Bicentennial Blastocyte Big Brother Bearableness Barristering Bacteremic Benzylic Blaze Bilobate Beforehand Bardlike Bimedian". 05:32:43 oh 05:33:04 Wait, no. It's not an acronym. It's actually a spelling of the first two bars of the song "Three in the Morning (RJ's I Can Barely Sleep In This Casino Remix)". 05:33:24 im actually a robot 05:33:25 boop 05:33:26 -!- elliott has quit (Quit: Leaving). 05:33:30 oh no 05:33:34 you kiled eliot 05:33:41 Oh look, Chrome OS Linux actually uses Chrom(ium) 05:33:45 BBBBBBBBBBBBBB 05:33:52 As opposed to doing something like defaulting with Firefox. 05:33:55 I'm in shock. 05:34:03 I may need to go to the hospital. 05:34:17 maybe you should see a doctor about that 05:35:13 Sgeo_: say, can you tell me if there's ever an updotch? 05:35:42 Ok 05:43:37 -!- elliott has joined. 05:43:44 hi 05:44:28 bye 05:44:44 -!- MDude has changed nick to MSleep. 05:54:44 -!- kmc has joined. 05:54:45 ais523: have you ever created an esolang that destroyed the world 05:55:04 -!- kmc has quit (Read error: Connection reset by peer). 05:55:12 elliott: Esolangs cannot exist in a vacuum. 05:55:40 elliott: I don't think so 05:55:47 do you think the world still exists? 05:56:31 ais523: Why does elliott hate me? 05:56:51 shachaf: you're insufficiently purely functional 05:57:04 -!- kmc has joined. 05:57:15 -!- kmc has quit (Remote host closed the connection). 05:57:16 Why does CL get called functional? 05:57:23 ais523: Well, the International Earth-Destruction Advisory Board lists the current geocide count at 1, so I'm forced to conclude that the world has been destroyed at least once. 05:57:27 >.> 05:57:30 I knew I shouldn't have taken those pills. 05:57:37 Sgeo_: it has first-class functions 05:57:43 In September 2008, apparently. 05:57:50 Did you invent any esolangs in September 2008? 05:58:09 not sure, you could check Category:2008 for mine 05:58:10 probably 05:58:12 Surely Feather was invented at all points in history, so yes. 05:58:26 >.> 05:58:38 ais523: "Probably"? You don't have that many esolangs. 05:58:39 hi 05:58:59 Little known fact: ais523 is the pseudonym of famous esolang inventor ais524. 05:59:03 Sgeo_: no, only all points after it was originally invented 05:59:25 Speaking of which, 05:59:26 ais523: How's Feather? 05:59:42 elliott: I haven't worked on it for ages 05:59:44 and don't plan to in the near future 05:59:49 Why does CL get called functional? <-- it's sort of like how you call ancient greece democratic. 06:00:25 ancient Athens? 06:00:27 `addquote Why does CL get called functional? it's sort of like how you call ancient greece democratic. 06:00:31 819) Why does CL get called functional? it's sort of like how you call ancient greece democratic. 06:00:37 `quote Sgeo_ 06:00:41 86) Sgeo_: Gregorr: and someone could, by mistake, rewrite psox to be a weak erection if it is... A filename. \ 118) And... WTF is it doing. :( Is it sexing? \ 335) I think she either likes me, is neutral towards me, or dislikes me \ 425) "system is fairly sane imagine if the roomba was called the Robotic Magic Vacuum would you 06:00:59 Sgeo_: well ok not _all_ of ancient greece, but more than athens 06:01:09 `pastequotes Sgeo_ 06:01:12 http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.32065 06:02:31 `pastequotes Sgeo 06:02:34 http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/paste/paste.25347 06:02:56 elliott: 2008 was 4 years ago. :-( 06:03:11 Yse. 06:03:22 Yse, indede. 06:03:26 2008 was 4 years ago :-) 06:03:29 Indelible. 06:03:44 2008 was a bad year and I'm glad it was 4 years ago. if only it was more than 4 years ago :-) 06:03:50 2080 4 yeasr aog 06:03:56 yes 06:04:10 :(- 06:05:16 monqy: waht was abd about 2008 06:05:48 i don't remember i try to forget 06:06:17 ah, 06:06:23 what ab ad person u are, 06:06:33 or was, in 2008 06:07:02 monyq si gooodo persn 06:08:42 no bad, forever, die, 06:08:44 <3, 06:08:49 (that is the symbol of death) 06:08:51 (in myculture) 06:09:12 DEATH TO MONQYS 06:09:26 raciste 06:10:47 wow, synchronicity 06:10:48 dammit oerjan 06:11:45 I should food. 06:11:52 have fun 06:20:32 monqy: I prefer "specieste" 06:20:56 monqy "not a human, rip" 06:21:14 I always thought monqy was a monqy. 06:21:19 he is 06:21:27 who would ever think otherwise 06:21:37 I say that exact same line in #jesus and someone goes off on how "should" is sin. 06:21:41 I'll have his/her/its head/head-analogue/help 06:21:49 Does monqy have three heads. 06:22:41 almost 06:24:24 -!- itidus20 has quit (Ping timeout: 245 seconds). 06:24:41 monqy: 1.5? 06:24:43 -!- itidus21 has joined. 06:25:09 Sgeo_: why do you talk to #jesus people 06:25:11 1.5 is enough almost for me 06:25:15 they are not yoru friendsnds 06:25:23 sgeo still jesuses? 06:42:46 -!- PiRSquared has changed nick to iamasleep. 06:42:48 elliott: hey, you edited Burn, this means you need to figure out how it works 06:43:17 fuck 06:43:19 -!- iamasleep has changed nick to PiRSquared|Sleep. 06:43:26 let me try 06:43:27 "it doesn't" 06:44:11 find more programs or shit 06:44:14 or write them :p 06:45:03 im go a sleep, so 06:45:12 night! 06:45:18 and I know I only ever wrote one 06:45:44 find some notes on it or something :P 06:45:45 and night :) 06:50:30 -!- elliott has quit (Ping timeout: 260 seconds). 06:54:14 "VisualOnly: when set, tells the game engine that this object is there purely for the players enjoyment (visually) and has NO effect on the other objects on the playfield. An object with this flag set will still receive most of the normal messages ... This flag should ONLY be set by an object when it TRULY will never again have any effect upon any other objects on the playfield. Otherwise, the replay feature of Mesh will be broken. ..." 06:55:38 This isn't true; I have tested it. (In my own clone Hmeif, I will probably call it something else; it won't implement animations and stuff that Kaser's engine does, so "VisualOnly" isn't a good name for it) 06:56:06 And there are other uses for such a thing rather than only display. 06:57:15 zzo38: pay me and i will get drunk and acquianted with whores. pay me not and i shall slumber and brew mead from the potatos i buried in my garden.. alas i don't know how you can garner my help 06:57:56 itidus21: Unless I intend to purchase something from you, I do not intend to pay you. 06:58:40 ok fine. :D 06:58:56 i didn't think of that 06:59:33 but what are you describing just now? 06:59:53 * itidus21 . o O ( idiot tidus just google the quote ) 07:00:11 As far as I know it isn't a webpage; I found the text in a Windows help file. 07:00:20 (The old non-HTML style) 07:00:30 whoa awesome 07:01:55 In the Mesh engine, animation can break replayability, and object references are simply machine pointers (the only datatype is unsigned 32-bit integers) so this can cause GPF as well. I intend Hmeif to do differently; being cross-platform, and having four datatypes instead of just one. 07:02:30 * 32-bit unsigned integer * class ID * message ID * object reference 07:02:34 ah i see 07:02:43 that thing. 07:03:09 (In level editor, there shall be no "object reference" type; instead there is "string" type, which is converted to the 32-bit unsigned integer type at runtime.) 07:03:27 wow i see your levels on the page 07:03:44 Those aren't very good I make new levels and pieces is better. 07:04:26 I did look at the file and the level format seems easy enough to convert to my new program. Classes could be partially converted using the exported ASCII format. 07:05:15 do you think the interesting-ness of a game engine's level format is inverse to the level of documentation of said format? 07:05:26 I intend to improve some things, such as supporting global functions; and deliberately remove some things, such as Animate() and Level and so on. 07:05:47 itidus21: I don't know. But I do know the Mesh engine documentation does contain some errors and I know how they really work. 07:06:06 like if the documentation is too thorough and spoon-fed then the whole exercize of reading it may seem boring 07:08:01 My own one will be licensed under GPL and written in CWEB, so you can refer to the printout of the program to understand the internal code structure. (Mesh engine's documentation of internal code structure is not as well written as TeX's internal code documentation, for instance) 07:11:15 There are other strange things in the compiler: Things such as "MsgFrom.Misc3" is considered a read-only variable even though it isn't; and "Move(Self, DirNW)" and so on seems to compile to a single instruction which acts differently than "Move(Self, x)" does (the former *adds* the Strength to the Inertia instead of setting the Inertia to the Strength). 07:17:51 -!- kmc has joined. 07:39:36 yay my automatic (finite cell) bf to qdeql translator seems to be working 07:39:56 well on the examples i already constructed by hand, anyway 07:40:31 *finite number of cells 07:40:44 the cells themselves are unbounded, that's sort of the point 07:43:43 (http://oerjan.nvg.org/esoteric/qdeql/BFQdeql.hs is the program so far) 07:45:08 (http://oerjan.nvg.org/esoteric/qdeql/ contains some example output (starting with gen)) 07:54:51 You should try to get some sort of OerjansTerriblePuns GHC extension done. 07:56:16 wat 07:58:04 NamedFieldPuns. There's precedent. 07:58:10 ah. 08:03:51 -!- oerjan has quit (Quit: Later). 08:07:25 -!- cheater__ has joined. 08:09:32 -!- cheater_ has quit (Ping timeout: 252 seconds). 08:35:23 -!- ais523 has quit (Ping timeout: 276 seconds). 08:45:32 -!- TeruFSX has quit (Read error: Connection reset by peer). 08:46:45 -!- TeruFSX has joined. 08:57:40 -!- azaq23 has joined. 09:20:23 The Mesh engine says nothing about changing the Inertia during a move, but it does work. The documentation also says the bit 15 of the return value of MSG_HIT and MSG_HITBY are "reserved, must be set to 0" but actually it does have a meaning, which is to retry the move (but maybe not for diagonal moves). 09:22:56 -!- itidus20 has joined. 09:24:00 -!- itidus21 has quit (Ping timeout: 245 seconds). 09:42:04 zzo38: Is Hmeif something you're making similar to mesh? 09:43:33 ok you did say above its a clone... but anyway.. --- 09:44:54 Yes, something similar. Using SDL. And most of the same features, but with a few things added and a few things removed. 09:48:27 But I intend nearly all existing Hero Mesh puzzles (except ones breaking replayability) to work once they have been converted. (The Hero Mesh level format looks simple enough that I can convert it, although it does some things such as store numbers longer than it needs to.) 09:51:07 -!- zzo38 has quit (Remote host closed the connection). 09:55:48 -!- ais523 has joined. 09:58:39 btw, I disagree with the topic, in that I believe a language can be sub-TC but still useful 10:01:34 yes, for example Python with a rule that no program can run more than 10 years would still be a useful language 10:02:48 does useful mean that you can produce mathematical proofs with it? :D 10:03:59 for example.. in brainfuck.. you could write hello world with just + and . 10:04:32 useful means it has a use 10:04:45 e.g. +. BF is inferior in pretty much every way to, say, uuencoded text 10:04:58 which means that it's not that useful 10:05:37 its so easy to think of useless things 10:06:20 of course in reality our programs run on machines with finite storage 10:06:55 but it is difficult to think of things which aren't boring 10:07:12 so each language implementation is not turing complete, even if the abstract languages are 10:07:52 like a dinosaur with a head, a cat with a crayon, an X with a Y, a cat with a cat, a face with a mole.. detonates 10:08:02 The abstract language C isn't Turing-complete, is it? 10:13:37 destructuring-case makes me feel less sad about investigating Common Lisp 10:14:44 shachaf: I think it's a push-down automaton, and TC if you're allowed to use files 10:15:10 Oh, hmm, files. 10:15:33 (push-down automaton can be done using register auto variables in a recursive function which contains no non-register auto variables or non-register parameters; because you can't take a pointer to them, there's nothing preventing you having an infinite number of stack frames) 10:15:34 ais523: There's still a maximum path length, isn't there? 10:15:44 you can store infinite data in one file 10:16:11 Oh, by using relative seeks. 10:16:15 yep 10:16:21 or just absolute seeks to 0 each time 10:16:30 i can't even comprehend how everyone here knows so much about these things 10:16:33 hmm, not sure about that one, actually 10:16:40 might be worth creating a simple esolang to test that 10:16:44 i mean literally can't fathom it.. 10:17:22 let's make it a BF derivative to annoy Phantom_Hoover 10:17:24 -!- myndzi has quit (Ping timeout: 248 seconds). 10:17:34 ais523: I don't think anyone really "agrees" with the topic; that's why it is the topic. 10:17:36 let's see… identical to BF, apart from instead of moving one space left, < moves to the start of the tape 10:17:46 how does one organize ones thoughts in such a way as to learn so effectively 10:17:59 itidus20: have you ever tried to write esoprograms? 10:18:03 not languages, programs in them 10:18:53 no and neither. but uhhh maybe i should say it this way.. you're knowledgable in some field 10:19:01 maybe not from your perspective... 10:19:18 but it is as if you are rich with knowledge of these things 10:20:00 as if you collect these facts as readily as X collects a lot of Y 10:20:25 yep 10:20:27 i guess the other question is have you plateud? 10:20:36 anyway, I find esoprogramming more useful for learning about esolangs than esolang development 10:20:46 has everyone here more or less reached a plateau... or is it all very vital and healthy 10:21:54 I have new insights less often than I used to 10:22:00 but it sill happens occasionally 10:22:05 hmmmm 10:22:58 I think back-to-start-< BF is TC, actually; you can store two counters in unary on the tape with 1s, separated by a 0, and increment, decrement, and zero-test them independently 10:23:38 -!- myndzi has joined. 10:23:46 not trying to be depressing. i guess im looking for the grim reality side of things.. since nothing is all ideal and perfect all of the time 10:24:08 *still 10:25:28 among some of my favorite plans is a plan to create my own construced natural language and use it to think to myself 10:26:16 that's quite ambitious 10:26:21 when i think about this it occurs to me that no matter what natural language i think up.. it will still be possible for me to convert it back to english 10:26:21 are you sure you think in a language at all, though 10:26:32 I'm pretty certain I don't think in English 10:26:38 I can convert my thoughts into English, e.g. to type them 10:26:57 but occasionally I'll start writing a sentence and then realise I don't know all the words in it in English, and get stuck 10:27:10 so.. it all seems pointless if all natural languages are isomorphic 10:27:22 ais523: How do you decrement the counter? 10:27:43 [>]+>-[>]- for the first counter 10:27:49 [>]>[>]- for the second counter 10:28:02 (this is starting from the first cell, obviously) 10:28:12 err 10:28:17 no, that makes no sense 10:28:18 but... at the same time i am incredibly biased about english since i have never known any other language. 10:28:38 I'm tired 10:28:45 the whole point is to become more powerful via a new language 10:28:55 ais523: When you've [>]'d to the separating zero, it sounds like it'd be slightly too late to decrement any more. 10:28:56 fizzie: I guess you need three cuonters 10:29:11 and you always increment at the end and decrement at the start 10:29:40 the point of making my own language is similar to how nostalgia works 10:29:49 then, you have (increment first+decrement second), (increment second+decrement third), (increment third) 10:29:55 which gives you complete control over the second and third counters 10:30:03 and the first is just junk 10:30:12 like.. if some kid decided to simulate table tennis today and made pong.. noone would care.. it wouldn't be a big seller 10:30:34 but the nostalgic and historic value attached to pong encourages people to clone it again and again 10:30:54 and it still isn't a big seller 10:31:11 and in this way... if i create my own conlang... it will have value for me because i made it 10:31:38 even though it wouldn't be better than a conlang anyone else made 10:38:31 all in all i have no idea what avenues it could open up for my thinking 10:38:52 hey, anyone here know how you write a literal hyphen in math mode in LaTeX? 10:38:56 or even a literal n-dash would be good 10:39:01 neither \- nor -- works 10:40:16 You can put any "regular text" in an \mbox{} if that's what you want. 10:40:25 It'll be typeset by the "surrounding text" font and so on. 10:40:34 I want it inside a mathsf, really 10:40:41 textsf, sadly, is not a text-mode version of mathsf 10:41:04 and all the predecessor papers have been naughty and used mathsf for things that are supposed to be interpreted as a single word, not a long multiplication 10:42:22 oh wow, I found it with a search, it's nontrivial 10:43:22 -!- Vorpal has joined. 10:43:24 you have to define an escaped-hyphen thing yourself 10:43:26 there we go 10:43:43 http://www.logic.at/staff/salzer/etc/mhyphen/ recommends \mathchardef\mhyphen="2D (and it seems to work) 10:44:27 -!- monqy has quit (Quit: hello). 10:44:38 Amsmath also has a \text{x} that works in math mode and adjusts at least the font size, not sure if it adjusts the family though. 10:44:52 Perhaps not. 10:46:13 Can't say I can really tell the difference in a hyphen. 10:46:31 A dash is a dash is a dash. 10:48:44 -!- nortti has joined. 10:52:32 -!- hagb4rd2 has quit (Ping timeout: 276 seconds). 10:56:04 -!- Jafet has joined. 11:46:48 -!- augur has quit (Remote host closed the connection). 11:54:18 -!- ais523 has quit (Remote host closed the connection). 12:55:13 -!- MoALTz has quit (Quit: brb). 12:55:31 -!- Phantom_Hoover has joined. 12:59:31 -!- MoALTz has joined. 13:17:14 -!- augur has joined. 13:17:40 * Phantom_Hoover is getting very sceptical of lutusp's views on economics. 13:21:54 Like, he seems to think that if you don't have enough capital to hand to pay off any conceivable loss you're living beyond your means. 13:32:52 This sounds vaguely related to the insurance-is-a-lie thing. 13:36:05 -!- itidus20 has quit (Ping timeout: 245 seconds). 13:38:36 -!- pikhq_ has quit (Ping timeout: 244 seconds). 13:38:37 -!- oerjan has joined. 13:38:46 -!- pikhq has joined. 13:45:02 fizzie, yeah, it's an extension to that. 13:52:03 total risk avoidance is not an evolutionary optimal strategy 13:53:44 He keeps going on about self-insurance, which seems to be simply hanging onto the money and investing it. 14:29:37 -!- nortti has quit (Quit: ChatZilla 0.9.88 [Firefox 10.0.2/20120216213642]). 14:36:13 -!- itidus21 has joined. 15:15:57 -!- Phantom_Hoover has quit (Remote host closed the connection). 15:25:27 -!- Phantom_Hoover has joined. 15:32:02 -!- Phantom_Hoover has quit (Ping timeout: 276 seconds). 15:34:32 -!- Phantom_Hoover has joined. 15:35:28 -!- Phantom_Hoover has quit (Client Quit). 15:35:44 -!- Phantom_Hoover has joined. 16:41:31 fizzie: - – — – - 16:42:12 ^chr - – β€” – - 16:42:13 © 16:42:19 ^asc - – β€” – - 16:42:19 45. 16:42:24 hmph 16:42:30 > map ord "- – β€” – -" 16:42:31 [45,32,8211,32,8212,32,8211,32,45] 16:43:44 ^chr - – — – - 16:43:44 © 16:43:44 Phantom_Hoover: gsi-ffs.scm just has a tendency to give procedures meaningful, spelled out, names, unlike " fnord)" 16:43:46 wat 16:44:46 `addquote Phantom_Hoover: gsi-ffs.scm just has a tendency to give procedures meaningful, spelled out, names, unlike " fnord)" 16:44:46 oerjan: but i already looked at museme? 16:44:54 820) Phantom_Hoover: gsi-ffs.scm just has a tendency to give procedures meaningful, spelled out, names, unlike " fnord)" 16:53:43 -!- augur has quit (Remote host closed the connection). 16:55:44 -!- PiRSquared|Sleep has changed nick to HalfTauRSquared. 16:59:10 -!- MSleep has changed nick to MDude. 17:03:44 -!- pikhq_ has joined. 17:04:09 -!- pikhq has quit (Ping timeout: 260 seconds). 17:10:30 -!- augur has joined. 17:14:25 oerjan: ^ord. 17:14:30 ^ord - – β€” – - 17:14:31 45 32 226 128 147 32 226 128 148 32 226 128 147 32 45 17:14:44 It doesn't do multibytes, though. 17:14:58 Or, rather, doesn't convert them to codepoints like that. Of course it "does" them. 17:15:50 mhm 17:16:05 -!- oerjan has quit (Quit: Good night). 17:16:21 The decimal-input in ^chr isn't exactly very resilient. 17:17:17 ^chr 80 17:17:17 P 17:17:19 ^chr 7: 17:17:20 P 17:17:46 ^chr 6D 17:17:46 P 17:18:08 ^chr 9& 17:18:08 P 17:18:46 ......... wow 17:19:48 ^show chr 17:19:48 ,[>[->+10<]>[-<+>]<2-48[>+<-],]>. 17:20:31 The usual *= 10, += x-48 style thing. 17:20:37 -!- Friendship has set topic: What kind of juice do you like? What do you do while you drink juice? | http://codu.org/logs/_esoteric/ | http://esolangs.org/ has moved servers!. 17:23:36 Juice: http://p.zem.fi/vjrz 17:31:23 -!- elliott_ has joined. 17:54:16 how about lime juice? that matches the theme 17:59:26 10:17:34: ais523: I don't think anyone really "agrees" with the topic; that's why it is the topic. 17:59:31 fizzie: Thank you, you took the words right out of my mouth 17:59:35 (also give them back please) 18:00:38 I drink juice while drinking juice. 18:00:44 Because I like tautologies. 18:01:10 10:18:53: no and neither. but uhhh maybe i should say it this way.. you're knowledgable in some field 18:01:10 10:19:01: maybe not from your perspective... 18:01:10 10:19:18: but it is as if you are rich with knowledge of these things 18:01:10 10:20:00: as if you collect these facts as readily as X collects a lot of Y 18:01:10 10:20:25: yep 18:01:16 trying to fathom how ais523 said yes to a statement this meaningless 18:01:23 ok "yep" 18:02:45 i ranted in another room.. what someone finally said was 18:02:52 you should stop talking out of your arse 18:02:52 and do something productive instea 18:03:10 -!- pikhq_ has quit (Ping timeout: 245 seconds). 18:03:14 -!- pikhq has joined. 18:04:21 i don't suppose you plan to follow this advice 18:04:25 and in another chatroom... 18:04:33 punktuashun: Just like Buddha, or Pacman, or facebook, or Coke? Itidus... seriously... 18:04:33 punktuashun: You need to go out and get some fresh air. 18:05:01 I am happy I did not see the nonsense that preceded that. 18:06:05 -!- Sgeo_ has quit (Ping timeout: 276 seconds). 18:06:39 10:31:11: and in this way... if i create my own conlang... it will have value for me because i made it 18:06:39 10:31:38: even though it wouldn't be better than a conlang anyone else made 18:06:39 10:38:31: all in all i have no idea what avenues it could open up for my thinking 18:06:45 itidus21: the sapir-whorf hypothesis is discredited. 18:06:46 > 10*45 18:06:46 450 18:06:53 > 10*45/60 18:06:53 7.5 18:07:45 -!- Sgeo_ has joined. 18:08:54 -!- pikhq has quit (Ping timeout: 245 seconds). 18:09:47 well i won't beat around the bush.. i'll posit 18:13:07 i admit that i and probably most people don't expect any changes by learning a second or additional common natural language.. and it can't be denied that hyperpolyglots don't seem to be making much noise about the wonders of language learning. 18:17:41 and with the sapir whorf hypothesis discredited i suppose this also extends to new languages like esperanto, lojban and toki pona.. but i still think there is some hope of avoiding trauma associated with certain words by having a new set of words perhaps representing a different culture or philosophy.. or perhaps.. as a countering to marketing tactics which emphasise the power of words and repetition 18:17:42 of words etc 18:18:15 [citation needed] 18:18:28 -!- calamari has joined. 18:18:47 Oh god, that Haskell-vs-Python post is on proggit again. 18:18:49 Erm. 18:18:52 *post's author 18:19:22 so basically.. i am trying to clean the words in my head 18:19:35 since they are so dirty 18:20:16 I'm curious, has anyone here done scientific computing? If so, what programming areas are used? 18:20:55 now if associations are based on concepts rather than the words that describe concepts then i would be royally screwed from the beginning of this plan 18:22:50 calamari: Ask fizzie, he's a fake scientist. 18:23:45 fake? 18:24:00 http://en.wikipedia.org/w/index.php?title=Talk:Self-efficacy&diff=prev&oldid=263751504#Citation_cleanup_needed :-P 18:24:42 uhmm in the bottom section there it says, Erased [citation needed]; self-explanatory in nature. Citation logically needed due to the fact that 'Research shows' precedes the statement. Cleanup in this context and others would make a much cleaner page. 18:25:58 calamari: Yes. 18:26:04 Fakey fake. 18:26:12 what do you mean by that 18:26:48 so someone erased a citation needed and prefixed the sentence with "Research shows" and thought they could get away with it. wikispotting is fun 18:28:09 calamari: Speech recognition is a well-established field of fake science. 18:29:11 I'm not entirely sure what "area" means there, though. 18:33:30 -!- Maybach has joined. 18:33:51 `welcome Maybach 18:33:54 Maybach: 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 18:33:56 it probably means category 18:34:03 -!- Maybach has left. 18:34:04 :-D 18:35:00 as in "which programming categories are used?" 18:35:55 to which i would guess all of them... 18:36:17 but i am not qualified to say anything about computers honestly 18:36:35 itidus21, fuck off. 18:36:49 -!- kmc has quit (Quit: Leaving). 18:37:14 elliott_: One more point for your accurate welcomings, I guess. 18:37:55 fizzie: I'm sniper. 18:38:12 I like how they all leave before we can 18:38:13 `? esoteric 18:38:14 them. 18:38:17 This channel is about programming -- for the other kind of esoterica, try #esoteric on irc.dal.net. 18:39:31 http://stackoverflow.com/questions/9606942/good-sound-libraries Hypothesis: No question tagged [python] [ruby] [node.js] [haskell] is good. 18:39:36 -!- tzxn3 has joined. 18:40:51 tagged all four? o.O 18:41:00 Yep. 18:41:02 Also [linux]. 18:42:37 I used fftw to make a spectrum analyzer in haskell once, that's probably very nearly the thing he asks for 18:43:09 is there a binding for that or did I have to make one? 18:44:52 I would certainly guesstimate there is. 18:45:02 I mean, it's the FFT library. 18:45:46 Anyway, I'm still unsure what the question was about; languages, libraries, "platforms", whatnot. 18:46:13 But MATLAB is "the language of technical computing", that's what all their promotional literature says. 18:46:14 fizzie: it's about node.js 18:46:24 http://hackage.haskell.org/package/fft http://hackage.haskell.org/package/vector-fftw 18:46:35 olsner: wat 18:46:53 olsner: JAVASCRIPT on the SERVER. 18:47:28 fizzie: Remember when that was all "the rage" circa early 2000s? 18:47:38 Or was it mid-2000s. 18:47:39 "I dont know" 18:47:54 No. But I've heard of Node.js, so it must be pretty popular. 18:48:52 No, no, that's JavaScript-on-the-server 2.0. 18:48:57 It was A Thing way back, too. 18:49:08 Oh? Well, maybe it was. 18:49:22 I head Node.js is all V8. 18:49:25 Heard. 18:49:28 I don't head it. 18:50:43 It i. 18:50:43 s. 18:50:47 18:53:17 _ 18:53:18 o | | | | 18:53:18 _ __, _ _ __, _ _ __| | | __, _|_ ,_ _ __| 18:53:18 |/ \_/ | | / |/ | / | / |/ | / | |/ \ / | | / | |/ / | 18:53:18 |__/ \_/|_/|_/ | |_/ \_/|_/ | |_/\_/|_/ | |_/\_/|_/|_/ |_/|__/\_/|_/ 18:53:20 \| 18:54:15 β–„ β–„ ▝ β–„ β–„ β–„ β–Œ β–Œ β–„ β–Ÿβ––β––β––β–— β–Œ 18:54:15 β–™β–˜β–„β–Œβ– β–Œβ–Œ β–„β–Œβ–Œβ–Œβ–žβ–Œ β–›β––β–„β–Œβ– β–› β–›β–˜β–žβ–Œ 18:54:15 β–Œ β–€β–˜β– β–˜β–˜ β–€β–˜β–˜β–˜β–β–˜ β–˜β–˜β–€β–˜ β–˜β–˜ β–β–˜β–β–˜ 18:54:24 (I had the terminal still open.) 18:55:40 It's a pain and hatred party! 18:55:47 My kind of party. 18:56:49 Oh no, one of the lines got lost. 18:56:57 Because it started with a /. 18:58:31 ASP had javascript as an option :) 18:58:41 -!- MoALTz_ has joined. 18:58:47 olsner: JScript, I think. 18:59:09 Yes. It's like JavaScript, except nobody is allowed to expect them to follow the standards. 18:59:34 And Java six-I-mean-one-point-six-I-mean-what-do-I-mean? brought a standard "javax.script" built on Rhino or something. 19:00:04 -!- MoALTz has quit (Ping timeout: 248 seconds). 19:00:21 JavaXript 19:00:39 It's X-treme. 19:01:39 JavaKrypt. 19:01:44 You can get in... but you can't get out. 19:02:07 Nobody can hear your scream... in the ANALOG HOLE. 19:04:16 Have I mentioned that CSS sucks? 19:09:40 What doesn't suck/ 19:09:46 @? 19:09:50 Although things that are widely used standards may suck more. 19:10:03 And then people actually have to deal with the suck, rather than walk away from the suck. 19:10:56 -!- sebbu2 has joined. 19:11:49 -!- MoALTz_ has quit (Ping timeout: 248 seconds). 19:13:42 -!- sebbu has quit (Ping timeout: 255 seconds). 19:14:19 -!- sebbu2 has changed nick to sebbu. 19:25:14 19:02:07> Nobody can hear your scream... in the ANALOG HOLE. 19:25:16 Correction: 19:25:27 Nobody can year your scream... in your MATRIX OF SOLIDITY. 19:25:38 I don't think screams are yeared. 19:25:43 ... 19:25:45 :'( 19:30:48 -!- HalfTauRSquared has changed nick to pir^2. 19:31:15 'Reifies' is the best word ever. 19:31:42 sorry phantom 19:32:54 Yes. 19:32:55 Heyyyyy guess who just rewrote the http://esolangs.org/wiki//// spec???? 19:32:59 (It's me) 19:34:25 fizzie: basically I'm curious what types of programming skills would be emphasized. for example networking, concurrency (and maybe subcategories of these), etc 19:34:52 calamari: i was just being a troll before,, i apologize 19:34:53 but... http://esolangs.org/w/index.php?title=///&oldid=3704 19:35:11 you rewrote it 19:35:15 * pir^2 looks 19:35:43 itidus21, no apology necessary :) 19:36:29 how did you generate the quine? 19:36:43 i just happened to be selecting music for my winamp just now and stumbled upon loituma folder.. and i can't help feel uplifted 19:36:51 pir^2: I didn't write that quine... 19:36:51 Friendship, have you used canvas in javascript? is it slow? 19:37:11 pir^2: All that stuff is oerjan's doing. 19:37:18 I have used it. I haven't tried to do anything sophisticated enough to judge its speed. 19:37:45 e.g. egojsout uses 19:37:47 calamari: Based on my experiences, scientists as a group tend to not really emphasize "skill" in programming, more like horrible cobblering together of brittle messes. But of course knowing about parallelism would be useful if you work with large datasets, which is what most do. (But they've got things like MATLAB Distributed Computing Server to help in the dirty bits.) 19:37:48 *uses it 19:37:49 @ask oerjan Does the /// program /// halt? It replaces all occurrences of the empty string in the empty string with the empty string. 19:37:49 Consider it noted. 19:38:00 Friendship, ah okay I was thinking of trying to port FillyPaint from Java to Javascript.. since Java was failing me at cross platform compatibility 19:38:41 isn't that the point of Java? 19:38:51 Java has no point. 19:38:51 calamari: For something like that I can't imagine that canvas would be too slow. 19:39:04 fizzie, thanks. I'm just trying to put some bs together to do well at a job interview.. since I've never done any scientific programming I figured my best shot would be to ephasize whatever component skills it required 19:39:15 emscripten can play video on a canvas at 30FPS, but that's just straight blitting *shrugs* 19:39:15 pir^2, you would think so, yes 19:39:21 cool then 19:42:50 Friendship: What's one of the codepoints that are explicitly invalid, not just reserved for future use? 19:43:02 Why would I know this >_> 19:43:16 -!- Taneb has joined. 19:43:26 Friendship: You know GOAT! 19:43:32 Hello! 19:43:43 Ah, U+FFFE and U+FFFF. 19:44:25 elliott_: GOAT is vital knowledge. 19:47:20 calamari: It certainly doesn't seem to require at least very much skill in programming in order to be a scientist. But I suppose some pre-existing knowledge on the systems used could help. MATLAB was mentioned and is pretty popular esp. for prototyping algorithms, and quite often that's all one needs. I suppose in some fields you might easily encounter some R, or maybe some MPI stuff. And people actually still do some FORTRAN, but I doubt anyone ... 19:47:26 ... would assume a working FORTRAN knowledge. Then there's all kinds of maybe lesser-used things, like SciPy, as well as topic-specific tools. Oh, and things that have to do with "grid computing", like, uh... Hadoop/MapReduce, stuff like that. In general, people are not usually doing very "low-level" things, like networking, manually. 19:48:10 * elliott_ thinks the term "scientific computing" is far too vague to be answering in all these details. 19:48:37 Normal operating procedure seems to be to find suitable components that are more or less related to what you're trying to accomplish, and bolt them together into a ball, instead of actually programming things. 19:48:56 Of course it's a bit different if you actually end up implementing something that doesn't yet exist. 19:49:21 It's a dirty job, but someone's gotta do it, I suppose. 19:50:07 fizzie, thanks 19:50:18 nah I think he's nailed it 19:50:58 elliott_: Well, I was just trying to think of things that are sort of multidisciplinary, even if they happen to still be specific things that you very easily might not happen to encounter. 19:51:21 Lots of happening there. 19:51:28 The haps. 19:53:38 What are they, my friends? 20:09:58 -!- zzo38 has joined. 20:17:06 Well, we've finished reading Salomι and began Lady Windemere's Fan 20:19:45 :) 20:19:49 They are the haps 20:22:28 -!- MoALTz has joined. 20:36:51 Friendship: Tell Phantom_Hoover he should watch TNG. 20:44:38 -!- monqy has joined. 20:50:01 @tell elliott_ there's actually a bot that can tell people things. 20:50:01 Consider it noted. 20:51:27 @ask fizzie Who do you trust more: lambdabot or the abstract concept of friendship itself? 20:51:27 Consider it noted. 20:52:42 http://www.reddit.com/r/science/comments/qkxns/new_research_has_been_published_that_states_that/c3yjo4t 20:52:50 And so the most sanctimonious comment was made. 20:54:34 Hey, it's one of those arguments where I hate everybody on both sides. 20:54:34 elliott_: You have 1 new message. '/msg lambdabot @messages' to read it. 20:54:46 I hatelove/lovehate those. 20:55:49 What is 'Space' expanding into? (self.askscience) 20:55:51 Not again. 20:55:53 Note that the other side isn't arguing in favour of using corporal punishment as a way of forcing obedience, but to stop the child from potentially killing itself. 20:56:05 elliott_, did I tell you about the time my chemistry teacher asked that. 20:56:31 Space doesn't exist except as an abstract notion. It's the things that exist that are spreading out in space. 20:56:36 I say asked because she already knew that the answer was "nobody knows", even after I tried to explain it. 20:56:37 I'm rehearsing for reddit 20:57:01 Taneb, it's not an abstract notion, really. 20:57:08 Phantom_Hoover: I know what the other side is arguing in favour of. 20:58:06 It's the perfectly concrete thing whereby stuff isn't all in the same place. 20:58:38 Sure it is! 20:58:40 That place is SPACE. 20:59:25 I'm not great at explaining things. When I try to explain complex numbers, I make people lose all concrete grasp of mathematics. 21:00:53 is the problem that mathematicians don't actually know anything about space that the average joe doesn't know? 21:01:14 Astrophysicisists in this case, itidus21. 21:01:19 It's a different kind of space 21:01:21 Taneb, it's just the application of the Cayley-Dickson construction to the reals! 21:01:31 ahh applied space 21:02:01 Phantom_Hoover, my explanation goes along the lines of "What do you mean they don't exist! No numbers exist! 21:03:34 " 21:04:36 Taneb, I think it's a lot easier to introduce if you just show them it as operations on tuples. 21:06:22 Possibly, but that doesn't explain the idea behind them 21:06:27 I remember when I figured out complex numbers and I was like "wtf, they're just tuples". 21:06:39 Like, I spent tons of MENTAL PREPARATION. 21:07:03 It'd be much much much easier if you didn't tell people beforehand that you can't take the square root of a negative number. 21:07:37 Am I the only person who just understood complex numbers, without many analogies or other things of the sort? 21:07:47 i understand.. i have failed to find the "wtf they're just X" in the quest to understand the various turing tarpit models of computation 21:07:54 No; they're not a 'hard' concept. 21:08:14 Just one which most tend to be inclined against approaching from the right direction. 21:08:22 Now matrices I found confusing 21:08:49 More like mattresses. 21:08:51 Matrices are just the action of a linear transformation on a basis. 21:09:03 I'm not good at the lingo. 21:09:09 i think the word "imaginary" does a lot of damage 21:10:47 A linear transformation is a function f from one vector space to another such that f(u + v) = f(u) + f(v) and f(ku) = kf(u). 21:11:30 A basis is any set of vectors such that you can't form any of them by adding the others together and scaling and you can make any other vector by adding and scaling them. 21:12:13 Matrix mathematics are useful in many cases, including but not limited to vectors and so on. (You can also make up a matrix to act like complex numbers, and so on) 21:12:54 *gestures excitedly* matrices are eerily useful. 21:12:56 It's easy to show that for any matrix M, f(v) = Mv is a linear transformation, and two linear transformations which transform all the vectors of a basis in the same way must be the same. 21:14:24 (I have even thought of ways to use matrices for accounting too) 21:14:37 Matrices remind me of CA's .. this leads me to ponder what algebra on CA's might mean. 21:15:59 Taneb, have you been shown the thing where you can get the matrix associated with a transformation by working out what it does to the points with 1 coordinate set to 1 and the others to 0? 21:16:09 mouse running on a wheel in my head 21:16:32 * itidus21 . o O ( mmmm cheese ) 21:17:06 Phantom_Hoover, I think so...? 21:17:23 For 2x2 matrices, anyway 21:17:43 I'd assume the concept could be expanded into larger matrices 21:18:05 Yeah. 21:18:52 That's the principle behind it. 21:19:44 the trouble with > 3 spatial dimensions is that we don't have any way of imagining what a world with 4d light, 4d water, 4d gravity, 4d animals, 4d plants, 4d houses, 4d planets, 4d solar systems, etc would look like 21:20:22 its just such an extremely hard prospect for the imagination 21:20:37 like in 3d we have 3d solids 3d gases 3d liquids 21:24:08 Well, we can think about their properties, even if we cannot imagine how we would actually see them and do stuff with them 21:25:43 Flatland was a book on mathematical theory with thinly veiled satire on contemporary culture; Alice in Wonderland was a book on culture with thinly veiled satire on contemporary mathematical theory 21:26:46 -!- pir^2 has changed nick to iambored. 21:27:14 well i can't help but imagining everything to be kind of shiny.... 21:27:24 like the sun shining on the ocean 21:27:40 in 4 spatial dimensions 21:28:07 probably not particulary healthy to think about too 21:28:53 so.. if you had a 4d terrain.. could you run on it in 3 dimensions... and jump up in 1 dimension? 21:28:55 heheh 21:29:06 Taneb, I was really amused when a book of cruel and unusual geometry I found in school had one result in hyperbolic geometry which noted that Lewis Caroll said it was bullshit when he heard about it. 21:30:30 Lewis Caroll was the best mathematician/author/poet/photographer in Victorian England 21:31:05 i downloaded everything i could find written by him online 21:31:05 -!- xAnonymousx has joined. 21:31:07 -!- xAnonymousx has quit (Client Quit). 21:31:14 but as is a pattern with me i didn't read it 21:32:51 -!- rvchangue has joined. 21:33:06 there is also the question of 4d atoms.. 4d subatoms.. 4d elements.. 4d molecules.. 21:34:11 itidus21: If you know some things about physics and chemistry, you can try to think about such things as that; you could make up different laws of physics to describe them if it is necessary to do so, etc 21:34:14 up through to 4d cells.. 4d tissue.. 4d organisms.. 4d species 21:34:22 Yes. 21:34:54 i just have a strong intuitive sense that the water is extremely shiny in 4d land 21:35:02 like diamonds almost 21:35:20 One day, I was trying to think of how to use complex numbers in accounting; and then I discovered that complex numbers have no use in accounting but matrices do have a use in accounting. 21:35:23 `welcome rvchangue 21:35:31 rvchangue: 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 21:35:44 itidus21: But then you have to describe the way of shiny in four dimensions instead of three dimension 21:36:20 probably my senses lying to me a bit 21:36:41 im not actually thinking in 4d after all 21:36:48 help 21:36:49 i have 21:36:54 an urge 21:36:55 to listen 21:36:59 to sgeo's karaoke 21:37:24 Phantom_Hoover: Ask Sgeo; I don't know. 21:39:00 Do you believe me that complex number have no use in accounting, but that matrices (and even Dirac notation) can have use in accounting? 21:39:17 No, since complex numbers can be expressed as matrices? 21:39:43 Since you may need to find out the root of all this negative income? 21:39:45 :P 21:39:58 I know that complex numbers can be expressed as matrices. 21:40:06 OH GOD WHY DID I FORGET HOW AWFUL THIS IS 21:40:25 Sgeo_, HOW CAN YOU GET THE TIMINGS SO WRONG ALSO THE NOTES A(RTGAI 21:40:38 Taneb: No, that isn't how it works... 21:41:12 (It was a joke) 21:41:12 ok so to see in 4d.. first you need a 3 dimensional retina 21:41:24 (For one thing, there is a way to make matrices satisfy GAAPs, although complex numbers don't satisfy that and using them to find out the root of negative income certainly does not follow GAAPs.) 21:42:34 Goodnight 21:42:44 -!- Taneb has quit (Quit: SLEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEP). 21:42:48 presumably shaped like a pyramid 21:43:43 and my brain gives out at that stage 21:43:54 (You probably will still be using standard double-entry notation to record transactions, although Dirac notation becomes useful for reasoning about them and describing them in various other ways, dealing with them in other ways, etc. However, if you write them in Dirac notation you can convert them to standard notation if you have the current state vector, since its meaning might be dependent on the current state vector.) 21:44:58 Now do you understand a bit better> 21:47:24 No. I don't think you've ever managed to communicate anything to anyone. 21:47:46 You might succeed if you tried to express your frustration at something,. 21:47:49 -!- tzxn3 has quit (Quit: Leaving). 21:53:10 -!- oklopol has joined. 21:53:27 i like orange juice 21:53:41 i think about oranges 21:53:51 One of the elements in the state vector is just set to 1 so that a transaction can use that; it can be used to represent the currency unit, and you might have more than one such element in the state vector. Each account, or even a part of an account if you need to split it into multiple parts, can be represented by covectors. Do you know about double entry accounting? 21:55:40 One of the properties is that transactions (including macro transactions) forms a monoid. 21:58:59 Does any of this make any sense to anyone? 21:59:13 No. 22:01:07 Why? 22:08:17 -!- itidus21 has quit (Ping timeout: 272 seconds). 22:09:22 If you include the date/time, then it forms a category. 22:10:52 -!- itidus21 has joined. 22:16:05 -!- itidus21 has quit (Ping timeout: 265 seconds). 22:22:54 zzo38, wait what, did you say "Dirac notation" and "double-entry notation" above? 22:23:01 how are those even remotely related? 22:23:26 Vorpal: Yes I did say that. They are not related but you can see what I meant by that if you read it. 22:23:32 one is for representing quantum states as far as I understood, the other is for economic transactions 22:23:38 and no what you said makes no sense 22:23:57 True; you are correct. However, Dirac notation can be used with any matrices; not necessarily quantum states. 22:24:27 well, you may be correct, I never used dirac notation 22:24:31 -!- itidus21 has joined. 22:25:00 (But just because Dirac notation can be used with any matrices, it doesn't mean it is commonly used for anything other than quantum states.) 22:25:46 And why do you think what I said makes no sense? What parts are unclear to you? 22:25:49 I didn't even know quantum states were matrices, I haven't studied quantum mechanics at all beyond "popular science" 22:26:11 Vorpal: They can be represented as matrices. 22:26:20 mhm 22:26:34 nor did I know double entry bookkeeping were matrices 22:27:04 Nobody did until I figured out how to represent them as matrices; and even then, nbodoy else understands what I mean. 22:27:33 heh 22:28:13 zzo38, not sure what sort of matrix operations would even make sense on double entry book keeping though 22:28:23 I mean, why is it an advantage to use that representation 22:29:09 can you get interesting results by, say, transposing them, or reducing them to row echelon form or such? 22:30:01 zzo38, well? 22:31:22 I think I saw and somewhere in a non-quantum context. Can't figure out where, though, so I might just be making it up. 22:31:23 fizzie: You have 1 new message. '/msg lambdabot @messages' to read it. 22:32:14 I don't yet know about transposing them or reducing to row echelon form or such (I don't even know what row echelon form is); but it might turn out to mean something. 22:32:37 zzo38, you know how to solve a linear equation system using matrices? 22:32:42 But multiplication of matrices, and using vectors and covectors, does have use that I know about. 22:32:50 The Gauss Jordan method and such 22:32:54 Vorpal: I know a few things about that. 22:33:13 zzo38, when you do that you reduce your matrix to reduced row echelon form 22:33:47 And yes you are correct, you might be able to use those kinds of solve linear equation system to decide business stuff possibly. 22:33:53 zzo38, https://en.wikipedia.org/wiki/Row_echelon_form 22:33:59 Vorpal: O, that's what reduced row echelon form is. OK. 22:34:43 Now I can think of other uses for row echelon form in matrix accounting. 22:35:05 zzo38, anyway, how /do/ you represent double entry book keeping as matrices? Can you give some examples typeset in TeX? (PDF please, I don't have a .ps or .dvi viewer on this computer) 22:36:01 zzo38, row echelon form is the one where you haven't removed non-zeros above the leading ones in, /reduced/ row echelon form is the one where you have removed those non-zeros 22:36:11 I don't have PDF, I only output to DVI. However, I can use PNG if you prefer that. 22:36:14 Also, do you already happen to have uses for eigenvalues in matrix accounting? 22:36:24 fizzie, :D 22:36:30 that sounds awesome 22:36:32 Normal row echelon form seems useless in this context but reduced row echelon form seems potentially useful to me. 22:37:21 fizzie, I wonder what happens if you use the least square method on those matrices too. 22:37:33 might be useful to approximate in case of errors 22:37:39 Yes, it does mean you can think about such things as these to see what happen. 22:37:43 rather than having to redo it all to find the error as is usually done :P 22:38:13 Vorpal: O, yes good idea. 22:38:27 I was joking 22:38:43 anyway I forgot how you did that with matrices 22:39:00 didn't you transpose one matrix and multiply it with another or some such? 22:39:48 ah yes 22:41:03 -!- iambored has changed nick to PiRSquared. 22:43:09 This example matrix: http://zzo38computer.cjb.net/texify/texify.php?TeX=%24%24%5Cbmatrix%7B1%260%26-5%5Ccr0%261%265%5Ccr0%260%261%5Ccr%7D+%5Cbmatrix%7B100%5Ccr-100%5Ccr1%5Ccr%7D+%3D+%5Cbmatrix%7B95%5Ccr-95%5Ccr1%5Ccr%7D%24%24&R=255&G=255&B=255&r=0&g=0&b=0&rotate=0&size=x&make=r Where you have a simple transaction -5 to one account and +5 to another (balancing out). You can have more complicated ones for Income Summary, salary/interest of pa 22:44:17 -!- azaq23 has quit (Quit: Leaving.). 22:45:10 zzo38, so all accounts are in the same matrix? 22:45:20 Now I know what "ref" and "rref" stand for in the names of those functions in the TI-92 calculator. I knew what they did but not why they were called that; now I do know. 22:45:20 hm 22:45:38 zzo38, same for TI-83+ btw 22:45:50 TI-92 can do symbolic computations can't it? 22:46:04 Vorpal: Yes it can do that. 22:46:20 so usually not allowed on exams (while the TI-83+ is on many) 22:47:09 Vorpal: Yes; but you generally you can use a subset of all the accounts for convenience, or use Dirac notation for convenience. (You need not write out the entire matrix every time) 22:47:46 -!- augur has quit (Ping timeout: 260 seconds). 22:48:06 zzo38, hm 22:48:45 And, yes; the TI-92 is usually not allowed on exams; not only due to symbolic computations but also because it has a QWERTY keyboard, apparently. (Although there are a few special test papers which allow you to use any calculator you want) 22:49:01 zzo38, so how do you make the financial statement (google translate from "bokslut" so might be wrong) at the end of the fiscal year using your matrices? 22:49:49 hm google translate also suggests "annual report" 22:49:53 so that might be better 22:50:15 or balance sheet 22:50:16 Vorpal: In general you still record using double-entry notation; but you can use the state vector to prepare a statement easily: Each element of the vector corresponds to an account, so simply put those numbers next to account names. You can also multiply all the transactions together for a year for other information. 22:50:39 hm 22:50:56 (Hence how I have also said you can include the date/time and form a category as well instead of only a monoid.) 22:51:38 Vorpal: You multiply all the transactions together, and print out the full matrix, then give that to your executives. They'll just smile and nod and not complain, which is what they might do if you gave them a list of transactions. 22:51:56 (Written from the perspective of an accountant.) 22:52:45 fizzie: I meant you have to format the results. Printing out the full matrix is not very useful. 22:53:01 (And in addition would probably waste a lot of paper.) 22:53:18 fizzie, :D 22:53:40 fizzie, not sure what skattemyndigheten would say though (whatever that is called in English) 22:53:57 pretty sure you are required to hand them some of those things in Sweden at least 22:54:44 I'm just hoping for "Linear Algebra for Accountants" courses in business schools. 22:54:46 (When I first invented matrix accounting, I did not know about category theory. But now I know how categories can work with it too.) 22:54:52 :D 23:00:28 In the past I have worked out the matrices for partnership accounting too; but I have forgotten now and would have to work them out again if I want to figure them out again. 23:04:20 fizzie: TELL ME ABOUT GRASP. 23:04:40 NOT TODAY NYAAAA 23:04:46 *poof* 23:04:52 (Sleep mode.) 23:05:04 Did fizzie just evaporate? 23:05:10 (But Real Soon, I purrmise.) 23:05:20 "Caregiver" and "caretaker" are synonyms. lolenglish 23:05:22 fizzie went fizzle 23:06:41 fizzie seems to be having trouble getting a grasp on the issue. 23:06:50 Personally, I'm having trouble grasping his problem. 23:06:53 I'm grasping at straws here. 23:07:13 Suffice it to say that much grasping is going on. 23:09:44 What's there to know about grasp? 23:15:01 To any who recall the questions I showed yesterday, I have now answered them. 23:15:17 What questions? 23:15:43 Phantom_Hoover: http://codu.org/logs/log/_esoteric/2012-03-07#034537Friendship 23:16:26 What are the answers. 23:16:27 Anyway, I wrote out my answers while in front of a lab of students, so got some crowdsourcing for ideas. 23:16:35 http://sprunge.us/ZEjK 23:17:51 Friendship, recommend hat for me. 23:18:02 Phantom_Hoover: I don't know what you look like. 23:18:31 Put some messy brown hair on top of a face I guess? 23:18:46 Thank you for that precise description. 23:18:54 I recommend a paper bag. 23:19:19 [[ 23:19:19 > > What was the motivation behind having people vote on your daily hat 23:19:20 > > choice? 23:19:20 Profound laziness. I used to actually make decisions, but found that 23:19:20 it's much easier for others to make all my decisions for me. See also 23:19:20 : parse error on input `>' 23:19:20 can't find file: L.hs 23:19:21 choosemyshoes.com, choosemydate.com, choosemysexualorientation.com, 23:19:22 etc. 23:19:24 ]] 23:19:26 Friendship: You gotta register those before sending it. 23:19:47 Sorry, already sent; and I'm not wasting that money quite so haphazardly X-D 23:20:27 Come on, it's 15 bucks. 23:20:32 There's still time before they read it. 23:20:40 Hmm, more like 30 bucks I guess. 23:20:42 Worth it. 23:21:00 -- Gregor "Sure, I'll spend $1000 on libc.so" Richards. 23:21:01 Besides, I'm not confident that I actually want to put my sexual orientation to popular vote. 23:21:13 Phantom_Hoover: libc.so ain't the same as choosemyshoes.com 23:21:39 Guys, Friendship would live in Texas if they had good universities. 23:21:41 Join me in mocking laughter. 23:22:11 "I hollow out bars of soap and fill them with liquid." Me too! 23:22:27 Except it's not soap liquid I put in them. I've said too much. 23:22:32 D-8 23:22:41 > > Have you ever made yourself a hat? 23:22:41 I sometimes fold paper. Then I put it on my head. 23:22:42 : parse error on input `>' 23:22:53 I'm seeing Gregor with a paper crane on his head now. 23:23:49 Friendship: Somehow you have managed to rescue these disastrous interview questions and made the result entertaining. 23:24:13 That was the goal. 23:24:24 Where's the kill yourself song? 23:24:26 Friendship: HOWEVER, I am disappointed that you did not conspicuously predict one of the future questions in the answers. 23:24:33 That is the duty of all interviewees given all questions in advance. 23:24:43 Heh 23:24:45 As of now. 23:25:18 "I've been to Lancaster, England, UK;" 23:25:29 Because of all those other Lancasters. 23:25:33 In all those other Englands. 23:26:09 There's probably a Lancaster, England, Massachusetts, US :) 23:26:19 I wouldn't put it past them to name a district "England" 23:26:29 As far as I can tell, Massachusetts is England, except in America. 23:26:45 "You know what these united states need?" "What?" "England." 23:27:04 Just not their TAXES 23:27:46 "OK, now that we've built England, what are we gonna do with it?" 23:27:51 "...TEA PARTY!" 23:27:54 "Alright! See you in Boston!" 23:28:03 -- actual transcript 23:28:35 Yup 23:34:56 -!- Phantom_Hoover has quit (Read error: Connection reset by peer). 23:43:18 AAAAAAAAAAAAAAAAAAAAAAAA MY FACE IMPLODE 23:44:06 ? 23:45:01 What. 23:45:14 Does your face implode regularly? 23:45:45 Yes. 23:45:47 Doesn't yours? 23:46:04 Friendship: Did you see my REWRITTEN [[:///]] INTRO? 23:46:09 +SPEC? 23:46:14 NOPE 23:46:27 WOW LAME 23:46:30 L A M E 23:49:35 Y U P 23:56:14 Doesn't yours? <-- hm, exploding is more common than imploding in the Nordic countries. (Just ask oerjan) 23:56:39 though imploding still does happen occasionally of course. 23:57:37 good night 23:57:49 -!- Vorpal has quit (Quit: ZNC - http://znc.sourceforge.net).