00:04:30 q2: we have an array of bools with 1 bit memory. we can do all bit operations, 1- and 2-ary, with the current tape's head and the mem bit. now this machine can do 2-cnf and 2-dnf, right? 00:04:42 how would you characterize *everything* it can do? 00:05:02 boily: i hope bold keeps your head fine 00:05:48 this machine obviously cannot do everything. can it do 3cnf? 00:06:34 naturalog: bold is correct. 00:07:24 :) 00:13:17 -!- adu has quit (Quit: adu). 00:22:15 -!- skj3gg has joined. 00:22:43 -!- Lilax has joined. 00:23:11 * Lilax stabs a random 00:24:31 landspeed of a migrating fungot is 78mp/s 00:26:52 * boily mapoles Lilax “no stabbing in the channel!” 00:27:19 * Lilax gasps and dies to death 00:27:43 if you die, please don't leave hard to wash stains hth 00:29:07 * Lilax sprays blood and calcium oxide on the carpets 00:31:09 yay 00:32:44 channel created Sun Nov 26 2006 1:42:50 00:32:53 this place was actually created in 202 00:32:54 *2002 00:33:01 yah 00:33:06 I knew that 00:33:25 just seeing why the channel time is off for the client 00:33:41 * Lilax snugs elliott 00:34:01 o.o 00:35:15 * pikhq beats Windows with a large stick 00:35:34 DOS Box 00:35:36 WhooOoOoO 00:36:47 what does +C mean? 00:38:41 color strips? 00:39:07 non 00:39:46 naturalog: i think your definition is very vague on this machine's flow control hth 00:40:01 no, we have colour on 00:40:03 it strips ctcps or something I think 00:40:09 oerjan: it has none, afaict 00:40:16 yes i kinda built on q1 00:40:28 it has tape over the array, and head 00:40:39 can more left or right, but cyclically 00:40:42 1 bit of mem 00:40:55 that is 00:40:56 and all 1- 2- ary bin funcs 00:41:06 Reaaaaaaaaallllllllllllyyyyyyyyyyyy small 00:44:01 naturalog: i don't think you are understanding the question. 00:44:16 i'm not asking what it can do in a single instruction 00:44:32 i'm asking how it decides what instruction to do next 00:44:53 it does not. its all prescribed 00:45:06 oerjan: you just get a list of fixed instructions to execute 00:45:08 once 00:45:12 ah. 00:45:23 hm i guess with a finite array... 00:45:26 like the machine in q1 can create all complete squares indices to be true 00:45:28 yes 00:45:43 lets get together and make a humanoid AI named Glad0s 00:45:52 sounds a bit like those circuit complexity models 00:46:36 i dont know what you speak about. im pretty new on this stuff 00:46:57 hm i wonder if the barrington theorem applies 00:47:18 in which case the answer is: anything, as long as you are allowed a few spare bits 00:47:28 oh those complexities 00:47:49 so its like turing? 00:47:51 in fact i think that's the case. 00:48:01 Lilax: not sure it's a good idea. 00:48:10 well, like NC(1) 00:49:08 i guess that's not quite the same. 00:49:22 although i think it's pretty unknown exactly how much that allows. 00:49:41 (e.g. does it contain all of NP) 00:50:21 the thing here is that the length of the program could be _much_ larger than the array itself 00:50:35 how does this depend on p=np? i.e. assume p=np then what? and assume p neq np then what? 00:50:39 hm... 00:50:50 nm the machine, just NC(1) 00:51:17 naturalog: actually if we assume an extremely large program, i don't think it depends. i think you can calculate any boolean function on the array minus those few spare bits. 00:51:53 -!- adu has joined. 00:51:57 well for some problems you'll run out of mem even if you use the array as mem 00:51:57 (you need enough to encode 5 different states of the machine) 00:51:59 sigghhhhhhh 00:53:31 naturalog: no, you actually don't. the barrington theorem works by visiting all cells a _lot_ of times, but it has to remember nothing other than its place in the program and which of the 5 states it's in 00:54:22 ok so if its turing complete, then we can built a turing equivalent machine by simple matrix multiplications 00:54:44 the word "turing complete" does not apply to anything with a finite array as input. 00:54:48 i.e. vector is the state, we mul it by a matrix on each step, very simple one 00:55:27 yes ofc turing completeness i.e. equivalent to some finite turing machine of order of magnitude of this machines 00:55:36 you kiddos are so smart 00:56:08 a given program only has time to visit finitely many cells, so if you want to calculate anything for arbitrary large arrays, you need to have the program dependent on the size of the array 00:56:20 -!- Patashu has joined. 00:56:48 and then the actual turing-completeness question gets passed on to whatever you use to prepare the program 00:57:21 -!- Patashu_ has quit (Ping timeout: 252 seconds). 00:57:34 ok ic i'll try to understand barrington theorem welel 00:57:37 well 00:57:38 (this is exactly how circuit complexity tends to work, except if you are careful with balancing the powers) 00:58:01 -!- AndoDaan_ has joined. 00:58:26 ok do we have time to q3? 00:59:01 -!- AndoDaan has quit (Ping timeout: 250 seconds). 00:59:48 -!- AndoDaan_ has changed nick to AndoDaan. 01:02:27 what's q3 01:02:42 elliott: heh. I didn't know that mimics in 0.15 changed character when you hit them. 01:02:51 btw the NC(1) restriction is if the program has polynomial size in the array size, i think 01:02:51 oerjan: it's Quake hth. 01:03:13 oh and P = NP need not apply, because it's not even known if NC(1) contains P 01:03:46 think we have a key-value hashtable storage. our machine can query for key and retrieve a value from the storage. it cannot query by value. and it can store in memory 1 key, 1 value, 1 auxiliary var. all same length 01:04:03 but if the program has unlimited size then things get simpler. 01:05:03 sounds like a pointer machine 01:05:05 it begins with a single key in the memory 01:05:14 ok maybe idk 01:05:26 reading 01:05:36 well, a limited one 01:06:54 i thought about it while wondering what computation can a dht network do with dht only 01:07:06 without syncronization ofc, otherwise its noninteresting 01:09:29 ofc they can be sync with e.g. blockchain algo, but its not purely mathematicaly true. crypto is practical science at this case 01:10:12 with blockchain its kinda nondeterministic machine 01:12:49 btw on #zennet we sometimes have discussions about such problems, sometimes we like going deep on p=np and such 01:15:59 mhm 01:16:07 * oerjan thinks he may actually be sick 01:16:44 @localtime oerjan 01:16:45 Local time for oerjan is Mon Feb 9 02:16:44 2015 01:17:37 oerjan: go rest! you're being unreasonable! 01:17:51 what's your address, so I can send you a can of chicken soup? 01:18:13 i think you are somehow assuming i actually woke _up_ at a reasonable time tdnh 01:18:49 i might have to go rest anyway, though. 01:18:58 -!- AndoDaan_ has joined. 01:19:08 right now, however, i am eating. 01:20:36 -!- AndoDaan has quit (Ping timeout: 264 seconds). 01:21:06 oerjan is in the future 01:21:12 its the 8th for me 01:21:21 How do I tell between a broken LCD cable and just it not being seated properly, if I only want to open computer once to fix it 01:21:29 how american of you 01:21:43 Don't make me 01:21:49 pat your face 01:21:54 >:T 01:22:36 >>>>:/ 01:22:57 actually let me see something :00 01:23:47 > :T 01:23:48 :1:1: parse error on input ‘:’ 01:23:51 -!- _AndoDaan_ has joined. 01:23:57 @localtime lifthrasiir 01:24:01 Local time for lifthrasiir is Mon Feb 9 10:23:58 2015 01:24:10 ah, good ol' CTCP TIME. 01:25:04 how east asian of you 01:25:17 :) 01:25:47 oerjan: +9 01:26:06 -!- AndoDaan_ has quit (Ping timeout: 252 seconds). 01:27:13 @localtime Lilax 01:27:27 what 01:27:29 it won't work if your client doesn't support CTCP TIME 01:27:35 welllll 01:27:37 fuk 01:28:26 I'm guessing the Lilaxtime is either 5:28pm or 8:28pm. 01:30:37 So close 01:30:43 SO CLOSE 01:30:57 5:32 01:31:06 stalker maybe 01:31:16 your watch/clock/radio is running fast. 01:31:35 Uses sattalite time 01:31:43 can't spell sattalite 01:31:47 it was definitely :28 when i saw boily's message 01:31:56 non 01:31:58 satellite hth 01:32:09 its 5:34 noa 01:32:23 in that case your clock is off by 2 minutes or so 01:32:28 yay 01:35:40 if it's window's then there's a menu choice to ask it to contact a time server, if it's for some reason not doing that already 01:35:47 *-' 01:36:32 http://okuria.co.vu/post/110494876443/delusionalkieren-happy-valentines-day 01:36:39 is on fone 01:36:42 4ever 01:36:43 oh. 01:36:54 since I'm poor and unreliable 01:37:00 you'd think a phone would know what time it is 01:37:09 in these days 01:37:39 * Lilax uses the brick to irc 01:38:36 Once you receive a telephone call, if you have call display then a phone should know what time it is, at least, even if it doesn't ordinarily know. 01:38:45 -!- bb010g has quit (Ping timeout: 250 seconds). 01:38:45 -!- ocharles_ has quit (Ping timeout: 250 seconds). 01:40:03 -!- supay has quit (Ping timeout: 250 seconds). 01:40:07 I wouldn't even bother 01:43:21 -!- skj3gg has quit (Quit: ZZZzzz…). 01:46:05 Jinkies!! 01:47:20 -!- Phantom_Hoover has quit (Read error: Connection reset by peer). 01:51:05 -!- supay has joined. 01:51:19 -!- ocharles_ has joined. 01:51:28 -!- bb010g has joined. 02:00:36 If tilting my monitor changes how broken or not the display is, is it likely a broken LCD cable, loose LCD cable, or something else? 02:03:47 Sgeo: are you getting artifacts? 02:04:05 I'm getting weird bands of color, usually blue 02:04:14 That seem to appear when a specific color is shown on my monitor 02:04:14 negatives? 02:04:50 I use click2play for plugins, for example, and often the grey of that will be a flickering blue 02:05:28 It depends on the tilt of my monitor, if I tilt it back far enough, no problem 02:05:28 laptop screen? 02:05:31 yes 02:06:33 sounds like a problem with the video cable 02:06:36 single channel weirdness sounds like an unseated connector, or the cable got pinched somewhere. 02:06:40 since movement is causing it. 02:07:01 boily: sometimes it's other colors 02:07:22 kallisti: more accurately, the current tilt affects it. If I move it into one position, the effect can be there even when I stop moving it 02:07:46 right. 02:07:50 kallisti: is it likely to be the type of problem I'd need to replace the cable itself to fix, or just make it tighter or something 02:08:27 could be either. 02:08:36 Crud 02:08:54 doesn't sound like a problem with the LCD, since that would usually be permanent artifacts. dead pixels and such. 02:10:03 Sgeo: is it just the negative of the original image? 02:12:55 No 02:14:03 try hooking up an external monitor if you have one 02:14:21 and see if it has the same problem. 02:17:28 Don't have one at home 02:17:38 Do have one at work, don't think taking personal computer there good idea 02:31:00 -!- _AndoDaan_ has quit (Ping timeout: 252 seconds). 02:32:48 -!- skj3gg has joined. 02:51:05 -!- skj3gg has quit (Quit: ZZZzzz…). 03:01:29 -!- boily has quit (Quit: MIROBOLANT CHICKEN). 03:08:41 yay 03:09:19 Do you like to play a mahjong game? 03:11:53 yes 03:11:58 I've recently learned the rules to riichi 03:12:06 How recently? 03:12:11 November 03:12:16 OK 03:12:20 why? 03:12:50 I once made a program that stores your copies of text and links in the scroll and right click of a mouse 03:13:03 Its broken now since firefox updated 03:13:06 I am just curious. Have you ever seen or heard of Washizu mahjong (a variant involving teams and tiles made of glass and a few other things)? 03:13:31 -!- skj3gg has joined. 03:13:37 Also I am writing the rules of a Magic: the Gathering variant for combining it with mahjong. 03:15:17 People have tried before combining Magic: the Gathering with other games such as Monopoly and chess. 03:15:47 -!- adu has quit (Quit: adu). 03:20:05 zzo38: I have heard of it, yes 03:20:12 but that is about all 03:23:29 Washizu mahjong is invented by Fukumoto and is played in Akagi manga. 03:25:23 -!- Lilax has quit (Read error: Connection reset by peer). 03:26:08 -!- skj3gg has quit (Quit: ZZZzzz…). 03:27:02 It was invented in the manga at first but now you can actually buy Washizu mahjong tiles (I have a box of them). 03:30:32 they were sold by a company in vancouver 03:30:37 afaik they went out of business though 03:32:53 You can buy Washizu tiles from Japan; I imported it from Japan, and the company that imported it for me is still in business. 03:35:33 link? 03:35:45 -!- adu has joined. 03:35:55 I have no link it is a physical store 03:36:03 ah 03:49:42 [wiki] [[Talk:Wct]] M http://esolangs.org/w/index.php?diff=41871&oldid=41861 * Oerjan * (+47) The date is not optional 03:53:57 [wiki] [[Prelude]] http://esolangs.org/w/index.php?diff=41872&oldid=41851 * Oerjan * (-36) /* External resources */ Template 03:57:07 -!- Zefpher has joined. 03:58:09 Hullo 03:58:24 heoluspher 03:58:38 lol 03:58:48 * Zefpher pets oerjan 03:59:57 -!- skj3gg has joined. 04:00:05 * oerjan digs a hole and buries Zefpher in it 04:00:15 :I 04:00:31 * oerjan is a very disturbed doggie 04:08:06 -!- bb010g has quit (Quit: Connection closed for inactivity). 04:08:37 -!- FreeFull has quit (Ping timeout: 245 seconds). 04:13:05 Now I made up the file in my computer that I wrote how to play Magic: the Gathering with mahjong combined together. 04:15:46 gnight 04:15:51 OK 04:16:11 pets zzo38 04:16:56 * Zefpher snugs elliott 04:16:59 euh 04:17:41 -!- Zefpher has quit (Remote host closed the connection). 04:18:41 help 04:28:52 -!- skj3gg has quit (Quit: ZZZzzz…). 04:45:39 -!- bb010g has joined. 04:55:35 -!- nys has quit (Quit: quit). 05:15:23 -!- augur has quit (Quit: Leaving...). 05:16:59 -!- GeekDude has quit (Quit: ZNC - http://znc.in). 05:22:14 -!- augur has joined. 06:10:40 -!- FreeFull has joined. 06:17:13 People who have heard me sing: Do I really sound feminine enough that I would be called "ma'am" by everyone who hears me on the phone? 06:27:43 I don't know because I didn't hear you sing, and even if I did I probably wouldn't know that answer anyways. 06:30:05 -!- Sprocklem has quit (Ping timeout: 250 seconds). 06:33:57 -!- oerjan has quit (Quit: Nite). 06:49:32 -!- CADD has quit (Quit: Lost terminal). 06:55:39 -!- hjulle has quit (Ping timeout: 250 seconds). 07:01:09 Do you have any *indexed* Latin-suited tarot decks? 07:06:11 I also don't like the Fool/Excuse labeled as zero; while I understand why this is (someone told me why, it is because the trumps represent a journey and the fool is the beginning of the journey), but its value is never zero (it is either the highest trump, or it has another purpose). I would like to leave off the index of that card and only that one. 07:08:06 -!- bb010g has quit (Quit: Connection closed for inactivity). 07:36:57 "Magic: the Gathering with mahjong combined together" heh 07:37:45 http://zzo38computer.org/textfile/miscellaneous/mahjong.var This is the rules I wrote for this game 07:37:54 Oops sorry that is the wrong URL 07:38:05 http://zzo38computer.org/textfile/miscellaneous/magic_card/mahjong.var 07:40:16 b_jonas: Do you like this? 07:40:48 I don't know, I'm not a mahjong player, so I probably won't appreciate it 07:41:22 Do you know how to play mahjong at all? 07:41:27 I know the basics 07:41:32 I don't know all the scoring 07:41:39 or all the rules 07:42:25 Then you can learn. 07:47:15 Is there anything like Hackage/CTAN/CPAN/whatever but for SQLite? 07:47:58 zzo38: I dunno, but you can abuse CPAN to advertise any software if you just put a half-assed perl interface to it. 07:49:28 Advertising the software where it doesn't belong is not the point though 07:51:25 "Whichever player is the active player in Magic: the Gathering is east 07:51:27 player for mahjong."\ 07:51:37 - is this all the time, or only at the start of the game? 07:52:02 b_jonas: All the time. 07:57:07 so you deal mahjong in each M:tG turn? 07:57:22 that seems like it's a much slower game than M:tG then 07:57:29 Yes. It would slow down the game. 07:57:32 but yes, it might make sense 07:58:03 people invent so many hybrid sports like chess-boxing and kayak polo 08:00:14 I even read once someone they play chess several times, winning at chess is worth a certain value in poker chips; afterward you play poker, but instead of starting an equal number of chips you have whatever chips you won from the chess game, so whoever is better at chess game starts with an advantage in the poker game. 08:00:42 The games don't interfere with each other much in this case though, but it is one thing to do if it is what you like to do. 08:01:22 -!- Patashu_ has joined. 08:01:22 -!- Patashu has quit (Disconnected by services). 08:01:52 sure, the "mahjong tiles are permanents" thing is scary 08:02:19 it makes them interact a lot 08:04:10 zzo38: so is this for a four player version of MtG? 08:04:51 int-e: Yes you need to play four players 08:10:24 -!- tromp has quit (Read error: Connection reset by peer). 08:11:00 -!- tromp has joined. 08:14:03 -!- Melvar has quit (Ping timeout: 252 seconds). 08:19:10 Once on Monty Python they asked "Which great opponent of Cartesian dualism resists the reduction of psychological phenomena to a physical state and insists there is no point of contact between the extended and the unextended?" What does "there is no point of contact between the extended and the unextended" mean here? 08:19:56 does it have to mean somethign? 08:20:21 I don't know; I expected it to mean something. 08:20:44 dunno, some philosophers or something might know what it means 08:21:27 It seems to be legitimate as Henri Bergson is mentioned and looking at Wikipedia, he is actually a philosopher. 08:21:38 (unless you want a generalized zygomorphism) 08:22:02 The stuff in Wikipedia though is just as confusing. 08:22:21 duh 08:27:31 -!- Melvar has joined. 08:34:06 -!- MDude has quit (Read error: Connection reset by peer). 09:04:23 If there isn't the one for SQLite then maybe I have to learn how to invent such thing. 09:29:33 -!- adu has quit (Quit: adu). 09:36:55 -!- Tritonio has joined. 10:28:08 -!- Tritonio has quit (Remote host closed the connection). 10:32:35 -!- Tritonio has joined. 10:49:41 -!- FreeFull has quit (Quit: Later). 10:55:59 -!- jix_ has quit (Quit: Lost terminal). 10:56:47 -!- shikhin has joined. 10:57:03 -!- Gracenotes_ has quit (Ping timeout: 245 seconds). 10:57:41 -!- jix has joined. 10:57:58 -!- Gracenotes has joined. 10:58:22 -!- AndoDaan has joined. 11:01:14 -!- skarn has quit (Ping timeout: 245 seconds). 11:02:04 -!- supay has quit (Ping timeout: 245 seconds). 11:02:39 -!- skarn has joined. 11:03:38 -!- supay has joined. 11:05:18 -!- ais523 has joined. 11:20:16 -!- boily has joined. 11:37:47 -!- Patashu_ has quit (Ping timeout: 256 seconds). 11:58:30 http://arcsynthesis.org looks like it got sprayed by a drive-by 12:00:11 Maybe I should be more careful when using the gltut example code 12:06:28 Jafet: http://www.carpathos.com/ ? 12:06:52 http://treasurevalleytax.com/ ??? 12:07:08 what in fungot is that? 12:07:46 http://www.truckbacker.com/ brings a new meaning to drive-by backdoors 12:16:52 -!- ais523 has quit (Ping timeout: 240 seconds). 12:23:03 -!- boily has quit (Quit: OMNIDIRECTIONAL CHICKEN). 12:25:01 -!- Froo has joined. 12:28:45 -!- Froox has quit (Ping timeout: 250 seconds). 12:31:58 -!- Tritonio has quit (Ping timeout: 252 seconds). 12:36:40 -!- shikhin_ has joined. 12:39:49 -!- shikhin has quit (Ping timeout: 265 seconds). 12:40:30 -!- ais523 has joined. 12:41:25 [wiki] [[Befunge]] http://esolangs.org/w/index.php?diff=41873&oldid=41589 * 193.69.211.10 * (+2) /* External resources */ 13:00:15 -!- GeekDude has joined. 13:03:13 -!- hjulle has joined. 13:08:20 -!- Tritonio has joined. 13:29:56 -!- AndoDaan has quit (Quit: Going, going, gone.). 13:40:06 https://bitcointalk.org/index.php?topic=950309 13:43:09 -!- ProofTechnique has quit (Ping timeout: 245 seconds). 13:50:47 -!- hjulle has quit (Ping timeout: 250 seconds). 13:53:53 That is a very fractured ceramic container 14:13:27 -!- Zefpher has joined. 14:13:38 * Zefpher Screams intently 14:14:25 Ok ill just leave our nick like this 14:14:58 -!- Tritonio has quit (Remote host closed the connection). 14:16:17 gotta leave for skook 14:20:42 -!- Zefpher has quit (Ping timeout: 245 seconds). 14:26:14 -!- ProofTechnique has joined. 14:30:47 [wiki] [[Talk:Al Dente]] M http://esolangs.org/w/index.php?diff=41874&oldid=41793 * Doesthiswork * (+391) nitpicking 14:34:52 why has no one been triggering pbflist for me :/ 14:35:09 well just to be sure 14:35:17 -!- shikhin_ has changed nick to shikhin. 14:35:23 `pbflist 14:35:48 is that not right 14:35:56 pbflist: shachaf Sgeo quintopia ion 14:36:04 oh good 14:36:13 hackego you slow 15:00:33 -!- AnotherTest has joined. 15:02:08 can neural networks be trained to do calculations? 15:02:17 yes 15:02:23 of course 15:02:47 they can be wired into logic circuits 15:03:13 no training required...just create the network anually 15:03:24 that was a funny dropped m 15:03:56 mroman: cf universal approximation theorem 15:04:37 -!- `^_^v has joined. 15:11:08 -!- TieSleep has changed nick to TieSoul. 15:13:45 -!- mihow has joined. 15:15:17 -!- adu has joined. 15:39:54 -!- Sprocklem has joined. 15:40:28 -!- adu has quit (Quit: adu). 15:43:16 -!- SopaXorzTaker has joined. 15:43:22 -!- oerjan has joined. 15:45:24 -!- Koen__ has joined. 15:51:16 -!- ais523 has quit. 15:59:44 -!- SopaXT has joined. 16:00:48 -!- SopaXorzTaker has quit (Ping timeout: 245 seconds). 16:15:23 -!- Froo has quit (Ping timeout: 250 seconds). 16:42:12 -!- oerjan has quit (Quit: leaving). 16:49:43 -!- adu has joined. 16:50:22 -!- choochter has joined. 16:54:01 -!- spiette has joined. 17:13:58 Wasn't there some site that let's you enable comment functionality in static webpages 17:14:03 through javascript 17:18:15 disqus 17:18:16 i see 17:28:38 -!- supay has changed nick to supay_zZZ. 17:37:00 -!- supay_zZZ has changed nick to supay. 17:41:59 There was also at least one thing where you can scribble over arbitrary websites, and other people registered on the service can see those scribblings. 17:42:51 -!- mihow has quit (Quit: mihow). 17:44:26 nice, I've always wanted to enhance my web surfing experience with crudely drawn dicks. 17:57:39 I have invented a ASCII based file format for deck lists for Magic: the Gathering and can be used with other card games too. It is designed to be: * Easy to read it manually. * Easy to write it manually. * Easy to program the computer to parse it (ignoring things it doesn't need to understand). 18:21:12 -!- FreeFull has joined. 18:22:22 -!- `^_^v has quit (Read error: Connection reset by peer). 18:23:03 -!- `^_^v has joined. 18:23:30 -!- arjanb has joined. 18:35:27 -!- mihow has joined. 18:37:02 -!- shikhin_ has joined. 18:37:19 -!- Sprocklem has quit (Ping timeout: 245 seconds). 18:38:22 -!- SopaXT has quit (Ping timeout: 250 seconds). 18:38:55 Is it your opinion that SQLite virtual table should allow the virtual table implementation to read the LIMIT and OFFSET clauses of a query in case that virtual table is accessing data over the internet it would help to have these things? 18:39:19 (In order to avoid wasting bandwidth by accessing all of the data even if it isn't used) 18:39:50 -!- shikhin has quit (Ping timeout: 246 seconds). 18:43:45 -!- shikhin_ has changed nick to shikhin. 19:02:07 -!- Sprocklem has joined. 19:06:28 -!- Sprocklem_ has joined. 19:07:18 -!- Sprocklem has quit (Read error: Connection reset by peer). 19:07:52 -!- Sprocklem_ has changed nick to Sprocklem. 19:18:54 -!- idris-bot has quit (Quit: Terminated). 19:19:11 -!- idris-bot has joined. 19:33:13 Now I have made up a few scheme cards for Magic: the Gathering, which are called "Ice Scheme", "The Ultimate Sacrifice", and "You Have To Study Too Much". 19:33:25 -!- Sprocklem has quit (Ping timeout: 250 seconds). 19:35:23 -!- spiette has quit (Ping timeout: 245 seconds). 19:35:47 -!- spiette has joined. 19:51:22 -!- adu has quit (Quit: adu). 19:54:29 -!- Tritonio has joined. 19:55:28 -!- nys has joined. 20:00:14 -!- skj3gg has joined. 20:02:42 -!- Patashu has joined. 20:16:40 -!- Tritonio has quit (Remote host closed the connection). 20:16:56 -!- Tritonio has joined. 20:18:06 -!- zzo38 has quit (Remote host closed the connection). 20:25:45 -!- Patashu has quit (Ping timeout: 265 seconds). 20:38:29 -!- AnotherTest has quit (Remote host closed the connection). 20:39:23 Dear mozilla firefox 20:39:33 PLEASE ACCEPT MY STANDARD FONT SIZE SETTINGS YOU FUCKING MORON 20:40:23 I know, right 20:42:12 yeah 20:42:14 it doesn't work 20:42:18 I set default font size to 12pt 20:42:26 but if a website does not specify any font size 20:42:28 it uses 9pt 21:16:08 -!- nycs has joined. 21:18:18 -!- `^_^v has quit (Ping timeout: 245 seconds). 21:19:18 -!- Sprocklem has joined. 21:33:25 int-e, in case you didn't notice, henkma struck back on sin curve 21:48:52 henkma strikes back 21:49:05 this february in your local cinema :( 21:49:09 also clock is back 21:49:16 (also in your local cinema of course) 21:49:20 I'm hungry 22:06:42 -!- Tritonio_ has joined. 22:08:25 good movies this month 22:08:37 -!- ProofTechnique has quit (Ping timeout: 245 seconds). 22:08:44 -!- Tritonio has quit (Ping timeout: 252 seconds). 22:09:29 -!- Tritonio has joined. 22:11:18 -!- Tritonio_ has quit (Ping timeout: 252 seconds). 22:14:59 * Taneb hello 22:19:57 elloh 22:20:02 do you have some food to spare? 22:20:12 Yes, actually 22:20:20 If you're in York, want half a pizza? 22:21:52 -!- Sprocklem has quit (Ping timeout: 240 seconds). 22:22:10 I'm not in york 22:22:11 but hey 22:22:19 Wasn't it time for an #esoteric meet-up? 22:22:50 We're all quite geographically disparate 22:23:01 Unless it's in like Turku or the West Midlands 22:23:45 well 22:23:54 we just have to make it an educational conference 22:24:01 -!- Koen__ has quit (Quit: The struct held his beloved integer in his strong, protecting arms, his eyes like sapphire orbs staring into her own. "W-will you... Will you union me?"). 22:24:27 so I can write it off as educational expences 22:24:32 *expenses 22:24:44 then my employer might pay for the trip ;) 22:25:07 Unfortunately I am not in that situation 22:25:18 Well 22:25:21 then travel as a hobo 22:25:26 I guess that could work as well 22:25:38 -!- skj3gg has quit (Quit: welp, see you later.). 22:45:25 -!- oerjan has joined. 22:47:10 -!- ProofTechnique has joined. 23:04:45 -!- boily has joined. 23:06:37 -!- mihow has quit (Quit: mihow). 23:12:49 -!- diginet has quit (Ping timeout: 264 seconds). 23:13:25 -!- diginet has joined. 23:24:22 -!- Phantom_Hoover has joined. 23:29:08 -!- Lymia has quit (Ping timeout: 245 seconds). 23:29:21 -!- oren has joined. 23:31:41 -!- Lymia has joined. 23:36:43 -!- ProofTechnique has quit (Ping timeout: 255 seconds). 23:57:47 [wiki] [[Glass]] http://esolangs.org/w/index.php?diff=41875&oldid=32008 * 70.36.190.3 * (-36) /* 99 bottles of beer */ Fix bug by removing P.n, which referred to the nonexistent variable s, resulting in returning from P.n with 3 junk values pushed onto the stack when running the 0.12 interpreter. 23:59:48 [wiki] [[Glass]] http://esolangs.org/w/index.php?diff=41876&oldid=41875 * 70.36.190.3 * (+8) /* 99 bottles of beer */ Formatting