> 1639268423 674226 PRIVMSG #esolangs :14[[07Bedtime14]]4 10 02https://esolangs.org/w/index.php?diff=90711&oldid=90705 5* 03PixelatedStarfish 5* (+314) 10/* Word Generator */ > 1639268459 476225 PRIVMSG #esolangs :14[[07Bedtime14]]4 10 02https://esolangs.org/w/index.php?diff=90712&oldid=90711 5* 03PixelatedStarfish 5* (+0) 10/* External Links */ > 1639268501 700552 PRIVMSG #esolangs :14[[07Bedtime14]]4 10 02https://esolangs.org/w/index.php?diff=90713&oldid=90712 5* 03PixelatedStarfish 5* (+0) 10/* External Links */ > 1639268526 734488 PRIVMSG #esolangs :14[[07Bedtime14]]4 10 02https://esolangs.org/w/index.php?diff=90714&oldid=90713 5* 03PixelatedStarfish 5* (+20) 10/* External Links */ > 1639268667 778788 PRIVMSG #esolangs :14[[07Bedtime14]]4 10 02https://esolangs.org/w/index.php?diff=90715&oldid=90714 5* 03PixelatedStarfish 5* (+8) 10/* External Links */ < 1639269382 564286 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1639271714 377852 :sprout!~quassel@2a02:a467:ccd6:1:719f:b1db:e5b1:8e4a PRIVMSG #esolangs :https://pasteboard.co/ieIg2fUTVQ1T.png <- aoc day 11, task 2 - after I muddled about a bit with the libraries < 1639271865 195104 :tromp!~textual@dhcp-077-249-230-040.chello.nl JOIN #esolangs * :Textual User < 1639271923 982334 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Client Quit < 1639272621 512249 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :int-e: I wasn't going to do it since I couldn't have started it from the beginning, but I went ahead and did it anyway: https://zem.fi/tmp/aoc/stats.aligned.ratio.html < 1639272625 68097 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :(There's also a "non-aligned" version where the X axis is just purely the time when the stats were grabbed, and a "trajectory" plot that puts one-star / two-stars counts as the X/Y axes, and a plain chart of the number of solutions, aligned and not.) < 1639272665 643521 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :I hope they'll be slightly more interesting-looking once there's >> 1 day's worth of data. < 1639272745 445107 :int-e!~noone@int-e.eu PRIVMSG #esolangs :oh cute < 1639272928 938591 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :I may need to widen the charts once there's a whole month in there though. Or (for the "aligned" ones) make the time-since-unlock log-scale. < 1639273229 569073 :int-e!~noone@int-e.eu PRIVMSG #esolangs :fizzie: does the thing support non-decimal units? 24h is a more natural interval than 20 < 1639273290 802159 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Hmm, maybe-probably. What it definitely doesn't support is the "timedelta" types though. < 1639273351 165183 :int-e!~noone@int-e.eu PRIVMSG #esolangs :(the time scale seems to be the best way to disambiguate the colors there) < 1639273472 767262 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Maybe I'll just convert it to be in terms of days, then it'll probably pick 1. < 1639273551 826605 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Though ideally the chart should be interactive (hover or click over a day -> highlight that particular curve). I imagine that would be quite a bit of effort on an upstream framework though. < 1639273588 941539 :int-e!~noone@int-e.eu PRIVMSG #esolangs :So... just throwing that out there as an idea that I have no expectations of happening. < 1639273614 967658 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Well.. Altair/Vega is pretty featureful, and I've seen their example charts with stuff like sliders that let you "animate" the chart. The biggest problem usually seems to be in deriving the cryptic incantations to make it happen. < 1639273642 890854 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :In particular, the lower-level framework (Vega, or Vega-Lite I think it is) definitely would support that, but whether it's exposed in Altair is another thing. < 1639273716 601057 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Do you get to pick the colors? Going through the rainbow each week might be an improvement. < 1639273744 98573 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Yeah, if I can figure out the syntax for the color scales (again; I knew it once). < 1639273784 415185 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :One interactive thing that seems easy is tooltips on the chart, so it could show a "Day: 11" box when you hover over a line in the chart. Not sure about highlighting what's being hovered over in the legend though. < 1639273873 654266 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Added the tooltips (experimentally). < 1639274017 718103 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :https://altair-viz.github.io/gallery/interactive_legend.html <- guess it's in theory doable. < 1639274074 698441 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :(Uses clicks rather than hover though.) < 1639274867 749773 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Can't quite figure out how to map to a color scheme cyclically though. There's a few examples, but they involve explicitly setting the colors. Could do that, of course. < 1639274947 76292 :earendel!uid498179@user/earendel QUIT :Quit: Connection closed for inactivity < 1639275545 126046 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Okay, now it (in theory) highlights if you click on the legend lines. Which isn't really discoverable, but... likewise, it doesn't undo the highlight by clicking on the same row again (like I'd expect), you need to click somewhere else in the legend, like the 'day' label. < 1639275622 704782 :int-e!~noone@int-e.eu PRIVMSG #esolangs :fizzie: I wonder how terrible this is: vega.scheme('rainbow28', ['#ff0000','#eeac06','#ceee0c','#13ff32','#19d1d1','#1f6aff','#d326d3','#ff2c2c','#f1bb33','#d7f139','#3fff59','#46dada','#4c88ff','#dc52dc','#ff5959','#f4c95f','#e0f466','#6cff7f','#72e2e2','#79a5ff','#e57fe5','#ff8585','#f7d88c','#e9f792','#99ffa6','#9febeb','#a5c3ff','#eeacee']); < 1639275678 638343 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :I wonder if that's any different from what I get with just scheme 'rainbow'. < 1639275682 331896 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :https://vega.github.io/vega/docs/schemes/ < 1639275720 893993 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :FTR, the thing I put there now is an 8-element categorical scheme (#dark2). < 1639275727 707952 :int-e!~noone@int-e.eu PRIVMSG #esolangs :fizzie: cf https://int-e.eu/~bf3/tmp/scale.html > 1639275792 228591 PRIVMSG #esolangs :14[[07User:DoggyDogWhirl14]]4 M10 02https://esolangs.org/w/index.php?diff=90716&oldid=90543 5* 03DoggyDogWhirl 5* (+8) 10Added River < 1639275938 110264 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Switched it to that color scheme. < 1639276005 171755 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Hmm, on='mouseover' on a selection might make it act on hover rather than click, let's try that too. < 1639276013 991968 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Hmm, it's amazing how small the difference between 1 and 8 turns out to be. < 1639276032 738795 :int-e!~noone@int-e.eu PRIVMSG #esolangs :colors are hard :) < 1639276195 708310 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :The mouseover thing doesn't work out quite right. It highlights on hover over the line in the chart, not in the legend. < 1639276222 121118 :int-e!~noone@int-e.eu PRIVMSG #esolangs :hmm. that's better than nothing? < 1639276272 347995 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :I don't know if I prefer it or not. It's a little busy. And also deselects what you clicked in the legend if the cursor enters the chart. < 1639276286 800405 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :But it does make individual lines easier to pick out I guess. < 1639276339 585063 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Hypothetically I could make the legend-clicking and the chart-hovering two independent selections. < 1639276556 187636 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Yeah, I think that's better. Still very undiscoverable that you can click on the legend though. < 1639276678 831369 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Though it does have one drawback, now that they're independent, when you do the chart-hover you don't see in the legend which line it is you've highlighted. < 1639276763 644607 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :That's enough for today, I think. < 1639276870 326077 :oerjan!oerjan@sprocket.nvg.ntnu.no QUIT :Quit: Okay < 1639277130 650768 :earendel!uid498179@user/earendel JOIN #esolangs earendel :AmoreFS < 1639277507 592151 :earendel!uid498179@user/earendel PRIVMSG #esolangs :martian advent? < 1639277531 728411 :earendel!uid498179@user/earendel PRIVMSG #esolangs :hm. when is xmas on mars? < 1639277570 682011 :earendel!uid498179@user/earendel PRIVMSG #esolangs :wintersonnenwende < 1639279922 14334 :int-e!~noone@int-e.eu PRIVMSG #esolangs :> let rb = [(0xff,0x00,0x00),(0xee,0xaa,0x00),(0xcc,0xee,0x00),(0x00,0xff,0x22),(0x00,0xcc,0xcc),(0x00,0x55,0xff),(0xcc,0x00,0xcc)]; rb' = take 28 [(f r, f g, f b) | ((r,g,b),i) <- zip (cycle rb) [0..], let f v = (v*(40-i) + 255*i) `div` 40] in rb' >>= \(r,g,b) -> printf "'#%02x%02x%02x'," r g b :: String < 1639279923 564516 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esolangs : "'#ff0000','#eeac06','#ceee0c','#13ff32','#19d1d1','#1f6aff','#d326d3','#ff2... < 1639279938 512767 :int-e!~noone@int-e.eu PRIVMSG #esolangs :(now I can find it in the logs ;-) ) < 1639280082 671187 :oren!~oren@ec2-44-201-23-133.compute-1.amazonaws.com PRIVMSG #esolangs :I have been doing the advent of code in freebasic this yer < 1639280139 920503 :oren!~oren@ec2-44-201-23-133.compute-1.amazonaws.com PRIVMSG #esolangs :why are we doing floodfill over and over < 1639280360 722450 :int-e!~noone@int-e.eu PRIVMSG #esolangs :It's the only advanced algorithm that people know? :-P > 1639280893 210423 PRIVMSG #esolangs :14[[07Haczyk14]]4 10 02https://esolangs.org/w/index.php?diff=90717&oldid=90707 5* 03Squidmanescape 5* (-21) 10/* Description */ < 1639282207 669554 :Corbin!~Corbin@c-73-67-140-116.hsd1.or.comcast.net JOIN #esolangs * :Corbin > 1639282259 731995 PRIVMSG #esolangs :14[[07Haczyk14]]4 10 02https://esolangs.org/w/index.php?diff=90718&oldid=90717 5* 03Squidmanescape 5* (-2079) 10Blanked the page < 1639285232 352335 :sprout!~quassel@2a02:a467:ccd6:1:719f:b1db:e5b1:8e4a QUIT :Ping timeout: 240 seconds < 1639286044 61233 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 JOIN #esolangs * :anon < 1639286352 50201 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 QUIT :Ping timeout: 268 seconds < 1639286994 192698 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 JOIN #esolangs * :anon < 1639287267 155239 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 QUIT :Ping timeout: 250 seconds > 1639287636 539398 PRIVMSG #esolangs :14[[07Talk:1L14]]4 10 02https://esolangs.org/w/index.php?diff=90719&oldid=19317 5* 03ColorfulGalaxy 5* (+142) 10Category < 1639288180 730818 :int-e!~noone@int-e.eu PRIVMSG #esolangs :fizzie: so #haskell came up with this annoying question... how long can the octopodes take to synchronize in the worst case? (they don't always synchronize; ignore those cases) < 1639288290 502171 :int-e!~noone@int-e.eu PRIVMSG #esolangs :(also the actual instances that are generated seem to use only 1..8, which probably changes the answer) < 1639288471 30770 :int-e!~noone@int-e.eu PRIVMSG #esolangs :I don't see anything clever to do for that question though... only generate and test. Which so far has turned up https://paste.debian.net/1223091/ with 29734 steps before synchronization < 1639288603 498046 :int-e!~noone@int-e.eu PRIVMSG #esolangs :A simple looping example has 3444444443 in the top row and the rest all 0. > 1639290761 649279 PRIVMSG #esolangs :14[[07Aheui Turing-completeness proof14]]4 N10 02https://esolangs.org/w/index.php?oldid=90720 5* 03ColorfulGalaxy 5* (+1824) 10Proof < 1639292147 374392 :b_jonas!~x@catv-176-63-4-47.catv.broadband.hu PRIVMSG #esolangs :oren: freebasic? does that have a built-in sort statement? < 1639292166 293720 :b_jonas!~x@catv-176-63-4-47.catv.broadband.hu PRIVMSG #esolangs :(there's at least one dialect of BASIC that does) > 1639292609 429272 PRIVMSG #esolangs :14[[07Special:Log/newusers14]]4 create10 02 5* 03TreborHuang 5* 10New user account > 1639292795 95159 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=90721&oldid=90596 5* 03TreborHuang 5* (+180) 10 < 1639294032 30188 :tromp!~textual@dhcp-077-249-230-040.chello.nl JOIN #esolangs * :Textual User < 1639294056 90424 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Client Quit > 1639294722 917800 PRIVMSG #esolangs :14[[07Haczyk14]]4 10 02https://esolangs.org/w/index.php?diff=90722&oldid=90718 5* 03Squidmanescape 5* (+537) 10 < 1639294747 62377 :earendel!uid498179@user/earendel QUIT :Quit: Connection closed for inactivity > 1639294767 244063 PRIVMSG #esolangs :14[[07User:Squidmanescape14]]4 10 02https://esolangs.org/w/index.php?diff=90723&oldid=90679 5* 03Squidmanescape 5* (-18) 10 < 1639294902 388575 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 JOIN #esolangs * :anon > 1639294952 16121 PRIVMSG #esolangs :14[[07User:Squidmanescape14]]4 10 02https://esolangs.org/w/index.php?diff=90724&oldid=90723 5* 03Squidmanescape 5* (+11) 10/* Newer than 2018 */ < 1639295192 355458 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 QUIT :Ping timeout: 240 seconds < 1639296018 820253 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 JOIN #esolangs * :anon < 1639296189 445869 :tromp!~textual@dhcp-077-249-230-040.chello.nl JOIN #esolangs * :Textual User < 1639296304 831421 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 QUIT :Ping timeout: 268 seconds < 1639297014 678422 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 JOIN #esolangs * :anon < 1639297281 628463 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 QUIT :Ping timeout: 252 seconds < 1639298111 197605 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 JOIN #esolangs * :anon < 1639298369 180785 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 QUIT :Ping timeout: 250 seconds < 1639300121 763787 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 JOIN #esolangs * :anon < 1639300435 742392 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 QUIT :Ping timeout: 250 seconds < 1639301170 584507 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 JOIN #esolangs * :anon < 1639301462 576092 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 QUIT :Ping timeout: 260 seconds < 1639303122 127196 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 JOIN #esolangs tech_exorcist :he/him - IT, EN < 1639303208 161346 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 JOIN #esolangs * :anon < 1639303491 158697 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 QUIT :Ping timeout: 250 seconds < 1639303595 779695 :int-e!~noone@int-e.eu PRIVMSG #esolangs :day 11 with SSE3: https://paste.debian.net/1223102/ < 1639303671 720246 :int-e!~noone@int-e.eu PRIVMSG #esolangs :(not quite day 11, this is looking for bad initial configurations) < 1639303982 488881 :Lord_of_Life_!~Lord@user/lord-of-life/x-2819915 JOIN #esolangs Lord_of_Life :Lord < 1639304010 585188 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 QUIT :Ping timeout: 260 seconds < 1639304152 813648 :Lord_of_Life_!~Lord@user/lord-of-life/x-2819915 NICK :Lord_of_Life > 1639304275 497529 PRIVMSG #esolangs :14[[07Haczyk14]]4 10 02https://esolangs.org/w/index.php?diff=90725&oldid=90722 5* 03Squidmanescape 5* (+498) 10 < 1639305156 836667 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 JOIN #esolangs * :anon < 1639305480 827248 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 QUIT :Ping timeout: 268 seconds > 1639305611 723030 PRIVMSG #esolangs :14[[07Aheui14]]4 10 02https://esolangs.org/w/index.php?diff=90726&oldid=90150 5* 03ColorfulGalaxy 5* (+51) 10Proof < 1639306571 844758 :earendel!uid498179@user/earendel JOIN #esolangs earendel :AmoreFS < 1639307139 681341 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 JOIN #esolangs * :anon < 1639307445 703513 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 QUIT :Ping timeout: 252 seconds < 1639308093 612238 :Sgeo!~Sgeo@user/sgeo QUIT :Read error: Connection reset by peer < 1639308218 590105 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 JOIN #esolangs * :anon < 1639308490 574908 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 QUIT :Ping timeout: 260 seconds < 1639309201 825186 :river!~My_user_n@tilde.team/user/river PRIVMSG #esolangs :it takes 6 to 8 hours to digest a pizza < 1639309231 519805 :river!~My_user_n@tilde.team/user/river PRIVMSG #esolangs :WR: Lamon T. ate a slice of pizza in one minute, 12.69 seconds < 1639309262 823659 :river!~My_user_n@tilde.team/user/river PRIVMSG #esolangs :ikt can also measure angle, a number of people < 1639309276 168586 :river!~My_user_n@tilde.team/user/river PRIVMSG #esolangs :can also measure weight < 1639309658 367450 :earendel!uid498179@user/earendel PRIVMSG #esolangs :the fuck are you making innuendos about my weight?! :o < 1639309680 926195 :earendel!uid498179@user/earendel PRIVMSG #esolangs :you snfsmutther. < 1639309739 961041 :river!~My_user_n@tilde.team/user/river PRIVMSG #esolangs :it also is a measure of calories < 1639309764 39369 :river!~My_user_n@tilde.team/user/river PRIVMSG #esolangs :your ppd would be a scale of how many cals you intake a day < 1639309769 370753 :earendel!uid498179@user/earendel PRIVMSG #esolangs :or kJ < 1639309792 686409 :earendel!uid498179@user/earendel PRIVMSG #esolangs :W=h*f < 1639309795 768630 :earendel!uid498179@user/earendel PRIVMSG #esolangs :W=f*s < 1639309814 468551 :earendel!uid498179@user/earendel PRIVMSG #esolangs :W=P*t < 1639309867 684843 :earendel!uid498179@user/earendel PRIVMSG #esolangs :W=F*s ..pardon. < 1639310045 766357 :earendel!uid498179@user/earendel PRIVMSG #esolangs :how much kJ has an apple? < 1639310062 81810 :earendel!uid498179@user/earendel PRIVMSG #esolangs :compared to a glock? < 1639310744 841410 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 JOIN #esolangs * :anon < 1639313515 863333 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 QUIT :Quit: rebooting < 1639313918 123956 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 JOIN #esolangs tech_exorcist :he/him - IT, EN < 1639314072 978523 :SGautam!uid286066@id-286066.ilkley.irccloud.com JOIN #esolangs SGautam :Siddharth Gautam < 1639314509 471230 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :int-e: First squiggle in https://zem.fi/tmp/aoc/stats.trajectory.html :) < 1639314520 705046 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Also made a log-scale version to zoom in on that, https://zem.fi/tmp/aoc/stats.trajectory.log.html < 1639314607 737321 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1639314719 403113 :tromp!~textual@dhcp-077-249-230-040.chello.nl JOIN #esolangs * :Textual User < 1639314748 485368 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :(Wonder how many people did the same thing as I did, and read part 2 instructions as allowing to visit all small caves twice, rather than just one of them.) < 1639317429 56366 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1639317586 426191 :Thelie!~Thelie@business-24-134-17-157.pool2.vodafone-ip.de JOIN #esolangs * :Thelie < 1639317713 171622 :tromp!~textual@dhcp-077-249-230-040.chello.nl JOIN #esolangs * :Textual User < 1639319556 228447 :Thelie!~Thelie@business-24-134-17-157.pool2.vodafone-ip.de QUIT :Remote host closed the connection < 1639319628 412694 :Thelie!~Thelie@business-24-134-17-157.pool2.vodafone-ip.de JOIN #esolangs * :Thelie < 1639319718 979680 :Thelie!~Thelie@business-24-134-17-157.pool2.vodafone-ip.de QUIT :Remote host closed the connection < 1639320088 881434 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1639321078 647317 :tromp!~textual@dhcp-077-249-230-040.chello.nl JOIN #esolangs * :Textual User < 1639322167 748183 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 QUIT :Ping timeout: 268 seconds < 1639322211 586684 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 JOIN #esolangs * :anon < 1639323032 267665 :SGautam!uid286066@id-286066.ilkley.irccloud.com QUIT :Quit: Connection closed for inactivity < 1639324187 710304 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca QUIT :Ping timeout: 252 seconds < 1639324686 374134 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1639324806 65565 :craigo[m]!~craigover@2001:470:69fc:105::12bc QUIT :Quit: You have been kicked for being idle < 1639326835 939392 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 PRIVMSG #esolangs :https://github.com/egel-lang/aoc-2021/blob/main/day12/task2.eg <- advent of code, day 12, task 2. after I made all the mistakes possible < 1639326855 886492 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 PRIVMSG #esolangs :fizzie: didn't. I always solve the puzzles without any hints. < 1639327440 575748 :tromp!~textual@dhcp-077-249-230-040.chello.nl JOIN #esolangs * :Textual User < 1639327493 490357 :SpikeHeron!~DutchIngr@user/dutch QUIT :Quit: WeeChat 3.3 < 1639327518 423563 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 PRIVMSG #esolangs :https://pasteboard.co/iWFNT5RvtYvZ.png <- with colors < 1639327767 820198 :dutch!~DutchIngr@user/dutch JOIN #esolangs DutchIngraham :dutch > 1639330522 142904 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Largejamie 5* 10uploaded "[[02File:DFA-er Proof 1.png10]]": First part of the proof of DFA-er's computational power < 1639330577 909927 :earendel!uid498179@user/earendel PRIVMSG #esolangs ::) > 1639330751 562809 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Largejamie 5* 10uploaded "[[02File:DFA-er Proof 2.png10]]" > 1639330834 809734 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 overwrite10 02 5* 03Largejamie 5* 10uploaded a new version of "[[02File:DFA-er Proof 2.png10]]" > 1639330887 883034 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 overwrite10 02 5* 03Largejamie 5* 10uploaded a new version of "[[02File:DFA-er Proof 1.png10]]" > 1639330942 10937 PRIVMSG #esolangs :14[[07Proof of DFA-er's Computational Power14]]4 N10 02https://esolangs.org/w/index.php?oldid=90731 5* 03Largejamie 5* (+69) 10Created page with "[[File:DFA-er_Proof_1.png|center]] [[File:DFA-er_Proof_2.png|center]]" < 1639330945 352130 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :I've got ln{'-;;J<-}m[{-]"end"!=}f[s0{{"start"}}{J{Jbcj[~{-]==}[[g0jf[)[~{[+}Z]{J)zzINJNB=s}f[}\m}{L[}w!CLFL"end"CN and ln{'-;;J<-}m[{J-]"end"!=j[~"start"!=&&}f[s0{{"start"}}{J{Jbcj[~{-]==}[[g0jf[)[~{[+}Z]{J)zzINsg)L[?d++1<=}f[}\m}{L[}w!CLFL"end"CN today, haven't been inspired to trim them down. < 1639330958 343957 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Also, part 2 takes ~17 minutes on my puzzle input. > 1639331009 573162 PRIVMSG #esolangs :14[[07DFA-er14]]4 10 02https://esolangs.org/w/index.php?diff=90732&oldid=82645 5* 03Largejamie 5* (+60) 10/* Computational Class */ > 1639331025 993957 PRIVMSG #esolangs :14[[07DFA-er14]]4 10 02https://esolangs.org/w/index.php?diff=90733&oldid=90732 5* 03Largejamie 5* (-12) 10/* Computational Class */ < 1639331119 268641 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Also added to my notes a funny "combined" view of the Burlesque solutions -- https://0x0.st/-F4e.txt -- to show what they have in common. > 1639331142 851935 PRIVMSG #esolangs :14[[07Proof of DFA-er's Computational Power14]]4 10 02https://esolangs.org/w/index.php?diff=90734&oldid=90731 5* 03Largejamie 5* (+20) 10 > 1639331153 573709 PRIVMSG #esolangs :14[[07Proof of DFA-er's Computational Power14]]4 10 02https://esolangs.org/w/index.php?diff=90735&oldid=90734 5* 03Largejamie 5* (+1) 10 > 1639331256 816666 PRIVMSG #esolangs :14[[07Proof of DFA-er's Computational Power14]]4 10 02https://esolangs.org/w/index.php?diff=90736&oldid=90735 5* 03Largejamie 5* (+18) 10 > 1639331690 733470 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Largejamie 5* 10uploaded "[[02File:PDA-er Proof 1.png10]]" > 1639331748 584895 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 overwrite10 02 5* 03Largejamie 5* 10uploaded a new version of "[[02File:PDA-er Proof 1.png10]]" > 1639331789 226876 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Largejamie 5* 10uploaded "[[02File:PDA-er Proof 2.png10]]" > 1639331814 907565 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Largejamie 5* 10uploaded "[[02File:PDA-er Proof 3.png10]]" > 1639331833 124936 PRIVMSG #esolangs :14[[07Proof of PDA-er's Computational Power14]]4 N10 02https://esolangs.org/w/index.php?oldid=90741 5* 03Largejamie 5* (+143) 10Created page with "[[File:PDA-er_Proof_1.png|center]] [[File:PDA-er_Proof_2.png|center]] [[File:PDA-er_Proof_3.png|center]] [[Category:Proofs]] [[Category:2021]]" > 1639331874 799826 PRIVMSG #esolangs :14[[07PDA-er14]]4 10 02https://esolangs.org/w/index.php?diff=90742&oldid=82163 5* 03Largejamie 5* (+48) 10/* Computational Class */ < 1639331916 404411 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 PRIVMSG #esolangs :part 2 in 109 seconds. I hope to rewrite the runtime once from a C++ object hierarchy to something smallish < 1639331925 824984 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 PRIVMSG #esolangs :but first I want the mobile code > 1639332682 9517 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Largejamie 5* 10uploaded "[[02File:Airline Food Proof 1.png10]]" > 1639332697 831508 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Largejamie 5* 10uploaded "[[02File:Airline Food Proof 2.png10]]" > 1639332715 851924 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Largejamie 5* 10uploaded "[[02File:Airline Food Proof (1) 02 00.png10]]" > 1639332783 358641 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Largejamie 5* 10uploaded "[[02File:Airline Food Proof 3.png10]]" > 1639332876 423561 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Largejamie 5* 10uploaded "[[02File:Airline Food Proof 4.png10]]" > 1639332918 703831 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Largejamie 5* 10uploaded "[[02File:Airline Food Proof 5.png10]]" > 1639332950 656066 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Largejamie 5* 10uploaded "[[02File:Airline Food Proof 6.png10]]" > 1639332970 509304 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Largejamie 5* 10uploaded "[[02File:Airline Food Proof 7.png10]]" > 1639332989 929993 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Largejamie 5* 10uploaded "[[02File:Airline Food Proof 8.png10]]" > 1639333006 422710 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Largejamie 5* 10uploaded "[[02File:Airline Food Proof 9.png10]]" > 1639333025 29799 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Largejamie 5* 10uploaded "[[02File:Airline Food Proof 10.png10]]" > 1639333068 234686 PRIVMSG #esolangs :14[[07Proof of Airline Food's Computational Power14]]4 N10 02https://esolangs.org/w/index.php?oldid=90754 5* 03Largejamie 5* (+449) 10Created page with "[[File:Airline_Food_Proof_1.png|center]] [[File:Airline_Food_Proof_2.png|center]] [[File:Airline_Food_Proof_3.png|center]] [[File:Airline_Food_Proof_4.png|center]] File:Airl..." > 1639333119 319530 PRIVMSG #esolangs :14[[07Airline Food14]]4 10 02https://esolangs.org/w/index.php?diff=90755&oldid=85870 5* 03Largejamie 5* (+54) 10/* Computational Class */ > 1639333319 492426 PRIVMSG #esolangs :14[[07Special:Log/move14]]4 move10 02 5* 03Largejamie 5* 10moved [[02Proof of Airline Food's Computational Power10]] to [[Airline Food Turing-completeness Proof]] > 1639333351 192255 PRIVMSG #esolangs :14[[07Airline Food14]]4 10 02https://esolangs.org/w/index.php?diff=90758&oldid=90755 5* 03Largejamie 5* (-5) 10/* Computational Class */ > 1639333449 560101 PRIVMSG #esolangs :14[[07Special:Log/move14]]4 move10 02 5* 03Largejamie 5* 10moved [[02Proof of DFA-er's Computational Power10]] to [[DFA-er Finite State Automaton Proof]] > 1639333491 52824 PRIVMSG #esolangs :14[[07DFA-er14]]4 10 02https://esolangs.org/w/index.php?diff=90761&oldid=90733 5* 03Largejamie 5* (-2) 10/* Computational Class */ > 1639333516 834361 PRIVMSG #esolangs :14[[07Special:Log/move14]]4 move10 02 5* 03Largejamie 5* 10moved [[02Proof of PDA-er's Computational Power10]] to [[PDA-er Pushdown Automaton Proof]] > 1639333548 50853 PRIVMSG #esolangs :14[[07PDA-er14]]4 10 02https://esolangs.org/w/index.php?diff=90764&oldid=90742 5* 03Largejamie 5* (-6) 10/* Computational Class */ < 1639334252 686585 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1639334376 140892 :Koen!~Koen@128.245.88.92.rev.sfr.net JOIN #esolangs * :Koen < 1639334527 172441 :tromp!~textual@dhcp-077-249-230-040.chello.nl JOIN #esolangs * :Textual User < 1639334684 953299 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :The Go version takes 0.043 seconds for parts 1 & 2 combined, but maybe that's not quite fair. < 1639335128 511685 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1639335665 344100 :tromp!~textual@dhcp-077-249-230-040.chello.nl JOIN #esolangs * :Textual User < 1639336014 91071 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 PRIVMSG #esolangs :yah well. Egel was once developed to show that you can piggyback on C++'s memory management but I guess I am at a point to let go of that < 1639336128 736934 :Sgeo!~Sgeo@user/sgeo JOIN #esolangs Sgeo :realname < 1639336176 827245 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 PRIVMSG #esolangs :I thought about tweaking the C++ code somewhat (roll out specialized vector implementation/code representation) but in the end that'll only be tweaks < 1639336217 445257 :river!~My_user_n@tilde.team/user/river PRIVMSG #esolangs :I learned about C++ concurrency < 1639336235 114909 :sprout!~quassel@2a02:a467:ccd6:1:558b:2015:9c55:ace3 PRIVMSG #esolangs :? < 1639336249 22288 :river!~My_user_n@tilde.team/user/river PRIVMSG #esolangs :I watched ayoutuve video about it < 1639336781 520447 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1639337574 140158 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca JOIN #esolangs zzo38 :zzo38 < 1639338272 365511 :tromp!~textual@dhcp-077-249-230-040.chello.nl JOIN #esolangs * :Textual User < 1639339877 913301 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 QUIT :Remote host closed the connection < 1639340016 126661 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 JOIN #esolangs tech_exorcist :he/him - IT, EN < 1639340453 410381 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1639341301 674580 :tromp!~textual@dhcp-077-249-230-040.chello.nl JOIN #esolangs * :Textual User > 1639341386 300045 PRIVMSG #esolangs :14[[07Varigen14]]4 M10 02https://esolangs.org/w/index.php?diff=90765&oldid=81340 5* 03PythonshellDebugwindow 5* (+37) 10/* Program format */ . > 1639341406 428564 PRIVMSG #esolangs :14[[07Varigen14]]4 M10 02https://esolangs.org/w/index.php?diff=90766&oldid=90765 5* 03PythonshellDebugwindow 5* (-14) 10/* Program format */ . < 1639341786 614812 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Oh for day 11, I should flash even rows, then odd rows, for better data parallelism (20% speedup, not too shabby) < 1639342386 72448 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1639342419 382348 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca QUIT :Remote host closed the connection < 1639342441 862799 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca JOIN #esolangs zzo38 :zzo38 < 1639342859 769112 :tromp!~textual@dhcp-077-249-230-040.chello.nl JOIN #esolangs * :Textual User < 1639342864 20630 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :I made the Go day 12 faster by a factor of 14 without changing the algorithm at all, just by switching from my general-purpose `util.Graph` (bunch of string-keyed hashmaps) to a simple "vertices labeled from 0 to N-1, edges as array of ints" representation. < 1639342898 84558 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Not that it really matters whether it takes 43 milliseconds or 3. Usually I've started to care about efficiency once the runtime sneaks past half a second. < 1639342994 439844 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 QUIT :Remote host closed the connection < 1639343087 127087 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 JOIN #esolangs tech_exorcist :he/him - IT, EN < 1639343455 753335 :int-e!~noone@int-e.eu PRIVMSG #esolangs :fizzie: Yeah I got drawn into a number crunching task which made this seem... somewhat worthwhile. (See above, truing to find bad initial configurations that take long to synchronize.) < 1639343557 427355 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Right, that thing. < 1639343755 257759 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Let's put this somewhere updateable: https://gist.github.com/int-e/27962eb9a9d1980cc5b4ba8baad59a42 < 1639343821 336392 :int-e!~noone@int-e.eu PRIVMSG #esolangs :(there's two configuration because the instances from the website seem to only use 1..8, not 0 nor 9) > 1639343893 35783 PRIVMSG #esolangs :14[[07User:PythonshellDebugwindow/TemplateWikipediaXML14]]4 M10 02https://esolangs.org/w/index.php?diff=90767&oldid=72625 5* 03PythonshellDebugwindow 5* (+735) 10put content < 1639344142 653550 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1639344143 510191 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 QUIT :Remote host closed the connection > 1639344264 816482 PRIVMSG #esolangs :14[[07Talk:Gaot++14]]4 N10 02https://esolangs.org/w/index.php?oldid=90768 5* 03Anthonykozar 5* (+1893) 10Questions and comments about no-op commands, looping, and branching. < 1639345006 274378 :Koen!~Koen@128.245.88.92.rev.sfr.net QUIT :Quit: Leaving... < 1639345054 604988 :int-e!~noone@int-e.eu PRIVMSG #esolangs :fizzie: the amazing bit is that I found that 29734 step configuration after 440k tries. I've generated, hmm, about a billion configurations without any improvement... < 1639345240 4003 :tromp!~textual@dhcp-077-249-230-040.chello.nl JOIN #esolangs * :Textual User > 1639345283 335059 PRIVMSG #esolangs :14[[07Gaot++14]]4 10 02https://esolangs.org/w/index.php?diff=90769&oldid=90260 5* 03Anthonykozar 5* (+941) 10Added an example of how to multiply two numbers. < 1639345741 550377 :int-e!~noone@int-e.eu PRIVMSG #esolangs :Unless I'm having RNG troubles, hmm. < 1639345944 156628 :int-e!~noone@int-e.eu PRIVMSG #esolangs :But I don't think I do. > 1639346591 464264 PRIVMSG #esolangs :14[[07Snack14]]4 M10 02https://esolangs.org/w/index.php?diff=90770&oldid=87608 5* 03Larryrl 5* (+899) 10 > 1639346628 958518 PRIVMSG #esolangs :14[[07Snack14]]4 10 02https://esolangs.org/w/index.php?diff=90771&oldid=90770 5* 03Larryrl 5* (+0) 10/* ANOTHER SIMPLE INTERPRETER */ > 1639346685 269528 PRIVMSG #esolangs :14[[07Snack14]]4 M10 02https://esolangs.org/w/index.php?diff=90772&oldid=90771 5* 03Larryrl 5* (-2) 10 > 1639346886 262480 PRIVMSG #esolangs :14[[07Snack14]]4 M10 02https://esolangs.org/w/index.php?diff=90773&oldid=90772 5* 03Larryrl 5* (-7) 10/* Another simple interpreter */ > 1639346913 929731 PRIVMSG #esolangs :14[[07Snack14]]4 M10 02https://esolangs.org/w/index.php?diff=90774&oldid=90773 5* 03Larryrl 5* (-1) 10/* Another simple interpreter */ < 1639347291 71644 :dutch!~DutchIngr@user/dutch QUIT :Quit: WeeChat 3.3 < 1639348444 840089 :SpikeHeron!~DutchIngr@user/dutch JOIN #esolangs DutchIngraham :dutch < 1639349517 746408 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1639351279 78153 :earendel!uid498179@user/earendel QUIT :Quit: Connection closed for inactivity < 1639353445 492807 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :I don't get why this one (horizontal bar) chart just loses all data if I set the X axis scale to logarithmic. It happens normally if there's 0s in it, but this time the bounds are [1.6e-5, 0.42], which should be just fine. And the values are floats. And there's no NaNs. < 1639353450 808838 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Would be nice to get some sort of an error message. < 1639353545 178616 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Oh, it does in fact print logs to the console. < 1639353570 920706 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :"Cannot stack non-linear scale (log)." Doesn't say anything at all to me, but maybe it's searchable.