←2018-10-23 2018-10-24 2018-10-25→ ↑2018 ↑all
00:37:39 <Sgeo> Play Commodore PET Space Invaders, get high score screen
00:40:53 <Sgeo> Or actually just wait
00:41:46 <Sgeo> https://imgur.com/x2yf9dF
00:42:05 <Sgeo> Alien thing comes and fixes the V with a Y
00:43:48 -!- arseniiv has quit (Ping timeout: 245 seconds).
00:47:48 <oerjan> OKAV
01:10:38 -!- doesthiswork has joined.
03:17:21 -!- oerjan has quit (Quit: Nite).
03:47:05 -!- erkin has quit (Remote host closed the connection).
04:04:58 -!- Sgeo_ has joined.
04:07:31 -!- Sgeo has quit (Ping timeout: 246 seconds).
04:12:58 -!- oklopol has joined.
04:54:51 -!- oklopol has quit (Ping timeout: 252 seconds).
05:00:00 <esowiki> [[MineFriff]] https://esolangs.org/w/index.php?diff=58054&oldid=58045 * JonoCode9374 * (+50) /* Future Ideas */
05:22:07 -!- Lord_of_Life_ has quit (Ping timeout: 240 seconds).
05:26:34 -!- Lord_of_Life has joined.
05:45:40 -!- S_Gautam has joined.
06:33:38 <int-e> @wn pilaf
06:33:39 <lambdabot> *** "pilaf" wn "WordNet (r) 3.0 (2006)"
06:33:39 <lambdabot> pilaf
06:33:39 <lambdabot> n 1: rice cooked in well-seasoned broth with onions or celery
06:33:39 <lambdabot> and usually poultry or game or shellfish and sometimes
06:33:39 <lambdabot> tomatoes [syn: {pilaf}, {pilaff}, {pilau}, {pilaw}]
06:34:21 <int-e> @tell oerjan I'd take "plav" for a variant spelling of "pilaf", but who knows.
06:34:21 <lambdabot> Consider it noted.
07:00:44 -!- oklopol has joined.
07:15:39 -!- oklopol has quit (Ping timeout: 252 seconds).
07:54:33 <esowiki> [[MineFriff]] https://esolangs.org/w/index.php?diff=58055&oldid=58054 * JonoCode9374 * (+97) /* Hello World */
07:55:16 -!- S_Gautam has quit (Quit: Connection closed for inactivity).
07:55:29 <esowiki> [[MineFriff]] https://esolangs.org/w/index.php?diff=58056&oldid=58055 * JonoCode9374 * (+218) /* Commands */
07:56:06 <esowiki> [[MineFriff]] https://esolangs.org/w/index.php?diff=58057&oldid=58056 * JonoCode9374 * (+35) /* Interpreting modes */
07:57:22 <esowiki> [[MineFriff]] https://esolangs.org/w/index.php?diff=58058&oldid=58057 * JonoCode9374 * (-266)
08:02:47 <esowiki> [[MineFriff]] https://esolangs.org/w/index.php?diff=58059&oldid=58058 * JonoCode9374 * (+78) /* Examples */
08:07:48 -!- xkapastel has quit (Quit: Connection closed for inactivity).
08:42:39 -!- AnotherTest has joined.
08:54:28 -!- LKoen has joined.
09:08:00 -!- wob_jonas has joined.
09:09:02 <wob_jonas> izabera: one of those crazy geometric stuff like quadtrees or R-trees, eg. https://sqlite.org/rtree.html
09:10:17 <wob_jonas> oerjan: dude, that is exactly the sort of stuff for which we don't need laws, but only a technological solution where you start all your browser threads muted and your browser marks which tabs are trying to play sound
09:13:34 <wob_jonas> oerjan: I personally have more problems with websites that unexpectedly start playing high res videos, because I have an old computer at home that doesn't have the resources for that. In particular, youtube unpauses the video two or three times when you load a youtube page by default.
09:28:51 <izabera> hey Taneb why don't you come to the uk championship this weekend
09:43:45 <Taneb> Which UK championship
10:07:34 <izabera> https://www.worldcubeassociation.org/competitions/UKC2018
10:08:20 <Taneb> Ah, I see
10:45:58 -!- arseniiv has joined.
11:54:28 -!- sftp has quit (Excess Flood).
11:54:45 -!- sftp has joined.
11:58:13 -!- Essadon has joined.
12:26:40 -!- MDead has joined.
12:27:40 -!- MDude has quit (Ping timeout: 264 seconds).
12:27:45 -!- MDead has changed nick to MDude.
12:39:05 <esowiki> [[Precognition]] N https://esolangs.org/w/index.php?oldid=58060 * Ais523 * (+30869) now that I've worked out the details, this is definitely worth posting even if I don't get around to implementing it
12:39:46 <esowiki> [[Language list]] https://esolangs.org/w/index.php?diff=58061&oldid=57974 * Ais523 * (+19) /* P */ +[[Precognition]]
12:40:10 <esowiki> [[User:Ais523]] https://esolangs.org/w/index.php?diff=58062&oldid=57554 * Ais523 * (+18) +[[Precognition]]
12:42:32 -!- ais523 has joined.
12:42:41 <ais523> I just posted a new esolang to the wiki
12:43:01 <ais523> the ideas behind this have been brewing for years, and it was originally several different languages
12:43:22 <ais523> but I only noticed that they could all be merged pretty easily a few days ago, and the spec wasn't too hard to write
12:43:29 <ais523> https://esolangs.org/wiki/Precognition
12:44:10 <ais523> it's one of those languages which should be easy to implement, but hard to implement efficiently
12:44:54 -!- ais523 has quit (Remote host closed the connection).
12:45:06 -!- ais523 has joined.
12:55:35 <LKoen> "The simplest way to implement this is to run all the possibilities in parallel until one of them happens to find a solution, then discard all the others. Implementations are free to choose a more efficient algorithm if they wish."
12:55:39 <LKoen> okay
12:56:08 <LKoen> ais523: if you're interested, I've written an incredibly simple program that cracks SHA256 hashes
12:56:46 <LKoen> but it's not particularly efficient
12:57:59 <LKoen> which is an ordered list for which each elements can be a lexemes or a groupemes. <<< are you sure you want thoses -s here? it looks like plural
12:59:52 -!- xkapastel has joined.
13:00:07 <ais523> that's probably a typo
13:00:12 <ais523> it's hard to proofread pages this long
13:01:23 <esowiki> [[Precognition]] M https://esolangs.org/w/index.php?diff=58063&oldid=58060 * Ais523 * (-2) fix typo pointed out by LKoen on IRC
13:02:04 <LKoen> well, it's the first occurrence of those two words on that page, so I couldn't be sure
13:04:33 <ais523> the sentence was originally arranged differently, I missed changing the bits in italic when I changed the rest of it
13:10:35 <wob_jonas> ais523: ah, this one isn't the analog computer, ri9ght?
13:12:38 <ais523> wob_jonas: right, it's an entirely different language
13:12:55 <ais523> it's something of a cross between regex, lisp, prolog and m4
13:25:20 -!- Lord_of_Life has quit (Changing host).
13:25:20 -!- Lord_of_Life has joined.
13:29:06 -!- ais523 has quit (Quit: quit).
13:41:22 <esowiki> [[Precognition]] https://esolangs.org/w/index.php?diff=58064&oldid=58063 * B jonas * (+0) metagroupemes representation
13:57:28 -!- wob_jonas has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client).
14:24:09 <esowiki> [[Precognition]] https://esolangs.org/w/index.php?diff=58065&oldid=58064 * B jonas * (-1) typo
14:24:17 <izabera> Taneb: ?
14:24:54 <Taneb> izabera: are you going? And if so, for what?
14:25:55 <izabera> alluvit
14:26:37 <Taneb> I see, competing?
14:27:32 <izabera> yeah but i'm mostly just hanging around
14:27:47 <izabera> i'll try not to get last place in at least one puzzle
14:30:26 <Taneb> Well, the way to do that is to pay for me to compete too
14:30:40 <Taneb> (please don't do that)
14:33:54 <izabera> i'll buy you a whole coffee at cafè nero
14:41:07 <Taneb> I have a caffeine intolerance
14:59:24 <izabera> then i'll use it as a threat
15:04:00 <Taneb> Well, I can't do Friday, definitely
15:06:53 -!- oerjan has joined.
15:09:08 <oerjan> @tell b_jonas that law was parodied on the website listed, did you visit it?
15:09:08 <lambdabot> Consider it noted.
15:09:18 <oerjan> @tell wob_jonas that law was parodied on the website listed, did you visit it?
15:09:18 <lambdabot> Consider it noted.
15:09:37 <esowiki> [[Talk:Precognition]] N https://esolangs.org/w/index.php?oldid=58066 * B jonas * (+2459) Created page with "== Questions about the specs == #Why don't you separate the initial sring from the parts by a part separator <code>;</code> , and perhaps distinguish type I parts by a traili..."
15:10:00 <oerjan> hm he's around but not here
15:10:44 <oerjan> @messages-piloud
15:10:44 <lambdabot> int-e said 8h 36m 23s ago: I'd take "plav" for a variant spelling of "pilaf", but who knows.
15:12:53 <oerjan> also, now i want some pilaf :(
15:13:19 <oerjan> but am too lazy to cook
15:14:19 <oerjan> no olist yet
15:23:03 -!- wob_jonas has joined.
15:23:24 <wob_jonas> oerjan: I don't get the context. What law, discussed where?
15:30:58 -!- Cale has joined.
15:31:00 -!- sleepnap has quit (Ping timeout: 272 seconds).
15:32:28 -!- nfd9001 has quit (Ping timeout: 264 seconds).
15:35:11 <oerjan> `@ wob_jonas `? hammurabi
15:35:12 <HackEso> wob_jonas: Can't exec "`?": No such file or directory at /hackenv/bin/@ line 2.
15:35:15 <oerjan> oops
15:35:22 <oerjan> `@ wob_jonas ? hammurabi
15:35:23 <HackEso> wob_jonas: From Hammurabi's law: If anyone creates a webpage that unexpectedly starts playing sounds, he shall be put to death. http://45338297.weebly.com/laws-on-property-and-theft.html
15:38:29 <wob_jonas> ok
16:04:45 -!- wob_jonas has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client).
16:27:43 <esowiki> [[Mice in a maze/mice.py]] N https://esolangs.org/w/index.php?oldid=58067 * Koen * (+5519) A [[Mice in a maze]] interpreter in python.
17:24:17 -!- Lord_of_Life has quit (Ping timeout: 268 seconds).
17:25:18 -!- Lord_of_Life has joined.
17:29:01 -!- oerjan has quit (Quit: Later).
17:32:02 -!- sleffy has joined.
17:32:02 -!- sleffy has quit (Client Quit).
17:32:21 -!- Lord_of_Life has quit (Changing host).
17:32:21 -!- Lord_of_Life has joined.
17:37:36 -!- ais523 has joined.
17:38:10 -!- Phantom_Hoover has joined.
17:38:10 -!- Phantom_Hoover has quit (Changing host).
17:38:10 -!- Phantom_Hoover has joined.
17:43:40 <esowiki> [[Talk:Precognition]] https://esolangs.org/w/index.php?diff=58068&oldid=58066 * Ais523 * (+1221) replies
17:45:16 <esowiki> [[Mice in a maze]] https://esolangs.org/w/index.php?diff=58069&oldid=43943 * Koen * (+191) Add section "Implementation" and categories: Implemented, Two-dimensional languages, Concurrent programming
17:46:31 <esowiki> [[Precognition]] https://esolangs.org/w/index.php?diff=58070&oldid=58065 * Ais523 * (+125) clarifications per talk
17:52:07 <LKoen> hmmm
17:52:31 <LKoen> I wanted to write a parallel implementation of the Hello World example in Maze
17:52:45 <LKoen> to showcase the language's ability to run several mice in the maze
17:52:50 <LKoen> in Mice in the maze*
17:53:14 <LKoen> but actually, all mice share the same brainfuck tape pointer
17:53:46 <LKoen> so that requires a lot more thought
17:54:30 <LKoen> (also the purpose is to brag about a "more efficient" hello world implementation, because it would cost fewer ticks... but each tick would be used to execute two instructions instead of one, so there's no real gain)
18:20:07 -!- LKoen has quit (Remote host closed the connection).
18:39:25 -!- arseniiv_ has joined.
18:43:29 -!- fungot has joined.
18:48:51 -!- arseniiv has quit (*.net *.split).
18:48:51 -!- oren has quit (*.net *.split).
18:48:51 -!- Melvar has quit (*.net *.split).
18:48:51 -!- fractal has quit (*.net *.split).
18:48:52 -!- erdic has quit (*.net *.split).
18:48:52 -!- int-e has quit (*.net *.split).
18:48:52 -!- fungot` has quit (*.net *.split).
18:49:31 -!- erdic has joined.
18:49:50 -!- Melvar has joined.
18:59:08 -!- oren has joined.
19:04:54 -!- fractal has joined.
19:38:15 -!- ais523 has quit (Quit: quit).
19:49:38 -!- xkapastel has quit (Quit: Connection closed for inactivity).
19:53:28 -!- wob_jonas has joined.
19:59:35 -!- nfd9001 has joined.
20:00:39 -!- int-e has joined.
20:02:00 -!- xkapastel has joined.
20:09:54 -!- wob_jonas has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client).
20:20:36 -!- LKoen has joined.
20:25:12 -!- LKoen has quit (Ping timeout: 252 seconds).
20:36:47 -!- nfd9001 has quit (Ping timeout: 276 seconds).
20:48:34 -!- nfd9001 has joined.
21:01:30 -!- nfd9001 has quit (Ping timeout: 252 seconds).
21:26:41 -!- nfd9001 has joined.
21:29:32 -!- aloril_ has joined.
21:33:04 -!- aloril has quit (Ping timeout: 264 seconds).
21:53:47 -!- nfd9001 has quit (Ping timeout: 240 seconds).
21:55:56 -!- nfd9001 has joined.
21:56:11 <esowiki> [[Temporal]] N https://esolangs.org/w/index.php?oldid=58071 * Plokmijnuhby * (+2485) Created page with "Temporal is a stack-based time-travel language by ~~~ (we don't appear to have one yet, and it's not like they're hard to design). When I refer to "a timestep", I don't mean..."
22:00:14 -!- nfd has joined.
22:02:07 -!- nfd9001 has quit (Ping timeout: 240 seconds).
22:03:31 -!- nfd has quit (Read error: Connection reset by peer).
22:03:58 -!- nfd has joined.
22:16:08 -!- Cale has quit (Remote host closed the connection).
22:16:21 -!- LKoen has joined.
22:33:49 -!- Essadon has quit (Quit: Qutting).
22:45:04 -!- arseniiv_ has quit (Ping timeout: 264 seconds).
22:58:55 -!- AnotherTest has quit (Ping timeout: 250 seconds).
23:03:22 -!- ATMunn_ has quit (Quit: lol rip).
23:03:25 -!- Bowserinator has quit (Remote host closed the connection).
23:03:53 -!- ATMunn has joined.
23:04:11 -!- Bowserinator has joined.
23:12:47 -!- Phantom_Hoover has quit (Remote host closed the connection).
23:37:01 -!- 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:49:03 -!- nfd has quit (Ping timeout: 252 seconds).
23:52:52 -!- GeekDude has joined.
←2018-10-23 2018-10-24 2018-10-25→ ↑2018 ↑all