< 1501891362 0 :atslash!~atslash@broadband-46-188-0-82.2com.net JOIN :#esoteric < 1501891412 0 :MDude!~MDude@c-73-187-225-46.hsd1.pa.comcast.net QUIT :Quit: Going offline, see ya! (www.adiirc.com) < 1501891949 0 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Remote host closed the connection < 1501892056 0 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1501893651 0 :atslash!~atslash@broadband-46-188-0-82.2com.net QUIT :Quit: This computer has gone to sleep < 1501894308 0 :atslash!~atslash@broadband-46-188-0-82.2com.net JOIN :#esoteric < 1501895029 0 :ATMunn!~ATMunn@unaffiliated/atmunn26 PRIVMSG #esoteric :\o/ now my fizzbuzz thing outputs buzz instead of the number on every multiple of 5 < 1501895055 0 :ATMunn!~ATMunn@unaffiliated/atmunn26 PRIVMSG #esoteric :man there's something so satisfying about watching a program counter/instruction pointer fly through a befunge program :p < 1501895132 0 :ATMunn!~ATMunn@unaffiliated/atmunn26 PRIVMSG #esoteric :now to make it output fizz on multiples of 3, and fizzbuzz on multiples of 15 < 1501895239 0 :btiffin!~chatzilla@CPE0c473de9ff81-CM0c473de9ff80.cpe.net.cable.rogers.com JOIN :#esoteric < 1501895388 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :damnit. how do I signal the end of a valid path when all I can use is binary?! < 1501895930 0 :atslash!~atslash@broadband-46-188-0-82.2com.net QUIT :Quit: This computer has gone to sleep < 1501896142 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Read error: Connection reset by peer < 1501896228 0 :hppavilion[1]!~dosgmowdo@58-0-174-206.gci.net QUIT :Ping timeout: 260 seconds < 1501896472 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :Idea - a super-lazy language: a language which /actively/ avoids evaluating expressions, even if they'd normally be necessary. < 1501896546 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :say you have: var x := 3; var y := 2; var z := sqrt(x^2 + y^2); if (z < 5) { return }; here, the language will avoid evaluating the sqrt, prefering rather to square the 5 < 1501897641 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :I wonder if I could store the traversal in reverse order so that I terminate when I get to the parent. < 1501898785 0 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Remote host closed the connection < 1501898827 0 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1501898870 0 :ATMunn!?@? NICK :ATMunn62 < 1501898874 0 :ATMunn62!?@? NICK :ATMunn < 1501900947 0 :Warrigal_!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Wisdom from the layered unit net: < 1501900948 0 :Warrigal_!~tswett@unaffiliated/tswett PRIVMSG #esoteric :23:12:43 So, it's actually intended for instance for the fucking pokemon point, multi-uninteresting! < 1501900977 0 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Remote host closed the connection < 1501901025 0 :Warrigal_!~tswett@unaffiliated/tswett PRIVMSG #esoteric :22:06:00 Define montal maxlack (cannot bother nickname with sweden) < 1501901489 0 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1501901502 0 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :what does lambdabot have against swedish nicknames. < 1501901971 0 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Remote host closed the connection < 1501902120 0 :ATMunn!~ATMunn@unaffiliated/atmunn26 QUIT :Quit: See ya! o/ < 1501902478 0 :Warrigal_!~tswett@unaffiliated/tswett QUIT :Ping timeout: 246 seconds < 1501903027 0 :contrapumpkin!~copumpkin@haskell/developer/copumpkin QUIT :Quit: My MacBook Pro has gone to sleep. ZZZzzz… < 1501903550 0 :moony!~moony@unaffiliated/moonythedwarf QUIT :Ping timeout: 240 seconds < 1501904936 0 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1501907963 0 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Remote host closed the connection < 1501909766 0 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1501909943 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1501910963 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :rdococ: that's basically a symbolic evaluation language < 1501910976 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :instead of calculating the values of things, you have them as unevaluated expressions < 1501910989 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :and then things like conditional operators will compare the expressions symbolically < 1501911031 0 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :this also lets you do things like compare expressions with uninitialized variables in and get a yes/no/maybe response < 1501911099 0 :sleffy!~sleffy@c-24-7-67-0.hsd1.ca.comcast.net JOIN :#esoteric < 1501912361 0 :sleffy!~sleffy@c-24-7-67-0.hsd1.ca.comcast.net QUIT :Ping timeout: 240 seconds < 1501913617 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :"layered unit" \\ "neural" < 1501913620 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :> "layered unit" \\ "neural" < 1501913622 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : "yed it" < 1501914228 0 :doesthiswork!~Adium@207.55.82.87 JOIN :#esoteric < 1501915431 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`? lunac < 1501915432 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :lunac? ¯\(°​_o)/¯ < 1501915434 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`? lunacy < 1501915435 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :lunacy? ¯\(°​_o)/¯ < 1501915470 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`learn LUNacy is wisdom generated by a neu^Wlayered unit net. Ask Warrigal for details. < 1501915472 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Learned 'lunacy': LUNacy is wisdom generated by a neu^Wlayered unit net. Ask Warrigal for details. < 1501915853 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`grWp for details < 1501915864 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :goat:Goats will eat and drink anything, except tea. Solain is unavailable for details. \ lunacy:LUNacy is wisdom generated by a neu^Wlayered unit net. Ask Warrigal for details. \ monqy:monqy is no longer extant. He lives in concept, hidden, unfindable. You could ask itidus21 for details, if you find him. < 1501915922 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :What was the command for simulating `...-style command line parsing? < 1501915956 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat bin/nur < 1501915957 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​"${1%% *}" "${1#* }" < 1501916023 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Right. < 1501916029 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`nur run < 1501916029 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :run run run < 1501916087 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`2 grWp for details < 1501916088 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :2/116:. \ ⊥:⊥ is a bottom tack, useful for annoying teachers. \ ☾_:☾_ is moon_'s lawful twin. He's banned in the IRC RFC for being an invalid character. He sometimes eats papers. \ 1:The 1 is just for disambiguation. \ `2:`2 is equivalent to `1 , except that it starts displaying the _second_ output piece. Useful when you've alrea < 1501916105 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`2 grWp "for details" < 1501916106 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :2/1: < 1501916116 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`1 grWp "for details" < 1501916118 0 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :1/1:goat:Goats will eat and drink anything, except tea. Solain is unavailable for details. \ lunacy:LUNacy is wisdom generated by a neu^Wlayered unit net. Ask Warrigal for details. \ monqy:monqy is no longer extant. He lives in concept, hidden, unfindable. You could ask itidus21 for details, if you find him. < 1501916492 0 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Remote host closed the connection < 1501918283 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :hi < 1501918300 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hirpal < 1501918368 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ACTION was inspired by the logs to try the "always solvable" mines in chatham's puzzles, but cannot see why this one is solvable. < 1501918450 0 :int-e!~noone@int-e.eu PRIVMSG #esoteric : count? < 1501918463 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hm it seems so. < 1501918488 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :i didn't think i had found enough mines to rule out just by count, but it seems i have. < 1501918497 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :what is chatham's puzzles? < 1501918507 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :er < 1501918509 0 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :it's like hexham, but more chatty < 1501918511 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :*tatham < 1501918520 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :doesn't help either < 1501918546 0 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :the mines generator just runs a constraint solver internally, I think < 1501918547 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :minesweeper puzzles? < 1501918547 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ < 1501918563 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :lots of puzzles, minesweeper is just one of them < 1501918597 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :*just by total count. obviously i've counted neighbors plenty. < 1501918715 0 :int-e!~noone@int-e.eu PRIVMSG #esoteric :oh it even says so in the description < 1501918723 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :the thing with that type of puzzle for me, I find it far more interesting inventing algorithms for solving it with a computer program than actually solving it myself < 1501918736 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :OKAY < 1501918741 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :so not for me < 1501918741 0 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :`w itidus < 1501918796 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :though minesweeper is kind of trivial in that regard, at least sudoku requires some thought of how to solve it efficiently < 1501918804 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ACTION prods HackEgo with the cane J======O < 1501918807 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`echo hi < 1501918818 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :I think it may be dead < 1501918842 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :It's dead oerjan < 1501918846 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :NOOOOOOOOOOOOOOOOOOOO < 1501918879 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :The cane? < 1501918882 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hm wiki may be too < 1501918897 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :shachaf: i've got a cane for telling people to get off my lawn, naturally < 1501918932 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :it's shape may be a little unstable. < 1501918934 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :*its < 1501918979 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 JOIN :#esoteric < 1501919060 0 :int-e!~noone@int-e.eu PRIVMSG #esoteric :Vorpal: You can leave all the cleverness to a SAT solver. < 1501919127 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :int-e: that is the boring option though < 1501919179 0 :int-e!~noone@int-e.eu PRIVMSG #esoteric :(for Sudoku, I mean, though this extends to quite a lot of puzzles that don't involve guessing... mine sweeper gets kind of interesting if you try to maximize the winning probability on random starting grids) < 1501919197 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :yeah okay that is true < 1501919268 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :Hm, there should be more variants of minesweeper. Some ideas (they are probably not original): hex grids, board game version with tiles, multi-player (competitive on shared grid) < 1501919302 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :Or why not more types of mines, with different radius effects? < 1501919341 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :Or more attributes, not just number, but make the colour have a meaning (other than 1 is blue, 2 is green, ...) < 1501919365 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :3D minesweeper < 1501919377 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :or even higher dimensionality < 1501919433 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :moving mines, that can move about in patterns, but only under non-revealed tiles < 1501919847 0 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :I sense a seumas mcnally award in your future < 1501919978 0 :btiffin!~chatzilla@CPE0c473de9ff81-CM0c473de9ff80.cpe.net.cable.rogers.com PRIVMSG #esoteric :Vorpal: got Funge-98 embedded in COBOL now. First step anyway. Used rcfunge as it doesn't use exit and rely on q to return top of stack. C and COBOL coding took about 10 minutes, playing with more Funge took hours. < 1501920000 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :i saw minesweeper with a hex grid on a sphere, it was pretty easy, though < 1501920058 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 QUIT :Ping timeout: 255 seconds < 1501920089 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :i also saw a minesweeper crawler where mines were opponents with different levels and the numbers were the sum of the adjacent levels. you will get damage if you attack monsters above your level < 1501920452 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :. o O ( you cannot put a hex grid on a sphere, it has the wrong euler characteristic ) < 1501920619 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 JOIN :#esoteric < 1501920734 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :you are right, there were also pentagons < 1501920871 0 :augur!~augur@162.245.20.162 JOIN :#esoteric < 1501921127 0 :augur!~augur@162.245.20.162 QUIT :Ping timeout: 258 seconds < 1501921286 0 :atslash!~atslash@broadband-46-188-0-82.2com.net JOIN :#esoteric < 1501921419 0 :doesthiswork!~Adium@207.55.82.87 QUIT :Quit: Leaving. < 1501921428 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 QUIT :Ping timeout: 240 seconds < 1501921596 0 :atslash!~atslash@broadband-46-188-0-82.2com.net QUIT :Ping timeout: 260 seconds < 1501921634 0 :atslash!~atslash@static.231.107.9.5.clients.your-server.de JOIN :#esoteric < 1501921671 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :Hmm, you can put a pentgrid on a sphere < 1501921760 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 JOIN :#esoteric < 1501921862 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :a small one. < 1501921911 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :wikipedia has a picture of a chocolate brownie and now i'm hungry :( < 1501921929 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :*+front page < 1501922298 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ACTION tries the esoteric solution known as "eating". < 1501922370 0 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric < 1501922571 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 QUIT :Ping timeout: 255 seconds < 1501922625 0 :spruit11!~unknown@ip56522cc1.speed.planet.nl QUIT :Ping timeout: 255 seconds < 1501923119 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :You can make a pentgrid bigger with arbitrary numbers of hexagons, maybe < 1501923159 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :yes. but you will always have 12 pentagons that way. < 1501923269 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :Spheres a frustrating like that < 1501923275 0 :bb010g_!uid21050@gateway/web/irccloud.com/x-qzlytjzrowmbtqww JOIN :#esoteric < 1501923467 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :They have a lot of pent-up frustration. < 1501923594 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :oerjan, would you recommend eating? < 1501923604 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :I've heard good things about it but I'm not so sure < 1501923624 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I think it depends a lot on what you eat. < 1501923633 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Do you like mushrooms? < 1501923676 0 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 255 seconds < 1501923713 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :From time to time < 1501923728 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :Had mushroom pasta the day before yesterday < 1501923866 0 :fizzie!?@? PRIVMSG #esoteric :"Subject: [FIRING:1] host_down (esolangs.org)". Unfortunately too sleepy to look into this now, and the machine isn't answering to SSH anyway. Will try again tomorrow. < 1501924040 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Taneb: I don't recommend eating death caps. < 1501924102 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :I'll bear that in mind < 1501924198 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :Taneb: with moderation hth < 1501924215 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :oerjan, thank you tdh < 1501924298 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Good thing oerjan is an op. < 1501924304 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :. o O ( some crazy people might consider it tomorrow already ) < 1501924328 0 :erkin!~erkin@unaffiliated/erkin QUIT :Quit: Ouch! Got SIGABRT, dying... < 1501924376 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :are there _any_ foods with "death" in the name that are recommended to eat < 1501924390 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :it's pretty obvious, really. < 1501924431 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :Death by chocolate? < 1501924469 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :huh. so it is. < 1501924493 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :but clearly _someone_ is trying to kill me with chocolate today, anyway. < 1501924508 0 :HackEgo!~HackEgo@162.248.166.242 QUIT :Ping timeout: 260 seconds < 1501924658 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 JOIN :#esoteric < 1501925625 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oerjan: You'd think that it'd be easy, but people still eat them for some reason. < 1501925637 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Apparently it's a delicious mushroom. < 1501925773 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :maybe something for one of those bucket lists. in one of the last spots. < 1501925824 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 QUIT :Quit: Page closed < 1501925850 0 :Taneb!~Taneb@2001:41c8:51:10d:: PRIVMSG #esoteric :I recall seeing I think a Tumblr post that was like "Did you know you can drink magma???? But only once" < 1501925947 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :is suspect magma isn't delicious, though. < 1501925951 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :*i < 1501926066 0 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I'm not sure I would describe it as drinking. < 1501926660 0 :oerjan!~oerjan@hagbart.nvg.ntnu.no QUIT :Quit: Later < 1501926662 0 :FreeFull!~freefull@defocus/sausage-lover QUIT : < 1501926920 0 :\oren\!~oren@ec2-52-2-213-98.compute-1.amazonaws.com PRIVMSG #esoteric :I am da Μαֆד𝒆г of unicode! < 1501927755 0 :ais523!~ais523@unaffiliated/ais523 QUIT : < 1501928422 0 :btiffin!~chatzilla@CPE0c473de9ff81-CM0c473de9ff80.cpe.net.cable.rogers.com QUIT :Quit: ChatZilla 0.9.93 [SeaMonkey 2.46/20170120202656] < 1501928922 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 JOIN :#esoteric < 1501928982 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 PRIVMSG #esoteric :esolangs.org seems down. < 1501929379 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :zseri: so it does < 1501929385 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :not sure who is responsible for it < 1501929461 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :@tell btiffin Ah, good. That sort of integration seems less fun than what C-INTERCAL did though, with the calling back and forth between two separate programs < 1501929461 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Consider it noted. < 1501929510 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :myname: interesting < 1501929580 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :myname: it seems to me there is a huge potential to invent new (possibly interesting, maaaybe good) games by just "x in y genre". I.e. the RPG style minesweeper you decribed < 1501929584 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :described* < 1501929613 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric : "Subject: [FIRING:1] host_down (esolangs.org)". Unfortunately too sleepy to look into this now, and the machine isn't answering to SSH anyway. Will try again tomorrow. <-- so what timezone are you in? Thought you were in EU? < 1501929657 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :Vorpal: i totally agree < 1501929690 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :myname: though now I'm trying to think what a minesweeper with RPGs would be like < 1501929696 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :first person? < 1501929704 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 QUIT :Quit: Page closed < 1501929750 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :i don't think that'll work < 1501929766 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :also, there is kind of a 3d sokoban < 1501929788 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 JOIN :#esoteric < 1501929799 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :and a tetris-like with sand < 1501929930 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :myname: how does tetris with sand work? < 1501929964 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :sand just piles up with a certain critical slope, so surely you could never reach the top of the stage before filling the width of the stage < 1501929981 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :unless the stage is much shorter I guess < 1501930532 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :https://play.google.com/store/apps/details?id=com.hottato.sandagolite < 1501930754 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :the video doesn't really explain the mechanics < 1501930779 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :if you have a big enoug pile of sand of one color, you can make it disappear < 1501930789 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :(also, as a side note, it feels rather unprofessionally made, using a camera on a phone rather than screen capture) < 1501930977 0 :bb010g_!uid21050@gateway/web/irccloud.com/x-qzlytjzrowmbtqww QUIT :Quit: Connection closed for inactivity < 1501932362 0 :MDude!~MDude@c-73-187-225-46.hsd1.pa.comcast.net JOIN :#esoteric < 1501932531 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :myname: what about a tetris with mines such that you build up certain patterns of adjacency? < 1501932593 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :how? < 1501932622 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :not sure... maybe one person plays tetris to generate the level that another person solve as a mine sweeper game < 1501932715 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :or you could just make it require a certain amount of mines per line to remove that line, rather than the fullness of the line, though that way it would be easy to get stuck not being able to remove a filled in line, but that could be solved by having the mines explode nearby blocks when removed (thus "damaging" the line below and above) < 1501932873 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :that would work but does not sound that interesting < 1501932876 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :myname: ah, I got an idea that might actually be good (though I personally would be stressed out instead by it): Endless scrolling minesweeper, such that you only see a moving window over a set number or rows or columns, and you have to mark as many mines as possible to get high score. I think one hit kill would be too punishing in this scenario < 1501932949 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :say every 5 or so seconds (depending on selected difficulty) a new line appears on the left side and an old one is removed on the right < 1501932964 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :or maybe a block of lines (5 or so) < 1501932985 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :take a look at concrete jungle < 1501932997 0 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :what about a game that is exactly like battleships except you launch airstrikes on terrorists < 1501933007 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :myname: the one on steam? < 1501933015 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :Jafet: that is just a re-theme < 1501933015 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :yeah < 1501933058 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :myname: this looks turn based (i.e. based on number of actions you perform rather than time)? < 1501933064 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :that probably works better < 1501933076 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :it is < 1501933091 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :yeah, that seems somewhat towards that idea < 1501933242 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :I'm not much for these types of puzzle games, I find them monotonous. I like puzzle games like Myst and Antichamber, because they are quite varied. < 1501933268 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :I guess that is why I like programming, it is after all like a puzzle in some ways, but it is very varied < 1501933297 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :i totally agree < 1501933347 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :there is way too few mobile friendly interesting gamification of it < 1501933350 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :I can not understand why my dad continues to engage in Sodoku puzzles for years < 1501933419 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :i recommend "the sequence" for android, nice little bullying automaton puzzle < 1501933421 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :Hm, now for a completely different type of puzzle, how early do I need to leave on a Saturday to go to the opposite side of the city arriving at 13:30... < 1501933467 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :myname: I liked Monument Vally, the puzzles weren't that advanced, but the atmosphere and (rather opaque) storytelling more than made up for it < 1501933490 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :also the puzzles were basically MC Escher style, messing with perspective < 1501933500 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :which I very much like < 1501933506 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :it was way too short, though < 1501933519 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :yeah, and they haven't ported the second one to Android yet < 1501933538 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :just ios, which I don't own < 1501933544 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :also: snakebird is a pretty hard puzzle < 1501933610 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :euclidea is interesting, too < 1501933612 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :hm google suggests about 20 minutes driving, but I know that route is not the fastest in practice < 1501933632 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :oh yeah I saw someone at work playing euclidea I think < 1501933662 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :myname: I don't mind PC games though, I have a reasonable desktop < 1501933735 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :myname: the latter two has in app purchases... :/ < 1501933739 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :and are free < 1501933743 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :so I expect the worst < 1501933779 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :anyway I need to get ready to leave, have a great day < 1501934037 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :euclideas IAP just allow you to skip levels < 1501934074 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :snakebird is kind of a shareware version, if you don't purchase the one IAP that is there, you can only play a limited amount of levels < 1501934089 0 :myname!~myname@ks300980.kimsufi.com PRIVMSG #esoteric :demo may be the better term < 1501934540 0 :augur!~augur@162.245.20.162 JOIN :#esoteric < 1501934797 0 :augur!~augur@162.245.20.162 QUIT :Ping timeout: 246 seconds < 1501935605 0 :btiffin!~chatzilla@CPE0c473de9ff81-CM0c473de9ff80.cpe.net.cable.rogers.com JOIN :#esoteric < 1501935834 0 :LKoen!~LKoen@2a01:e35:2eed:a430:8c5a:76a2:7366:aca JOIN :#esoteric < 1501936268 0 :hkt!5706336b@gateway/web/cgi-irc/kiwiirc.com/ip.87.6.51.107 JOIN :#esoteric < 1501936305 0 :hkt_!5706336b@gateway/web/freenode/ip.87.6.51.107 JOIN :#esoteric < 1501936323 0 :hkt_!5706336b@gateway/web/freenode/ip.87.6.51.107 QUIT :Client Quit < 1501936398 0 :hkt!5706336b@gateway/web/cgi-irc/kiwiirc.com/ip.87.6.51.107 QUIT :Client Quit < 1501936974 0 :augur!~augur@162.245.20.162 JOIN :#esoteric < 1501937332 0 :augur!~augur@162.245.20.162 QUIT :Ping timeout: 260 seconds < 1501937436 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net JOIN :#esoteric < 1501937481 0 :btiffin!~chatzilla@CPE0c473de9ff81-CM0c473de9ff80.cpe.net.cable.rogers.com QUIT :Remote host closed the connection < 1501937510 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :hoily! < 1501937867 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :rdochellochellochellochellochello... < 1501937888 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 PRIVMSG #esoteric :hi. < 1501938137 0 :__kerbal__!49837208@gateway/web/freenode/ip.73.131.114.8 JOIN :#esoteric < 1501938218 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 QUIT :Quit: Page closed < 1501938223 0 :__kerbal__!49837208@gateway/web/freenode/ip.73.131.114.8 PRIVMSG #esoteric :hi < 1501938259 0 :__kerbal__!49837208@gateway/web/freenode/ip.73.131.114.8 PRIVMSG #esoteric :what happened to the wiki? < 1501938352 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :`moo < 1501938380 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :I can't seem to connect to the wiki. < 1501938386 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :__kellorbal__. < 1501938411 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :fizzie: fizziello. AAAAAAAAAAAAAAAAAAAAAIAIAIAIAIAIAIAIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII! < 1501938414 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :good kerbing. < 1501938439 0 :__kerbal__!49837208@gateway/web/freenode/ip.73.131.114.8 PRIVMSG #esoteric :boily: hoillo < 1501938449 0 :hkt!5706336b@gateway/web/cgi-irc/kiwiirc.com/ip.87.6.51.107 JOIN :#esoteric < 1501938468 0 :__kerbal__!49837208@gateway/web/freenode/ip.73.131.114.8 PRIVMSG #esoteric :rdococ: grdococtings < 1501938545 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :I guess it'd make sense for versors (unit quaternions) to be stored in memory with only three values (x, y, z). < 1501938805 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :it makes sense for display purposes to reduce a quaternion to three dimensions, but their whole purpose in 3D graphics is to expediently compute rotations. < 1501938841 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :and for that we need all four values to be present and close by, so it's more efficient to keep everything in memory. < 1501938856 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :k < 1501938872 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :what happens if they're not unit? < 1501938881 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :well, w. < 1501939288 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :say I rotated a cube to Q(0.5, 0, 0, 0). would it appear smaller? < 1501939363 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :as far as my addled coffeeless brain can figure it, yes. < 1501939378 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :Wanna try some Klatchian Coffee? < 1501939461 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :I'm having sourj at the moment. it tastes good. < 1501939574 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 JOIN :#esoteric < 1501939651 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :But Klatchian Coffee gives you superspeed! < 1501939657 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :`relcome zseri < 1501939677 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 PRIVMSG #esoteric :hi < 1501939677 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :the wiki and the bot are down < 1501939688 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :'tis the end of times. < 1501939689 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 PRIVMSG #esoteric :I already know. < 1501939711 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :the horror. < 1501939714 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :the agony. < 1501939747 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :ice scream. < 1501939867 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :the bowl of cereals. < 1501939903 0 :__kerbal__!49837208@gateway/web/freenode/ip.73.131.114.8 PRIVMSG #esoteric :What is the ICFP contest? < 1501940149 0 :__kerbal__!49837208@gateway/web/freenode/ip.73.131.114.8 PRIVMSG #esoteric :wait, it's this: https://icfpcontest2017.github.io < 1501940453 0 :__kerbal__!49837208@gateway/web/freenode/ip.73.131.114.8 PRIVMSG #esoteric :Here's the wiki backup from the last outage: http://esolangs.zem.fi < 1501940466 0 :__kerbal__!49837208@gateway/web/freenode/ip.73.131.114.8 PRIVMSG #esoteric :It doesn't work very well, though < 1501940538 0 :__kerbal__!49837208@gateway/web/freenode/ip.73.131.114.8 PRIVMSG #esoteric :you have to manually fiddle with the URLs, and the info it provides is incredibly outdated < 1501940548 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net PRIVMSG #esoteric :@metar CYUL < 1501940548 0 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :CYUL 051236Z 20010KT 2 1/2SM SHRA BR FEW012 OVC035 19/17 A2978 RMK CF1SC7 VIS W 12 SLP087 DENSITY ALT 900FT < 1501940655 0 :hkt!5706336b@gateway/web/cgi-irc/kiwiirc.com/ip.87.6.51.107 QUIT :Quit: http://www.kiwiirc.com/ - A hand crafted IRC client < 1501941646 0 :doesthiswork!~Adium@207.55.82.87 JOIN :#esoteric < 1501941684 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 PRIVMSG #esoteric :The search forwards to esolangs.org and thus doesn't work now. < 1501941699 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 PRIVMSG #esoteric :(on the backup page) < 1501941913 0 :boily!~alexandre@cable-192.222.245.222.electronicbox.net QUIT :Quit: DIGGING CHICKEN < 1501941979 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :I'd like to clarify: is the name of the wiki "Esolang", or is it "Esolangs"? < 1501942006 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 PRIVMSG #esoteric :I think it's named "Esolang" < 1501942013 0 :__kerbal__!49837208@gateway/web/freenode/ip.73.131.114.8 PRIVMSG #esoteric :The main page suggests "Esolang" < 1501942057 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 PRIVMSG #esoteric :Yes. < 1501942072 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :But the URL is esolangs.org/, right? < 1501942109 0 :__kerbal__!49837208@gateway/web/freenode/ip.73.131.114.8 PRIVMSG #esoteric :ACTION 's mind was blown < 1501942126 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :I'm...not cleaning that up. < 1501942649 0 :ATMunn!~ATMunn@unaffiliated/atmunn26 JOIN :#esoteric < 1501943234 0 :__kerbal__!49837208@gateway/web/freenode/ip.73.131.114.8 QUIT :Ping timeout: 260 seconds < 1501943313 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric : But Klatchian Coffee gives you superspeed! <-- makes you knurd < 1501943391 0 :ATMunn!~ATMunn@unaffiliated/atmunn26 PRIVMSG #esoteric :website seems to be down :\ < 1501943602 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 PRIVMSG #esoteric :Yes < 1501945083 0 :doesthiswork!~Adium@207.55.82.87 QUIT :Quit: Leaving. < 1501945227 0 :augur!~augur@162.245.20.162 JOIN :#esoteric < 1501945470 0 :augur!~augur@162.245.20.162 QUIT :Ping timeout: 240 seconds < 1501945562 0 :LKoen!~LKoen@2a01:e35:2eed:a430:8c5a:76a2:7366:aca QUIT :Remote host closed the connection < 1501947907 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 QUIT :Quit: Page closed < 1501947944 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 JOIN :#esoteric < 1501948119 0 :ATMunn!~ATMunn@unaffiliated/atmunn26 PRIVMSG #esoteric :\o/ finished my befunge-93 fizzbuzz program < 1501948129 0 :ATMunn!~ATMunn@unaffiliated/atmunn26 PRIVMSG #esoteric :it's probably super inefficient but i dont care :p < 1501948345 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 PRIVMSG #esoteric :is esolangs.zem.fi a clone of esolangs.org? < 1501948638 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 PRIVMSG #esoteric :the esolangs.zem.fi certificate doesn't match the domain name. < 1501950303 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :is anyone even trying to get the wiki/bot back up? < 1501950337 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 PRIVMSG #esoteric :I don't know. < 1501951668 0 :Warrigal_!~tswett@unaffiliated/tswett JOIN :#esoteric < 1501952019 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 QUIT :Ping timeout: 260 seconds < 1501952031 0 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1501952357 0 :fizzie!?@? PRIVMSG #esoteric :Vorpal: Usually UK, but I'm visiting Mountain View this week. < 1501952711 0 :http_GK1wmSU!~deep-book@212.83.139.210 JOIN :#esoteric < 1501952824 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :fizzie: ah < 1501952828 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :fizzie: fixing the wiki? < 1501952860 0 :http_GK1wmSU!~deep-book@212.83.139.210 PART #esoteric : < 1501953163 0 :heroux!sandroco@gateway/shell/insomnia247/x-eakedoflcmtquvow QUIT :Ping timeout: 268 seconds < 1501953368 0 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 246 seconds < 1501953374 0 :augur!~augur@hostelingintl.static.monkeybrains.net JOIN :#esoteric < 1501953497 0 :fizzie!?@? PRIVMSG #esoteric :Vorpal: Can't do terribly much about it, other than maybe ping Gregor. It's not answering SSH. < 1501953514 0 :fizzie!?@? PRIVMSG #esoteric :I could point at the backup copy I have, I guess. < 1501953525 0 :fizzie!?@? PRIVMSG #esoteric :Usually I've done that once it's been down for more than a day though. < 1501953588 0 :fizzie!?@? PRIVMSG #esoteric :Funny, though -- yesterday evening when I got the alert, I was getting a timeout. Now it actually does TCP connect to port 22, but then immediately gets closed by the remote side. < 1501953656 0 :augur!~augur@hostelingintl.static.monkeybrains.net QUIT :Ping timeout: 260 seconds < 1501953748 0 :fizzie!?@? PRIVMSG #esoteric :And on port 80 it accepts a connection and reads any data, but doesn't send back any response. That's so odd. < 1501954150 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 JOIN :#esoteric < 1501954338 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 JOIN :#esoteric < 1501954347 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 PRIVMSG #esoteric :hi < 1501954539 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :yay < 1501954784 0 :ATMunn!~ATMunn@unaffiliated/atmunn26 PRIVMSG #esoteric :fungot: poke < 1501954784 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :ATMunn: and i mean)) i can't really say that that's there policy but different places i've worked they've brought < 1501954891 0 :fizzie!?@? PRIVMSG #esoteric :fungot: Brought what? < 1501954892 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :fizzie: no but but people were taking it pretty easy i can't imagine how writers and researchers fnord before there used to be that it was < 1501955909 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 QUIT :Ping timeout: 255 seconds < 1501955939 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 JOIN :#esoteric < 1501956174 0 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :fizziello < 1501956190 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 QUIT :Ping timeout: 240 seconds < 1501957406 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 JOIN :#esoteric < 1501957409 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 QUIT :Ping timeout: 260 seconds < 1501958030 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric : And on port 80 it accepts a connection and reads any data, but doesn't send back any response. That's so odd. <-- very < 1501958032 0 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :is it a VPS? < 1501958137 0 :LKoen!~LKoen@2a01:e35:2eed:a430:e8d2:4d3:7cb:3cde JOIN :#esoteric < 1501959589 0 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1501959744 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 QUIT :Ping timeout: 258 seconds < 1501960503 0 :atslash!~atslash@static.231.107.9.5.clients.your-server.de QUIT :Quit: Leaving < 1501961008 0 :sleffy!~sleffy@c-24-7-67-0.hsd1.ca.comcast.net JOIN :#esoteric < 1501961112 0 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric < 1501962016 0 :sleffy!~sleffy@c-24-7-67-0.hsd1.ca.comcast.net QUIT :Ping timeout: 255 seconds < 1501962343 0 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Remote host closed the connection < 1501962788 0 :erkin!~erkin@unaffiliated/erkin QUIT :Read error: Connection reset by peer < 1501962821 0 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric < 1501962890 0 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1501962906 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 JOIN :#esoteric < 1501963428 0 :AnotherTest!~turingcom@71.189.202.62.dynamic.cgnat.res.cust.swisscom.ch JOIN :#esoteric < 1501963636 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 PRIVMSG #esoteric :hi < 1501964220 0 :erkin!~erkin@unaffiliated/erkin QUIT :Quit: Ouch! Got SIGABRT, dying... < 1501964240 0 :erkin!~erkin@unaffiliated/erkin JOIN :#esoteric < 1501964570 0 :MrBusiness!~ArcMrBism@2602:306:8325:a300:ccd4:5c95:9d79:9f8e QUIT :Ping timeout: 240 seconds < 1501964646 0 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Remote host closed the connection < 1501964740 0 :AnotherTest!~turingcom@71.189.202.62.dynamic.cgnat.res.cust.swisscom.ch QUIT :Ping timeout: 240 seconds < 1501964825 0 :GeekDude!?@? NICK :Rowlet < 1501965091 0 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1501966260 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :He wasn't a fungi, he was a fungot. < 1501966260 0 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :rdococ: ( ( yeah i can i can't even imagine um we my parents had to say about airport security noise mhm)) < 1501966267 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :... < 1501966806 0 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric < 1501966809 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1501967680 0 :MDude!~MDude@c-73-187-225-46.hsd1.pa.comcast.net QUIT :Ping timeout: 240 seconds < 1501967705 0 :LKoen!~LKoen@2a01:e35:2eed:a430:e8d2:4d3:7cb:3cde QUIT :Remote host closed the connection < 1501967708 0 :Warrigal_!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Let's see how good the layered unit net is at making METARs. < 1501967720 0 :Warrigal_!~tswett@unaffiliated/tswett PRIVMSG #esoteric :LOWI 021920Z VRB03KT 090V19KT CRICTE40 CLM BKN009/02///////// \1936 \ 9999 122353370 1003 5400 5121 1435 3132 2325 3253 5f46 < 1501967742 0 :Warrigal_!~tswett@unaffiliated/tswett PRIVMSG #esoteric :I'm pretty sure that stopped making sense right around those slashes. < 1501967806 0 :Warrigal_!~tswett@unaffiliated/tswett PRIVMSG #esoteric :Looks like it gave two wind things instead of one. CRICTE and CLM don't mean anything. < 1501967825 0 :MDude!~MDude@c-73-187-225-46.hsd1.pa.comcast.net JOIN :#esoteric < 1501967825 0 :AnotherTest!~turingcom@71.189.202.62.dynamic.cgnat.res.cust.swisscom.ch JOIN :#esoteric < 1501967830 0 :Warrigal_!~tswett@unaffiliated/tswett PRIVMSG #esoteric :ENVA 012455Z 02005KT 10SM FEW014 FEW048 SCT064CC2 31/06 Q1013 TEMPO SMP137 TF 40010 FROL < 1501968307 0 :Warrigal_!~tswett@unaffiliated/tswett PRIVMSG #esoteric :The time there is 24:55 UTC, which is impossible. As far as I can tell, CC2, SMP, 40010, and FROL don't seem to mean anything. < 1501968314 0 :Sgeo_!~Sgeo@ool-18b98980.dyn.optonline.net PRIVMSG #esoteric :Higher density of mines definitely makes Minesweeper harder < 1501968323 0 :Sgeo_!~Sgeo@ool-18b98980.dyn.optonline.net PRIVMSG #esoteric :I actually have to think instead of relying on 1-corners < 1501968332 0 :Warrigal_!~tswett@unaffiliated/tswett PRIVMSG #esoteric :I found a page that says that TF means tornado. < 1501968434 0 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :at least for tatham's mines, the critical density seems to be around 40% < 1501968449 0 :Cale!~cale@2607:fea8:98df:fd6a:f408:fd26:a671:ea81 PRIVMSG #esoteric :https://tortue.itch.io/triangulation < 1501968454 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :99 mines out of 100 squares is either 99% instant loss, or 100% instant win, depending on whether the implementation is a good one or a bad one < 1501968460 0 :Cale!~cale@2607:fea8:98df:fd6a:f408:fd26:a671:ea81 PRIVMSG #esoteric :(Interesting take on minesweeper) < 1501968472 0 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :this is interesting because from what I can tell, it just generates the minefields at random < 1501968595 0 :Jafet!~jafet@unaffiliated/jafet PRIVMSG #esoteric :then again, 3-sat also has a critical density < 1501968649 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :oh < 1501968650 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :cool < 1501968927 0 :pikhq!~pikhq@c-24-8-135-139.hsd1.co.comcast.net QUIT :Ping timeout: 240 seconds < 1501969101 0 :MrBusiness!~ArcMrBism@2602:306:8325:a300:a80c:becf:a7c5:ddd7 JOIN :#esoteric < 1501969152 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover PRIVMSG #esoteric :is the wiki down? < 1501969259 0 :pikhq!~pikhq@c-24-8-135-139.hsd1.co.comcast.net JOIN :#esoteric < 1501969295 0 :AnotherTest!~turingcom@71.189.202.62.dynamic.cgnat.res.cust.swisscom.ch QUIT :Ping timeout: 268 seconds < 1501969389 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 JOIN :#esoteric < 1501969618 0 :Jafet!~jafet@unaffiliated/jafet TOPIC #esoteric :http://esolangs.org/ will be back shortly after this bimetal prismack | logs: http://codu.org/logs/_esoteric/ http://tunes.org/~nef/logs/esoteric/?C=M;O=D | https://www.dropbox.com/s/fyhqyvy3i8oh25m/wisdom.pdf | ICFP contest ends on 2017-08-07 < 1501970536 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 PRIVMSG #esoteric :Yes, the wiki is down. < 1501970890 0 :AnotherTest!~turingcom@2a02:1206:45b8:4a31:fe:7861:5ed:8fe6 QUIT :Ping timeout: 240 seconds < 1501971221 0 :zseri!4d16fd4f@gateway/web/freenode/ip.77.22.253.79 QUIT :Quit: Page closed < 1501972416 0 :augur!~augur@noisebridge130.static.monkeybrains.net QUIT :Remote host closed the connection < 1501972738 0 :sleffy!~sleffy@c-24-7-67-0.hsd1.ca.comcast.net JOIN :#esoteric < 1501973859 0 :sleffy!~sleffy@c-24-7-67-0.hsd1.ca.comcast.net QUIT :Quit: Leaving < 1501973871 0 :augur!~augur@noisebridge130.static.monkeybrains.net JOIN :#esoteric < 1501974435 0 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1501974600 0 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Ping timeout: 260 seconds < 1501975688 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :Are there any esolangs in which the break command accepts an integer as the number of loops to break out of? < 1501975710 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :s/esolangs/normal langs/, because honestly it'd be useful to me < 1501975720 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :e.g. while true { while true { break; } }; vs e.g. while true { while true { break 2; } }; < 1501975773 0 :Sgeo_!~Sgeo@ool-18b98980.dyn.optonline.net PRIVMSG #esoteric :Try a language that uses delimited continuations, maybe you could make your own < 1501976394 0 :Warrigal_!?@? NICK :tswe_tt < 1501976587 0 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1501976676 0 :rdococ!rdococ@unaffiliated/rdococ PRIVMSG #esoteric :excuse me, I have to pick up bits of my brain again. the last time this happened, I was introduced to storing binary tree paths as numbers. < 1501977054 0 :LKoen!~LKoen@vbo91-1-82-238-218-67.fbx.proxad.net JOIN :#esoteric < 1501977065 0 :erkin!~erkin@unaffiliated/erkin QUIT :Quit: Ouch! Got SIGABRT, dying...