←2017-05-15 2017-05-16 2017-05-17→ ↑2017 ↑all
00:02:12 -!- jaboja64 has quit (Quit: Leaving).
00:18:44 -!- sleffy has joined.
00:20:43 -!- Sprocklem has quit (Ping timeout: 268 seconds).
00:30:43 -!- augur has joined.
00:32:10 -!- nullcone has joined.
00:51:12 <oerjan> . o O ( do wikipedia mirrors miss the Vampire page )
00:51:28 <shachaf> what's with all the vampire talk in here
00:51:30 <shachaf> vampires are scow
00:52:09 <shachaf> oerjan: that reminds me, there hasn't been a new olist in quite a while
00:52:11 <shachaf> what's that about tdnh
00:52:19 <oerjan> i don't know hth
00:52:46 <oerjan> maybe he hurt his hand again
01:01:56 -!- Cale has joined.
01:02:10 <zzo38> Why interrupting aplay is sometimes results in a assertion failed message? It seems to do that if it is interrupted when the audio is nearly finished playing.
01:02:20 <zzo38> Do you know why?
01:02:29 <shachaf> `welcome Cale
01:02:30 <HackEgo> Cale: Welcome to the international hub for esoteric programming language design and deployment! For more information, check out our wiki: <http://esolangs.org/>. (For the other kind of esoterica, try #esoteric on EFnet or DALnet.)
01:02:39 <shachaf> Cale: Do you like FRACTRAN?
01:07:08 -!- Phantom_Hoover has quit (Remote host closed the connection).
01:13:27 -!- Zarutian has quit (Quit: Zarutian).
01:17:04 <Cale> shachaf: I've never attempted writing anything in it, but it's a neat idea
01:17:20 <shachaf> Do you like calico kittens?
01:17:31 <Cale> Sure :)
01:17:35 <oerjan> fractran is the most rational programming language hth
01:18:02 <Cale> `? fractran
01:18:03 <HackEgo> fractran? ¯\(°​_o)/¯
01:18:30 <oerjan> `learn Fractran is the most rational programming language.
01:18:32 <HackEgo> Learned 'fractran': Fractran is the most rational programming language.
01:18:33 <oerjan> hth
01:18:51 <shachaf> `slwd fractran//s.Fractran.FRACTRAN.
01:18:53 <HackEgo> fractran//FRACTRAN is the most rational programming language.
01:19:05 <shachaf> Cale: Are you going to Compose?
01:19:12 <Cale> yep!
01:19:15 <shachaf> tg
01:19:20 <shachaf> Unfortunately I won't be going.
01:20:28 <Cale> It's actually kind of ridiculous, I was just down in NYC a couple weeks ago, and now I'm flying down again. Probably could have thought this out better.
01:20:44 <shachaf> It's a short flight, isn't it?
01:20:56 <Cale> It's not so bad
01:20:59 <shachaf> Oh, but you have to go through US customs and all that.
01:21:02 <Cale> yeah
01:21:19 <shachaf> Maybe just move to NY then?
01:21:26 <Cale> hah, we'll see
01:21:40 <shachaf> Actually you could move to CA while you're at it.
01:23:31 <zzo38> Do you know how to help with collaboration of TAVERN?
01:24:04 <shachaf> Cale: The keynote talk looks pretty good.
01:24:07 <Cale> I could go live with my sister and uncle up in the Yukon -- only then I'd *really* be paying for Internet service.
01:34:27 -!- sleffy has quit (Ping timeout: 240 seconds).
01:35:00 <shachaf> You could move to Ontario, CA
01:42:27 -!- DHeadshot has quit (Quit: I was standing in the park wondering why frisbees got bigger as they get closer. Then it hit me.).
02:16:17 -!- augur has quit (Remote host closed the connection).
02:25:34 -!- atslash has quit (Ping timeout: 240 seconds).
02:25:44 -!- atslash has joined.
02:34:50 <shachaf> Cale: Ah, Tikhon will be there too.
02:34:56 <shachaf> The person you don't know, I guess.
02:34:57 -!- augur has joined.
02:39:28 -!- augur has quit (Ping timeout: 268 seconds).
02:41:31 <shachaf> oerjan: https://www.kickstarter.com/projects/599092525/the-order-of-the-stick-reprint-drive/posts/1886231 hth
02:50:25 <oerjan> shocking
03:18:20 -!- sleffy has joined.
03:57:57 -!- tromp has quit (Remote host closed the connection).
04:02:21 <JX7P> hello
04:02:42 <JX7P> I am trying to define a CMake define on the command line with -DOOPS_VERINFO="Oopsilon Development: date goes here"
04:03:00 <JX7P> but CMake thinks this is: "Oopsilon
04:03:07 <JX7P> is there some way of making it get the full string?
04:06:21 <oerjan> hm that makes no sense in a unixy shell, are you using windows?
04:06:53 <JX7P> i'm using both windows and linux to try this
04:06:55 <JX7P> neither works
04:07:02 <JX7P> in what way makes it no sense in a unixy shell?
04:07:16 <oerjan> because the shell wouldn't pass on the "
04:07:58 <JX7P> it should do given I escape it in the little script that invokes cmake for me
04:07:59 -!- spiette_ has quit (Ping timeout: 260 seconds).
04:08:27 <JX7P> i.e. CMAKEOPTS="-DOOPS_VERINFO=\"whatever\""
04:08:42 <JX7P> and CMake picks up the ", too: hence "Oopsilon
04:10:21 <oerjan> but it _shouldn't_.
04:10:25 <JX7P> i can't find any record online of anyone trying to pass strings with spaces in them to cmake -D option so I fear it might outright not be able to handle that case
04:10:52 <oerjan> what does the line that passes CMAKEOPTS to cmake look like?
04:12:03 <JX7P> ${SCAN_BUILD} cmake "${cmake_opts}" ${src_root}
04:12:52 <JX7P> removing the quotation marks also results in it not working
04:12:54 <oerjan> not CMAKEOPTS?
04:13:02 <oerjan> which quotation marks?
04:13:10 <JX7P> the ones around ${cmake_opts}
04:13:57 <oerjan> you've given inconsistent information, which tells me you are not quoting lines literally.
04:14:02 <JX7P> you're right though: i tried doing this by manual invocation of cmake form the shell with -DOOPS_VERINFO="blah blah blah" and it worked, so something very odd is happening indeed
04:14:22 <oerjan> please tell me the relevant lines _exactly_.
04:14:29 <JX7P> the full script is: http://vpaste.net/up9MT
04:14:49 <JX7P> (though i've tried various permutations of all the stuff in there to no avail)
04:15:13 <oerjan> aha
04:16:28 -!- Sprocklem has joined.
04:16:48 <JX7P> i suspect it's possible sh wants me to quote something, or not quote something else, it's a hellish beast
04:19:02 <oerjan> try cmake $(echo ${cmake_opts})
04:20:40 <JX7P> unfortunately that didn't work
04:20:43 <JX7P> has same results
04:21:05 <oerjan> hmph
04:21:22 <shachaf> switch from cmake to bazel hth
04:22:00 <JX7P> i spent too much time changing build systems
04:22:00 <oerjan> or echo "${cmake_opts}", although i don't see why that should differ.
04:22:22 <JX7P> cmake mostly just works, indeed, it seems that what happened here wasn't cmake but rather the weirdness of sh
04:22:40 <JX7P> oerjan: no change
04:22:47 <oerjan> `` abc=test; echo $(echo "$abc")
04:23:00 <HackEgo> test
04:23:20 <JX7P> that produces test on my shell
04:23:28 <JX7P> (both bash and ksh do this)
04:23:34 <oerjan> hm or wait.
04:23:46 <oerjan> *sigh*
04:24:09 <JX7P> inserting an echo "${cmake_opts}" into the script produces -DOOPS_VERINFO:STRING="Oopsilon Development: Tue 16 May 2017 04:21:35 DST" <- which looks right, but somehow it isn't what cmake is getting
04:26:39 <oerjan> ok. try eval cmake "${cmake_opts}"
04:27:22 <JX7P> that works
04:27:34 <oerjan> yay
04:28:10 <JX7P> (with cmake_opts containing -DOOPS_VERINFO=\"${VERINFO}\" in case anyone else wants to write shell scripts to invoke cmake for them
04:28:16 <oerjan> eval manages to get rid of the " without splitting the arguments.
04:28:30 <JX7P> cheers for your help oerjan, sorry if I seemed rash at first, i've had a busy night
04:28:47 <oerjan> you're welcome
04:29:38 <zzo38> I thought I could to try to make up a format to enable using filters/encoders/decoders that use farbfeld so that can be use in many other program too (such as GIMP and whatever else), including using GUI forms and whatever. The command-line programs themself are not altered at all; only another file is used to tell them how to enable their use as plugins.
04:30:03 <JX7P> i noticed also that putting -DOOPS_VERINFO="${VERINFO}" directly into the cmake invocation in the script worked. but because I was in the "try weird things to see what happens" mindset I didn't think of the fact that I could have just used that (it isn't what i *really* wanted; i don't want OOPS_VERINFO to have special handling; but it's moot now that eval seems to be the magic trick)
04:30:16 <zzo38> Do you like this?
04:41:30 <zzo38>
04:53:12 -!- tromp has joined.
05:08:05 -!- Sprocklem has quit (Ping timeout: 268 seconds).
05:10:24 -!- tromp has quit (Remote host closed the connection).
05:10:28 <zzo38> If making up the pokemon game one kind of rule can be that although all of your own pokemons are limited to level 100 all opposing trainers have all pokemons level 255 instead.
05:20:48 -!- Sprocklem has joined.
05:37:05 -!- wob_jonas has joined.
05:39:01 <wob_jonas> ais was here yesterday and I missed it? damn
05:43:01 -!- wob_jonas has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client).
05:43:33 -!- hppavilion[1] has changed nick to thenewguy.
05:44:58 -!- thenewguy has changed nick to hppavilion[1].
05:47:12 <HackEgo> [wiki] [[Braingolf]] https://esolangs.org/w/index.php?diff=51909&oldid=51883 * Quintopia * (+722) Add undocumented (here) commands to wiki article. Some explanation of behavior is still missing.
05:52:00 -!- augur has joined.
06:10:45 -!- oerjan has quit (Quit: Nite).
06:11:16 -!- tromp has joined.
06:15:39 -!- tromp has quit (Ping timeout: 240 seconds).
07:06:18 -!- FreeFull has quit.
07:12:23 -!- tromp has joined.
07:16:27 -!- tromp has quit (Ping timeout: 240 seconds).
07:30:24 <HackEgo> [wiki] [[Numeriqueue]] N https://esolangs.org/w/index.php?oldid=51910 * Zzo38 * (+1542) Created page with "[[Category:Languages]][[Category:Unimplemented]][[Category:2017]] [[Numeriqueue]] is a esolang based on [[Call Queue]]. The program consists of a set of functions, which can..."
07:30:58 <zzo38> Do you like this? http://esolangs.org/wiki/Numeriqueue If it is no good then I can fix it.
07:39:09 -!- AnotherTest has joined.
07:47:48 -!- sleffy has quit (Ping timeout: 268 seconds).
07:54:03 -!- AnotherTest has quit (Ping timeout: 246 seconds).
08:11:24 -!- tromp has joined.
08:15:56 -!- tromp has quit (Ping timeout: 240 seconds).
08:29:26 -!- zzo38 has quit (Ping timeout: 260 seconds).
08:30:10 -!- Sprocklem has quit (Ping timeout: 240 seconds).
08:32:01 -!- augur has quit (Remote host closed the connection).
08:32:14 -!- augur has joined.
08:32:21 -!- augur has quit (Remote host closed the connection).
08:38:40 -!- AnotherTest has joined.
08:52:03 -!- AnotherTest has quit (Ping timeout: 240 seconds).
09:03:27 -!- hppavilion[1] has quit (Ping timeout: 240 seconds).
09:07:41 -!- doesthiswork has quit (Quit: Leaving.).
09:12:09 -!- augur has joined.
09:12:39 -!- tromp has joined.
09:16:54 -!- tromp has quit (Ping timeout: 246 seconds).
09:53:48 -!- jaboja has quit (Remote host closed the connection).
10:05:53 -!- AnotherTest has joined.
10:10:12 -!- AnotherTest has quit (Ping timeout: 246 seconds).
10:19:49 -!- LKoen has joined.
10:54:53 -!- augur has quit (Remote host closed the connection).
11:15:12 -!- gsora has quit (Ping timeout: 246 seconds).
11:26:15 -!- jaboja has joined.
11:31:59 -!- LKoen has quit (Remote host closed the connection).
11:33:03 -!- boily has joined.
11:33:40 -!- AnotherTest has joined.
11:43:03 <boily> `w
11:43:15 <HackEgo> do//Do or do not, there is no try.
11:46:50 -!- LKoen has joined.
11:58:27 -!- jaboja has quit (Ping timeout: 240 seconds).
12:02:04 -!- gsora has joined.
12:06:31 -!- AnotherTest has quit (Ping timeout: 272 seconds).
12:07:31 -!- LKoen has quit (Quit: “It’s only logical. First you learn to talk, then you learn to think. Too bad it’s not the other way round.”).
12:23:47 -!- erkin has joined.
12:24:55 -!- jaboja has joined.
12:29:35 -!- boily has quit (Quit: POLAR CHICKEN).
12:40:51 -!- impomatic has quit (Ping timeout: 260 seconds).
12:45:03 -!- jaboja has quit (Ping timeout: 260 seconds).
12:48:09 -!- martinhez has joined.
12:56:45 -!- martinhez has quit (Ping timeout: 268 seconds).
12:58:23 -!- martinhez has joined.
13:09:41 -!- kerbal has joined.
13:14:04 -!- tromp has joined.
13:18:46 -!- tromp has quit (Ping timeout: 260 seconds).
13:21:54 -!- AnotherTest has joined.
13:41:01 -!- jaboja has joined.
13:49:46 -!- tromp has joined.
13:53:27 -!- kerbal has quit (Quit: Page closed).
14:00:35 -!- doesthiswork has joined.
14:03:18 -!- martinhez has left.
14:06:11 <HackEgo> [wiki] [[Braingolf]] https://esolangs.org/w/index.php?diff=51911&oldid=51909 * Mayube * (+8) /* Quine */
14:11:22 -!- AnotherTest has quit (Ping timeout: 268 seconds).
14:13:21 -!- AnotherTest has joined.
14:21:04 -!- doesthiswork has quit (Quit: Leaving.).
14:21:46 -!- AnotherTest has quit (Ping timeout: 260 seconds).
14:28:08 -!- tromp has quit (Remote host closed the connection).
14:30:06 -!- AnotherTest has joined.
14:30:43 -!- Phantom_Hoover has joined.
14:34:26 -!- AnotherTest has quit (Ping timeout: 240 seconds).
14:45:09 -!- AnotherTest has joined.
14:48:57 -!- `^_^v has joined.
15:05:50 -!- electrolex has joined.
15:28:37 -!- tromp has joined.
15:32:54 -!- tromp has quit (Ping timeout: 246 seconds).
15:53:26 -!- jaboja has quit (Ping timeout: 246 seconds).
16:05:58 -!- AnotherTest has quit (Ping timeout: 255 seconds).
16:09:30 -!- LKoen has joined.
16:09:52 -!- martinhez has joined.
16:11:45 -!- AnotherTest has joined.
16:21:03 -!- AnotherTest has quit (Ping timeout: 240 seconds).
16:26:18 -!- AnotherTest has joined.
16:31:26 <HackEgo> [wiki] [[User:Zzo38/Programming languages with unusual features]] https://esolangs.org/w/index.php?diff=51912&oldid=44993 * Zzo38 * (+240)
16:32:46 -!- AnotherTest has quit (Ping timeout: 240 seconds).
16:33:29 -!- zzo38 has joined.
16:43:08 -!- paul2520 has quit (Remote host closed the connection).
16:43:37 -!- AnotherTest has joined.
16:46:17 <zzo38> Now it seem icanhazip is a CloudFlare service and so requires a valid Host header. If you use curl it still works though.
16:48:02 -!- wob_jonas has joined.
16:48:20 <wob_jonas> `pbflist http://pbfcomics.com/comics/splitting-up/
16:48:38 <HackEgo> pbflist http://pbfcomics.com/comics/splitting-up/: shachaf Sgeo quintopia ion b_jonas
16:52:20 -!- augur has joined.
16:56:05 -!- hppavilion[1] has joined.
17:09:46 -!- hppavilion[1] has quit (Ping timeout: 240 seconds).
17:13:15 <wob_jonas> `quote
17:13:16 <HackEgo> 1114) <Phantom_Hoover> i find some deep satisfaction in the fact that the legacy wolfram will leave is as the man who made calculus homework orders of magnitude easier
17:13:17 <wob_jonas> `wisdom
17:13:20 <HackEgo> umlaut//Umlaut is German for "hum aloud", an important feature of the German language. It is indicated by putting two dots over the vowel of the syllable.
17:13:21 <wob_jonas> `scheme
17:13:22 <HackEgo> All in Good Time
17:13:24 <wob_jonas> `starwars
17:13:26 <HackEgo> Boss Nass
17:14:15 -!- FreeFull has joined.
17:20:22 -!- augur has quit (Remote host closed the connection).
17:23:59 -!- electrolex has quit (Read error: Connection reset by peer).
17:26:16 -!- hppavilion[1] has joined.
17:27:04 -!- doesthiswork has joined.
17:27:56 -!- AnotherTest has quit (Ping timeout: 240 seconds).
17:29:19 -!- tromp has joined.
17:33:39 -!- tromp has quit (Ping timeout: 240 seconds).
17:35:50 -!- AnotherTest has joined.
17:36:48 -!- hppavilion[1] has quit (Ping timeout: 246 seconds).
17:42:31 -!- martinhez has quit (Quit: Leaving.).
17:43:01 -!- AnotherTest has quit (Ping timeout: 260 seconds).
17:49:05 -!- AnotherTest has joined.
17:51:15 -!- ski has quit (Remote host closed the connection).
17:51:24 <int-e> . o O ( hurray up folks, there's p(h)un to be had! )
17:52:57 <shachaf> `5 w
17:53:03 <HackEgo> 1/2:intellectual property//Intellectual property is either the plot of land where a university campus is or otherwise a property which gives something an intellectual air or appearance. \ mnoqy//mnoqy used to be monqy before the earthquake. \ sense//Sense is the ability to understand things. A person with much sense is called a sensei. \
17:53:09 <shachaf> `n
17:53:09 <HackEgo> 2/2:source//Sources for HackEgo can be found at https://bitbucket.org/GregorR/hackbot + https://bitbucket.org/GregorR/multibot + https://bitbucket.org/GregorR/umlbox \ numbers//Numbers: 0, 848, 1344, 1696, 1969, 2192, _, 2544, 2688, 2817, _, 3040, _, _, 3313, 3392, ...
17:53:27 <shachaf> `cwlprits sense
17:53:36 <HackEgo> oerjän oerjän
17:53:41 <shachaf> `cwlprits numbers
17:53:48 <HackEgo> tsweẗt
17:54:00 <shachaf> those numbers are not very representative tdnh
17:54:41 <int-e> well all the digits are there
17:55:21 -!- AnotherTest has quit (Ping timeout: 246 seconds).
17:57:52 -!- kiki` has joined.
17:58:40 -!- hppavilion[1] has joined.
18:03:11 -!- AnotherTest has joined.
18:16:00 -!- AnotherTest has quit (Ping timeout: 246 seconds).
18:16:49 -!- AnotherTest has joined.
18:18:16 -!- kerbal has joined.
18:18:52 <kerbal> Hi! I'm working on an esoteric programming language and I thought that I would ask the #esoteric community for feedback.
18:19:10 <wob_jonas> `? sense
18:19:12 <HackEgo> Sense is the ability to understand things. A person with much sense is called a sensei.
18:19:37 <shachaf> `welcome kerbal
18:19:38 <HackEgo> kerbal: Welcome to the international hub for esoteric programming language design and deployment! For more information, check out our wiki: <http://esolangs.org/>. (For the other kind of esoterica, try #esoteric on EFnet or DALnet.)
18:20:02 <kerbal> HackEgo: Thanks! Glad to be here
18:20:19 <kerbal> shachaf: Thanks
18:21:20 <kerbal> The language that I am working on is called Integ. The only data type in Integ is the integer; the only storage is a long, variable-length array of integers.
18:21:43 <kerbal> The only operators implemented so far are }x, the read operator which reads array location x; {xy, the write operator which writes y at location x (and that also declares and initializes to 0 new positions of the array up to the requested location if needed); and ]x, which prints the character whose numerical value is x.
18:21:56 <kerbal> I plan to add +, -, *, and /, the arithmetic operators.
18:22:10 <kerbal> Any suggestions for features? I want this to be really low-level while still being complete
18:23:13 <kerbal> One implementation of Hello, World: {(0)(72)](}(0)){(0)(69)](}(0)) {(0)(76)](}(0)){(0)(76)](}(0)) {(0)(79)](}(0)){(0)(32)](}(0)) {(0)(119)](}(0)){(0)(79)](}(0)) {(0)(114)](}(0)){(0)(76)](}(0)) {(0)(100)](}(0))
18:24:16 -!- sleffy has joined.
18:24:18 -!- LKoen has quit (Remote host closed the connection).
18:25:23 <kerbal> (oh, and the parentheses are used to separate statements)
18:25:41 -!- moony has joined.
18:25:42 <moony> Doing a lastditch effort to get AMDGPU drivers to work, fully upgrading jessie from jessie-backports and upgraded kernel to 4.11 Either its last ditch or i should've done this first :p
18:29:22 <wob_jonas> kerbal: wait, you notate read with } and write with { ? that's so backwards
18:29:46 <kerbal> Well, } points at the address, and { points away from it
18:29:55 -!- tromp has joined.
18:30:05 <kerbal> Strange, I know
18:30:41 <kerbal> Yeah, you're right... I've got it backwards
18:31:10 <kerbal> Probably need to fix that
18:32:49 <kerbal> Fixed!
18:34:42 <kerbal> Corrected Hello World: }(0)(72)]({(0))}(0)(69)]({(0)) }(0)(76)]({(0))}(0)(76)]({(0)) }(0)(79)]({(0))}(0)(32)]({(0)) }(0)(119)]({(0))}(0)(79)]({(0)) }(0)(114)]({(0))}(0)(76)]({(0)) }(0)(100)]({(0))
18:41:21 -!- sleffy has quit (Ping timeout: 260 seconds).
18:41:48 -!- moony has quit (Remote host closed the connection).
18:42:09 <kerbal> Also just implemented + and -
18:44:56 -!- tromp has quit (Ping timeout: 240 seconds).
18:45:52 <wob_jonas> kerbal: so what's unique in this language?
18:49:21 <kerbal> Well, I don't know if this is unique, exactly, but the array holding the integers starts at 0 members and can be expanded dynamically. Furthermore, if you have, for instance, only used the address 0 but you want to write to address 10, the language will automatically declare and initialize 1-9 to 0 for you, and will set 10 to whatever you specified.
18:55:51 <kerbal> Implemented * and /
18:56:18 -!- cnr has quit (Quit: ZNC - http://znc.in).
18:58:44 -!- AnotherTest has quit (Ping timeout: 268 seconds).
19:00:28 -!- DHeadshot has joined.
19:03:52 <wob_jonas> you have an infinite memory initialized with all zeros. ok. does this language have any sort of looping or flow control? does it have unique features that you haven't mentioned yet? and what sort of integers are these even, and where does the division round to and what happens on a division by zero?
19:10:08 -!- jaboja has joined.
19:11:52 <kerbal> wob_jonas: The language has no looping or flow control yet. I haven't added any other unique features; I assume that the integers are arbitrary precision, as the interpreter uses Python. The division rounds down; the interpreter catches division by zero errors.
19:12:21 <kerbal> (Sorry, I'm new to language design)
19:13:32 <wob_jonas> and you have no indirect addressing yet, so this is just potentially infinite registers? or maybe I don't understand how this works
19:13:48 <kerbal> You mean pointers?
19:13:58 <wob_jonas> wait, } and { are operators, not statements, so you do have indirect
19:14:07 <wob_jonas> sorry, I just can't read
19:14:14 <kerbal> It is ok
19:14:46 <kerbal> Yep... }, {, +, -, *, /, and ] are all operators
19:16:33 <kerbal> I don't know whether or not () would be considered an operator... () is an operator in C, and my () functions like the C version, but I don't treat () like other operators under the hood
19:19:19 -!- jaboja has quit (Quit: Leaving).
19:19:50 -!- jaboja has joined.
19:29:34 -!- hppavilion[1] has quit (Ping timeout: 240 seconds).
19:36:37 -!- LKoen has joined.
19:38:40 -!- hppavilion[1] has joined.
19:42:24 -!- Sprocklem has joined.
19:43:29 -!- LKoen has quit (Remote host closed the connection).
20:04:39 -!- hppavilion[1] has quit (Ping timeout: 240 seconds).
20:09:22 -!- `^_^v has quit (Quit: This computer has gone to sleep).
20:26:10 -!- electrolex has joined.
20:27:45 -!- `^_^v has joined.
20:34:53 -!- kerbal has quit (Ping timeout: 260 seconds).
20:38:04 -!- heroux has quit (Ping timeout: 240 seconds).
20:38:36 -!- heroux has joined.
20:42:18 -!- tromp has joined.
20:46:51 -!- tromp has quit (Ping timeout: 255 seconds).
20:49:51 <\oren\> https://www.youtube.com/watch?v=FnzSGSDhbqg
20:49:55 -!- sleffy has joined.
20:58:50 -!- aRaging has joined.
20:59:03 <aRaging> hey
20:59:10 <aRaging> what is this
20:59:12 <aRaging> shit
20:59:54 <aRaging> penis
20:59:57 -!- aRaging has quit (Client Quit).
21:06:18 <\oren\> lolwut
21:06:40 <wob_jonas> has he been here or should we relcome him?
21:06:51 <wob_jonas> `welcome aRaging
21:06:52 <HackEgo> aRaging: Welcome to the international hub for esoteric programming language design and deployment! For more information, check out our wiki: <http://esolangs.org/>. (For the other kind of esoterica, try #esoteric on EFnet or DALnet.)
21:07:08 <shachaf> You should not relcome someone who isn't in the channel.
21:07:20 <wob_jonas> oh
21:07:41 <wob_jonas> but aren't we +n now?
21:22:27 <int-e> wob_jonas: they joined, spammed, and left.
21:22:35 <wob_jonas> ah
21:22:37 <wob_jonas> ok
21:30:48 -!- AnotherTest has joined.
21:37:23 -!- kiki` has quit (Quit: Connection closed for inactivity).
21:54:47 -!- hppavilion[1] has joined.
22:05:04 -!- hppavilion[1] has quit (Ping timeout: 240 seconds).
22:09:02 -!- sleffy has quit (Read error: Connection timed out).
22:11:17 -!- sleffy has joined.
22:11:26 -!- hppavilion[1] has joined.
22:20:18 -!- Sprocklem has quit (Quit: brb).
22:22:57 -!- Sprocklem has joined.
22:28:22 -!- augur has joined.
22:28:29 -!- `^_^v has quit (Quit: This computer has gone to sleep).
22:33:44 -!- LKoen has joined.
22:37:48 -!- sleffy has quit (Ping timeout: 246 seconds).
22:40:57 <HackEgo> [wiki] [[Special:Log/newusers]] create * Timtomtoaster * New user account
22:46:42 -!- Zarutian has joined.
22:50:16 -!- sleffy has joined.
22:53:47 -!- DHeadshot has quit (Ping timeout: 246 seconds).
22:56:42 -!- DHeadshot has joined.
23:00:54 -!- DHeadshot has quit (Ping timeout: 246 seconds).
23:03:56 -!- hppavilion[1] has quit (Ping timeout: 240 seconds).
23:10:59 -!- boily has joined.
23:13:19 <\oren\> https://www.youtube.com/watch?v=2OCzroB4nyA
23:13:21 <\oren\> cancerwave
23:15:14 <boily> H E \ \ O R E N \
23:17:09 -!- wob_jonas has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client).
23:18:04 <quintopia> H E L L O I L Y !
23:18:25 <LKoen> G O O D N I G H T O P I A
23:18:28 -!- LKoen has quit.
23:18:36 <quintopia> :/
23:19:15 <\oren\> you people fail. Use proper wide letters
23:19:36 <boily> q u i n t e l l o p i a !
23:20:22 <erkin> hmm
23:21:38 <boily> hellorkin. you've stumbled on an æsthetics ritual hth
23:21:57 <erkin> I don't judge.
23:22:00 <Zarutian> god fracking damn it! I thought the widespacing disease was confined to the web and brouchers
23:23:11 <boily> Z a r u t e l l o n ! d o n ' t w o r r y , i t h a s p r o p e r l y s p r e a d e v e r y w h e r e l i k e a n æ t h e r e a l t o a s t .
23:24:16 <Zarutian> ya probably set your tab spacing to 16 spaces per tab character or some such
23:25:54 <boily> spaaaaææææaaaace.
23:26:41 <\oren\> fools!
23:26:46 <erkin> rude
23:26:55 <\oren\> wide characters will rule the whole universe
23:27:17 <\oren\> by crushing your puny narrow letters
23:27:38 <\oren\> MUHUHAHAHAHAHAHAH
23:29:30 -!- DHeadshot has joined.
23:31:15 * boily mapoles \oren\. you are being insane. please be sane, like I am.
23:32:15 -!- kerbal has joined.
23:32:44 <kerbal> progress report on Integ
23:33:07 <kerbal> I added 1-char input and a conditional operator
23:33:33 -!- Sgeo has quit (Read error: Connection reset by peer).
23:35:01 -!- Sgeo has joined.
23:36:46 -!- jaboja has quit (Ping timeout: 240 seconds).
23:39:19 -!- DHeadshot has quit (Ping timeout: 268 seconds).
23:41:04 <quintopia> wide letters are ląme
23:41:31 <quintopia> boily: do the quebecois mostly still remember louis cyr?
23:41:42 <boily> we do.
23:42:37 <boily> there was a 2013 movie about him: https://fr.wikipedia.org/wiki/Louis_Cyr_:_L%27homme_le_plus_fort_du_monde
23:44:01 -!- Phantom_Hoover has quit (Remote host closed the connection).
23:45:09 -!- sleffy has quit (Ping timeout: 240 seconds).
23:47:50 -!- iconmaster has joined.
23:48:46 <quintopia> how much thought was he given before the movie?
23:48:59 -!- iconmaster has quit (Read error: Connection reset by peer).
23:49:30 <boily> background folk figure, but not much, I guess.
23:49:45 <quintopia> oh ok
23:51:56 -!- AnotherTest has quit (Quit: ZNC - http://znc.in).
23:54:08 <quintopia> written any nonwork code lately
23:54:45 <boily> not really, no :(
23:55:01 <boily> except a spontaneous light edit session of the Wisdom PDF...
23:56:26 <quintopia> thats not code :p
23:57:35 <quintopia> is there anything you have told yourself you would code given more time and energy?
←2017-05-15 2017-05-16 2017-05-17→ ↑2017 ↑all