←2013-06-16 2013-06-17 2013-06-18→ ↑2013 ↑all
00:01:06 -!- Tritonio has joined.
00:04:24 -!- itsy has quit (Quit: itsy).
00:05:25 -!- sprocklem has quit (Remote host closed the connection).
00:29:32 -!- Tritonio_ has joined.
00:31:07 -!- Tritonio has quit (Ping timeout: 252 seconds).
00:41:58 <kmc> "Dr. James M Peebles, M.D, M.A. Ph.D., and 91 years old, states whiskey is key to a long life, although he advises against eating meats."
00:42:19 <kmc> also <3 these line drawing characters
00:42:45 -!- Tritonio_ has quit (Ping timeout: 248 seconds).
00:42:58 -!- Zerker has quit (Quit: Colloquy for iPad - Timeout (10 minutes)).
00:43:07 <copumpkin> :O
00:43:19 <shachaf> :ꙮ
00:44:03 <kmc> copumpkin: relative of yours?
00:44:21 <copumpkin> maybe, but I haven't heard of him :)
00:44:27 <copumpkin> my grandfather is 100 and has whiskey everyday
00:44:41 <copumpkin> every day
00:44:49 <shachaf> isn't it kind of whisky to do that at his age
00:46:16 <kmc> also this was from @CenturyAgoToday so I guess he's 191 years old now?
00:46:58 <shachaf> kmc: how often do you have whiskey
00:47:03 <copumpkin> lol
00:47:07 <copumpkin> I guess he must be
00:47:12 <copumpkin> interesting though
00:47:17 <copumpkin> that guy has too many degrees, anyway
00:47:29 <shachaf> Record heat wave in the Midwest leads to five deaths in Chicago as temperatures reach near 100 Fahrenheit (38 C).
00:47:32 <shachaf> speaking of too many degrees
00:48:11 <kmc> shachaf: not v. often
00:48:24 <kmc> i bought a bottle of whiskey a while back and finished it and haven't purchased another
00:48:33 <kmc> right now drinking Stone Smoked Porter
00:48:43 * copumpkin has a lambic with his rice
00:49:14 <shachaf> lambic pentameter
00:49:18 <copumpkin> yup
00:49:26 -!- Nisstyre-laptop has joined.
00:50:13 <kmc> nom
00:50:41 <shachaf> copumpkin should write us a sonnet
00:50:59 <shachaf> and/or read that that story
00:51:19 <kmc> sing us a song you're the copumpkin
00:51:33 <shachaf> and/or figure out how to make monad transformers work with negative-position things
00:51:48 <kmc> oh dear
00:51:58 <kmc> did you try comonad cotransformers
00:52:01 -!- Nisstyre-laptop has changed nick to Nisstyre.
00:52:27 <shachaf> nope "is that the answer"
00:52:32 <shachaf> "what's the question"
00:53:00 <shachaf> hey what do you think of class Functor m => Monad m where monad :: Free m a -> m a
00:53:03 <shachaf> the future y/n
00:53:32 <copumpkin> hth
00:53:52 <shachaf> tdhat
00:54:13 <kmc> ow
00:54:24 <kmc> data Free = ... ?
00:54:50 <shachaf> data Free f a = Pure a | Free (f (Free f a))
00:55:15 <shachaf> it's a free monad "like a free monoid except in the category of endofunctors hth"
00:55:35 <shachaf> In fact you can compare this with class Monoid m where mconcat :: [m] -> m
00:56:40 <kmc> good times
00:56:47 <shachaf> Free is a "p. fun type imo" imo hth
00:57:13 <kmc> we may be overdoing it with the "#esoteric house style"
00:58:27 <shachaf> Soon all conversation will be encoded in strings of quotes, imo, hth
00:59:11 <shachaf> kmc: "did you see http://apfelmus.nfshost.com/articles/operational-monad.html btw"
01:03:05 <kmc> no, cool
01:08:14 <shachaf> Oh, so Program f = Free (CoYoneda f)
01:08:24 <shachaf> Which I think edwardk said somewhere.
01:08:33 <zzo38> I have also said Free (CoYoneda f)
01:08:43 -!- Nisstyre has quit (Quit: Leaving).
01:08:58 <zzo38> So I know what Free (CoYoneda f) is.
01:09:07 <shachaf> What is it?
01:10:04 <zzo38> It is, if f is a GADT, the monad can have an operation which calls one of the constructor of a GADT like a command that returns a result, kind of.
01:10:12 <zzo38> I might not have explained it very well.
01:10:35 <shachaf> Well, f ought to be a Functor, oughtn't it?
01:10:37 <kmc> that does sound similar to 'operational'
01:11:07 <zzo38> shachaf: No. (CoYoneda f) is a Functor even if f isn't. (If f is a functor, then CoYoneda f = f)
01:11:32 <zzo38> Example: data F :: * -> * where { GetChar :: F Char; PutChar :: Char -> F (); };
01:12:08 <shachaf> Right. But then it's not the same as Free F.
01:12:41 <zzo38> Correct. However, then Free F isn't a monad since this F cannot be a functor.
01:12:54 <zzo38> But, Free (CoYoneda F) is a monad since (CoYoneda F) is a functor.
01:13:00 <shachaf> Right.
01:13:54 <shachaf> copumpkin: So doing a DList-style thing on Kleisli composition gives you something which behaves a lot like Codensity.
01:14:15 <shachaf> Can you get Codensity Monad instance out of it?
01:16:41 <shachaf> zzo38: What about Free (Yoneda f)?
01:16:51 <shachaf> Or maybe Cofree (Yoneda f) or something?
01:17:20 <zzo38> I don't know if that makes anything of any use.
01:29:47 <kmc> edward snowdenhands
01:31:36 <shachaf> Is there any place where Yoneda is better than CoYoneda?
01:32:10 <zzo38> Maybe in some cases; each is capable of different things. However, I do not think of a specific example at thist ime.
01:33:28 <shachaf> Right.
01:42:21 -!- mnoqy has joined.
01:52:26 <shachaf> i get it, training
01:52:34 <kmc> you're a quick one
01:52:49 <shachaf> because they're trains
01:52:52 <kmc> yes
01:52:56 <kmc> it's a true story tho
01:53:13 <shachaf> based on a true story
01:53:46 <shachaf> i saw a freight train on the caltrain tracks and it was good
01:54:27 <shachaf> zzo38: What are some cofree things other than cofree comonads?
01:54:42 <kmc> did it whoosh by
01:55:03 <shachaf> are you talking about your joke or the train
01:55:18 <shachaf> the train leisurelily whooshed by
01:55:23 <kmc> ok
01:55:56 <shachaf> consider the leisurelilies
01:56:16 <kmc> shachaf: have you read _Player Piano_ by vonnegut?
01:56:26 <shachaf> Nope.
01:56:30 <kmc> today i was told to read it
01:56:33 <kmc> seems like a p. good idea
01:56:51 <shachaf> i have a bunch of kurt vonnebooks to read "but not that one"
01:56:59 <shachaf> maybe i should read that one
01:57:22 <shachaf> another one that i don't have:::: _The Sirens of Titan_
01:58:50 <kmc> https://en.wikipedia.org/wiki/File:Grand_Junction_from_Mass_Ave.JPG there is a nuclear reactor in this photo
01:58:56 <kmc> don't you think that should be mentioned in the description
01:59:13 <copumpkin> oh I've walked by that before
01:59:14 <copumpkin> I think
01:59:23 <copumpkin> whose nukular is it
01:59:24 <kmc> the unassuming blue dome w/ the smokestack
01:59:26 <kmc> MIT's
01:59:33 <kmc> one of the last remaining HEU research reactors in the country
01:59:34 <copumpkin> I guess that was a stupid question
01:59:37 <shachaf> hmm can i have a nuclear reactor
01:59:39 <kmc> no
01:59:51 <copumpkin> shachaf cannot be entrusted with one
01:59:56 <copumpkin> I will use it well, however
02:02:47 <kmc> ok
02:02:49 <kmc> you can have one
02:05:28 <copumpkin> yayayayayayayay
02:05:37 <copumpkin> Imma see if I can light things on fire with it
02:06:05 <zzo38> I put the sequent calculus of sequent calculus into the computer, now.
02:06:23 <zzo38> Can you please check the sequent calculus of Turing machine to see if I have made any mistakes in it?
02:06:51 <zzo38> A proof is actually related to a halting problem!
02:07:03 <zzo38> Now I can understand why!
02:07:22 <kmc> zzo38.gödel.moed++
02:07:54 <shachaf> kmc: p. sure gödel didn't prove things equivalent to the halting problem hth
02:08:07 <kmc> close enuf
02:08:09 <shachaf> gö̈̈̈̈̈̈ del
02:08:11 <shachaf> help
02:12:55 <kmc> send pocky
02:13:39 <zzo38> It is provable if and only if it halts.
02:16:51 <Phantom_Hoover> fuck's sake
02:17:09 <Phantom_Hoover> i think i'm spoiled for intelligent criticism after finding that sci-fi blog the other day
02:18:02 <zzo38> I am unable to make the sequent calculus of nim game. (I tried, but it doesn't work properly.) Do you know how to do this?
02:18:48 <zzo38> However, I can do the subtraction game (which is related to the nim game).
02:21:15 <Phantom_Hoover> lesson of the day: nobody can be bothered to do intelligent long-form critiques of homestuck
02:21:41 <zzo38> Can you use shorthand?
02:22:20 -!- zzo38 has quit (Remote host closed the connection).
02:22:20 <shachaf> my hands are the same length
02:23:56 -!- Nisstyre has joined.
02:23:56 <Phantom_Hoover> sadly i do not know shorthand
02:28:18 -!- mnoqy has quit (Ping timeout: 245 seconds).
02:29:20 -!- mnoqy has joined.
02:34:17 <shachaf> what if growing a mustache is a defense against people drawing mustaches on pictures of you
02:42:16 -!- Tritonio has joined.
02:48:42 -!- Tritonio has quit (Ping timeout: 245 seconds).
02:48:44 -!- Tritonio_ has joined.
02:59:35 -!- Phantom_Hoover has quit (Read error: Connection reset by peer).
03:08:52 -!- Bike has joined.
03:08:53 -!- Tritonio_ has quit (Ping timeout: 245 seconds).
03:27:01 <oerjan> shachaf: ah mimicry?
03:58:20 <shachaf> Maybe Cofree (Yoneda f) is useful.
03:58:25 <shachaf> data Coop f a = a :< (forall b. (Coop f a -> b) -> f b)
03:58:32 <shachaf> Is that useful?
03:58:37 <shachaf> I bet it isn't.
03:59:52 <oerjan> cuppa coffee
04:00:22 <shachaf> instance Functor (Coop f) where fmap f (x :< k) = f x :< (. (. fmap f)) k
04:00:36 <shachaf> instance Comonad (Coop f) where { extract (x :< _) = x; duplicate w@(_ :< k) = w :< (. (. duplicate)) k }
04:09:13 -!- oerjan has quit (Quit: Lost terminal).
04:22:32 <kmc> The Beer, Burritos, and Bonghits Diet
04:27:43 <Bike> copyright kmc
04:28:07 <kmc> photo of me in a lab coat on the cover of the book
04:32:21 -!- sprocklem has joined.
04:45:02 -!- L8D has quit (Read error: Connection reset by peer).
04:50:34 <shachaf> `? indexed monad
04:50:36 <HackEgo> indexed monad? ¯\(°_o)/¯
04:51:08 <shachaf> `? monads
04:51:10 <HackEgo> Monads are just monoids in the category of endofunctors.
04:51:23 <shachaf> `run >'indexed monad' echo 'Indexed monads are just categories enriched over the monoidal category of endofunctors.'
04:51:27 <HackEgo> No output.
04:51:27 <shachaf> `? indexed monads
04:51:29 <HackEgo> indexed monads? ¯\(°_o)/¯
04:51:40 <shachaf> Didn't that thing do antipluralization?
04:51:45 <shachaf> `cat bin/?
04:51:46 <HackEgo> ​#!/bin/sh \ topic=$(echo "$1" | lowercase | sed "s/ *$//") \ topic1=$(echo "$topic" | sed "s/s$//") \ cd wisdom \ if [ \( "$topic1" = "ngevd" \) -a \( -e ngevd \) ]; \ then cat /dev/urandom; \ elif [ -e "$topic" ]; \ then cat "$topic" | rnooodl; \ elif [ -e "$topic1" ]; \ then cat "$topic1" | rnooodl; \ else echo "$1? ¯\
04:51:49 <Bike> `? indexed monad
04:51:51 <HackEgo> indexed monad? ¯\(°_o)/¯
04:51:57 <shachaf> Oh.
04:52:02 <shachaf> `run mv 'indexed monad' wisdom/
04:52:05 <HackEgo> No output.
04:52:06 <shachaf> `? indexed monads
04:52:08 <HackEgo> Indexed monads are just categories enriched over the monoidal category of endofunctors.
04:52:28 <shachaf> 21:51 <dolio> The other meaning is monad on an indexed category.
04:52:28 <shachaf> help
04:52:47 <Bike> `? dolio
04:52:49 <HackEgo> dolio? ¯\(°_o)/¯
04:52:53 <Bike> not worth listening to, clearly
04:53:01 <shachaf> `run echo 'Indexed monads are just monads on an indexed category' >> wisdom/'indexed monad'
04:53:04 <HackEgo> No output.
04:53:05 <shachaf> `? indexed monads
04:53:07 <HackEgo> Indexed monads are just categories enriched over the monoidal category of endofunctors. \ Indexed monads are just monads on an indexed category
04:55:01 <Bike> TCS 110: Object-oriented Programming for Artists
04:55:03 <Bike> Introduction to object-oriented programming for artists. Focus on understanding the metaphors and potential of object-oriented programming for sound, video, performance, and interactive installations.
05:03:16 <shachaf> kmc: oh man #haskell is so great right now
05:03:36 <shachaf> there's this one person who regularly tells beginners that Applicative and Monad instances should disagree
05:03:44 <shachaf> now everything is an argument about that
05:05:22 <kmc> and praytell what are the ops doing about this
05:05:23 -!- zzo38 has joined.
05:05:47 <shachaf> participating
05:05:50 <shachaf> what would you do
05:05:52 -!- SingingBoyo has quit (Ping timeout: 246 seconds).
05:05:55 <kmc> i was promised an iron fist
05:06:07 <shachaf> if you join #haskell you can have a temporary iron fist
05:06:15 <shachaf> but only if you use it well
05:06:24 <Bike> it's more like a few dozen iron fists, tied to one another
05:06:26 <shachaf> I don't think this person is actually malicious, though I don't know.
05:06:28 <kmc> i'm drunk so, no
05:06:33 <kmc> 'malicious' is not really the standard
05:06:44 <shachaf> Right.
05:07:05 <shachaf> Whatever the standard is it should be extensional, with the goal of making the channel a pleasant place.
05:07:47 <shachaf> But malice is an easy heuristicthing.
05:09:17 -!- Bike has quit (Quit: tire).
05:16:12 -!- Tritonio has joined.
05:20:41 -!- pikhq has joined.
05:20:52 -!- pikhq_ has quit (Ping timeout: 276 seconds).
05:33:41 -!- pikhq has quit (Read error: Operation timed out).
05:50:06 -!- pikhq has joined.
05:54:35 -!- sprocklem has quit (Remote host closed the connection).
06:30:27 -!- FreeFull has quit.
06:48:26 <shachaf> Hmm, so the decision of whether to use i or -i is like the decision of which way the rows and columns go in a matrix.
06:50:03 -!- Taneb has joined.
06:50:16 <Taneb> aaaaaaaaaaaaaaaaaaaaaaaaaaaaah
06:51:40 <shachaf> Haneb
07:02:14 -!- nooga_ has joined.
07:03:39 -!- kmc has set topic: Not for the other use | http://underhanded.xcott.com/?page_id=5 | http://codu.org/logs/_esoteric.
07:09:48 -!- SirCmpwn has quit (Read error: Connection reset by peer).
07:15:42 -!- pikhq_ has joined.
07:16:00 -!- pikhq has quit (Ping timeout: 260 seconds).
07:18:44 -!- epicmonkey has joined.
07:20:41 -!- SirCmpwn has joined.
07:56:53 -!- conehead has quit (Quit: Textual IRC Client: www.textualapp.com).
08:04:32 -!- Tritonio has quit (Read error: Connection reset by peer).
08:07:02 -!- Tritonio has joined.
08:56:45 -!- Taneb has quit (Quit: Leaving).
09:04:22 -!- sebbu2 has joined.
09:07:38 -!- sebbu has quit (Ping timeout: 245 seconds).
09:54:03 -!- Taneb has joined.
09:54:54 -!- epicmonkey has quit (Ping timeout: 256 seconds).
10:12:31 -!- Taneb has quit (Read error: Connection reset by peer).
10:16:15 -!- Taneb has joined.
10:29:48 -!- nooodl has joined.
10:35:13 -!- Phantom_Hoover has joined.
10:49:22 -!- MindlessDrone has joined.
10:56:42 <Sgeo> `slist
10:56:44 <HackEgo> slist: Taneb atriq Ngevd Fiora nortti Sgeo ThatOtherPerson alot
10:57:31 <Taneb> Sgeo, can you start tagging the `slist with something to sort of describe the update without being too spoilery so I can see if I've already read it?
10:57:38 <shachaf> no, Sgeo, stop making slist updates and start making olist updates
10:57:48 <shachaf> 22:26 < theresa> [A6A6I1] ====> (http://www.mspaintadventures.com/?s=6&p=008191)
10:57:51 <shachaf> 22:26 < theresa> new: 247 pesterlines (ROXY: 86); 5 images; 5 pages
10:57:53 <shachaf> why don't you get a bot like that in here
10:58:33 <Phantom_Hoover> we don't know
10:58:37 <Phantom_Hoover> we just don't know
10:59:04 <Phantom_Hoover> (i though homestuck was on hiatus...)
10:59:18 <shachaf> (i wish.......................................)
10:59:33 <mnoqy> (maybe it's off hiatus.....................................)
10:59:34 <shachaf> s/\...//
10:59:47 <shachaf> hi atus
10:59:59 <shachaf> hi atrus
11:00:05 <shachaf> remember atrus?????????????????????
11:00:08 <Phantom_Hoover> no
11:00:12 <shachaf> from uh riven
11:00:20 <shachaf> and myst and the other ones
11:00:30 <Taneb> What about atriq?
11:00:34 <Taneb> Remember atriq?
11:00:37 <mnoqy> no
11:00:38 <Taneb> I hated atriq
11:00:51 <Phantom_Hoover> fuck that guy
11:00:56 <Phantom_Hoover> annoying cheery prick
11:01:07 <shachaf> i liked atriq
11:01:25 <shachaf> i wish they'd come back
11:01:26 <Phantom_Hoover> why
11:01:51 <shachaf> `?hh atriq
11:01:53 <HackEgo> ahtrihq ohr two
11:02:23 <Sgeo> Phantom_Hoover, it is off hiatus
11:02:36 <shachaf> Sgeo...................................... . . . . . . . . . . . .
11:02:41 <Sgeo> "Edit: Megapause over. Snipped everything except the awesome HTML table below because of how sweet it is. "
11:02:50 <Taneb> Yeah, this is the fourth update since the hiatus
11:03:41 <shachaf> mnoqy: ok what book on linear algebra should i read
11:04:05 <Taneb> The Stainless Steel Rat by Harry Harrison
11:04:40 <mnoqy> shachaf: idk
11:04:53 <Taneb> Totally about linear algebra
11:04:59 <Taneb> Not at all about rats
11:05:05 <shachaf> mnoqy: well i just ordered one
11:05:08 <mnoqy> ok
11:05:09 <shachaf> so i hope you name that one
11:05:11 <mnoqy> is it good
11:05:17 <shachaf> how would i know
11:05:20 <mnoqy> ok
11:05:27 <Taneb> Actually, Stainless Steel Rat is less about rats than Of Mice and Men is about mice
11:05:37 <shachaf> someone described it as being unspoilt by applications
11:05:40 <shachaf> which sounds good??
11:05:46 <mnoqy> yes that does sound good
11:06:57 <mnoqy> iv never really had a linear algebra book . . . iv had a linear algebra course and there was sort of a book there but the course went a lot more in depth than the book and most of the exercises werent from the book [they were more interesting than the book exercises]
11:07:07 <shachaf> what course was it
11:07:15 <shachaf> should i have that course
11:07:48 <mnoqy> :-)
11:07:54 <mnoqy> anyway whats the book you got
11:08:13 <shachaf> whats the course you got
11:08:35 <mnoqy> how am i supposed to answer that because im not going to
11:08:44 <Taneb> A course is a course, of course, of course
11:09:26 <mnoqy> it was good though...unspoilt by applications
11:09:31 <shachaf> well you could start with your social security number and just go from there
11:09:42 <shachaf> what book did you use
11:09:56 <mnoqy> well the book wasnt really used much at all
11:10:03 <mnoqy> so what does it matter...
11:10:09 <shachaf> well what was it called
11:10:13 <Taneb> aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaah
11:10:20 <shachaf> was the book spoilt by applications
11:10:24 -!- epicmonkey has joined.
11:10:26 <mnoqy> i forget but i dont think so
11:10:35 <Taneb> Was it "Latin Beyond GCSE"
11:10:45 <mnoqy> no
11:10:52 <Taneb> "Writing Latin"?
11:10:56 <mnoqy> yes
11:10:56 <shachaf> is that like mcse
11:11:02 <Phantom_Hoover> yes
11:11:05 <mnoqy> it was writing latin
11:11:05 <Phantom_Hoover> but more general
11:11:25 <Taneb> shachaf, was yours Writing Latin?
11:11:33 <shachaf> mnoqy: was it "really" writing latin or are you just trying to get Taneb off your case
11:11:41 <mnoqy> shachaf: you got me...
11:11:59 <shachaf> you're so transparent, mnoqy
11:12:06 <shachaf> Taneb: maybe..........................yes(no)
11:12:13 <Taneb> Okay
11:12:16 <Taneb> I think mine is
11:12:33 <Taneb> I am going to do a linear algebra exam now
11:12:51 <Taneb> I hope predicative datives come up
11:12:56 <Taneb> I like predicative datives
11:12:58 -!- Taneb has quit (Quit: Leaving).
11:13:34 <shachaf> mnoqy: so what's with all the moustaches on super mega lately
11:14:07 <mnoqy> you mean the most recent super mega??
11:14:14 <mnoqy> yeah that has a moustache in it
11:14:30 <shachaf> yes but also other ones
11:15:55 <shachaf> mnoqy: whoa dude are linear transformations like concatenative languages
11:16:09 <Phantom_Hoover> yes(no)
11:16:12 <mnoqy> shachaf: what
11:16:23 <shachaf> exactly
11:17:42 <shachaf> mnoqy: i actually meant the way "composition" and "application" are kind of similar......
11:18:21 <Phantom_Hoover> shachaf.........
11:18:38 <shachaf> dude it's totally a good sense maker
11:20:21 <mnoqy> :☺)
11:33:43 -!- ais523 has quit.
11:39:09 -!- augur has quit (Remote host closed the connection).
11:50:11 -!- sacje has quit (Quit: sacje).
11:53:27 -!- Phantom_Hoover has quit (Ping timeout: 256 seconds).
11:58:33 <elliott> 01:58:50: <kmc> https://en.wikipedia.org/wiki/File:Grand_Junction_from_Mass_Ave.JPG there is a nuclear reactor in this photo
11:58:36 <elliott> 01:58:56: <kmc> don't you think that should be mentioned in the description
11:58:38 <elliott> kmc: it is...
12:11:08 -!- Phantom_Hoover has joined.
12:13:24 -!- MindlessDrone has quit (Quit: MindlessDrone).
12:13:43 -!- augur has joined.
12:16:03 -!- MindlessDrone has joined.
12:16:17 -!- MindlessDrone has quit (Client Quit).
12:18:27 -!- MindlessDrone has joined.
12:24:07 -!- clog has quit (Ping timeout: 264 seconds).
12:24:07 -!- Fiora has quit (Ping timeout: 264 seconds).
12:24:20 -!- Fiora has joined.
12:37:32 -!- epicmonkey has quit (Ping timeout: 259 seconds).
12:49:44 -!- epicmonkey has joined.
13:17:09 -!- lasserix has joined.
13:31:09 -!- abumirqaan has joined.
13:34:15 -!- Nisstyre has quit (Quit: Leaving).
13:47:23 -!- Koen_ has joined.
13:48:13 -!- Koen_ has quit (Read error: Connection reset by peer).
13:48:22 -!- Koen_ has joined.
14:06:34 -!- clog has joined.
14:19:43 -!- Tritonio has quit (Ping timeout: 276 seconds).
14:20:13 -!- Phantom_Hoover has quit (Ping timeout: 260 seconds).
14:43:54 -!- Phantom_Hoover has joined.
14:50:47 -!- Taneb has joined.
15:25:44 -!- augur has quit (Remote host closed the connection).
15:33:54 -!- FreeFull has joined.
15:59:22 -!- augur_ has joined.
16:08:03 -!- mnoqy has quit (Quit: hello).
16:10:15 -!- lasserix has left ("http://quassel-irc.org - Chat comfortably. Anywhere.").
16:46:48 -!- epicmonkey has quit (Ping timeout: 245 seconds).
16:53:07 -!- MindlessDrone has quit (Ping timeout: 276 seconds).
16:53:11 -!- Phantom_Hoover has quit (Read error: Connection reset by peer).
16:53:36 -!- Phantom_Hoover has joined.
16:55:17 -!- conehead has joined.
17:28:38 -!- Phantom_Hoover has quit (Quit: Leaving).
17:28:53 -!- Phantom_Hoover has joined.
17:34:40 -!- MindlessDrone has joined.
17:44:03 <kmc> elliott: it is now
17:46:35 <elliott> oh
17:46:37 <elliott> thank you DdEe4Aai
17:46:50 <elliott> whoever the hell you are
17:54:24 <kmc> http://en.wikipedia.org/wiki/Special:Contributions/DdEe4Aai take a wild guess
17:55:31 <fizzie> I'm thinking kmc's middle name.
17:55:56 <fizzie> (Weird parents?)
17:58:02 <elliott> kmc: did you generate that account name so people can't find out your wikipedia secrets
17:58:29 <elliott> wow [[fork bomb]] has managed to not grow 5000 examples since i deleted 90% of them
17:58:32 <elliott> praise the lord
17:58:41 <elliott> Revision as of 05:56, 29 May 2013 (edit)
17:58:41 <elliott> Rcmaehl (talk | contribs)
17:58:41 <elliott> (Only 1 DOS example is needed.)
17:58:45 <elliott> Latest revision as of 01:39, 2 June 2013 (edit) (undo)
17:58:45 <elliott> 75.131.26.156 (talk)
17:58:46 <elliott> (Undid revision 557293529 -- This is needed for context and removing it as content is deletionism at its finest.)
17:59:07 <Fiora> elliott: did it have a "fork bombs in popular culture" section?
17:59:07 -!- epicmonkey has joined.
17:59:33 <elliott> Fiora: with the obscurity of some of the languages people added fork bombs in, it practically qualified as one :P
17:59:39 <elliott> fork bombs in unpopular culture
17:59:44 <fizzie> "Fork bombs and their relation to knife bombs" section.
18:00:54 <Fiora> it's the weirdest, most jarring thing when I'm like reading a wikipedia article on some topic like, I don't know, "solid state disk", and then at the bottom there's like "in episode 57.45 of the big bang theory, some character made a joke about a solid state disk"
18:02:07 <kmc> haha
18:02:13 <fizzie> It doesn't say that in [[Solid-state drive]].
18:02:15 <fizzie> You liar.
18:02:23 <Fiora> I-I was just giving a hypothetical example!
18:02:45 <kmc> if big bang theory gets to 57 seasons then we are truly doomed
18:02:57 <kmc> also there should be a show Big Band Theory
18:02:59 <fizzie> Oh, I thought that was just a fractional episode number.
18:03:21 <kmc> well there is such a band
18:11:12 <fizzie> "This is Jackie from ECO Energy Engineering company, a leading LED Lighting manufacturer in <?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /><st1:place w:st="on"><st1:country-region w:st="on">China</st1:country-region></st1:place>." This spam is semantic!
18:12:11 <fizzie> (It can reach fabulous brightness at low watt.)
18:30:35 <kmc> wow
18:37:51 <Phantom_Hoover> watt's all this then
18:58:13 -!- iamcal__ has quit (Ping timeout: 248 seconds).
18:59:19 -!- ggherdov has quit (Ping timeout: 264 seconds).
18:59:55 -!- ssue__ has quit (Ping timeout: 264 seconds).
19:05:31 -!- ggherdov has joined.
19:44:18 -!- Phantom_Hoover has quit (Ping timeout: 245 seconds).
20:08:08 -!- MindlessDrone has quit (Quit: MindlessDrone).
20:40:30 -!- Phantom_Hoover has joined.
20:54:43 -!- iamcal___ has joined.
21:00:22 -!- ssue__ has joined.
21:16:43 -!- fizzie has quit (Ping timeout: 264 seconds).
21:26:39 -!- fizzie has joined.
21:47:49 <`^_^v> that feel when a senior dev submits a O(n^3) solution to a O(n) problem
21:47:55 <`^_^v> good thing for code review
21:48:47 <Taneb> Who are you and how do you pronounce your nick
21:48:55 <Taneb> Is it "face v"
21:49:00 <Taneb> "facevee"
21:49:46 <`^_^v> some things are not meant to be pronounced
21:50:05 <zzo38> OK, where does your *username* come from?
21:50:13 <`^_^v> it comes from a smiley face, duh
21:50:25 <zzo38> No, I mean the username, not the nickname.
21:50:41 <Taneb> "nycs"
21:51:06 <`^_^v> *runs away*
21:52:58 <kmc> dont scare :(
21:53:12 <Phantom_Hoover> be afraid
21:54:54 <shachaf> why is everyone +v
21:55:58 <olsner> who's +v?
21:56:12 <shachaf> kmc as well as other people
21:56:28 <Taneb> Including Gregor
21:56:32 <zzo38> That isn't everyone, though.
21:56:40 <shachaf> Everyone who counts.
21:58:59 <olsner> the O(n^3) solution probably makes the real problem fairly well obfuscated, must be great for "Job Security"
21:59:23 -!- mnoqy has joined.
21:59:26 <shachaf> twist: every O(n) solution is an O(n^3) solution
21:59:33 <olsner> the more work you do overall, the more places to hide useful work
22:00:34 <kmc> zzo38 counts
22:00:36 <kmc> he counted to 38 at least
22:02:03 <FreeFull> A O(n^3) solution might be better than O(n) if the difference in constant factors is big enough, and n is small enough
22:02:31 <shachaf> what if n = 0
22:02:36 <Taneb> But when is n ever small
22:02:48 <Taneb> n is getting bigger every day, FreeFull
22:02:52 <Taneb> Moore's law and that
22:02:55 <shachaf> let n be, like, a really big number
22:04:02 <Taneb> Like 17 or something
22:06:04 <FreeFull> 100000000000
22:06:29 <ion> let n be the biggest number
22:06:50 <Taneb> ion, as I said, 17
22:08:07 <FreeFull> Constant factors can be pretty big
22:08:27 <Taneb> Like 14?
22:08:31 <Taneb> 14 is pretty big
22:08:53 <olsner> 14 is not a constant
22:08:53 <ion> Not as big as 17, though.
22:15:37 <zzo38> Doesn't n mean the amount of data to process or something like that?
22:26:00 <olsner> yes, but we don't seem to agree on exactly how much data that is
22:27:12 <zzo38> Well, if we don't know what the problem is, how can we know how much data that is?
22:27:18 -!- Taneb has quit (Quit: Leaving).
22:27:35 <ion> I thought we agreed on 17.
22:28:15 <shachaf> @karma blah
22:28:16 <lambdabot> blah has a karma of 26052
22:29:38 <elliott> I like how lambdabot was using 6% CPU for a second
22:29:52 <elliott> wow, lambdabot uses a lot of CPU in general
22:29:54 <elliott> for an irc bot anywy
22:30:22 <nooodl> do you regret your purchase
22:30:35 <Fiora> elliott: maybe it stores karma as a unary coe?
22:30:36 <Fiora> *code
22:31:01 <fizzie> fungot: How much CPU does your sentience matrix use?
22:31:01 <fungot> fizzie: think cps in common lisp.
22:31:04 <elliott> Fiora: you know, given the quality of some of lambdabot's code I wouldn't rule it out
22:31:14 <fizzie> fungot: So... not much, then?
22:31:15 <fungot> fizzie: i said that you suggested a different implementation strategy for heap synchronization ( namely optimistic concurrency)
22:31:35 <fizzie> It's beyond human ken, I think.
22:32:25 <Fiora> elliott: or maybe like. it queries every single command ever sent in order to count up the karma
22:32:30 <Fiora> and instead of storing karma it stores a chatlog
22:32:35 <Fiora> so it's O(number of messages logged)
22:32:43 * Fiora can't imagine something much worse? XD
22:32:55 <Phantom_Hoover> it selects random lines from the chatlogs
22:33:09 <Phantom_Hoover> then stores them in a list
22:33:16 <elliott> Fiora: i wanted a bot that determined karma by determining all the times anyone's ever mentioned your name and then using some kind of modified spam filter to classify the references as positive or negative
22:33:20 <Phantom_Hoover> if they have a karma increment in them
22:33:21 <elliott> and summing them up
22:33:39 <fizzie> (Apparently the current iteration of fungot has, in the last six days, used 16 seconds of CPU time. If I read ps right.)
22:33:40 <fungot> fizzie: to use the utf8 egg.
22:34:09 <fizzie> Or is that 16 minutes? I don't know what the unit of that column is.
22:34:25 <elliott> 16 minutes seems like an awful lot for fungot
22:34:25 <fungot> elliott: that was absurdly involved. that's true.
22:35:06 <Fiora> elliott: I remember doing sentiment analysis in AI class; it was amazing how inaccurate it was
22:36:01 <fizzie> I remember the bits about semantics in a NLP class. They were all so crude.
22:36:10 <ion> My Little Pony class
22:36:18 <fizzie> New Little Pony.
22:37:00 <Fiora> MLP analysis sounds a lot easier; you could probably identify most ponies by their color scheme.
22:37:21 <fizzie> It's all pony-invariant descriptors and whatnot.
22:40:44 -!- sprocklem has joined.
22:41:34 -!- nooodl has quit (Ping timeout: 252 seconds).
22:42:18 <fizzie> Huh, SURF features are patented too? I was thinking (i.e., hoping) SIFT was the exception rather than the rule.
22:42:35 <ion> Everything is patented.
22:45:01 -!- sebbu2 has changed nick to sebbu.
22:55:15 <shachaf> higgledy-piggledy / bifunctoriality
22:57:38 <olsner> I don't run any IRC bots but X seems to use about 33 minutes per day here
22:59:57 -!- epicmonkey has quit (Ping timeout: 245 seconds).
23:00:43 <shachaf> kmc: good story about the money machine
23:01:57 <kmc> i thought so
23:02:05 <kmc> http://www.thoughtcrime.org/stories/money-machine/
23:09:46 <Fiora> those things seem designed basically just to embarrass the person inside of them :/
23:15:03 -!- sacje has joined.
23:15:39 <kmc> yeah
23:16:44 <kmc> our school had us sell magazines and wrapping paper and whatever, but the funds went specifically towards a class trip
23:16:51 <kmc> i'm sure the company took a nice cut, though
23:17:32 <elliott> is this some... americant hing
23:17:37 <elliott> i have no recollection of anything like this happening to me
23:17:43 <elliott> it sounds incredibly american at least
23:17:46 <kmc> most likely yes
23:18:09 <shachaf> i have no such recollection either
23:19:02 <fizzie> We sold toilet paper to fund class trips in grades 1-6.
23:19:28 <kmc> i assume your prices were not competitive with wal-mart
23:20:04 <fizzie> Counting delivery from the nearest wal-mart, perhaps.
23:20:21 <fizzie> They were reasonably large units.
23:20:33 <fizzie> Like, maybe in bunches of 40 rolls?
23:20:50 <fizzie> So perhaps the pricing was reasonably competitive.
23:21:38 <fizzie> Also there's a magazine full of stories and stuff written by school kids, that I think we also sold.
23:22:08 <fizzie> http://en.wikipedia.org/wiki/Kev%C3%A4tp%C3%B6rri%C3%A4inen
23:22:23 <fizzie> Lovely UTF-8 there.
23:22:54 <fizzie> Anyway, you got some tiny rewards for selling that thing.
23:23:43 <fizzie> We never had a money machine, though.
23:26:36 -!- mnoqy has quit (Quit: hello).
23:28:40 -!- sprocklem has quit (Remote host closed the connection).
←2013-06-16 2013-06-17 2013-06-18→ ↑2013 ↑all