00:01:31 -!- TieSoul has quit (Quit: Leaving). 00:01:36 give Zarutian's idea ago, and we'll improve from there. 00:02:03 okay 00:02:43 * boily mapoles himself in shame. 00:03:16 -!- hppavilion[0] has joined. 00:03:16 -!- hppavilion[1] has joined. 00:19:36 -!- xock_stream has quit (Ping timeout: 260 seconds). 00:33:20 -!- wob_jonas has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client). 01:03:55 [wiki] [[Minipy]] N https://esolangs.org/w/index.php?oldid=50368 * Challenger5 * (+1812) Created page with "Minipy is a golfing "language" created by Challenger5. It is Python, but with the following statements prepended to every program:
 import sys as y av = sys.argv v1 = av[..."
01:16:26  `wisdom
01:16:29  wumpus//Wumpus the Hunted is an early 70s action game in which the Wumpus is trapped in a dodecahedral labyrinth where it's chased by bats. It has to avoid traps and evade magical arrows that are guided by a nefarious AI.
01:16:47  the wumpus is strangely popular... fungot: did you muck with the RNG?
01:17:19  the 'got is silent. the RNG was compromised. we're doomed.
01:19:12  i keep getting the impression `wisdom unusually frequently displays the very newest wisdoms.
01:19:45  `cat bin/wisdom
01:19:46  f=$(find wisdom -ipath "wisdom/*$1*" -type f -print0 | shuf -z -n1); if [ -n "$f" ]; then echo -n "${f#wisdom/}//"; cat "$f"; else echo "That's not wise."; fi | rnooodl
01:20:32  I still believe we're doomed.
01:20:37  `? doom
01:20:38  doom? ¯\(°​_o)/¯
01:21:07  does the random picking happen in shuf?
01:22:40  `shuf --help
01:22:40  Usage: shuf [OPTION]... [FILE] \   or:  shuf -e [OPTION]... [ARG]... \   or:  shuf -i LO-HI [OPTION]... \ Write a random permutation of the input lines to standard output. \  \ Mandatory arguments to long options are mandatory for short options too. \   -e, --echo                treat each ARG as an input line \   -i, --input-range=LO-HI   treat ea
01:22:49  `sled bin/wisdom//s,shuf,shuf --random-source=/dev/urandom,
01:22:52  bin/wisdom//f=$(find wisdom -ipath "wisdom/*$1*" -type f -print0 | shuf --random-source=/dev/urandom -z -n1); if [ -n "$f" ]; then echo -n "${f#wisdom/}//"; cat "$f"; else echo "That's not wise."; fi | rnooodl
01:22:57  `wisdom
01:22:58  nooga//no.
01:23:03  `wisdom
01:23:05  madbr//madbr alternates between making sense, and being logical. He doesn't monetize the brotherhood scheme.
01:23:16  Zarutian: it should. let's see if this helps :P
01:23:33  i don't recall seeing madbr in a while...
01:23:37  `cat bin/quote
01:23:38  ​#!/bin/sh \ allquotes | if [ "$1" ]; then \     if expr "$1" + 0 >/dev/null 2>&1; then \         sed "$1q;d" \     else \         grep -P -i -- "$1" \     fi \ else shuf -n 1; fi
01:23:47  where does HackEgo run? in an datacenter somewhere?
01:23:52  `sled bin/quote//s,shuf,shuf --random-source=/dev/urandom,
01:23:55  bin/quote//#!/bin/sh \ allquotes | if [ "$1" ]; then \     if expr "$1" + 0 >/dev/null 2>&1; then \         sed "$1q;d" \     else \         grep -P -i -- "$1" \     fi \ else shuf --random-source=/dev/urandom -n 1; fi
01:24:10  Zarutian: cloudatcost, a very crappy VPS provider
01:24:44  `quote
01:24:45  427)  it actually worked, and faster than using Excel for rendering
01:25:35  oerjan: so crappy that that /dev/urandom is just basically an psuedo random number generator?
01:27:06  Zarutian: i would doubt that...
01:27:49  giving a good source of entropy is not cheap
01:28:10  Zarutian: i assume Gregor's installed a normal linux.
01:28:57  also afaiu /dev/urandom is adequate for anything non-cryptographic.
01:29:50  oerjan: VPSes basically rent out Virtual Machines that emulate x86 servers, no?
01:30:06  yeah
01:30:50  it's crappy because there's essentially no service and often too little capacity.  i don't think there's anything else wrong with it.
01:33:16  is it Xen based or that other thing that I do not recall the name of?
01:33:52  i don't know. maybe fizzie knows (i'd ask Gregor but he's been idle for weeks again)
01:34:23  actually just days, but my guess is that was a pingout rather than him actually talking
01:34:58  fizzie is probably sleeping though.
01:35:53  int-e also has one of those servers, i recall. and is probably also sleeping.
01:36:16  I'm not sleeping.
01:36:19  ooh
01:36:21  It's not so late here.
01:36:37  one or the other didnt have real rng in it. Mainly for tandem hot swapping (one is master, the others are slaves. Inputs are broadcasted to all but only master answers) 
01:36:38  well i was going by whois
01:36:56  Zarutian: /dev/urandom doesn't need real rng.
01:37:47  oerjan: indeed but it needs to be seeded regurarly unless you want it to succumb to bitrot ;-Þ
01:38:30  As for the HackEgo box, judging from lspci device names (a random source of information), it looks to be either VMware, or something using their devices.
01:38:40  OKAY
01:38:59  There is also /dev/random if you want to make it slower
01:39:03 -!- Sprocklem has joined.
01:39:07  anyway, it shouldn't possibly be worse than the actual PRNG shuf uses without that option.
01:39:40  You should need to test it to see whether or not it is worse.
01:39:53  Although there's two layers of VMitude for things running inside HackEgo, what with that UML thing as well.
01:40:09  i should hope /dev/urandom is just inherited
01:40:56  Well, I wouldn't be all that sure about that.
01:41:05  It may get seeded from the outside world, though.
01:41:38  `` df /dev/urandom
01:41:40  df: Warning: cannot read table of mounted file systems: No such file or directory \ Filesystem     1K-blocks    Used Available Use% Mounted on \ -               40442924 9608448  28761060  26% /dev
01:41:46  argh
01:42:00  what was the command which actually worked
01:42:36  hm it might be unlikely to share all of /dev
01:42:46 * oerjan guessing now
01:42:49  "cat /proc/mounts" works, but it's really not at all relevant where the device nodes come from.
01:42:59  Since they're just a (major, minor) pair.
01:43:25  Well, a (type, major, minor) tuple, I guess.
01:43:29  ok
01:50:44  Judging from a quick source dive, I get the impression that the UML kernel has its own copy of the /dev/{,u}random implementation (after all, you don't want it to inherit defects from the host if you run a newer UML kernel), but it's also got a UML-specific "hardware" RNG device, which actually reads from the host's /dev/random to provide entropy.
01:51:20  fancy
01:51:50  (That would be the "UML Host Random Number Generator (RNG) driver", arch/um/drivers/random.c.)
01:52:20  So reading from /dev/random on HackEgo probably indirectly reads from the host /dev/random, but all the bits go through the usual mangling and mixing and the like.
01:59:00  I was thinking of if a code for JavaScript or some other programming language you may able to compile a code with continuations for example { A; let B=continuation(C); D; } can become { A; return C(B=>{ D; }); } although if "let" is omitted then the code to compile into becomes more complicated. (It can also be complicated by mixing with other flow-controls.)
01:59:10  What would you think?
01:59:55 -!- Zarutian has quit (Ping timeout: 252 seconds).
02:11:07  How should it be implemented if mixing with other flow-controls?
02:11:23  fungot: nostril.
02:12:14  Skynet was started because an exception was uncaught, so it had to terminate
02:13:51  hppavellon[0]. can you trigger the 'got?
02:15:34  (It also can't capture the entire continuation)
02:16:59  boily: that would be no fungot ;-;
02:17:00  hppavilion[0]: und noo i hefe-a a fnord fnord a fnord. only our ( probably fnord) by multiplying it by something that actually is pretty cool :) i'm just looking for gem-like perfection in a scheme implementation of md5 ( fnord)
02:17:12  [wiki] [[Esolang:Introduce yourself]]  https://esolangs.org/w/index.php?diff=50369&oldid=50359 * BradleySadowsky * (+278) Added myself (shocking, I know)
02:17:25  ^style
02:17:25  Available: agora alice c64 ct darwin discworld enron europarl ff7 fisher fungot homestuck ic irc* iwcs jargon lovecraft nethack oots pa qwantz sms speeches ss wp youtube
02:17:37  But rather this kind of implementation I suggested is more like the kind of rewindable generator.
02:18:08  ^style lovecraft
02:18:08  Selected style: lovecraft (H. P. Lovecraft's writings)
02:18:16  fungot: Much better, yes?
02:18:16  hppavilion[0]: ' nothin' was to be fnord with all space. there seemed to be about as bad as actual nearness and several possible sights would have been had not his home lain outside the bounds of consciousness were let down, and at the same time burning some substance so pungent that its fumes escaped over the entire house, and especially during their main festivals or fnord, or the way that another half cried out although its 
02:18:54  Hm.
02:19:01  ^style qwantz
02:19:01  Selected style: qwantz (Dinosaur Comics transcriptions 2003-2011)
02:19:06  Oooh :D
02:19:10  fungot: beep
02:19:10  hppavilion[0]: all t-rex has ever met and ever will meet! never try to have a theological discussion with god and he was all " i'm busy inventing the future!
02:21:56  ^style fungot
02:21:56  Selected style: fungot (What I've said myself)
02:22:02  fungot: fungot fungot.
02:22:02  boily: just to help an fnord archive) i particularly admired tyndall's little speech " professor tyndall was president royal family: so... this classroom is in the same
02:23:42  fizzie: I feel like there should be a "what people say to fungot in the process of triggering fungot" style
02:23:42  hppavilion[0]: it's just so stupid that ' stty erase h' has. you came through, which is more fnord than they, for all you have to hire the fitting on the fnord back, my little dear, i shall have to leave any minute now
02:27:46  fungot: nostril! :D
02:27:46  boily: that is just a value of type " airbus is a big fan of avril....but this song " there documents... the guy tried to just use emacs modes for when it's spoken. or read, so that his mouth, pulled down by the gold saucer... think his name was close ever, and yet, at least, that is expressions which have not been able to
02:28:13  fungot: haven't seen the April Airbus one in a long time...
02:28:13  boily: use the ' ' ' delete a value of type " airbus is a big fan of avril....but this song " there at once to eat much, much strong guy! much danger. open hatch.
02:33:29  `5 w
02:33:33  1/2:mroman_//mroman_ is probably mroman but you can never be sure. (NSFW) \ aah//ambiguous acronym here \ taneb//Taneb is not elliott, no matter who you ask. He also isn't a rabbi although he has pretended in the past. He has at least two backup keyboards with dodgy SHIFT KEys, cube root of nine genders, and above average, not too v
02:34:28  `spam
02:34:29  2/2:oluminous, but calm eyebrows. He sometimes invents without noticing it (see: tanebventions). \ brain//Brains are just receptacles for bricks. \ swedish//Swedish is the language of fine cuisine.
02:34:40  `dowt taneb
02:34:43  0:2012-02-16 Initïal import. \ 380:2012-05-07  learn Taneb is not elliott, no matter who you ask. \ 1000:2012-12-09  revert 0 \ 1001:2012-12-09  revert 999 \ 1171:2012-12-16  learn Taneb is not elliott, no matter who you ask.  He also isn\'t a rabbi although he has pretended in the past. \ 1172:2012-12-16 
02:34:56  `slwd taneb//s[who[&m[
02:34:59  taneb//Taneb is not elliott, no matter whom you ask. He also isn't a rabbi although he has pretended in the past. He has at least two backup keyboards with dodgy SHIFT KEys, cube root of nine genders, and above average, not too voluminous, but calm eyebrows. He sometimes invents without noticing it (see: tanebventions).
02:36:42  `? boily
02:36:44  ​"Only sane man" boily is monetizing a brotherhood scheme with the Guardian of Lachine, apparently involving cookie dealing. He's also a NaniDispenser, a Trigotillectomic Groan Man Eating Chicken and a METARologist. He is seriously lacking in the f-word department. He is also a renowned Capitalist who helps keep the world boring.
02:36:59  still longer, still boring ^^
02:37:22  boily is a capitalist?
02:37:29  Do you wear a top hat?
02:39:09  I broke dinosaur comics
02:39:10  http://www.qwantz.com/index.php?comic=3054&butiwouldratherbereading=onewheretrexwearsmore
02:41:49  shachaf: not warm enough for winter.
02:41:51  @metar CYUL
02:41:51  CYUL 240200Z 23007KT 15SM OVC025 M02/M05 A3033 RMK SC8 SLP275
02:41:59  @metar KOAK
02:41:59  KOAK 240153Z 30006KT 10SM CLR 13/08 A3033 RMK AO2 SLP271 T01280083
02:42:05  @metar ENVA
02:42:05  ENVA 240150Z VRB02KT 9999 FEW032 SCT045 01/00 Q1014 RMK WIND 670FT 24009KT
02:42:15  it's winterer than Norway...
02:42:42  @time oerjan
02:42:43  Local time for oerjan is Thu Nov 24 03:42:42 2016
02:42:47  @time boily
02:42:47  Local time for boily is Wed, 23 Nov 2016 21:42:47 -0500
02:44:46  time to go wrap myself in rectangular textile...
02:44:54 -!- boily has quit (Quit: EXPERIENCED CHICKEN).
02:49:41  https://learnpythonthehardway.org/book/nopython3.html
02:50:08  it's such a shame python 3 isn't turing-complete
02:52:29 -!- nitrix has joined.
02:58:47  shachaf, holy shit
02:59:21  TIL that every language except python 2 isn't turing complete
03:00:56 -!- Phantom_Hoover has quit (Read error: Connection reset by peer).
03:04:12  ...wat?
03:06:02  I think converting a code with goto into a code without goto is easy enough to do (for JavaScript at least, and possibly others too) if the programming language supports multi-level break/continue, and that you impose two restrictions: [1] You must jump within the same function. [2] You cannot jump into a block (jumping out of a block is OK).
03:06:28  Backward jumps: { A; B: C; goto B; D; } -> { A; B: for(;;) { C; continue B; D; break; } }    Forward jumps: { A; goto C; B; C: D; } -> { A; C: for(;;) { break C; B; break; } D; }    When jumping out of a block, move the for loop out to the nearest compatible block.
03:06:43  Do you notice any mistake I made? Do you like this?
03:07:14  Why can't you jump into a block in JavaScript?
03:07:54  It would be more difficult to implement if you could; it would also cause problems with scoped variables if you did.
03:08:12  Oh, I guess JavaScript has scoped variables now.
03:08:25  Yes
03:10:23  Apparently someone implemented a compiler from JavaScript-with-goto to JavaScript.
03:10:45  But it looks like it maybe only supports backward jumps.
03:10:50  And also the website is gone.
03:11:35  Yes I have seen that mentioned, and yes it is gone and I think it has some other problems too.
03:11:43  shachaf: they extended it to support feather primitives, after which it erased itself from existence hth
03:11:45  My proposal is you can make backward and forward.
03:12:03  oerjan: what do you mean by "after" twh
03:12:29  sorry, i wioll haven a grammatical error
03:12:57  What does "wioll haven" means?
03:13:29  zzo38: it's time travel grammar from hitchhiker's guide hth
03:14:11  OK
03:14:52  The third case is if the same label is used both as a backward and forward jump; in that case just to split it into two labels before making the conversion as described above.
03:14:55  zzo38: Can you implement goto (not supporting scopes) with one switch statement and one loop?
03:15:55  Yes, but you can't mix that with other flow-controls so well.
03:16:37  (Maybe it is also slower than this way; I don't know)
03:17:19  Can't you?
03:27:31 -!- hppavilion[0] has quit (Ping timeout: 265 seconds).
03:27:31 -!- hppavilion[1] has quit (Ping timeout: 265 seconds).
03:47:43 -!- Sprocklem has quit (Ping timeout: 252 seconds).
03:50:57 -!- fractal has quit (Ping timeout: 240 seconds).
03:51:15  `unidecode ;
03:51:16  ​[U+003B SEMICOLON]
03:57:20 -!- fractal has joined.
04:38:59 <\oren\> breaking news u spez admits to changing people's reddit posts untraceably
04:39:51 <\oren\> horay, more reddit drama
04:41:14  Can you file my Reddit bug report for me?
04:41:21  http://www.outlinenone.com/
04:41:36  You're obviously much more in touch than I am.
04:42:31 <\oren\> I don't actually have a reddit account I just lurk moar
05:01:33 -!- oerjan has quit (Quit: Nite).
06:08:40 -!- otherbot has quit (Remote host closed the connection).
06:26:08 -!- Sprocklem has joined.
06:47:08 -!- centrinia has joined.
06:54:09 -!- centrinia has quit (Quit: Leaving).
07:34:41 -!- ffgdf has joined.
07:37:06 -!- ffgdf has quit (Client Quit).
07:44:53  [wiki] [[Minipy]]  https://esolangs.org/w/index.php?diff=50370&oldid=50368 * Challenger5 * (-1) 
07:45:28  [wiki] [[Minipy]]  https://esolangs.org/w/index.php?diff=50371&oldid=50370 * Challenger5 * (+32) 
07:46:09  [wiki] [[Minipy]]  https://esolangs.org/w/index.php?diff=50372&oldid=50371 * Challenger5 * (+17) 
07:46:46  [wiki] [[Minipy]]  https://esolangs.org/w/index.php?diff=50373&oldid=50372 * Challenger5 * (+45) 
07:53:35 -!- hppavilion[0] has joined.
07:53:35 -!- hppavilion[1] has joined.
07:55:17 -!- Sprocklem has quit (Ping timeout: 265 seconds).
07:56:20  [wiki] [[Minipy]]  https://esolangs.org/w/index.php?diff=50374&oldid=50373 * Challenger5 * (+0) 
08:02:07  [wiki] [[Minipy]]  https://esolangs.org/w/index.php?diff=50375&oldid=50374 * Challenger5 * (+40) 
08:02:57  [wiki] [[Minipy]]  https://esolangs.org/w/index.php?diff=50376&oldid=50375 * Challenger5 * (-6) 
08:14:26  I looked at Chris Pressey's List of Unfinished Interesting Esolangs; I like this kind of ideas
08:15:25  Hrm, looks like he's not around ATM.
08:18:24 * hppavilion[1] . o O ( in 2520 s, I get to make a pun )
08:25:25  What they mention for Praline can help if you are going to make a non-local return. (Just make return a function; calling it will return.) Z-machine has something similar: The CATCH instruction will result in a frame pointer. Using THROW with that frame pointer will return from the function containing CATCH.
08:26:00  (Also, in BASIC if you use GOSUB then you can RETURN to a line other than the line that called it if you want to.)
09:16:58 -!- hppavilion[1] has quit (Ping timeout: 265 seconds).
09:16:58 -!- hppavilion[0] has quit (Ping timeout: 265 seconds).
09:29:52 -!- MoALTz_ has changed nick to MoALTz.
09:41:50 -!- AnotherTest has joined.
10:14:25  ARGH! code is in flux and the interfaces keep changing work is hard!
10:14:45  I hate it, I spend so much time following the changes in other people's code that I can't work on my own code,
10:14:54  which my bosses hate because then I can't get anything useful done.
10:15:08  wait, wrong channel, I should complain about this on another channel
10:45:44 -!- LKoen has joined.
10:51:32 -!- xocket has joined.
10:53:32 -!- xocket has quit (Client Quit).
11:00:59  `` echo trump place | tr -dc a-z | sed 's/./&\n/g' | sort | tr -d '\n' 
11:01:06  acelmpprtu
11:01:08  `` echo rectal pump | tr -dc a-z | sed 's/./&\n/g' | sort | tr -d '\n' 
11:01:09  acelmpprtu
11:07:07 -!- xocket has joined.
11:28:33 -!- xocket has quit (Ping timeout: 244 seconds).
11:28:48 -!- xocket has joined.
11:35:32 -!- boily has joined.
11:42:13  @massages-loud
11:42:13  You don't have any messages
11:47:53 -!- PinealGlandOptic has quit (Quit: leaving).
11:53:47 -!- xocket has quit (Ping timeout: 246 seconds).
12:11:32 -!- LKoen has quit (Remote host closed the connection).
12:16:58 -!- LKoen has joined.
12:21:11 -!- boily has quit (Quit: FENCE CHICKEN).
12:25:05 -!- TieSoul has joined.
12:48:26  [wiki] [[Special:Log/newusers]] create  * Steve *  New user account
13:00:28  [wiki] [[Esolang:Introduce yourself]]  https://esolangs.org/w/index.php?diff=50377&oldid=50369 * Steve * (+380) 
13:49:24 -!- xocket has joined.
13:52:03 -!- xocket has quit (Disconnected by services).
13:52:04 -!- xock_stream has joined.
14:53:22 -!- xocket has joined.
14:54:38 -!- xock_stream has quit (Ping timeout: 245 seconds).
15:41:05 -!- oerjan has joined.
15:52:16 -!- xocket has quit (Disconnected by services).
15:52:16 -!- xock_stream has joined.
16:14:17 -!- xock_stream has quit (Ping timeout: 240 seconds).
16:27:33 -!- wanderman has joined.
16:31:41 -!- xocket has joined.
16:33:05 -!- xocket has quit (Disconnected by services).
16:33:06 -!- xock_stream has joined.
16:35:18 -!- wander___ has joined.
16:38:12 -!- wanderman has quit (Ping timeout: 250 seconds).
16:47:51 -!- xock_stream has quit (Ping timeout: 244 seconds).
16:55:24 -!- wander___ has quit (Quit: Leaving).
16:58:54  exg: I just found out something about MSVC 2015 that makes me scream. they have their own frocking __pragma preprocessor-magic-keyword and don't support the C99/C++11 _Pragma preprocessor-magic-keyword.  Apparently they still don't care about C99 at all.
17:01:07  So I wonder if libecb should have a macro for issuing preprocessor-time diagnostics, such that ECB_SOMETHING("foo") expands to _Pragma("message \"foo\"") on gcc but __pragma(message("foo")) on MSVC, except of course it should do the Right Thing instead of what I said.
17:02:03  I wish there was a similar thing for compile-time diagnostics, that is, a version of static_assert that gives a non-error message.
17:03:28 -!- LKoen has quit (Remote host closed the connection).
17:22:28 -!- MDude has joined.
17:23:33  argh, wrong channel
17:26:59  b_jonas: boost has one
17:31:23 -!- LKoen has joined.
17:31:35  alercah: what's its name, or which library is it in?
17:33:59  is there a unicode character for  ::  ?
17:39:36 <\oren\> yes
17:39:45  can't find it
17:40:00 <\oren\> ∷
17:40:07 <\oren\> `unidecode ∷
17:40:12  ​[U+2237 PROPORTION]
17:40:24  thanks
17:45:20 -!- Phantom_Hoover has joined.
17:59:44  b_jonas: static_warning
18:14:21  alercah: I'll check. I wonder if it uses the deprecated attribute (any of its variants, as in C++14, gcc, msvc variant of it)
18:17:24 -!- Zarutian has joined.
18:17:33 -!- oerjan has quit (Quit: Later).
18:33:20 -!- LKoen has quit (Remote host closed the connection).
18:52:58  [wiki] [[Special:Log/newusers]] create  * Ivancr72 *  New user account
18:58:26 -!- DHeadshot has joined.
18:59:56  [wiki] [[Esolang:Introduce yourself]]  https://esolangs.org/w/index.php?diff=50378&oldid=50377 * Ferrosurgeon * (+241) Added me!
19:00:23  [wiki] [[List of ideas]] M https://esolangs.org/w/index.php?diff=50379&oldid=50350 * Ferrosurgeon * (-15) Update broken link
19:03:56 -!- LKoen has joined.
19:10:08  http://beta.speedtest.net/result/5824910301
19:10:57  [wiki] [[List of ideas]]  https://esolangs.org/w/index.php?diff=50380&oldid=50379 * Ferrosurgeon * (+76) Suggest bf interpreter written in system programming language
19:12:38  [wiki] [[List of ideas]]  https://esolangs.org/w/index.php?diff=50381&oldid=50380 * Ferrosurgeon * (-2) Linky oopsie
19:14:00  http://news.vodafone.it/2016/10/04/vodafone-porta-la-fibra-in-8-distretti-industriali-italiani/ ?
19:14:22  [wiki] [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=50382&oldid=50378 * Ferrosurgeon * (+1) 
19:14:39  yeah that
19:24:37  oh! so oerjan found a delexing algorithm for Incident that ais believes works? interestnig
19:24:53  I was trying to create such an algorithm, but haven't found one yet
19:25:04  I'll have to look at that one
19:33:06 -!- LKoen has quit (Remote host closed the connection).
19:41:01 -!- LKoen has joined.
19:44:19  izalove: oooooh that is fast
19:48:33  I used to have a connection that fast at work.
19:57:13  I have one that fast at uni... 1Gbps  upload too ^v^
19:57:35 -!- xocket has joined.
19:58:32  `welcome.nl lynn
19:58:33  ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: welcome.nl: not found
19:59:55  Oh well.
20:00:05  It's Thanksgiving, I'm told.
20:01:08  ♪ You can get anything you want at Alice's restaurant ♪
20:01:12 -!- xocket has quit (Max SendQ exceeded).
20:01:43 -!- xocket has joined.
20:02:02  shachaf: is it today?
20:06:03  [wiki] [[User:BradleySadowsky]] N https://esolangs.org/w/index.php?oldid=50383 * BradleySadowsky * (+65) Create my user page
20:06:05 <\oren\> I accidentally invented an image format
20:06:17  [wiki] [[DROL]] N https://esolangs.org/w/index.php?oldid=50384 * BradleySadowsky * (+4271) Create and populate DROL page
20:06:33  oh no
20:06:37  not another fucking image format
20:06:40  noooo
20:06:46  the horror
20:07:45 -!- LKoen has quit (Remote host closed the connection).
20:08:12 <\oren\> it represents monochrome images using the unicode braille characters to show groups of 8 pixels
20:09:28  [wiki] [[DROL]] M https://esolangs.org/w/index.php?diff=50385&oldid=50384 * BradleySadowsky * (+10) /* Commands */ Edit the if loop info
20:09:39 * izalove runs away screaming
20:10:06 -!- Sprocklem has joined.
20:13:34 <\oren\> I am trying to make an Ncurses font editor
20:13:53 <\oren\> to escape from the tyranny of GUI
20:14:29 -!- xocket has quit (Disconnected by services).
20:14:30 -!- xock_stream has joined.
20:14:47 -!- Sprocklem has quit (Ping timeout: 256 seconds).
20:21:41 -!- Zarutian has quit (Read error: Connection reset by peer).
20:29:48  \oren\: That actually sounds really useful!
20:31:23  how often do you edit fonts?
20:40:13 -!- Sprocklem has joined.
20:42:14  oh wow... 
20:51:26 <\oren\> oh wow what
20:54:36 <\oren\> i also need to finish my bdf to ttf convertor
21:01:25  \oren\: I just realized I completely missed the ICFP 2016 contest. I was busy at that time, so I didn't plan on participating, but I should have at least read about it later. I knew it was when I was busy, but after that I went on a vacation and after that it totally went out of my head.
21:01:30  http://icfpc2016.blogspot.hu/2016/08/task-description.html
21:07:22 -!- function has joined.
21:14:47 -!- xocket has joined.
21:16:43 -!- xock_stream has quit (Ping timeout: 245 seconds).
22:01:07 -!- Sprocklem has quit (Ping timeout: 252 seconds).
22:09:18 -!- tromp__ has quit (Read error: Connection reset by peer).
22:11:59 -!- LKoen has joined.
22:15:00 -!- xocket has quit (Disconnected by services).
22:15:00 -!- xock_stream has joined.
22:28:32 -!- tromp has joined.
22:35:44 -!- DHeadshot has quit (Ping timeout: 260 seconds).
22:40:03 -!- AnotherTest has quit (Quit: ZNC - http://znc.in).
22:42:44 -!- FreeFull has quit (Quit: rebootooting).
22:45:42 -!- FreeFull has joined.
22:52:09 -!- MoALTz has quit (Quit: Leaving).
23:04:12 -!- 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.”).
23:04:48 -!- hppavilion[1] has joined.
23:04:48 -!- hppavilion[0] has joined.
23:06:14 -!- boily has joined.
23:08:08  `wisdom
23:08:14  fiora//Fiora is half JRPG fangirl, half SIMD dork, and all sucrose. She's a sous-chef who shushes sushi.
23:10:14  hppavellon[½].
23:11:00 -!- Sprocklem has joined.
23:15:11 -!- xocket has joined.
23:16:37 -!- xock_stream has quit (Ping timeout: 240 seconds).
23:20:13  \oren\: he\\oren\. can you enthicken 幻?
23:21:58 <\oren\> boily: wont fit
23:23:00  darn.
23:29:58 -!- PinealGlandOptic has joined.
23:35:07 -!- TieSoul has quit (Quit: Leaving).
23:38:00  `? oren
23:38:02  oren is a Canadian esolanger who would like to obliterate time zones so that he can talk to his father who lives in the same house. He'll orobablu get the hang of toycj tuping soon. He also has a rabid hatred of the two-storey lowercase a and other shady characters.
23:38:02  `? \oren
23:38:03  ​\oren? ¯\(°​_o)/¯
23:38:07  `? \oren\
23:38:08  ​\oren\ is an attempt to improve upon oren. The only thing it actually improved was name recognizability, and it made everything else... well, there isn't much else in a nick, is there?
23:39:22  `` sed -i 's/well.*$/unenthickenable, eh?/' wisdom/\\oren\\
23:39:25  wisdom/\oren\//\oren\ is an attempt to improve upon oren. The only thing it actually improved was name recognizability, and it made everything else... unenthickenable, eh?
23:48:26 -!- DHeadshot has joined.
23:54:58 -!- oerjan has joined.
23:59:20 -!- DHeadshot has quit (Ping timeout: 250 seconds).