←2022-12-05 2022-12-06 2022-12-07→ ↑2022 ↑all
00:08:29 <esolangs> [[Timers]] M https://esolangs.org/w/index.php?diff=105100&oldid=90127 * Rphii * (+104) change # to + and add new #
00:23:33 -!- fowl has quit (Quit: The Lounge - https://thelounge.chat).
00:25:17 -!- fowl has joined.
00:37:50 <esolangs> [[Timers]] M https://esolangs.org/w/index.php?diff=105101&oldid=105100 * Rphii * (+1) /* Numbers */ also change all previous occurences of # to +
01:16:39 -!- razetime has joined.
01:44:01 -!- FreeFull has quit.
01:47:24 <esolangs> [[Talk:2001: An Esolang Odyssey]] https://esolangs.org/w/index.php?diff=105102&oldid=102510 * BoundedBeans * (+338)
01:53:17 <esolangs> [[Talk:2001: An Esolang Odyssey]] M https://esolangs.org/w/index.php?diff=105103&oldid=105102 * BoundedBeans * (+17) Fixed unintentional broken link in interpreter
01:55:14 -!- razetime_ has joined.
01:56:28 -!- razetime_ has quit (Client Quit).
01:56:43 -!- razetime has quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.).
03:25:26 -!- razetime has joined.
04:41:32 <esolangs> [[BitQueue]] M https://esolangs.org/w/index.php?diff=105104&oldid=105097 * Indigo * (+262)
05:17:48 -!- slavfox has quit (Quit: ZNC 1.8.2 - https://znc.in).
05:20:52 -!- slavfox has joined.
05:45:11 <esolangs> [[User:Zzo38/Programming languages with unusual features]] https://esolangs.org/w/index.php?diff=105105&oldid=104288 * Zzo38 * (+458)
06:06:42 -!- razetime has quit (Ping timeout: 256 seconds).
06:10:28 -!- Thedarkb-Desktop has quit (Read error: No route to host).
06:27:14 -!- bgs has joined.
07:32:07 -!- V has quit (Remote host closed the connection).
07:39:34 -!- bgs has quit (Remote host closed the connection).
07:40:13 -!- Sgeo has quit (Read error: Connection reset by peer).
07:50:48 <int-e> fizzie: Apparently word on the street is that the 10s solution was some GPT-based full automation getting lucky.
07:52:41 -!- tromp has joined.
08:12:21 <b_jonas> int-e: the 10s for an early task is plausible for me as getting lucky with partial or full automation even without the GPT-based part honestly
08:13:23 <int-e> sure
08:20:28 <b_jonas> the user links to https://github.com/ostwilkens who has a repository https://github.com/ostwilkens/aoc2022 called "Advent of Code 2022 GPT Solver" so no wonder that's the rumor
08:34:03 <int-e> Ah
08:34:20 <int-e> I don't follow those links (except by accident)
09:00:03 -!- underpantsgnome[ has quit (Quit: You have been kicked for being idle).
09:19:05 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:50:14 <esolangs> [[Buffalo!]] https://esolangs.org/w/index.php?diff=105106&oldid=105099 * Ecatmur * (-1) /* Style guide */
09:51:11 <esolangs> [[Buffalo!]] M https://esolangs.org/w/index.php?diff=105107&oldid=105106 * Ecatmur * (+4) /* Overview */
09:54:12 <esolangs> [[Deadfish]] https://esolangs.org/w/index.php?diff=105108&oldid=105092 * Ecatmur * (+2) /* Buffalo! */
10:12:55 -!- Lord_of_Life_ has joined.
10:14:10 -!- Lord_of_Life has quit (Ping timeout: 260 seconds).
10:14:13 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
10:44:07 -!- tromp has joined.
10:58:36 <sprout> https://github.com/max-sixty/aoc-gpt
10:58:57 <sprout> "I placed 1st on Day 4 Part 1 with this code, and 2nd on Day 3 Part 1 with a previous version."
11:00:57 <int-e> I guess we can't have easy programming contests anymore then :P
11:02:39 <int-e> I guess the secret sauce is how you write the prompt? https://github.com/max-sixty/aoc-gpt/blob/main/openai.py#L90-L94
11:03:19 <int-e> I guess I'm guessing an awful lot.
11:04:14 <sprout> like GPT
11:04:45 <sprout> I think a lot has to do that aoc problems are spelled out for the reader
11:05:06 <sprout> also, the first n are trivial usually
11:05:11 <sprout> still remarkable
11:06:07 <int-e> I'm surprised that the thing worked for day 4 part 1 but not the "easier" part 2.
11:41:11 <esolangs> [[Addbig]] https://esolangs.org/w/index.php?diff=105109&oldid=103062 * Joaozin003 * (+1)
12:43:48 -!- razetime has joined.
13:03:07 <fizzie> Surprised there weren't any sub-30-second times today.
13:03:40 <fizzie> Because ChatGPT did part 1 no trouble.
13:04:52 <fizzie> https://zem.fi/tmp/gpt06.png
13:05:12 <fizzie> I guess it might have taken a few seconds to add the necessary "read from a file" code around that.
13:05:38 <fizzie> My prompt was the trivial "Here's a puzzle: <AoC text>. Please write Python code to answer the question posed above." one.
13:06:53 <fizzie> Been very un-twisty puzzles so far, but I guess we'll get there.
13:07:44 <fizzie> Today was really well suited for Burlesque though. I went with 4CO{><U_}fi4.+ and the trivial s/4/14/g for part 2.
13:09:42 <fizzie> Always surprises me that (AFAICT) Burlesque has no builtin for "sort and remove duplicates". `Sn` (SortedNub), which you might *think* is it, is actually defined as {><}m[NB, which sorts the *items* and then removes consecutive duplicates. And `U_` (Unique) is defined as ^^NB== (aka dup, nub, equals), without an integrated sort.
13:25:40 <int-e> fizzie: yeah the most twisty thing so far was yesterday's parsing
13:28:12 <fizzie> Yesterday was a bit of a pain in Burlesque. Okay, maybe not the parsing so much (that was just <-{[-4co)-]}m[tp for the initial stacks and wd2enri for a move) but anything that smells like a mutable data structure is always annoying.
13:28:35 <fizzie> I ended up with ln{""};;p^<-{[-4co)-]}m[tp{:rd}m[Pp{wd2enrig_j1?-J{pP'f!!l_PPj'fsaJ't!!#R_+'tsaPp}j-]'fjr~j[~'tjr~jE!}m[p\)[~\[ for part 1 and ln{""};;p^<-{[-4co)-]}m[tp{:rd}m[Pp{wd2enrig_j1?-J{pP'f!!<-co<-l_)<-\[PPj'fsaJ't!!#R<-_+'tsaPp}j-]'fjr~j[~'tjr~j4iae!}m[p\)[~\[ for part 2.
13:29:12 <int-e> I won't try to read that
13:30:22 <FireFly> and people say Perl^WJ looks like line noise..
13:30:38 <fizzie> It uses the pattern where {pP'f!!l_PPj'fsaJ't!!#R_+'tsaPp} is like a block of code with placeholders (here 'f and 't, for "from" and "to" respectively) and then 'fjr~ and 'tjr~ are used to replace those placeholders with the correct values (and then E! evaluates the block N times).
13:30:55 <FireFly> (okok Burlesque makes no claims of being useful in practice, admittedly)
13:32:28 <int-e> fizzie: In Haskell, I used an associative map to do the mutation.
13:35:01 <int-e> Anyway, the parsing wasn't *difficult*, just slightly unusual and thus quite a bit more code to write than usual too.
14:15:36 <fizzie> I left the 1s and the 2s and the 3s and the so-ons at the bottoms of my stacks in the Burlesque solution since it didn't make a difference and saved a [-.
14:47:33 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:47:57 -!- Sgeo has joined.
15:05:50 -!- tromp has joined.
15:57:17 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:06:50 -!- tromp has joined.
16:43:13 -!- perlbot has quit (Read error: Connection reset by peer).
16:43:17 -!- simcop2387 has quit (Read error: Connection reset by peer).
16:45:33 -!- simcop2387 has joined.
16:47:33 -!- perlbot has joined.
17:16:37 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:31:28 -!- tromp has joined.
17:37:48 -!- bgs has joined.
17:41:30 <esolangs> [[BigBrain]] M https://esolangs.org/w/index.php?diff=105110&oldid=105098 * K * (+537) Added more instructions.
17:45:40 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:05:59 -!- razetime has quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.).
18:14:23 -!- tromp has joined.
18:33:38 <esolangs> [[BigBrain]] M https://esolangs.org/w/index.php?diff=105111&oldid=105110 * K * (+72) added a new command
18:49:14 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:14:47 -!- tromp has joined.
19:18:39 -!- V has joined.
19:48:13 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:48:48 -!- tromp has joined.
19:53:45 <esolangs> [[Special:Log/upload]] upload * Sanscicondos * uploaded "[[File:Cheese cubed logo.png]]"
20:25:46 -!- Thedarkb-Desktop has joined.
20:28:51 <esolangs> [[Alphalang]] M https://esolangs.org/w/index.php?diff=105113&oldid=103014 * PythonshellDebugwindow * (+42) /* Tools */ Categories
20:33:37 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:43:11 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=105114&oldid=105084 * PythonshellDebugwindow * (+15) /* C */ add
21:06:19 -!- tromp has joined.
21:14:54 <b_jonas> got 25 for today's Redactle score.
21:15:32 <b_jonas> I identified one of the keywords describing what kind of article this is as second guess, but it was nontrivial after that
21:41:01 <esolangs> [[Special:Log/newusers]] create * TheBigH * New user account
21:44:45 <FireFly> 3 (after making a dumb mistake on the 2nd guess), I got pretty lucky though :p
21:45:53 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=105115&oldid=105081 * TheBigH * (+143)
21:46:05 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:47:18 -!- sprock has quit (Remote host closed the connection).
21:54:17 -!- sprock has joined.
21:54:33 <esolangs> [[AllChar]] N https://esolangs.org/w/index.php?oldid=105116 * TheBigH * (+1746) AllChar page creation
21:55:19 <esolangs> [[AllChar]] https://esolangs.org/w/index.php?diff=105117&oldid=105116 * TheBigH * (+17)
21:55:41 <esolangs> [[AllChar]] https://esolangs.org/w/index.php?diff=105118&oldid=105117 * TheBigH * (+4)
21:55:53 <esolangs> [[AllChar]] https://esolangs.org/w/index.php?diff=105119&oldid=105118 * TheBigH * (+1)
21:59:07 <esolangs> [[AllChar]] https://esolangs.org/w/index.php?diff=105120&oldid=105119 * TheBigH * (+94)
22:00:57 <esolangs> [[AllChar]] https://esolangs.org/w/index.php?diff=105121&oldid=105120 * TheBigH * (-110)
22:08:18 <esolangs> [[Deadfish]] https://esolangs.org/w/index.php?diff=105122&oldid=105108 * BoundedBeans * (+4168) Added Shakespeare interpreter
22:12:29 <esolangs> [[Deadfish]] M https://esolangs.org/w/index.php?diff=105123&oldid=105122 * BoundedBeans * (+31) Simple change to Shakespeare to make it satisfy the second test case.
22:14:35 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=105124&oldid=98205 * Masalt * (+2)
22:18:42 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=105125&oldid=105124 * Masalt * (+1) /* Instructions */
22:32:44 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=105126&oldid=105125 * Masalt * (+0) /* Instructions */
22:44:16 <esolangs> [[AllChar]] https://esolangs.org/w/index.php?diff=105127&oldid=105121 * TheBigH * (+51)
22:44:49 <esolangs> [[AllChar]] https://esolangs.org/w/index.php?diff=105128&oldid=105127 * TheBigH * (-16)
22:45:30 <esolangs> [[AllChar]] https://esolangs.org/w/index.php?diff=105129&oldid=105128 * TheBigH * (-2)
23:16:48 -!- genpaku has quit (Remote host closed the connection).
23:19:07 <esolangs> [[Half-Broken Car in Heavy Web Traffic]] N https://esolangs.org/w/index.php?oldid=105130 * BoundedBeans * (+1614) Created page with "Half-Broken Car in Heavy Web Traffic is an esolang by [[User:BoundedBeans]] as a derivative of [[Half-Broken Car in Heavy Traffic]]. If implemented, it would allow for Half-Broken Car in Heavy Traffic to be used on the web. ==New comma
23:19:37 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=105131&oldid=105114 * BoundedBeans * (+43)
23:20:42 -!- genpaku has joined.
23:20:45 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=105132&oldid=103874 * BoundedBeans * (+42)
23:24:34 <esolangs> [[Thue]] M https://esolangs.org/w/index.php?diff=105133&oldid=103761 * Contextfreebeer * (+157) Added a link to my implementation of a new Thue dialect
←2022-12-05 2022-12-06 2022-12-07→ ↑2022 ↑all