←2015-10-27 2015-10-28 2015-10-29→ ↑2015 ↑all
00:00:10 <shachaf> but this is the first one that made his eyes green
00:02:12 -!- idris-bot has quit (Ping timeout: 250 seconds).
00:02:22 <boily> I stand corrected.
00:03:55 -!- doesthiswork has joined.
00:18:36 -!- boily has quit (Quit: 'PATAPHYSICAL CHICKEN).
00:52:52 <HackEgo> [wiki] [[Nary]] http://esolangs.org/w/index.php?diff=44904&oldid=44902 * Conor O'Brien * (+1734)
00:56:08 <HackEgo> [wiki] [[Nary]] http://esolangs.org/w/index.php?diff=44905&oldid=44904 * Conor O'Brien * (+127)
00:57:16 <\oren\> HFS
00:57:34 <\oren\> Isabel Hoffmann is a nutcase
00:58:52 <\oren\> https://pando.com/2015/10/22/what-hell-facing-backlash-tellspec-ceo-now-flatly-denies-it-was-her-who-emailed-messaged-or-called-pando-threaten-lawsuit/
00:59:39 <\oren\> I'm glad Dad got out while he could
01:00:26 -!- lleu has quit (Quit: That's what she said).
01:01:55 <\oren\> fizzie: are those characters you want me to add?
01:04:10 <fizzie> \oren\: I'm not using your font, so I don't have opinions on its repertoire, except that I think when it comes to arrows, you should add in full blocks instead of individual characters.
01:05:32 <\oren\> I shoudl go thorugh some of the blocks for gaps
01:09:42 -!- Phantom_Hoover has quit (Read error: Connection reset by peer).
01:11:03 <HackEgo> [wiki] [[User:Conor O'Brien]] http://esolangs.org/w/index.php?diff=44906&oldid=44901 * Conor O'Brien * (+25)
01:22:19 <HackEgo> [wiki] [[Simplex]] N http://esolangs.org/w/index.php?oldid=44907 * Conor O'Brien * (+315) Created page with "'''Simplex''' is an in-progress, single-command programming language made by [[User:Conor O'Brien]]. It can be thought of also as a 1D language. It is expected to be in a work..."
01:22:27 -!- yorick has quit (Ping timeout: 255 seconds).
01:26:16 <izabera> totally confused, this http://arin.ga/fi2bCF/raw scores 97.5% on this https://www.codeeval.com/open_challenges/211/
01:26:21 <izabera> what am i missing? :|
01:28:42 <Lymia> Does that account for letter case?
01:29:00 <izabera> what do you mean?
01:29:03 <izabera> oh
01:29:05 <izabera> case
01:29:18 <Lymia> The specification is weird.
01:29:23 <izabera> well i tried with the case insensitive option and it still scored 97.5%
01:29:31 <Lymia> Are we supposed to assume two names will never match all the letters?
01:30:53 <izabera> would that be a problem?
01:33:47 <Lymia> I don't think so. But a site like this should at least say something about such an obvious edge condition.
01:34:12 -!- yorick has joined.
01:34:12 -!- yorick has quit (Changing host).
01:34:12 -!- yorick has joined.
01:34:14 <Lymia> "Chardonnay Sauvignon | ann"
01:34:20 <Lymia> Would your program get this test case right?
01:34:24 <izabera> yep
01:34:31 <Lymia> I assume it means you have to match two ns, and not something with only one
01:34:55 <Lymia> ... not that the specification says that
01:41:31 <fizzie> It also doesn't say what should happen if Tom remembered no letters. Not that they're likely to test that either.
01:50:13 <HackEgo> [wiki] [[Special:Log/newusers]] create * Luis Mendo * New user account
01:51:12 <\oren\> I got a new mp3 player
01:54:12 <izabera> which songs does it play?
01:54:28 <\oren\> it has the abilty to pick up FM radio and save it to an mp3 file
01:55:58 <izabera> revolutionary
01:56:16 <zgrep> Let's start a revolution, then.
01:56:36 <\oren\> it cost 5$ off ebay
01:57:08 <HackEgo> [wiki] [[MATL]] N http://esolangs.org/w/index.php?oldid=44908 * Luis Mendo * (+1013) Created page with "'''MATL''' is a programming language based on MATLAB and suitable for code golfing. The MATL language is [[stack]]-oriented. Data are pushed onto and popped out of a stack. F..."
02:01:33 <fizzie> MATLAB for code golfing.
02:15:50 <izabera> a huge library helps with golfing
02:20:08 <zgrep> To a certain extent.
02:21:24 -!- hppavilion[1] has quit (Ping timeout: 255 seconds).
02:22:52 <izabera> that's why mathematica is so used on codegolf.se
02:32:01 <Lymia> You know.
02:32:04 <Lymia> Something occurs to me.
02:34:17 <zgrep> How often does such a thing happen?
02:34:20 <zgrep> :P
02:34:37 <Lymia> For code golf purposes, why exactly are we sticking to printable characters, one command per character again
02:34:44 * Lymia kicks zgrep in the crotch
02:35:00 * zgrep keels over
02:35:06 <zgrep> Ow.
02:36:36 <zgrep> Lymia: Though it's no longer really active, http://rhoscript.com/. And there are other languages that overload characters.
02:37:08 <zgrep> But probably to be easier to type.
03:05:12 <FireFly> Lymia: there's a number of languages intended to work around that, but on codegolf.SE that is generally frowned upon
03:05:53 <FireFly> or rather, they consider it a "standard loophole" and usually measure code in bytes of UTF-8, or bytes-of-encoding-of-your-choice or such when it gets down to it
03:06:19 <FireFly> although that means you could still define meaning to bytes outside the ASCII range
03:06:53 <Lymia> ... OK?
03:06:57 <Lymia> I'm not talking about that at all.
03:07:46 <FireFly> oh
03:07:51 <FireFly> maybe I misunderstood then
03:07:55 <Lymia> Non-printable characters means... you know. "bytes outside the ASCII range" :|
03:08:12 <Lymia> And "one command per character" refers to not using bit encodings if you can't actually fill 8 bits per command
03:11:45 <FireFly> So something like using Huffman coding from the commads?
03:12:13 <Lymia> Something like that
04:03:33 -!- JesseH has quit (Read error: Connection reset by peer).
04:15:49 -!- Wright has quit (Ping timeout: 250 seconds).
04:55:12 <Jafet> perl eval unpack is pretty standard these days.
05:37:49 -!- JesseH has joined.
05:40:43 -!- JesseH has quit (Read error: Connection reset by peer).
06:00:09 -!- ^v has quit (Ping timeout: 265 seconds).
06:04:09 -!- ^v has joined.
06:11:46 -!- mauris has quit (Ping timeout: 246 seconds).
06:24:36 -!- doesthiswork has quit (Quit: Leaving.).
06:27:14 -!- FireFly has quit (Ping timeout: 244 seconds).
06:28:10 -!- shikhin has quit (Ping timeout: 272 seconds).
06:29:41 -!- FireFly has joined.
06:29:54 -!- shikhin has joined.
06:31:43 -!- kallisti has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client).
06:31:53 -!- kallisti has joined.
06:47:19 -!- aretecode has quit (Ping timeout: 240 seconds).
06:51:56 -!- ineiros has joined.
06:52:15 <b_jonas> oh, someone has rang the obell
07:13:42 -!- zadock has joined.
07:33:32 -!- Patashu has joined.
08:02:03 -!- ^v has quit (Ping timeout: 255 seconds).
08:40:06 -!- zadock has quit (Ping timeout: 260 seconds).
08:40:34 -!- zadock has joined.
08:41:52 -!- Phantom_Hoover has joined.
08:42:52 <HackEgo> [wiki] [[TeaScript]] http://esolangs.org/w/index.php?diff=44909&oldid=44900 * 160.85.232.162 * (+31) + cat:golfing language
08:45:17 <HackEgo> [wiki] [[Sclipting]] http://esolangs.org/w/index.php?diff=44910&oldid=44385 * 160.85.232.162 * (+30) + cat:golfing language
08:50:35 -!- mroman has joined.
08:50:46 -!- oerjan has joined.
08:53:01 <mroman> fnurd
08:53:04 <mroman> @messages-loud
08:53:04 <lambdabot> oerjan said 13h 54m 56s ago: <mroman> can you discard results without generating a warning? <-- yes. e.g. _ <- ...
08:53:04 <lambdabot> oerjan said 13h 53m 44s ago: <mroman> I assume thats bad, otherwise there wouldn't be a warning <-- not necessarily, some warnings are very advisory, and that particular one is rather annoying to always silence (disclaimer: i don't use -Wall)
08:53:04 <lambdabot> oerjan said 13h 50m 42s ago: <mroman> Apparentely FlexibleContexts is required as of 7.10 <-- it's more subtle than that. it was always required for type signatures, but now ghc requires extensions even for a purely inferred signature.
08:53:04 <lambdabot> oerjan said 13h 49m 27s ago: I find that last feature rather annoying myself, especially in ghci.
08:53:14 <oerjan> yo
08:53:21 <mroman> oerjan: _ <- is exactly what generates a warning.
08:53:29 <oerjan> huh, it does?
08:54:01 <oerjan> that's ridiculous
08:54:47 <oerjan> mroman: no, it doesn't.
08:54:48 <mroman> or maybe I'm remembering it wrong
08:54:50 <mroman> I'll test it
08:55:06 <oerjan> it's what the warning suggests you do...
08:56:11 <mroman> Yup.
08:56:18 <mroman> Maybe mapM_ will shut it up too
08:56:33 <mroman> I think you can discard (), right?
08:56:41 <oerjan> of course
08:56:51 <mroman> _ <- looks stupid :D
08:56:59 <oerjan> there's also void
08:57:28 <mroman> oerjan: Yep @inferred
08:58:16 <mroman> I also have dozens of "defined but not used" warnings.
08:58:39 <mroman> and some shadowings
08:58:50 <oerjan> you're supposed to use _ as prefix for unused variables
08:58:56 <mroman> Defaulting the following constraint(s) to type ‘Integer’ (Integral a0) arising from a use of ‘fromIntegral’
08:59:00 <mroman> ^- and a couple of these
08:59:09 <oerjan> yes, those are annoying
08:59:20 <mroman> How do you get rid of those?
08:59:53 <mroman> In the first argument of ‘(/)’, namely
08:59:53 <mroman> ‘fromIntegral (round (n * factor))’
08:59:54 <mroman> In the expression: fromIntegral (round (n * factor)) / factor
09:00:30 <oerjan> -fno-warn-type-defaults, i think https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/flag-reference.html#idp14879296
09:00:45 <mroman> I don't want to silence the warning, I want to get rid of it ;)
09:00:57 <oerjan> then you need a type annotation
09:01:34 <mroman> ah ok
09:01:59 <oerjan> and you can never write simple code like x^2 + 2*x + 1 again hth
09:02:08 <mroman> I like how ghc can infer stuff
09:02:25 <mroman> but on the other hand you should always specify the exact type
09:02:41 <oerjan> i'm talking about for the ^2 exponent.
09:02:54 <oerjan> it doesn't matter if x is fixed
09:03:33 <mroman> you mean I have to write x^(2::Int) or something like that?
09:03:45 <oerjan> yes
09:05:20 <mroman> :(
09:26:14 -!- Phantom_Hoover has quit (Read error: Connection reset by peer).
09:26:40 -!- Phantom_Hoover has joined.
09:44:39 <b_jonas> Wow, you can find some nice useful software libraries on the internet if you just look
09:51:11 -!- AnotherTest has joined.
09:54:44 -!- gamemanj has joined.
09:57:11 -!- Phantom_Hoover has quit (Read error: Connection reset by peer).
09:57:39 -!- Phantom_Hoover has joined.
10:00:34 -!- shikhin has quit (Read error: Connection reset by peer).
10:04:02 -!- shikhin has joined.
10:05:39 -!- Phantom_Hoover has quit (Read error: Connection reset by peer).
10:06:07 -!- Phantom_Hoover has joined.
10:12:43 <mroman> Well, I've managed to train my neural network to calculate f(x) = 1 - x
10:12:43 -!- Phantom_Hoover has quit (Read error: Connection reset by peer).
10:13:17 <b_jonas> mroman: great, in what representation of numbers?
10:13:29 <b_jonas> and over what domain?
10:13:58 -!- Phantom_Hoover has joined.
10:13:58 -!- Phantom_Hoover has quit (Read error: Connection reset by peer).
10:14:58 <mroman> doubles?
10:15:02 <mroman> I'm a total ANN newbie
10:15:32 <mroman> http://codepad.org/Qwc2S0vu
10:15:34 <mroman> ^- output
10:15:43 <mroman> I've trained it with f(1), f(0) and f(0.5)
10:15:54 <mroman> and it manages to do f(0.2) f(0.8) f(0.4) correctly based on that
10:16:22 <b_jonas> mroman: oh, so is this a neutral network that takes real numbers as its input and output, and does real number calculations on it? I see
10:16:26 <mroman> out is the output neuron, in the input neuron
10:16:49 <mroman> out <- b_3 means that neuron b_3 is connected to out
10:16:56 <mroman> and the numbers are the weights
10:17:00 <mroman> weights and delta
10:17:03 <mroman> to be precise
10:17:06 <b_jonas> ] 1 - 1 0 0.5 0.4 0.2 0.8
10:17:11 <b_jonas> [ 1 - 1 0 0.5 0.4 0.2 0.8
10:17:12 <j-bot> b_jonas: 0 1 0.5 0.6 0.8 0.2
10:18:06 <b_jonas> [ |4.5810405179002624E-10 0.9999999990583239 0.49999999975821413 0.5999999996182361 0.7999999993382801 0.2000000001781481 - 1 - 1 0 0.5 0.4 0.2 0.8
10:18:06 <j-bot> b_jonas: |ill-formed number
10:18:12 <b_jonas> [ |4.5810405179002624e-10 0.9999999990583239 0.49999999975821413 0.5999999996182361 0.7999999993382801 0.2000000001781481 - 1 - 1 0 0.5 0.4 0.2 0.8
10:18:12 <j-bot> b_jonas: |ill-formed number
10:18:18 <b_jonas> [ |4.5810405179002624e_10 0.9999999990583239 0.49999999975821413 0.5999999996182361 0.7999999993382801 0.2000000001781481 - 1 - 1 0 0.5 0.4 0.2 0.8
10:18:19 <j-bot> b_jonas: 4.58104e_10 9.41676e_10 2.41786e_10 3.81764e_10 6.6172e_10 1.78148e_10
10:18:28 <b_jonas> that's quite close
10:18:49 <mroman> errsum = 1.9925257041341184E-8
10:18:58 <b_jonas> [ +/|4.5810405179002624e_10 0.9999999990583239 0.49999999975821413 0.5999999996182361 0.7999999993382801 0.2000000001781481 - 1 - 1 0 0.5 0.4 0.2 0.8
10:18:59 <mroman> that's pretty close, yes ;)
10:18:59 <j-bot> b_jonas: 2.8632e_9
10:19:06 <fizzie> Isn't it amazing, how complicated mappings a neural network may learn!
10:19:16 <b_jonas> yes it is
10:19:27 <mroman> Now I'm gonna teach it to square the shit out of numbers
10:20:16 <fizzie> Did you know that a feed-forward network with a single finite hidden layer is a universal approximator?
10:22:32 <mroman> looks like it can't learn how to square stuff
10:22:33 <b_jonas> [ 1645%365
10:22:34 <mroman> errsum = 276
10:22:34 <j-bot> b_jonas: 4.50685
10:22:38 <mroman> that's too high.
10:24:03 <fizzie> It can certainly learn how to square stuff within an interval, if you have enough training data and neurons.
10:24:17 <fizzie> Or, well, how to approximately square stuff.
10:25:02 <mroman> an error sum of 276 is too high
10:25:12 <mroman> that means: no fucking way this network with this layout can learn to do that
10:28:44 <mroman> need a better network
10:28:53 <mroman> sweet
10:29:21 <b_jonas> mroman: or more input samples
10:30:24 <mroman> I need to teach my neurons to not only sum up inputs
10:30:35 <mroman> the problem is with the usual weight * input
10:30:44 <mroman> you can't get from a input 0 to an output of 1
10:30:45 <mroman> ;)
10:30:57 <mroman> errsum_new := 0.07792577232358111
10:30:59 <mroman> much better
10:31:13 <mroman> ] 39*39
10:31:18 <mroman> [ 39*39
10:31:19 <j-bot> mroman: 1521
10:31:24 <mroman> oh well that's fairly close
10:31:31 <b_jonas> mroman: you could try to teach it x*(1-x) instead
10:31:40 <mroman> http://codepad.org/oGJGUfjv
10:31:44 <mroman> 1511 for f(39)
10:33:52 -!- boily has joined.
10:36:57 <fizzie> The "usual" weight * input? That's not the usual. The usual is weight * input + bias.
10:46:00 <Jafet> Ah yes, universal approximation theorem: for any continuous monotone function, there exists a neural network that kinda vaguely resembles that function, and your backprop may or may not find it.
10:46:09 -!- zadock has quit (Quit: Leaving).
10:49:02 -!- oerjan has quit (Quit: Later).
10:52:50 <boily> Jafellot. isn't that an extremely weak theorem: for every thing that exists, there exists something else that may or may not be found.
10:53:33 <fizzie> There's also a number of things that don't exist, though.
10:55:16 -!- Phantom_Hoover has joined.
10:58:04 -!- Phantom_Hoover has quit (Read error: Connection reset by peer).
11:00:07 <gamemanj> boily: It says your backprop may or may not find it... if you brute-forced every single possible neural net, you may find it.
11:01:03 <mroman> http://codepad.org/JqS87pTF
11:01:10 <mroman> That's as close as my weird-network can get
11:01:29 <mroman> which is reasonably close
11:11:34 <boily> all neurons are weird.
11:11:35 <mroman> let's see if it can learn factorial
11:11:39 <mroman> probably not
11:12:53 <mroman> f(9) := 450467.7218227489
11:12:55 <mroman> yeah no
11:12:55 <mroman> :(
11:14:21 <mroman> silly network
11:15:16 <boily> > product [2..9]
11:15:18 <lambdabot> 362880
11:15:58 <boily> > abs (450467.72 - 362880) / 362880 * 100
11:15:59 <lambdabot> 24.136827601410925
11:16:09 <boily> only 24% relative error. not so bad.
11:17:18 <b_jonas> mroman: try to make it learn a step function
11:20:00 <b_jonas> mroman: eg. similar to the function 0.16329<=x&&x<0.69431 to which http://dpaste.com/240EM18 gives input-output pairs
11:21:20 <mroman> I'm actually more "evolving" it
11:22:27 <b_jonas> http://plotshare.com/index.ws/plot/645669689 gives a plot
11:25:00 -!- boily has quit (Quit: NARROWBAND CHICKEN).
11:25:13 <mroman> f(6) := 720.0000109336563
11:25:13 <mroman> f(7) := 5040.0007788950525
11:25:14 <mroman> f(8) := 40320.00003472659
11:25:14 <mroman> f(9) := 335186.6552867455
11:25:34 <mroman> still not really accurate :(
11:25:59 <mroman> It's accurate within the trained range
11:26:09 <mroman> more or less.
11:26:57 <b_jonas> [ !6+i.4
11:26:58 <j-bot> b_jonas: 720 5040 40320 362880
11:33:25 <mroman> so there's some randomness involved in training actually
11:44:58 -!- AnotherTest has quit (Ping timeout: 240 seconds).
11:45:56 -!- augur has quit (Quit: Leaving...).
11:50:49 <Jafet> `? ostrich
11:50:50 <HackEgo> Ostrich used to be a large middle European empire in frequent conflict with Turkey. After a famine it sort of split into Ostrich/Hungry. Alas its policy of keeping its head in the sand did not get it through the Great War, and with its final attempts to take flight failing, it ended up cut into several pieces.
11:51:11 <Jafet> (just found https://en.wikipedia.org/wiki/File:Imperial_Coat_of_Arms_of_the_Empire_of_Austria.svg)
11:55:24 <mroman> f(9) := 363064.5772012372
11:55:26 <mroman> closer
11:55:39 <mroman> f(10) := 3622810.622599557
11:55:44 <mroman> > product [1..10]
11:55:45 <lambdabot> 3628800
11:55:55 <mroman> > product [1..11]
11:55:56 <lambdabot> 39916800
11:56:27 <mroman> > fromIntegral (product [1..11]) - 3.9573572239199296E7
11:56:29 <lambdabot> 343227.76080070436
11:57:53 <Jafet> Learning the gamma function?
11:59:52 <mroman> factorial
12:02:05 -!- augur has joined.
12:12:25 -!- Patashu has quit (Ping timeout: 256 seconds).
12:35:26 <mroman> ok... why is my last line shown twice
12:38:51 <FireFly> mroman: perhaps you could see if it manages to approximate the gamma function between integers in the range you have trained it for
12:39:39 <FireFly> or train with integers 1,2,3,4,6,7 and see if it manages to interpolate fac(5)
12:45:53 <int-e> ah, GG... anyone should've seen this coming...
12:52:36 <mroman> does anybody know how I can tell php's passthru to actually print stdout back to me?
12:52:41 <mroman> I mean... that's what passthru should be for
12:52:47 <mroman> but it's not doing it's job correctly as it seems
13:06:50 <FreeFull> Jafet: That coat of arms is mega-decorated
13:27:11 -!- lleu has joined.
13:27:11 -!- lleu has quit (Changing host).
13:27:11 -!- lleu has joined.
13:40:40 -!- TieSoul has joined.
14:00:42 -!- shikhin has quit (Ping timeout: 255 seconds).
14:01:00 -!- FireFly has quit (Ping timeout: 272 seconds).
14:02:15 -!- shikhin has joined.
14:02:21 -!- FireFly has joined.
14:07:14 -!- FireFly has quit (Read error: Connection reset by peer).
14:07:49 -!- FireFly has joined.
14:45:56 -!- ^v has joined.
14:57:30 -!- shikhin has quit (Ping timeout: 240 seconds).
14:59:12 -!- FireFly has quit (Ping timeout: 250 seconds).
15:05:23 -!- FireFly has joined.
15:05:27 -!- shikhin has joined.
15:06:56 -!- FireFly has quit (Excess Flood).
15:07:04 -!- FireFly has joined.
15:14:53 -!- JesseH has joined.
15:16:57 -!- aretecode has joined.
15:23:52 -!- ^v has quit (Quit: Leaving).
15:47:47 -!- spatterworthy has joined.
16:02:12 -!- adu has joined.
16:03:19 -!- J_Arcane has quit (Ping timeout: 244 seconds).
16:10:42 -!- spatterworthy has quit (Ping timeout: 246 seconds).
16:16:08 -!- spatterworthy has joined.
16:17:28 -!- MDude has joined.
16:21:22 -!- augur has quit (Quit: Leaving...).
16:22:17 -!- J_Arcane has joined.
16:38:32 -!- oerjan has joined.
16:39:01 -!- adu has quit (Quit: adu).
16:44:31 -!- MDream has joined.
16:47:58 -!- MDude has quit (Ping timeout: 240 seconds).
16:53:13 -!- kallisti has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client).
17:14:28 -!- AnotherTest has joined.
17:19:18 -!- spatterworthy has quit (Ping timeout: 246 seconds).
17:23:54 -!- atrapado has joined.
17:54:45 -!- mroman has quit (Quit: Lost terminal).
18:17:12 -!- mihow has joined.
18:37:05 <izabera> https://www.youtube.com/watch?v=Z0DO0XyS8Ko
18:40:38 -!- sebbu has quit (Ping timeout: 250 seconds).
18:40:52 -!- sebbu has joined.
18:40:57 <oerjan> OKAY
18:41:37 * gamemanj is confused
18:42:04 * oerjan defuses gamemanj
18:42:09 -!- hppavilion[1] has joined.
18:43:11 <oerjan> gamemanj: wither confuseth thee?
18:44:19 * gamemanj falls asleep due to confusion!
18:45:16 <oerjan> i'm sorry, we cannot help you with this little information, please provide a minimal reproducible example twh
18:57:37 <oerjan> <int-e> ah, GG... anyone should've seen this coming... <-- which part in particular twh
18:57:51 <oerjan> @ask int-e <int-e> ah, GG... anyone should've seen this coming... <-- which part in particular twh
18:57:51 <lambdabot> Consider it noted.
18:58:25 -!- MDream has changed nick to MDude.
18:59:07 <shachaf> oerjan: spot of the olist, governor?
18:59:15 <shachaf> do you know what the green eye thing is
19:00:15 <oerjan> i dunno but i noticed the effect healed roy
19:01:20 <oerjan> i'm wondering if that dwarf who lied originally and said the sword was starmetal was part of some conspiracy
19:01:56 <oerjan> to make sure the sword would _become_ starmetal
19:02:51 -!- lleu has quit (Read error: Connection reset by peer).
19:03:02 -!- lleu has joined.
19:03:26 <oerjan> if it was simply roy becoming "no holds barred" then you'd expect the same effect in the fight with xykon
19:04:43 <oerjan> perhaps it's just a matter of degree
19:09:54 -!- Phantom_Hoover has joined.
19:11:45 -!- hppavilion[1] has quit (Ping timeout: 256 seconds).
19:16:06 <HackEgo> [wiki] [[Algebra]] M http://esolangs.org/w/index.php?diff=44911&oldid=43998 * Oerjan * (+7) link, grm
19:18:10 -!- lleu has quit (Read error: Connection reset by peer).
19:18:18 -!- lleu has joined.
19:20:47 -!- Phantom_Hoover has quit (Read error: Connection reset by peer).
19:21:15 -!- Phantom_Hoover has joined.
19:26:48 -!- hppavilion[1] has joined.
19:26:56 -!- atrapa has joined.
19:26:58 -!- atrapado has quit (Disconnected by services).
19:27:04 -!- atrapa has changed nick to atrapado.
19:30:19 <HackEgo> [wiki] [[DeathScript]] http://esolangs.org/w/index.php?diff=44912&oldid=43979 * Oerjan * (+148) wikify
19:32:43 -!- hppavilion[1] has quit (Ping timeout: 256 seconds).
19:37:45 <HackEgo> [wiki] [[ShortScript]] http://esolangs.org/w/index.php?diff=44913&oldid=44055 * Oerjan * (+3) wikify
19:38:24 <HackEgo> [wiki] [[Special:Log/move]] move * Oerjan * moved [[Ingredients-Oriented Paradigm]] to [[Ingredients-oriented paradigm]]: case
19:47:55 <HackEgo> [wiki] [[Flower]] http://esolangs.org/w/index.php?diff=44915&oldid=44006 * Oerjan * (+8) citation needed
19:51:51 <oerjan> @tell ais523 the WUUI article contains an unmatched ), i'm not sure what it's supposed to say.
19:51:51 <lambdabot> Consider it noted.
19:59:14 <int-e> oerjan: <-- which part in particular twh <-- well, all of it, the emphasis was on the use of "anyone".
20:01:06 <oerjan> ...
20:01:25 <int-e> I know. But I refuse to apologize.
20:03:03 <int-e> Or should I say that anyone could've understood what I meant...
20:06:56 -!- Phantom__Hoover has joined.
20:09:46 -!- Phantom_Hoover has quit (Ping timeout: 240 seconds).
20:10:58 -!- Patashu has joined.
20:13:38 <izabera> http://imgur.com/gallery/y8VCTGX what does elbowing mean?
20:13:38 -!- Phantom__Hoover has quit (Read error: Connection reset by peer).
20:14:37 -!- Phantom__Hoover has joined.
20:16:38 -!- Phantom__Hoover has quit (Read error: Connection reset by peer).
20:17:10 -!- Phantom__Hoover has joined.
20:20:00 -!- Phantom__Hoover has quit (Read error: Connection reset by peer).
20:20:33 -!- Phantom__Hoover has joined.
20:21:22 -!- hppavilion[1] has joined.
20:24:21 <HackEgo> [wiki] [[SPBCL]] http://esolangs.org/w/index.php?diff=44916&oldid=44019 * Oerjan * (+19) Some proofreading
20:24:30 <izabera> oh it looks like he hit someone with an elbow
20:24:46 <izabera> i thought it was a very offensive gesture
20:26:38 -!- Phantom__Hoover has quit (Read error: Connection reset by peer).
20:27:10 -!- Phantom__Hoover has joined.
20:27:11 -!- Phantom__Hoover has quit (Read error: Connection reset by peer).
20:27:30 -!- augur has joined.
20:29:44 <HackEgo> [wiki] [[Graph rewriting]] M http://esolangs.org/w/index.php?diff=44917&oldid=44027 * Oerjan * (+0) case
20:33:55 -!- hppavilion[1] has quit (Ping timeout: 256 seconds).
20:36:00 <HackEgo> [wiki] [[Talk:ShortScript]] M http://esolangs.org/w/index.php?diff=44918&oldid=44044 * Oerjan * (+58) unsigned
20:40:06 -!- bb010g has quit (Quit: Connection closed for inactivity).
20:41:32 -!- AnotherTest has quit (Quit: ZNC - http://znc.in).
20:41:50 <HackEgo> [wiki] [[Talk:Malbrain]] M http://esolangs.org/w/index.php?diff=44919&oldid=44047 * Oerjan * (+3) fmt (argh, cannot find a way to put code blocks inside :::)
20:43:48 -!- Patashu has quit (Ping timeout: 272 seconds).
20:49:58 -!- adu has joined.
20:52:11 -!- adu has quit (Client Quit).
21:04:08 -!- atrapado has quit (Quit: Leaving).
21:15:29 -!- TieSoul has quit (Remote host closed the connection).
21:35:44 -!- AnotherTest has joined.
21:37:57 -!- Wright has joined.
21:47:58 -!- gamemanj has quit (Ping timeout: 260 seconds).
21:48:50 -!- AnotherTest has quit (Quit: ZNC - http://znc.in).
21:51:49 -!- ghostin has joined.
21:56:11 -!- MDude has quit (Ping timeout: 250 seconds).
21:59:21 -!- shikhin has changed nick to heddw.
21:59:21 -!- ghostin has left ("Leaving.").
21:59:40 -!- heddw has changed nick to Firey.
22:00:08 -!- Firey has changed nick to shikhin.
22:03:54 -!- FireFly has changed nick to \1.
22:05:05 -!- \1 has changed nick to FireFly.
22:06:35 -!- hppavilion[1] has joined.
22:06:37 <hppavilion[1]> I want to roll my own math
22:07:46 <hppavilion[1]> Basically, I'd invent an infinite system of values entirely unlike numbers, create a standard encoding for them, and start defining things about them (operations, order, bitwise encodings, etc.)
22:10:58 <hppavilion[1]> I'd have weird things like ternary relations (unlike order theory, which studies binary relations) and my own sort of hyperoperations that work with any sort of esonumber
22:12:09 <hppavilion[1]> b_jonas: Hello. I'm dragging you into this
22:12:58 -!- zzo38 has joined.
22:14:25 <hppavilion[1]> Hi, zzo38
22:14:30 <hppavilion[1]> Hezzo38
22:18:29 -!- lleu has quit (Quit: That's what she said).
22:18:35 <hppavilion[1]> I need to start walking home now.
22:18:39 -!- lleu has joined.
22:22:58 -!- hppavilion[1] has quit (Ping timeout: 260 seconds).
22:25:21 -!- Xe has changed nick to \section{Xe}.
22:27:16 -!- oerjan has quit (Quit: Nite).
22:27:52 -!- \section{Xe} has changed nick to Xe.
22:42:29 -!- Phantom_Hoover has joined.
22:51:46 -!- hppavilion[1] has joined.
22:54:04 <hppavilion[1]> I think I'll make my own geometry-oriented programming language
22:54:55 <hppavilion[1]> Though mine will allow you to create new points without constructing them; however, this is highly discouraged
23:17:36 -!- Phantom_Hoover has quit (Read error: Connection reset by peer).
23:18:09 -!- Phantom_Hoover has joined.
23:20:09 -!- Phantom_Hoover has quit (Read error: Connection reset by peer).
23:20:40 -!- Phantom_Hoover has joined.
23:26:16 -!- Phantom_Hoover has quit (Read error: Connection reset by peer).
23:26:48 -!- Phantom_Hoover has joined.
23:30:20 -!- Phantom_Hoover has quit (Read error: Connection reset by peer).
23:30:51 -!- Phantom_Hoover has joined.
23:35:46 <zemhill> web.fdsafdsa: points -34.98, score 1.99, rank 47/47
23:46:01 -!- Phantom_Hoover has quit (Read error: Connection reset by peer).
23:46:37 -!- Phantom_Hoover has joined.
23:46:38 -!- Phantom_Hoover has quit (Read error: Connection reset by peer).
23:59:22 -!- doesthiswork has joined.
←2015-10-27 2015-10-28 2015-10-29→ ↑2015 ↑all