purr changed the topic of #elliottcable to: elliott's cloudwig
<devyn> yeah, duh
<devyn> but it's not that complicated
<devyn> I think
<devyn> haha
<ELLIOTTCABLE> lol
<purr> lol
<ELLIOTTCABLE> well, that's clearly what I'm having trouble with
<glowcoil> well first of all he's specifying them axiomatically :p
<glowcoil> second of all these are pervasive in a way coroutines usually aren't
<glowcoil> third of all coroutines are a bit slippery :p
<devyn> mm
<ELLIOTTCABLE> axiomatically?
<ELLIOTTCABLE> hi
<purr> ELLIOTTCABLE: hi!
<ELLIOTTCABLE> disconnected. ew.
<glowcoil> ELLIOTTCABLE: making up these low level principles from which your high level thing arises
<ELLIOTTCABLE> yeah, got that
<ELLIOTTCABLE> said “oh yeah, duh”, but it'd disconnected me
<glowcoil> oh ok haha
<ELLIOTTCABLE> died died died died
<glowcoil> ELLIOTTCABLE: yeah just watched that hahahahha
<glowcoil> ELLIOTTCABLE: oh god i would hate to have the name jeff warren
<ELLIOTTCABLE> ?
prophile has joined #elliottcable
<glowcoil> ELLIOTTCABLE: he was the leader of the FLDS polygamist cult
<glowcoil> ELLIOTTCABLE: currently in prison
<ELLIOTTCABLE> oh lmao
<ELLIOTTCABLE> ffffff
<ELLIOTTCABLE> whitequark: hi!
<purr> <drparse> gqbrielle: a warning is when the parser gets passive-aggressive on you, an error is when it gets aggressive at you, a parse error is when it punches you in the fucking face
alexgordon has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
yorick has quit [Read error: Connection reset by peer]
<ELLIOTTCABLE> o7
<eligrey> firefox will never get superior pnacl and be forever limited by asm.js now that brendan eich is ceo
<ELLIOTTCABLE> superior how / limited how
<ELLIOTTCABLE> lol'ing
<purr> lol
<ELLIOTTCABLE> I am literally crying like a baby
<purr> <sephr> it was my sexy name
sharkbot has joined #elliottcable
<eligrey> ELLIOTTCABLE: are you seriously saying spidermonkey+asm.js is faster than llvm?
<eligrey> also its limited in terms of memory usage
<eligrey> no js engines allow over 2 or 4gb per page
<eligrey> ELLIOTTCABLE: people porting game engines to webgl are going to have trouble with that and the 50% worse than native performance of asm.js
<devyn> ...right now. theoretically there isn't really anything holding back asm.js as far as I can tell
<devyn> I think it's a dumb idea though
<eligrey> um the whole thing of it being a subset of js
<devyn> yes, it's a subset of JS, but the whole point of making it that subset of JS
<eligrey> which has no 64 bit int support necessary for games using >4gb ram
<devyn> is that by doing it
<devyn> you can compile it totally differently
<devyn> yep, that's a problem, for sure
<devyn> but it isn't really one right now
<devyn> games that use > 4 GB of RAM normally don't really have all of that being used in the same memory space in the web context
<devyn> a lot of that would be resources
<eligrey> you can port soooo easily with pnacl and its portable
<eligrey> devyn: i play multiples games with multiple browsers with multiple tabs simultaniously that doesnt matter
<devyn> of course that doesn't matter
<eligrey> i wouldn't care as long as the game goes fullscreen and captures my cursor
<eligrey> i wont even be able to tell its a browser game
<devyn> it doesn't matter with asm.js either
<eligrey> except the huge perf loss
<devyn> for now
<devyn> that's not necessarily a theoretical problem
<eligrey> i don't get what you mean
<devyn> I'm saying
<devyn> things improve
<eligrey> is spidermonkey going to get active ai optimization or something soon?
<devyn> yes, they're going to optimize specifically for asm.js
<devyn> for asm.js code
<devyn> it will be compiled in a totally different manner
<eligrey> they already do i thought
<devyn> well yes they're working on it, but I don't think it's in stable yet
<devyn> in any case, yes, even then, at the moment, there's overhead
<eligrey> uh oh you need to recompile stuff?
<devyn> what the fuck eligrey are you high
<eligrey> no chance for third party porting then
<eligrey> unless you used nacl
<devyn> you can do that with asm.js too
<devyn> I swear
<eligrey> devyn: yes are you not realizing what youre saying
<devyn> okay
<eligrey> that asm.js will get faster eventually
<eligrey> when pnacl is native perf /now/
<devyn> yes
<devyn> I know
<devyn> PNaCl is great and I'm totally on its side
<devyn> but I'm not saying asm.js is horrible either
<devyn> I think it's kind of dumb
<devyn> but it's not horrible
<devyn> from asmjs.org:
<devyn> > The principal benefit of asm.js over whole new technologies like NaCl and PNaCl is that it works today: existing JavaScript engines already optimize this style of code quite well. This means that developers can ship asm.js today and it'll simply get faster over time. Another important benefit is that it's far simpler to implement, requiring very little additional machinery on top of existing JavaScript engines and no API compatibility layer.
<devyn> I don't entirely agree that that's valuable
<devyn> but
<devyn> some think it is
<devyn> it *is* very simple
<devyn> like
<devyn> VERY simple
<devyn> I read the whole spec
<devyn> it made sense
<eligrey> at least chromebooks are outselling mozillabooks so it doesnt matter what eich does
<devyn> lol, no, it doesn't work like that. people are way more likely to use asm.js now, unfortunately
<purr> lol
prophile has quit [Quit: The Game]
<eligrey> devyn: is there a framework that deploys to both of them?
<eligrey> i'd use that
<devyn> sounds quite possible to me
<devyn> obviously not yet but I doubt the differences are huge
<devyn> other than that PNaCl has a gigantic API
<devyn> i.e. pepper, I think?
<eligrey> it also has opengl desktop version support
<eligrey> iirc
<eligrey> should be easy to port opengl games
<eligrey> devyn: pepper is a plugin api that pnacl needs to use for better integration than the netscape api
<eligrey> that firefox and safari use
<eligrey> and previously opera
eligrey has quit [Quit: Leaving]
<purr> <akshatj__> I can make you sick
<whitequark> asm.js is ok but simply pointless, as it is currently marketed
<whitequark> mozilla went into some serious overkill on that
<whitequark> ELLIOTTCABLE: hi
<devyn> you know I really don't see it as an alternative to PNaCl anyway
<whitequark> asm.js = formalization of emscripten output
<devyn> pretty much
<whitequark> firefox devs seem to think they need it for something, but they don't
<devyn> actually, I think it makes sense to formalize it
<devyn> then they can take what emscripten is useful for
<devyn> and optimize that further
<devyn> I guess
<devyn> …what is emscripten really useful for though
<devyn> lol
<purr> lol
<whitequark> see, the problem is the magic "use asm" incantation
<devyn> why is that a problem
<whitequark> it is useless. a good VM does not need it, *because* the semantics of asm.js is supposed to match semantics of js
<whitequark> because it means you aren't optimizing normal code, you optimize asm.js and only asm.js
<devyn> and it does. if you take the "use asm" incantation away, it still works
<whitequark> but is slow
<devyn> yeah
<whitequark> V8 simply ignores the incantation and is fast either way
<whitequark> or, newsflash, is fast even if you dare to create a new object inside or something
<whitequark> as mraleph wrote, it's kinda like "use hungary" and then the compiler would force you to declare your variables like
<whitequark> var iIndex, oObject;
<whitequark> and then it will be suddenly fast
<devyn> hahahaha
<devyn> yeah
<devyn> lol
<purr> lol
<devyn> that's great
malia has joined #elliottcable
malia has left #elliottcable [#elliottcable]
gozala has quit [Quit: Connection closed for inactivity]
<purr> <sullytaylor> I just spent three minuits looking for somthing, then I realised it was in my mouth
<purr> <micahjohnston> fuck
yorick has joined #elliottcable
Sgeo has quit [Read error: Connection reset by peer]
<whitequark> by the way
<whitequark> I just bought 1.5 sq. m. of clear acrylic
<whitequark> I definitely will not proceed to cum all over it
<whitequark> on a serious note, that stuff was *really* hard to get to my home by public transport. shit's heavy and thin.
alexgordon has joined #elliottcable
PragCypher has joined #elliottcable
prophile has joined #elliottcable
<purr> <elliottcable> put a candy-bar up your anus and then put your thinking cap on, and consider this:
* alexgordon wants to retreat to a tropical island and make furrow
<whitequark> $ make furrow
<whitequark> done
glowcoil has quit [Quit: Lost terminal]
glowcoil has joined #elliottcable
PragCypher has quit [Remote host closed the connection]
PragCypher has joined #elliottcable
gozala has joined #elliottcable
<ELLIOTTCABLE> Mornin, all
<whitequark> hi elliott
* ELLIOTTCABLE nods to whitequark
<glowcoil> hi ELLIOTTCABLE whitequark
<glowcoil> yessss my avl tree self balances now
<glowcoil> then i can get started on the fucking next cs assignment, due friday
<glowcoil> ._.
<whitequark> did your cs assignment consent to sex?
<glowcoil> oh you must have flipped two words when reading
<glowcoil> I said "fucking the next cs assignment"
<glowcoil> as in having sex with it
<whitequark> yes, exactly
<glowcoil> .-.
<glowcoil> :|
<glowcoil> ._.
<glowcoil> |:
<ELLIOTTCABLE> lol glowcoil
<purr> lol
<glowcoil> god Objekt is so perefct
<whitequark> ELLIOTTCABLE: so we were discussing something
<whitequark> idfk
<whitequark> let's continue
<whitequark> elliot elliot elliott
* whitequark sighs
<ELLIOTTCABLE> Paws.
<ELLIOTTCABLE> But I want to shower and eat, first.
malia has joined #elliottcable
cloudhead has joined #elliottcable
<alexgordon> cloudhead!
<alexgordon> malia!
<alexgordon> ELLIOTTCABLE!
<alexgordon> whitequark!
<alexgordon> glowcoil!
<alexgordon> all my favourite people
<ELLIOTTCABLE> PENIS!
<ELLIOTTCABLE> Malia?!
<ELLIOTTCABLE> ?!?!?!
<alexgordon> I don't really know malia
<ELLIOTTCABLE> I feel like darkf would be hurt that you left him out.
<malia> hi E sup?
<ELLIOTTCABLE> Long-ass time. :D
<malia> hi alexgordon we have passed in the night.
<ELLIOTTCABLE> alexgordon: gonna shower, then dive back into that abomniable spec.
<malia> ELLIOTTCABLE: yes, it quite has. how are you?
<alexgordon> malia: ah yes, dogging
<malia> I was writing a letter, ELLIOTTCABLE I auto log in here so it was a happy accident.
<malia> what's up for you?
<glowcoil> hi alexgordon
<ELLIOTTCABLE> Me? Ugh. Lazy. Lonely. Sleepy.
<ELLIOTTCABLE> It's a boring period in my life, 'spose.
<malia> why lonely? saw you out drinking with 3 women. that wasn't bad :)
<alexgordon> glowcoil: todo: 1. travel jabs, 2. tropical island, 3. furrow
<malia> yesterday I was lazy and sleepy--just could not shake it off..
<alexgordon> malia: only 3 women?
<malia> alexgordon: I think that was all I could see in the pic, could have been more.
<malia> ELLIOTTCABLE: if you want to talk to me mention my name, cuz I am going to another page.
<ELLIOTTCABLE> Kkkk
<ELLIOTTCABLE> "Only three women"
<ELLIOTTCABLE> What is my life that that's a valid comment
<alexgordon> ELLIOTTCABLE: how does it feel to be a notorious womanizer
<ELLIOTTCABLE> Diving into that goddamned algorithm again. Let's see what I can chip away. /=
<ELLIOTTCABLE> pretty sure I'm not a womanizer if I didn't bang, or even hit on, any of those women.
<ELLIOTTCABLE> Ugh my algorithm is fukt
<glowcoil> alexgordon: haha
<whitequark> ELLIOTTCABLE: well it means you're a womanizer then
<ELLIOTTCABLE> whitequark: huh?
<glowcoil> alexgordon: i want to do the same thing but just go make music
<glowcoil> and learn math
<glowcoil> and make games
<glowcoil> those 3 things
* alexgordon laughs
<alexgordon> glowcoil: come to my tropical island!
<ELLIOTTCABLE> alexgordon: travel jabs?
<whitequark> ELLIOTTCABLE: nevermind
<whitequark> so
<whitequark> I screwed^Wsawed that sheet of acrylic
<alexgordon> ELLIOTTCABLE: injections for foreign diseases
<whitequark> cool
<cloudhead> alexgordon :D
<glowcoil> alexgordon: haha i will
<alexgordon> ##paws island
<ELLIOTTCABLE> oh gods
<cloudhead> is #paws still next-level?
<ELLIOTTCABLE> What an incestuous clusterfuck that would be
<ELLIOTTCABLE> cloudhead: Hm?
prophile has quit [Quit: The Game]
<cloudhead> not really a question
<ELLIOTTCABLE> lol.
<purr> lol
<ELLIOTTCABLE> Paws is dead. Long live Paws.
prophile has joined #elliottcable
<whitequark> guys
<whitequark> what can I do with eighteen 3mmx10mm acrylic cylinders?
<cloudhead> that's really small
<cloudhead> probably not much
* alexgordon resists urge to say "put your cock in it"
* alexgordon shit
<cloudhead> alexgordon!
<whitequark> alexgordon: that's impossible
<ELLIOTTCABLE> Make 18 sounds.
<malia> who said you were a womanizer? it looked like you were out having fun, ELLIOTTCABLE you are too touchy
<whitequark> ELLIOTTCABLE: sounds?
<whitequark> oh, *those* sounds
<ELLIOTTCABLE> malia: all in good fun. (=
<alexgordon> malia: I said it :P
<whitequark> ew
<ELLIOTTCABLE> whitequark: ;)
<malia> alexgordon: you did? you jealous ha ha
<whitequark> maybe I should just burn them
<alexgordon> malia: :D
<whitequark> brb
<malia> :) alexgordon
<whitequark> where was my propane torch
<ELLIOTTCABLE> whitequark: burn them. burn them ALL.
<glowcoil> malia: hahaha
<ELLIOTTCABLE> I'mma go puke orange.
<ELLIOTTCABLE> brb.
<malia> hi glowcoil
<cloudhead> is he sick?
<alexgordon> malia: the other week ELLIOTTCABLE was recounting the erm, women in his life
<alexgordon> malia: it took a while
<ELLIOTTCABLE> Was I?
<ELLIOTTCABLE> When was this?
<malia> I can well imagine, alexgordon
<alexgordon> ELLIOTTCABLE: I SAID, THE OTHER WEEK
<ELLIOTTCABLE> cloudhead: I'm not sick. I'm CHEEZ-ITs.
<cloudhead> oic
<ELLIOTTCABLE> alexgordon: how do you remember something from *weeks* ago. That's silly.
<cloudhead> ELLIOTTCABLE: what are you doing these days
<alexgordon> ELLIOTTCABLE: I have a really good memory, don't you remember? I do
<whitequark> okay
<whitequark> now it boils
<malia> buy my eBook, guys it's only 50 pages. it's patriotic. 50 per cent goes to Blue Star Families. it is about PTSD wanna see?
<ELLIOTTCABLE> whitequark: acid
<whitequark> acid?
<malia> ^ELLIOTTCABLE
<ELLIOTTCABLE> cloudhead: absolutely nothing. |=
<ELLIOTTCABLE> malia: probably not. I don't really do Internet e-books. Or, for that matter, many patriotic things.
<whitequark> brb reading the list of combustion products of pmma
<alexgordon> ELLIOTTCABLE: alaskan independence FTW
<ELLIOTTCABLE> cloudhead: at this exact moment, actually working on paws for some inscrutable reason. But that's only as of yesterday.
<whitequark> hm, not toxic
<whitequark> disappointing
<malia> ELLIOTTCABLE: yes, but I wrote it. It is about PTSD ... since we have so many returning vets with it--it is important. and your friend (me) wrote it.
<ELLIOTTCABLE> Generally … trying to learn some electronics shit. Working my way through the Art of Electronics, on whitequark's suggestion. But only idly.
<malia> Feelings indelibly hurt by ELLIOTTCABLE
<cloudhead> ELLIOTTCABLE: well, how about on the unproductive side? video games? tv? books?
<alexgordon> malia: :(
<cloudhead> ah nice
<malia> alexgordon: yeah, it sucks, I wrote a fucking book, and nobody gives a shit here.
<malia> alexgordon: you are left out of the rant
<ELLIOTTCABLE> malia: I'll think about it, okay? Don't be so offended that I'm not excited to read it. I don't even know anybody with PTSD! Why're you trying to sell me on it? /=
<malia> since you gave me a frown-y
<alexgordon> malia: I'm not american so I have an excuse not to be patriotic. go crumpets!
<whitequark> wow
<whitequark> it actually burned down to literally nothing
<whitequark> entirely destroyed
<malia> ELLIOTTCABLE: 1. I wrote it 2. it is $2.99 you do know people with ptsd
<ELLIOTTCABLE> whitequark: that's extremely surprising. Expected goo.
<whitequark> exactly
<malia> alexgordon: I am talking in the UK with a veteran with PTSD, it is not an american problem
<malia> it is a world wide problem, rape victims get it, etc. it touches everyone.
<ELLIOTTCABLE> malia: well, link it to me when I get back to the computer (probably 'bout an hour)
<ELLIOTTCABLE> (on my phone climbing out of bed)
<alexgordon> malia: yeah I've seen documentaries. the state is such a pig for sending people out to do its dirty work and then abandoning them
<malia> that is my feeling alexgordon I have a friend in the UK who cannot sleep and has chronic pain. all caused by going to war with the Yanks.
<whitequark> at least your country doesn't have compulsive conscription
<malia> whitequark: we used to.
<whitequark> well, you *don't* now
<whitequark> and in russia there is one. generally people going to army are regarded as already half dead
<ELLIOTTCABLE> whitequark: gtfo.
<malia> whitequark: wow, where are you?
<whitequark> and note that we don't actually engage in any wars lately, it's just hazing
<whitequark> ELLIOTTCABLE: hm?
<ELLIOTTCABLE> whitequark: rtfn.
<whitequark> ELLIOTTCABLE: elaborate
<alexgordon> read the fucking ... n?
<ELLIOTTCABLE> whitequark: get the fuck outta there, right the fuck now.
<whitequark> ELLIOTTCABLE: how about you fuck off and clear your head first
<ELLIOTTCABLE> alexgordon: wat.
<purr> beep.
<ELLIOTTCABLE> whitequark: what? I'm just being kind. It wasn't intended offensively. o_O
* alexgordon falls over laughing
<ELLIOTTCABLE> Trying to commiserate, to
<alexgordon> you have a funny way of showing it, elliott
<ELLIOTTCABLE> Wat!
<whitequark> I don't follow at all
<ELLIOTTCABLE> By saying, "woah, your country compulsively conscripts and kills it's citizens? That could happen to you? OMG you should move asap!"
<ELLIOTTCABLE> derp
<ELLIOTTCABLE> WELL FINE bbl shower stillloveyouall
<malia> no ELLIOTTCABLE not sending URL. keep your $2.99 since it is not of interest to you. just thought you would like to see something I did.
<whitequark> no, it couldn't happen to me. I bribed the right official
<whitequark> malia: I understand you're collecting money for a good cause but it looks more like extortion. please don't do this, it's not nice.
<ELLIOTTCABLE> Be nice, maila's an extremely old friend.
<ELLIOTTCABLE> She's just rarely around.
<malia> whitequark I wanted ELLIOTTCABLE to see the book I wrote. that was all . I don't give a flying fuck if you buy it ever
<ELLIOTTCABLE> ugh.
<malia> thanks ELLIOTTCABLE
<whitequark> okay maybe I was reacting to something that isn't common for you
<whitequark> I've increasingly seen the trick "buy our plasma tv right now or we kill a kitten" being used, sometimes literally [saying that]. it annoys the fuck out of me.
<alexgordon> fortunately we're not so poor here that we can't afford a military
<ELLIOTTCABLE> Wait.
<ELLIOTTCABLE> I can buy a military?
<whitequark> ELLIOTTCABLE: relevant
<whitequark> "PMMA burns with a bright flame, virtually without smoke. Under normal circumstances, combustion only gives rise to carbon dioxide and water. Due to the material's chemical composition (carbon, hydrogen and oxygen), no acutely toxic substances like phosgene, acid vapors and sulfur dioxide can form, even in a real fire. Since the material does not contain any halogens, no dioxins can form either."
<whitequark> confirm that entirely
<whitequark> PMMA burning in my sink behaved just like that
<ELLIOTTCABLE> This changes EVERYTHING
<ELLIOTTCABLE> What's PMMA, specifically?
<malia> whitequark: this was not your conversation. I wanted an old long-standing friend to see what I wrote. that's all ...fuck me.
<whitequark> polymethylmethacrylate
<whitequark> aka acrylic
<ELLIOTTCABLE> how did you start it combusting? That's not normally something I think of as flammable. Just your torch?
<whitequark> malia: it was a public one. still, sorry for intruding
<ELLIOTTCABLE> UGH SHOWER GOOOODBYYYYYYE
<whitequark> ELLIOTTCABLE: hm? it's waterless organics
<alexgordon> ELLIOTTCABLE: yes you can buy ours, for the low low price of a hundred billion or something
<whitequark> of course it is easily flammable
<whitequark> also yes, just my torch
<whitequark> in fact a lighter works just as well
malia has quit [Quit: malia]
<whitequark> you need to add fire retardant specifically to make plastics not burn
<whitequark> e.g. polybrominated biphenyl
<glowcoil> :(
<ELLIOTTCABLE> malia /=
<whitequark> but that one's really toxic though
<alexgordon> sadness :(
<ELLIOTTCABLE> Pretty sure she's thoroughly lost it over the last couple years. Talking to her at all has been difficult.
<ELLIOTTCABLE> She hates me lots for how rarely I do so.
<alexgordon> ELLIOTTCABLE: you need to be more mormon
<whitequark> hmmm
<whitequark> I want to get some metal oxide and heat it with carbon to extract pure metal
<whitequark> feels like 1500s all over again
<glowcoil> russia sounds horrifying
<glowcoil> whitequark: :p
<whitequark> yeah read that. it's sad.
<whitequark> I do have some concern for my wellbeing every time I go out on the streets
<alexgordon> "non-traditional sexual orientation" lol
<purr> lol
<whitequark> alexgordon: the default government term for LGBTQ here
<whitequark> essentially the synonym
<alexgordon> interesting
<alexgordon> can't say it's any worse than our propaganda
<glowcoil> alexgordon: what's the problem with it/the uk term or whatever
eligrey has joined #elliottcable
<alexgordon> glowcoil: oh there's no problem
<alexgordon> I meant propaganda in general
<alexgordon> glowcoil: although certain conservatives politicans do say things like "traditional marriage", so I guess that's the same
<alexgordon> same in the US I'm sure
<glowcoil> ok
<glowcoil> yeah "traditional" is pretty loaded
<whitequark> alexgordon: yeah, same idea
<whitequark> "traditional" is *really* strong these days
<whitequark> everything must be traditional
<whitequark> russian
<alexgordon> tbh, if that's all conservatives did (want to keep the status quo), I wouldn't mind so much
<whitequark> patriotic
<alexgordon> it's when they try to change things they get dangerous
<glowcoil> well i dislike a lot of the status quo :p
<whitequark> these fucktards recently banned a math textbook for primary school because it wasn't patriotic enough
<whitequark> I repeat, not fucking patriotic enough
<glowcoil> oh wow
<alexgordon> whitequark: LOL
<purr> LOL
<alexgordon> glowcoil: I dunno, we've had 4 years of conservatives, I would quite like the status quo of 2010
cloudhead has quit [Quit: Lost terminal]
<alexgordon> we've definitely gone backwards in the last 4 years :P
<glowcoil> alexgordon: well like, those who have a pretty nice position in society like the status quo
<alexgordon> glowcoil: even poor people had a better time in 2010 here than they do now
<alexgordon> a much better time
<glowcoil> like, you're allowed to marry and see your spouse in the hospital and don't get beaten to death for going to the wrong bathroom (eg trans people) and lots more things like that
<glowcoil> so like, sure the status quo is better than actively worsening things lol
<alexgordon> yeah
<glowcoil> what's the status of gay marriage in the uk
<alexgordon> glowcoil: I think it passed into law, not sure
<alexgordon> don't think any marriages have happened yet?
<alexgordon> I don't really keep up with it
<alexgordon> glowcoil: we had civil partnerships before, so it's not that much of a big step
<glowcoil> oh wow apparently this saturday is the first time
<glowcoil> they'll happen in the uk
<alexgordon> huh
<alexgordon> strange the news isn't reporting it
<glowcoil> yeah the 29th
<alexgordon> CONSPIRACY
<glowcoil> found a daily mail article when googling :p
<alexgordon> oh daily mail LOL
<purr> LOL
<glowcoil> it's right there
<alexgordon> glowcoil: the way they implemented gay marriage is so tentitive they almost shouldn't have bothered
<alexgordon> religious institutions have to opt-in to it I think
<glowcoil> oh :/
<alexgordon> since for some reason marriage is still a religious matter? weird medieval stuff
<glowcoil> i feel like it should probably be a religious institution's right not to perform gay marriages
<glowcoil> though i still think any such religion is really fucking stupid
<alexgordon> glowcoil: well actually not necessarily
<alexgordon> glowcoil: they went to great lengths to make sure that religious institutions had to opt-in because some readings of EU law (and UK law for that matter) would say that they're not allowed to discriminate
<alexgordon> for instance a shop can't say "no gay people can shop here"
<glowcoil> right yeah
<glowcoil> i feel like you have to be really careful about it
<glowcoil> so idk what the answer is
<alexgordon> but what I object to is that it's religion wide
<alexgordon> so like if you have a particular church that says "I want to marry gay people" if the religion itself says no then they're not allowed
<alexgordon> glowcoil: who wants to get married anyway ;)
<whitequark> marriage is meh
<whitequark> although I can surely imagine scenarios where it's ridiculously convenient
<whitequark> ELLIOTTCABLE: did you know people make rocket engines with PMMA as solid fuel
<whitequark> a transparent, real rocket engine.
<glowcoil> i probably want to get married someday
<whitequark> well I mean, marriage as... state-sponsored slightly-religiously-colored status change
<whitequark> not as a kind of relationship
<glowcoil> when you talk about it as the signing the papers part of it then sure nobody gives a shit
<glowcoil> i thought we were talking about the kind of relationship
<whitequark> well, no one forbids that kind of relationship to, say, gay people. at least the laws are talking about the paper signing part
* glowcoil shrugs
<purr> ¯\(º_o)/¯
<glowcoil> i'm so tired of people who know literally nothing about string theory having such strong opinions about it
<whitequark> lol
<purr> lol
<whitequark> where?
<glowcoil> all over the internet
<glowcoil> eg this http://xkcd.com/171/
<whitequark> um
<whitequark> that's a strong opinion?
<alexgordon> glowcoil: americans seem to get married earlier
<glowcoil> idk that's not really a good example
<whitequark> it's a fact that we can neither validate nor use the theory, no matter how you look at it
<glowcoil> but like, i've encountered quite a few people on eg reddit who seem to have quite a bit of knowledge about why string theory is very stupid
<glowcoil> quite a bit of knowledge accrued in an armchair
<glowcoil> alexgordon: yeah i don't know specifics but probably/maybe
<glowcoil> idk i'd say getting married around 30 would not be bad
<whitequark> well, don't most particle physicists acquire most of their knowledge technically in an armchair?
<glowcoil> lol sure
<glowcoil> but they tend to gain it in a rigorous way
* glowcoil is not saying he is not an armchair particle physicist at all
<glowcoil> just that it's annoying when people are really really sure about string theory being worthless when they know nothing about it
<glowcoil> like i know very little about it
<whitequark> glowcoil: well the part about not being able to observe any of its predictions pretty much means "worthless" in my book
<whitequark> aka "obscure thing only interesting to a bunch of extra narrow specialists"
<whitequark> I honestly don't even know what to compare it with, because pretty much everything else is more practically useful
<prophile> I can't decide whether this is an amusing little result or one of the most fundamental discoveries ever made
<prophile> glowcoil: randall munroe has a degree in physics
<glowcoil> idek i'm going to back away from my previous assertion
<prophile> the basic string theory problem, as I understand it, is that it fits with all the current data but so far it hasn't been used to make any further predictions
<glowcoil> there are several unique predictions
<prophile> or rather, any further predictions which have been tested
<glowcoil> yeah the problem is that they're really high-energy or otherwise hard to observe
<prophile> but that's as I understand it and unlike mr munroe I do not have a degree in physics :)
<glowcoil> neither do i :p
<whitequark> okay it's not entirely worthless: In addition to influencing research in theoretical physics, string theory has stimulated a number of major developments in pure mathematics.
<whitequark> (I expected something like that)
<prophile> it uses category theory
<prophile> _CATEGORY THEORY_
<glowcoil> right yeah like i really really like string theory from a math perspective
<prophile> it's basically haskell
<whitequark> so?
<glowcoil> it's really really pretty
<whitequark> lol what
<purr> lol
<whitequark> well "monstrous moonshine" is by far the weirdest name
<prophile> hairy ball theorem
<glowcoil> Fuck Computers
<whitequark> Fucking Computers Theorem
<purr> <ec> HD tits are waaaaaay better than SD tits.
PragCypher has quit [Quit: Leaving]
<alexgordon> glowcoil: I guess, but string theory seems like a religion to me
glowcoil has quit [Remote host closed the connection]
<alexgordon> dammit
gozala has quit [Ping timeout: 264 seconds]
vil_ has joined #elliottcable
gozala has joined #elliottcable
gozala has joined #elliottcable
gozala has quit [Changing host]
vil has quit [Ping timeout: 245 seconds]
glowcoil has joined #elliottcable
glowcoil has quit [Client Quit]
vil_ is now known as vil
glowcoil has joined #elliottcable
<alexgordon> glowcoil: here's a mathematical question
<alexgordon> (if you're here)
<glowcoil> hi alexgordon
<glowcoil> fire away
<alexgordon> glowcoil: I'm planning/implementing furrow's standard library
<alexgordon> for shits and giggles I decided to generalize the usual plus/minus/and/or operators
<alexgordon> since in furrow all operators are just sugar for functions
<alexgordon> e.g. `foo && bar` is just `and(foo, bar)`
<alexgordon> glowcoil: right?
<glowcoil> right
<alexgordon> ok so cut to the chase
<alexgordon> plus() is 0 right
<alexgordon> times() is 1
<alexgordon> empty sum and empty product
<glowcoil> yeah
<alexgordon> xor() is 0, if we interpret as GF(2)
<alexgordon> and and() is 1
<alexgordon> ...what is `or()`?
<glowcoil> or() is false
<glowcoil> seems like xor() is the hard one to decide
<alexgordon> nah xor() is defined to be 0
<glowcoil> haha ok
<alexgordon> or() is false? I guess it's probably not true
<glowcoil> but or() seems pretty obviously false
<alexgordon> but
<alexgordon> maybe there's no such thing as or()
<alexgordon> could be like 1/0
<glowcoil> 1 is useless
<glowcoil> if you look at or(a, b, c) as I || a || b || c
<glowcoil> where I is identity
<glowcoil> then if it's 1, or always returns 1
<glowcoil> if it's 0, or returns what you expect
<alexgordon> yeah of course, I'm an idiot
* glowcoil shrugs
<purr> ¯\(º_o)/¯
<alexgordon> and the same reasoning for xor
<glowcoil> we need to replace that shrug with the katakana one
<glowcoil> what is that reasoning regarding xor
<alexgordon> the identity is just solving `a xor b = b` for a
<alexgordon> wait that doesn't work does it
<glowcoil> yeah each one has a different identity
<alexgordon> whatever, go with wikipedia. I'm too dumb today
<alexgordon> :P
<glowcoil> 1 xor 0 = 1, 0 xor 0 = 0
<glowcoil> ahhhh 0 is it
<glowcoil> 1 xor 1 = 0, 0 xor 1 = 1
<glowcoil> so it is 0
<glowcoil> butttt
<glowcoil> wait yeah i think that's it
<alexgordon> yeah
<glowcoil> xor is associative right
<glowcoil> i seem to remember some boolean operators not being associative
<alexgordon> yep associative and commutative
<glowcoil> ok
<alexgordon> haha we're getting beat by simple boolean operators :P
<glowcoil> haha
<glowcoil> they're not as easy to visualize as like normal old arithmetic ones
<glowcoil> we have an excuse
<alexgordon> so that's booleans done
<alexgordon> one type done, 99 to go
<glowcoil> but yeah you should have like
<glowcoil> a language feature for identities and commutativity and shit
<glowcoil> ykonw
<alexgordon> that would work better in a lispy language
<glowcoil> i spose so
<glowcoil> i guess this is more a python way of going about things
<glowcoil> i just wish identties were more explicit
<glowcoil> rather than having to be an argument to foldl, or builtin and unchangeable like in apl/j
<alexgordon> ah
<alexgordon> glowcoil: maybe you could do that with typeclasses?
<glowcoil> you *can*
<glowcoil> see: monoids
<glowcoil> mempty
<alexgordon> but nobody does? :)
<glowcoil> right
<glowcoil> i mean you can say
<glowcoil> mempty :: [Int] and you will get [] back
<glowcoil> but it's too verbose
<glowcoil> etc.
<glowcoil> and Num is too ugly
<glowcoil> and there's no Group and shit
<glowcoil> so
* glowcoil shrugs
<purr> ¯\(º_o)/¯
<alexgordon> I see
<alexgordon> glowcoil: ah now here's an interesting bikeshed
<alexgordon> minus()
<alexgordon> what is `minus(10)`
<alexgordon> is it -10 or is it (x: x - 10)?
<alexgordon> if the former, then what is times(10) ?
* glowcoil braces himself for Rival Dealer EP
<glowcoil> such a fucking incredible release
<alexgordon> rival dealer?
<glowcoil> by burial
<glowcoil> minus is not commutative or associative, idk how to do it over a list
<glowcoil> alexgordon: definitely not an entry level burial piece but give this track a listen if you can https://www.youtube.com/watch?v=xd3Ch53PxBs
<glowcoil> it's *incredible*
* alexgordon braces himself for Rival Dealer
<alexgordon> LOL
<purr> LOL
<alexgordon> "recommended to you: Margaret Thatcher on Socialism"
<alexgordon> -nope
<purr> alexgordon: http://youtu.be/gvdf5n-zI14
<glowcoil> lolol
<alexgordon> glowcoil: it sounds like someone is murdering an elephant while shouting down its arse
<alexgordon> glowcoil: good shit.
<glowcoil> lolol
<purr> lolol
<glowcoil> it's fucking intense
<glowcoil> definitely the most intense thing burial's put out
<glowcoil> his stuff is usually all downturned
<glowcoil> melancholic
<glowcoil> this is like, jungle + hardcore techno
* alexgordon plays -nope over the top of it
<glowcoil> when it dissolves at the end though <3
<alexgordon> glowcoil: this is quite good actually
<glowcoil> alexgordon: :D
<glowcoil> the saxophone sample
<glowcoil> near the end
<glowcoil> :')
<glowcoil> next track:
<glowcoil> it's *weird* but beautiful
<glowcoil> i'm being completely honest when i say
<glowcoil> no music has impacted me as strongly as the final track
<alexgordon> glowcoil: this is good music for making a standard library!
<alexgordon> :P
<glowcoil> haha
Sgeo has joined #elliottcable
<prophile> RIP in peace oculus rift