←2015-02-08 2015-02-09 2015-02-10→ ↑2015 ↑all
00:04:30 <naturalog> 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 <naturalog> how would you characterize *everything* it can do?
00:05:02 <naturalog> boily: i hope bold keeps your head fine
00:05:48 <naturalog> this machine obviously cannot do everything. can it do 3cnf?
00:06:34 <boily> naturalog: bold is correct.
00:07:24 <naturalog> :)
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 <Lilax> 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 <boily> 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 <Lilax> yay
00:32:44 <Lilax> channel created Sun Nov 26 2006 1:42:50
00:32:53 <elliott> this place was actually created in 202
00:32:54 <elliott> *2002
00:33:01 <Lilax> yah
00:33:06 <Lilax> I knew that
00:33:25 <Lilax> just seeing why the channel time is off for the client
00:33:41 * Lilax snugs elliott
00:34:01 <elliott> o.o
00:35:15 * pikhq beats Windows with a large stick
00:35:34 <Lilax> DOS Box
00:35:36 <Lilax> WhooOoOoO
00:36:47 <Lilax> what does +C mean?
00:38:41 <lifthrasiir> color strips?
00:39:07 <Lilax> non
00:39:46 <oerjan> naturalog: i think your definition is very vague on this machine's flow control hth
00:40:01 <elliott> no, we have colour on
00:40:03 <elliott> it strips ctcps or something I think
00:40:09 <elliott> oerjan: it has none, afaict
00:40:16 <naturalog> yes i kinda built on q1
00:40:28 <naturalog> it has tape over the array, and head
00:40:39 <naturalog> can more left or right, but cyclically
00:40:42 <naturalog> 1 bit of mem
00:40:55 <Lilax> that is
00:40:56 <naturalog> and all 1- 2- ary bin funcs
00:41:06 <Lilax> Reaaaaaaaaallllllllllllyyyyyyyyyyyy small
00:44:01 <oerjan> naturalog: i don't think you are understanding the question.
00:44:16 <oerjan> i'm not asking what it can do in a single instruction
00:44:32 <oerjan> i'm asking how it decides what instruction to do next
00:44:53 <naturalog> it does not. its all prescribed
00:45:06 <elliott> oerjan: you just get a list of fixed instructions to execute
00:45:08 <elliott> once
00:45:12 <oerjan> ah.
00:45:23 <oerjan> hm i guess with a finite array...
00:45:26 <naturalog> like the machine in q1 can create all complete squares indices to be true
00:45:28 <naturalog> yes
00:45:43 <Lilax> lets get together and make a humanoid AI named Glad0s
00:45:52 <oerjan> sounds a bit like those circuit complexity models
00:46:36 <naturalog> i dont know what you speak about. im pretty new on this stuff
00:46:57 <oerjan> hm i wonder if the barrington theorem applies
00:47:18 <oerjan> in which case the answer is: anything, as long as you are allowed a few spare bits
00:47:28 <naturalog> oh those complexities
00:47:49 <naturalog> so its like turing?
00:47:51 <oerjan> in fact i think that's the case.
00:48:01 <boily> Lilax: not sure it's a good idea.
00:48:10 <oerjan> well, like NC(1)
00:49:08 <oerjan> i guess that's not quite the same.
00:49:22 <oerjan> although i think it's pretty unknown exactly how much that allows.
00:49:41 <oerjan> (e.g. does it contain all of NP)
00:50:21 <oerjan> the thing here is that the length of the program could be _much_ larger than the array itself
00:50:35 <naturalog> how does this depend on p=np? i.e. assume p=np then what? and assume p neq np then what?
00:50:39 <oerjan> hm...
00:50:50 <naturalog> nm the machine, just NC(1)
00:51:17 <oerjan> 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 <naturalog> well for some problems you'll run out of mem even if you use the array as mem
00:51:57 <oerjan> (you need enough to encode 5 different states of the machine)
00:51:59 <Lilax> sigghhhhhhh
00:53:31 <oerjan> 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 <naturalog> ok so if its turing complete, then we can built a turing equivalent machine by simple matrix multiplications
00:54:44 <oerjan> the word "turing complete" does not apply to anything with a finite array as input.
00:54:48 <naturalog> i.e. vector is the state, we mul it by a matrix on each step, very simple one
00:55:27 <naturalog> yes ofc turing completeness i.e. equivalent to some finite turing machine of order of magnitude of this machines
00:55:36 <Lilax> you kiddos are so smart
00:56:08 <oerjan> 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 <oerjan> 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 <naturalog> ok ic i'll try to understand barrington theorem welel
00:57:37 <naturalog> well
00:57:38 <oerjan> (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 <naturalog> 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 <oerjan> what's q3
01:02:42 <boily> elliott: heh. I didn't know that mimics in 0.15 changed character when you hit them.
01:02:51 <oerjan> btw the NC(1) restriction is if the program has polynomial size in the array size, i think
01:02:51 <boily> oerjan: it's Quake hth.
01:03:13 <oerjan> oh and P = NP need not apply, because it's not even known if NC(1) contains P
01:03:46 <naturalog> 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 <oerjan> but if the program has unlimited size then things get simpler.
01:05:03 <oerjan> sounds like a pointer machine
01:05:05 <naturalog> it begins with a single key in the memory
01:05:14 <naturalog> ok maybe idk
01:05:26 <naturalog> reading
01:05:36 <oerjan> well, a limited one
01:06:54 <naturalog> i thought about it while wondering what computation can a dht network do with dht only
01:07:06 <naturalog> without syncronization ofc, otherwise its noninteresting
01:09:29 <naturalog> 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 <naturalog> with blockchain its kinda nondeterministic machine
01:12:49 <naturalog> btw on #zennet we sometimes have discussions about such problems, sometimes we like going deep on p=np and such
01:15:59 <oerjan> mhm
01:16:07 * oerjan thinks he may actually be sick
01:16:44 <boily> @localtime oerjan
01:16:45 <lambdabot> Local time for oerjan is Mon Feb 9 02:16:44 2015
01:17:37 <boily> oerjan: go rest! you're being unreasonable!
01:17:51 <boily> what's your address, so I can send you a can of chicken soup?
01:18:13 <oerjan> i think you are somehow assuming i actually woke _up_ at a reasonable time tdnh
01:18:49 <oerjan> i might have to go rest anyway, though.
01:18:58 -!- AndoDaan_ has joined.
01:19:08 <oerjan> right now, however, i am eating.
01:20:36 -!- AndoDaan has quit (Ping timeout: 264 seconds).
01:21:06 <Lilax> oerjan is in the future
01:21:12 <Lilax> its the 8th for me
01:21:21 <Sgeo> 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 <oerjan> how american of you
01:21:43 <Lilax> Don't make me
01:21:49 <Lilax> pat your face
01:21:54 <Lilax> >:T
01:22:36 <Lilax> >>>>:/
01:22:57 <Lilax> actually let me see something :00
01:23:47 <Lilax> > :T
01:23:48 <lambdabot> <hint>:1:1: parse error on input ‘:’
01:23:51 -!- _AndoDaan_ has joined.
01:23:57 <lifthrasiir> @localtime lifthrasiir
01:24:01 <lambdabot> Local time for lifthrasiir is Mon Feb 9 10:23:58 2015
01:24:10 <lifthrasiir> ah, good ol' CTCP TIME.
01:25:04 <oerjan> how east asian of you
01:25:17 <naturalog> :)
01:25:47 <lifthrasiir> oerjan: +9
01:26:06 -!- AndoDaan_ has quit (Ping timeout: 252 seconds).
01:27:13 <Lilax> @localtime Lilax
01:27:27 <Lilax> what
01:27:29 <lifthrasiir> it won't work if your client doesn't support CTCP TIME
01:27:35 <Lilax> welllll
01:27:37 <Lilax> fuk
01:28:26 <boily> I'm guessing the Lilaxtime is either 5:28pm or 8:28pm.
01:30:37 <Lilax> So close
01:30:43 <Lilax> SO CLOSE
01:30:57 <Lilax> 5:32
01:31:06 <Lilax> stalker maybe
01:31:16 <boily> your watch/clock/radio is running fast.
01:31:35 <Lilax> Uses sattalite time
01:31:43 <Lilax> can't spell sattalite
01:31:47 <oerjan> it was definitely :28 when i saw boily's message
01:31:56 <Lilax> non
01:31:58 <oerjan> satellite hth
01:32:09 <Lilax> its 5:34 noa
01:32:23 <oerjan> in that case your clock is off by 2 minutes or so
01:32:28 <Lilax> yay
01:35:40 <oerjan> 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 <oerjan> *-'
01:36:32 <Lilax> http://okuria.co.vu/post/110494876443/delusionalkieren-happy-valentines-day
01:36:39 <Lilax> is on fone
01:36:42 <Lilax> 4ever
01:36:43 <oerjan> oh.
01:36:54 <Lilax> since I'm poor and unreliable
01:37:00 <oerjan> you'd think a phone would know what time it is
01:37:09 <oerjan> in these days
01:37:39 * Lilax uses the brick to irc
01:38:36 <zzo38> 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 <Lilax> I wouldn't even bother
01:43:21 -!- skj3gg has quit (Quit: ZZZzzz…).
01:46:05 <Lilax> 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 <Sgeo> 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 <kallisti> Sgeo: are you getting artifacts?
02:04:05 <Sgeo> I'm getting weird bands of color, usually blue
02:04:14 <Sgeo> That seem to appear when a specific color is shown on my monitor
02:04:14 <kallisti> negatives?
02:04:50 <Sgeo> I use click2play for plugins, for example, and often the grey of that will be a flickering blue
02:05:28 <Sgeo> It depends on the tilt of my monitor, if I tilt it back far enough, no problem
02:05:28 <kallisti> laptop screen?
02:05:31 <Sgeo> yes
02:06:33 <kallisti> sounds like a problem with the video cable
02:06:36 <boily> single channel weirdness sounds like an unseated connector, or the cable got pinched somewhere.
02:06:40 <kallisti> since movement is causing it.
02:07:01 <Sgeo> boily: sometimes it's other colors
02:07:22 <Sgeo> 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 <kallisti> right.
02:07:50 <Sgeo> 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 <kallisti> could be either.
02:08:36 <Sgeo> Crud
02:08:54 <kallisti> doesn't sound like a problem with the LCD, since that would usually be permanent artifacts. dead pixels and such.
02:10:03 <kallisti> Sgeo: is it just the negative of the original image?
02:12:55 <Sgeo> No
02:14:03 <kallisti> try hooking up an external monitor if you have one
02:14:21 <kallisti> and see if it has the same problem.
02:17:28 <Sgeo> Don't have one at home
02:17:38 <Sgeo> 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 <Lilax> yay
03:09:19 <zzo38> Do you like to play a mahjong game?
03:11:53 <coppro> yes
03:11:58 <coppro> I've recently learned the rules to riichi
03:12:06 <zzo38> How recently?
03:12:11 <coppro> November
03:12:16 <zzo38> OK
03:12:20 <coppro> why?
03:12:50 <Lilax> 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 <Lilax> Its broken now since firefox updated
03:13:06 <zzo38> 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 <zzo38> Also I am writing the rules of a Magic: the Gathering variant for combining it with mahjong.
03:15:17 <zzo38> 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 <coppro> zzo38: I have heard of it, yes
03:20:12 <coppro> but that is about all
03:23:29 <zzo38> 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 <zzo38> 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 <coppro> they were sold by a company in vancouver
03:30:37 <coppro> afaik they went out of business though
03:32:53 <zzo38> 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 <coppro> link?
03:35:45 -!- adu has joined.
03:35:55 <zzo38> I have no link it is a physical store
03:36:03 <coppro> ah
03:49:42 <HackEgo> [wiki] [[Talk:Wct]] M http://esolangs.org/w/index.php?diff=41871&oldid=41861 * Oerjan * (+47) The date is not optional
03:53:57 <HackEgo> [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 <Zefpher> Hullo
03:58:24 <oerjan> heoluspher
03:58:38 <Zefpher> 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 <Zefpher> :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 <zzo38> 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 <Zefpher> gnight
04:15:51 <zzo38> OK
04:16:11 <Zefpher> pets zzo38
04:16:56 * Zefpher snugs elliott
04:16:59 <Zefpher> euh
04:17:41 -!- Zefpher has quit (Remote host closed the connection).
04:18:41 <elliott> 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 <Sgeo> 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 <zzo38> 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 <zzo38> Do you have any *indexed* Latin-suited tarot decks?
07:06:11 <zzo38> 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 <b_jonas> "Magic: the Gathering with mahjong combined together" heh
07:37:45 <zzo38> http://zzo38computer.org/textfile/miscellaneous/mahjong.var This is the rules I wrote for this game
07:37:54 <zzo38> Oops sorry that is the wrong URL
07:38:05 <zzo38> http://zzo38computer.org/textfile/miscellaneous/magic_card/mahjong.var
07:40:16 <zzo38> b_jonas: Do you like this?
07:40:48 <b_jonas> I don't know, I'm not a mahjong player, so I probably won't appreciate it
07:41:22 <zzo38> Do you know how to play mahjong at all?
07:41:27 <b_jonas> I know the basics
07:41:32 <b_jonas> I don't know all the scoring
07:41:39 <b_jonas> or all the rules
07:42:25 <zzo38> Then you can learn.
07:47:15 <zzo38> Is there anything like Hackage/CTAN/CPAN/whatever but for SQLite?
07:47:58 <b_jonas> 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 <zzo38> Advertising the software where it doesn't belong is not the point though
07:51:25 <b_jonas> "Whichever player is the active player in Magic: the Gathering is east
07:51:27 <b_jonas> player for mahjong."\
07:51:37 <b_jonas> - is this all the time, or only at the start of the game?
07:52:02 <zzo38> b_jonas: All the time.
07:57:07 <b_jonas> so you deal mahjong in each M:tG turn?
07:57:22 <b_jonas> that seems like it's a much slower game than M:tG then
07:57:29 <zzo38> Yes. It would slow down the game.
07:57:32 <b_jonas> but yes, it might make sense
07:58:03 <b_jonas> people invent so many hybrid sports like chess-boxing and kayak polo
08:00:14 <zzo38> 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 <zzo38> 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 <b_jonas> sure, the "mahjong tiles are permanents" thing is scary
08:02:19 <b_jonas> it makes them interact a lot
08:04:10 <int-e> zzo38: so is this for a four player version of MtG?
08:04:51 <zzo38> 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 <zzo38> 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 <b_jonas> does it have to mean somethign?
08:20:21 <zzo38> I don't know; I expected it to mean something.
08:20:44 <b_jonas> dunno, some philosophers or something might know what it means
08:21:27 <zzo38> It seems to be legitimate as Henri Bergson is mentioned and looking at Wikipedia, he is actually a philosopher.
08:21:38 <b_jonas> (unless you want a generalized zygomorphism)
08:22:02 <zzo38> The stuff in Wikipedia though is just as confusing.
08:22:21 <b_jonas> duh
08:27:31 -!- Melvar has joined.
08:34:06 -!- MDude has quit (Read error: Connection reset by peer).
09:04:23 <zzo38> 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 <Jafet> http://arcsynthesis.org looks like it got sprayed by a drive-by
12:00:11 <Jafet> Maybe I should be more careful when using the gltut example code
12:06:28 <boily> Jafet: http://www.carpathos.com/ ?
12:06:52 <boily> http://treasurevalleytax.com/ ???
12:07:08 <boily> what in fungot is that?
12:07:46 <Jafet> 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 <HackEgo> [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 <naturalog> 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 <Jafet> That is a very fractured ceramic container
14:13:27 -!- Zefpher has joined.
14:13:38 * Zefpher Screams intently
14:14:25 <Zefpher> Ok ill just leave our nick like this
14:14:58 -!- Tritonio has quit (Remote host closed the connection).
14:16:17 <Zefpher> gotta leave for skook
14:20:42 -!- Zefpher has quit (Ping timeout: 245 seconds).
14:26:14 -!- ProofTechnique has joined.
14:30:47 <HackEgo> [wiki] [[Talk:Al Dente]] M http://esolangs.org/w/index.php?diff=41874&oldid=41793 * Doesthiswork * (+391) nitpicking
14:34:52 <quintopia> why has no one been triggering pbflist for me :/
14:35:09 <quintopia> well just to be sure
14:35:17 -!- shikhin_ has changed nick to shikhin.
14:35:23 <quintopia> `pbflist
14:35:48 <quintopia> is that not right
14:35:56 <HackEgo> pbflist: shachaf Sgeo quintopia ion
14:36:04 <quintopia> oh good
14:36:13 <quintopia> hackego you slow
15:00:33 -!- AnotherTest has joined.
15:02:08 <mroman> can neural networks be trained to do calculations?
15:02:17 <quintopia> yes
15:02:23 <quintopia> of course
15:02:47 <quintopia> they can be wired into logic circuits
15:03:13 <quintopia> no training required...just create the network anually
15:03:24 <quintopia> that was a funny dropped m
15:03:56 <naturalog> 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 <mroman> Wasn't there some site that let's you enable comment functionality in static webpages
17:14:03 <mroman> through javascript
17:18:15 <mroman> disqus
17:18:16 <mroman> 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 <fizzie> 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 <kallisti> nice, I've always wanted to enhance my web surfing experience with crudely drawn dicks.
17:57:39 <zzo38> 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 <zzo38> 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 <zzo38> (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 <zzo38> 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 <mroman> Dear mozilla firefox
20:39:33 <mroman> PLEASE ACCEPT MY STANDARD FONT SIZE SETTINGS YOU FUCKING MORON
20:40:23 <Koen__> I know, right
20:42:12 <mroman> yeah
20:42:14 <mroman> it doesn't work
20:42:18 <mroman> I set default font size to 12pt
20:42:26 <mroman> but if a website does not specify any font size
20:42:28 <mroman> 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 <mitchs> int-e, in case you didn't notice, henkma struck back on sin curve
21:48:52 <mroman> henkma strikes back
21:49:05 <mroman> this february in your local cinema :(
21:49:09 <mroman> also clock is back
21:49:16 <mroman> (also in your local cinema of course)
21:49:20 <mroman> I'm hungry
22:06:42 -!- Tritonio_ has joined.
22:08:25 <mitchs> 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 <mroman> elloh
22:20:02 <mroman> do you have some food to spare?
22:20:12 <Taneb> Yes, actually
22:20:20 <Taneb> If you're in York, want half a pizza?
22:21:52 -!- Sprocklem has quit (Ping timeout: 240 seconds).
22:22:10 <mroman> I'm not in york
22:22:11 <mroman> but hey
22:22:19 <mroman> Wasn't it time for an #esoteric meet-up?
22:22:50 <Taneb> We're all quite geographically disparate
22:23:01 <Taneb> Unless it's in like Turku or the West Midlands
22:23:45 <mroman> well
22:23:54 <mroman> 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 <mroman> so I can write it off as educational expences
22:24:32 <mroman> *expenses
22:24:44 <mroman> then my employer might pay for the trip ;)
22:25:07 <Taneb> Unfortunately I am not in that situation
22:25:18 <mroman> Well
22:25:21 <mroman> then travel as a hobo
22:25:26 <mroman> 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 <HackEgo> [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 <HackEgo> [wiki] [[Glass]] http://esolangs.org/w/index.php?diff=41876&oldid=41875 * 70.36.190.3 * (+8) /* 99 bottles of beer */ Formatting
←2015-02-08 2015-02-09 2015-02-10→ ↑2015 ↑all