< 1454976347 353339 :idris-bot!~idris-bot@dslb-084-062-094-060.084.062.pools.vodafone-ip.de JOIN :#esoteric < 1454976807 529317 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`learn `revert is a bit buggy. The canary.orig error message is annoying but seemingly harmless. However, reverting a newly created file tends not to work - use `rm instead. < 1454976810 495707 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Learned '`revert': `revert is a bit buggy. The canary.orig error message is annoying but seemingly harmless. However, reverting a newly created file tends not to work - use `rm instead. < 1454976847 299962 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :just so it's documented somewhere. < 1454976867 864917 :lynn_!~lynn@unaffiliated/lynn NICK :lynn < 1454977007 651409 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ah new lightning made of owls < 1454977044 912462 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :two! < 1454977072 942762 :coppro!raedford@taurine.csclub.uwaterloo.ca PRIVMSG #esoteric :how do I add a command agian? < 1454977104 802780 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :coppro: add it to bin/ . if it's a single line script, `mkx is convenient. < 1454977118 154056 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`paste bin/mkx < 1454977119 412871 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :http://codu.org/projects/hackbot/fshg/index.cgi/file/tip/bin/mkx < 1454977142 469637 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :no need to paste that, really < 1454977144 581160 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`cat bin/mkx < 1454977145 388298 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :key=$(mk "$@") && echo "$key" && chmod +x "$key" < 1454977156 504949 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :You never know how long these things are. < 1454977159 501496 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`cat bin/mk < 1454977160 248956 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​[[ "$1" == ?*//* ]] || exit 1; key="${1%%//*}"; value="${1#*//}"; echo "$value" > "$key" && echo "$key" < 1454977173 711724 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :fizzie: well you can cat it to IRC first and then paste if it's too long < 1454977187 919845 :coppro!raedford@taurine.csclub.uwaterloo.ca PRIVMSG #esoteric :`mkx quote; quote; quote; quote; quote < 1454977188 802418 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454977193 533322 :coppro!raedford@taurine.csclub.uwaterloo.ca PRIVMSG #esoteric :oh wait < 1454977198 611622 :coppro!raedford@taurine.csclub.uwaterloo.ca PRIVMSG #esoteric :`mkx 5quote quote; quote; quote; quote; quote < 1454977199 211518 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454977204 504695 :coppro!raedford@taurine.csclub.uwaterloo.ca PRIVMSG #esoteric :`rm bin/quote\; < 1454977205 129705 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :rm: cannot remove `bin/quote\\;': No such file or directory < 1454977211 64842 :coppro!raedford@taurine.csclub.uwaterloo.ca PRIVMSG #esoteric :did I just kill quote < 1454977212 755821 :coppro!raedford@taurine.csclub.uwaterloo.ca PRIVMSG #esoteric :`quote < 1454977213 762377 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :22) PA ET ANNET UNIVERSET DER DE ENESTE PERSONEN OERJAN: sa jeg kan bare konkludere med at det er feil, eller er verden helt bonkers < 1454977214 266993 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :coppro: you need // as separator < 1454977220 265165 :coppro!raedford@taurine.csclub.uwaterloo.ca PRIVMSG #esoteric :`5quote < 1454977221 18049 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: 5quote: not found < 1454977226 662281 :coppro!raedford@taurine.csclub.uwaterloo.ca PRIVMSG #esoteric :oerjan: eh? < 1454977236 218295 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :As in, `mkx something//contents. < 1454977248 114029 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Or is that bin/something? < 1454977249 876202 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :and the bin/ needs to be there too < 1454977255 791576 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Yeah, didn't read so closely. < 1454977258 148594 :coppro!raedford@taurine.csclub.uwaterloo.ca PRIVMSG #esoteric :oh < 1454977269 245296 :coppro!raedford@taurine.csclub.uwaterloo.ca PRIVMSG #esoteric :`mkx bin/5quote//quote;quote;quote;quote;quote; < 1454977271 251227 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :bin/5quote < 1454977272 944159 :coppro!raedford@taurine.csclub.uwaterloo.ca PRIVMSG #esoteric :`5quote < 1454977274 226152 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :565) But wait what if I'm using a quantum computer <-- there is "quantum entropy". it's the same except no one understands it. \ 535) jesus, yes.. he was human and that is fantastic more than beeing able to speak with fish.. like seaman does \ 428) beautiful summer / fuck fuck fuck fuck fu < 1454977281 856888 :coppro!raedford@taurine.csclub.uwaterloo.ca PRIVMSG #esoteric :T_T < 1454977294 579538 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :You can't get more than one line of output from HackEgo by any means. < 1454977301 801471 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` allquotes | shuf -n 5 < 1454977303 18454 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :615) * oerjan concludes that unsafeCoerce has no effect on strictness \ 412) Non sequitur is my forte On-topic discussion is my piano Bowls of sugary breakfast cereal is my mezzoforte Full fat milk is my pianissimo On which note, I'm hungry \ 425) Sgeo_, the origin of suff < 1454977314 522379 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Which is probably why people have gotten the habit of spamming `quote, I guess. < 1454977327 993154 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :yeah < 1454977412 702681 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :coppro: using `«command» doesn't do any shell formatting or escaping < 1454977419 674192 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :if you want shell escapes do `` «command» < 1454977424 833250 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :`` rm bin/quote\; < 1454977426 29185 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :rm: cannot remove `bin/quote;': No such file or directory < 1454977597 429272 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`` sed -i -e 's|exit 1|(echo usage: $0 file//contents; exit 1)|' bin/mk < 1454977599 514121 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454977610 922436 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`mkx I don't know the syntax < 1454977613 42902 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :usage: /hackenv/bin/mk file//contents \ I don't know the syntax \ chmod: cannot access `usage: /hackenv/bin/mk file//contents\nI don\'t know the syntax': No such file or directory < 1454977618 777786 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Hm. < 1454977642 987576 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Well, it made mk a bit nicer, but broke mkx; I guess the exit 1 didn't take from the subshell or some-such. < 1454977673 445410 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Or, oh; mkx doesn't even check? It just assumes, and now that made some output. < 1454977680 431671 :lynn!~lynn@unaffiliated/lynn QUIT :Quit: Leaving < 1454977699 332207 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`` sed -i -e 's|contents;|contents >&2;|' bin/mk < 1454977701 430125 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454977703 793131 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`mkx how about now < 1454977706 337718 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/hackenv/bin/mk: line 1: 2: command not found \ how about now < 1454977720 620268 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I just keep breaking it. < 1454977735 600626 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Oh, right, sed and &. < 1454977744 727108 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`revert < 1454977752 72443 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :rm: cannot remove `/home/hackbot/hackbot.hg/multibot_cmds/env/.hg/store/data/canary.orig': Is a directory \ Done. < 1454977815 132545 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Oh, and that reverted a wrong thing. Bah. I'll clean it up in a query. < 1454978086 222378 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`mkx bah humbug < 1454978086 898701 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :usage: /hackenv/bin/mk file//contents < 1454978099 382151 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Yeah, the command name in the usage is still wrong, but at least it's better than nothing. < 1454978123 79042 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Can't really tell whether the original command was mk or mkx since mkx just calls mk. < 1454978182 896048 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Although... < 1454978186 252219 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`` sed -i -e 's|$0|"mk[x]"|' bin/mk < 1454978188 533554 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454978191 884734 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :`mkx whatever < 1454978192 590511 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :usage: mk[x] file//contents < 1454978195 103695 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Good enough. < 1454978299 380153 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I really wonder what made // the "standard" HackEgo separator. < 1454978565 700608 :Taneb!~Taneb@runciman.default.hacksoc.uk0.bigv.io PRIVMSG #esoteric :Hmm < 1454978568 284485 :Taneb!~Taneb@runciman.default.hacksoc.uk0.bigv.io PRIVMSG #esoteric :I'm still hungry < 1454979044 645666 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :Now I have made JSZM version 2 and also the example front-end which is using Node.js < 1454979172 872886 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :fizzie: well it started as / for `slashlearn that was then improved to work with subdirectory targets < 1454979201 567491 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :because // isn't meaningful in a path < 1454979250 638818 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`culprits bin/slashlearn < 1454979253 301176 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :shachaf shachaf shachaf int-e tswett tswett shachaf shachaf shachaf shachaf < 1454979279 874472 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :and shachaf presumably chose / for that because it cannot be in a file name. < 1454979398 542128 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hmph, there should be a command like mkdir -p which creates a file instead. < 1454979420 128894 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :it would be easier than having to separate out the directory first < 1454979446 996235 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ACTION now expects someone to tell what it is < 1454979558 543172 :vodkode!~vodkode@fl-71-52-122-10.dhcp.embarqhsd.net QUIT :Remote host closed the connection < 1454979653 618173 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat bin/mk < 1454979654 586974 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​[[ "$1" == ?*//* ]] || { echo usage: "mk[x]" file//contents >&2; exit 1; }; key="${1%%//*}"; value="${1#*//}"; echo "$value" > "$key" && echo "$key" < 1454979750 553363 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover PRIVMSG #esoteric :did homestuck end yet < 1454979803 995323 :LexiciScriptor!~LexiciScr@net-37-117-69-8.cust.vodafonedsl.it QUIT :Quit: LexiciScriptor < 1454980111 426987 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat bin/slashlearn < 1454980112 193668 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :sep="/"; [[ "$0" == *//* ]] && sep="//"; [[ "$1" == ?*"$sep"* ]] || exit 1; key="$(echo "${1%%$sep*}" | lowercase)"; value="${1#*$sep}"; echo "$value" > "wisdom/$key" && echo "Learned «$key»" < 1454980241 378437 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :Now my "parse-rdf" JavaScript program is include "parse" and "gparse" functions which parse, as well as a Graph object including the methods: add, listNodes, enumerate, export, skolemize, findPredicate, findObject, findProperty, delete, clone, cloneDistinct. In addition the graph has own properties, ones named by string for URI nodes and ones named by symbol for blanknodes. < 1454980285 518200 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :Each one is object with property named by URI of predicates, which is the array of the objects. URI and blanknodes is string/symbol values, while literals use the Literal object. < 1454980288 539475 :augur!~augur@c-73-46-94-9.hsd1.fl.comcast.net QUIT :Ping timeout: 256 seconds < 1454980292 946197 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :Is ther other stuff you expect I should add too? < 1454980348 251166 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`mkx bin/echo-p echo "$1"; [[ "$1" == */* ]] && mkdir -p "${1%/*}" 2>/dev/null < 1454980349 209074 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :usage: mk[x] file//contents < 1454980357 622498 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`mkx bin/echo-p//echo "$1"; [[ "$1" == */* ]] && mkdir -p "${1%/*}" 2>/dev/null < 1454980360 232090 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :bin/echo-p < 1454980370 872499 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`echo-p just/a/test < 1454980371 619510 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :just/a/test < 1454980381 745561 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`find just < 1454980382 751579 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :just \ just/a < 1454980393 244363 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` rm -r just < 1454980394 992120 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454980403 313786 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`echo-p hello < 1454980404 102036 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :hello < 1454980410 858654 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`echo-p /fnord < 1454980411 520142 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/fnord < 1454980430 832986 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`ls /fnord < 1454980431 596644 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :ls: cannot access /fnord: No such file or directory < 1454980435 656380 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`ls hello < 1454980436 723428 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :ls: cannot access hello: No such file or directory < 1454980453 14887 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat bin/slashlearn < 1454980453 776507 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :sep="/"; [[ "$0" == *//* ]] && sep="//"; [[ "$1" == ?*"$sep"* ]] || exit 1; key="$(echo "${1%%$sep*}" | lowercase)"; value="${1#*$sep}"; echo "$value" > "wisdom/$key" && echo "Learned «$key»" < 1454980508 954470 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :fizzie: What would you use for a separator? < 1454980527 483933 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` sed -i 's!wisdom/.*"!$(echo-p "wisdom/$key")"!' bin/slashlearn < 1454980529 558358 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454980533 391236 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat bin/slashlearn < 1454980534 56590 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :sep="/"; [[ "$0" == *//* ]] && sep="//"; [[ "$1" == ?*"$sep"* ]] || exit 1; key="$(echo "${1%%$sep*}" | lowercase)"; value="${1#*$sep}"; echo "$value" > "$(echo-p "wisdom/$key")" < 1454980540 127530 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :eek < 1454980541 922426 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`revert < 1454980543 869619 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :rm: cannot remove `/home/hackbot/hackbot.hg/multibot_cmds/env/.hg/store/data/canary.orig': Is a directory \ Done. < 1454980559 80670 :augur!~augur@c-73-46-94-9.hsd1.fl.comcast.net JOIN :#esoteric < 1454980568 895632 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` sed -i 's!wisdom/[^"]*"!$(echo-p "wisdom/$key")"!' bin/slashlearn < 1454980571 112103 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454980574 819968 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat bin/slashlearn < 1454980575 256896 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`` dirname "a/b/c" < 1454980575 835029 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :sep="/"; [[ "$0" == *//* ]] && sep="//"; [[ "$1" == ?*"$sep"* ]] || exit 1; key="$(echo "${1%%$sep*}" | lowercase)"; value="${1#*$sep}"; echo "$value" > "$(echo-p "wisdom/$key")" && echo "Learned «$key»" < 1454980576 144253 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :a/b < 1454980584 425446 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oerjan: dth? < 1454980608 314657 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :shachaf: no, not just printing it < 1454980615 364941 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :echo-p also creates the path to it < 1454980632 245853 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Yes, but you could just mkdir -p "$(dirname "$1")" < 1454980640 516937 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`` dirname a < 1454980641 213805 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​. < 1454980650 214054 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :`` dirname /a/b < 1454980650 910940 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/a < 1454980656 949727 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :shachaf: i want something that can be just substituted around a filename < 1454980669 493608 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`le/rn is/this/working//maybe. < 1454980671 860060 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Learned «is» < 1454980675 453759 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :oops < 1454980683 581791 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I'm talking about the implementation of echo-p. But either way. < 1454980693 794983 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :oh. < 1454980705 724455 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`forget is < 1454980708 804348 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Forget what? < 1454980713 607289 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :HackEgo: is < 1454980738 515453 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :forget should also rmdir -p < 1454980746 4494 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :huh < 1454980758 392507 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat bin/echo-p < 1454980759 83443 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :echo "$1"; [[ "$1" == */* ]] && mkdir -p "${1%/*}" 2>/dev/null < 1454980783 450226 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :oerjan: ? < 1454980789 219186 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Did you mean to lee/rn? < 1454980792 621635 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :le//rn < 1454980802 843902 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`mkx echo-p//echo "$1"; mkdir -p "$(dirname "$1")" 2>/dev/null < 1454980805 416951 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :echo-p < 1454980812 293422 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`echo-p /hm < 1454980813 137139 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/hm < 1454980835 177475 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`le//rn is/this/working//maybe. < 1454980837 816596 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Learned «is/this/working» < 1454980844 135140 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`? is/this/working < 1454980845 113799 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :maybe. < 1454980846 57774 :augur!~augur@c-73-46-94-9.hsd1.fl.comcast.net QUIT :Ping timeout: 240 seconds < 1454980851 958346 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :success! < 1454980864 304593 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`rm -r wisdom/is < 1454980865 7008 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :rm: invalid option -- ' ' \ Try `rm --help' for more information. < 1454980871 247695 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` rm -r wisdom/is < 1454980873 327702 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454980876 945053 :MDude!~fyrc@pa-67-234-108-216.dhcp.embarqhsd.net PRIVMSG #esoteric :http://www.pixiv.net/member_illust.php?mode=medium&illust_id=54958830 < 1454980881 999862 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat bin/mk < 1454980882 877799 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​[[ "$1" == ?*//* ]] || { echo usage: "mk[x]" file//contents >&2; exit 1; }; key="${1%%//*}"; value="${1#*//}"; echo "$value" > "$key" && echo "$key" < 1454980971 323731 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` sed -i 's/> "...."/> "$(echo-p "$key")"/' bin/mk < 1454980973 645815 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454980976 407534 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat bin/mk < 1454980977 736694 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​[[ "$1" == ?*//* ]] || { echo usage: "mk[x]" file//contents >&2; exit 1; }; key="${1%%//*}"; value="${1#*//}"; echo "$value" > "$(echo-p "$key")" && echo "$key" < 1454981003 919667 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`mk this/changes/everything//oh, really? < 1454981006 1437 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :this/changes/everything < 1454981015 227834 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat this/changes/everything < 1454981016 38922 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :oh, really? < 1454981029 931860 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`ls this < 1454981030 787486 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :changes < 1454981035 257363 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` rm -r this < 1454981037 622000 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454981044 412010 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`mkx this/changes/everything//oh, really? < 1454981047 922382 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :this/changes/everything < 1454981060 700341 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`./this/changes/everything < 1454981061 345722 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/hackenv/this/changes/everything: line 1: oh,: command not found < 1454981065 730827 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` rm -r this < 1454981067 995149 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454981150 928808 :augur!~augur@c-73-46-94-9.hsd1.fl.comcast.net JOIN :#esoteric < 1454981179 474449 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :shachaf: I'm partial to |, but it's admittedly kind of overly shell-metacharacteristic. < 1454981200 595628 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Alternatively, the :. < 1454981202 538816 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: dafuq are you doing? < 1454981218 45359 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :fizzie: Partial to | over what? < 1454981222 204117 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :hppavilion[1]: Over //. < 1454981231 555006 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :fizzie: And what does // do exactly? < 1454981243 396815 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :It's the separator for `mk, `mkx, and I think others as well. < 1454981247 123171 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :Ah < 1454981357 74648 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hppavilion[1]: i'm improving `le//rn and `mk[x] to create subdirectories automatically. < 1454981365 681971 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: Ah < 1454981388 715543 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net JOIN :#esoteric < 1454981401 389801 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat bin/forget < 1454981402 215748 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​#!/bin/sh \ rm "wisdom/$(echo "$1" | tr A-Z a-z)" \ echo "Forget what?" < 1454981471 570469 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat bin/rm-p < 1454981472 388976 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :cat: bin/rm-p: No such file or directory < 1454981508 630103 :PyRCBot!~PyRC@58-0-174-206.gci.net JOIN :#esoteric < 1454981508 796347 :PyRCBot!~PyRC@58-0-174-206.gci.net QUIT :Remote host closed the connection < 1454981512 369153 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :rm doesn't have a -p, although rmdir does < 1454981512 511319 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :Yes! < 1454981519 615115 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :I got it to join a channel for a split second! < 1454981530 704781 :augur!~augur@c-73-46-94-9.hsd1.fl.comcast.net QUIT :Ping timeout: 245 seconds < 1454981541 957976 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :good jorb < 1454981546 187020 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`mkx bin/rm-p//rm "$1"; rmdir -p "$(dirname "$1")" < 1454981548 934846 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :bin/rm-p < 1454981557 293410 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :silly idea: to make a file with -p, do a mkdir -p then a rmdir (then a touch/truncate); to delete a file with -p, do a rm then a mkdir then a rmdir -p < 1454981558 263994 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :Dammit. < 1454981558 448999 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ais523: which is why i'm adding it < 1454981562 130507 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :The topic crashed it. < 1454981577 703381 :ais523!~ais523@unaffiliated/ais523 PRIVMSG #esoteric :hppavilion[1]: riscy! < 1454981588 613734 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :ffuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu < 1454981592 272126 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`mk test/ing/ho//yo! < 1454981594 433006 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :test/ing/ho < 1454981603 789754 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat test/ing/ho < 1454981604 566691 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :yo! < 1454981610 162338 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :ais523: Yes, I'm proud of that joke < 1454981612 920481 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`rm-r test/ing/ho < 1454981613 802934 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: rm-r: not found < 1454981619 121545 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :oops < 1454981623 282183 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`rm-p test/ing/ho < 1454981625 982324 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454981629 23230 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`ls test < 1454981629 824116 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :ls: cannot access test: No such file or directory < 1454981654 105495 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` sed -i 's/rm/rm-p/' bin/forget < 1454981656 200104 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454981687 449702 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`le//rn a/very/deep/wisdom//but not very long-lasting < 1454981688 421015 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/hackenv/le//rn: line 1: wisdom/a/very/deep/wisdom: Not a directory < 1454981701 109224 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :oops < 1454981707 573378 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :what happened there < 1454981734 958686 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` ls wisdom/a < 1454981735 876106 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :wisdom/a < 1454981739 919887 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` ls wisdom/a/very < 1454981740 774003 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :ls: cannot access wisdom/a/very: Not a directory < 1454981753 679309 :augur!~augur@c-73-46-94-9.hsd1.fl.comcast.net JOIN :#esoteric < 1454981764 331181 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :oh of course < 1454981768 523365 :EsoBot!~PyRC@58-0-174-206.gci.net JOIN :#esoteric < 1454981768 835135 :EsoBot!~PyRC@58-0-174-206.gci.net QUIT :Remote host closed the connection < 1454981777 602807 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`le//rn very/deep/wisdom//but not very long-lasting < 1454981780 167893 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Learned «very/deep/wisdom» < 1454981788 77140 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`? very/deep/wisdom < 1454981789 35631 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :but not very long-lasting < 1454981795 64448 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :fizzie: // has the advantage that it doesn't appear in any canonical UNIX file path. < 1454981795 708379 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`forget very/deep/wisdom < 1454981798 66909 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :rmdir: failed to remove directory `wisdom': Directory not empty \ Forget what? < 1454981802 771592 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :gah < 1454981808 850150 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat bin/forget < 1454981809 593109 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​#!/bin/sh \ rm-p "wisdom/$(echo "$1" | tr A-Z a-z)" \ echo "Forget what?" < 1454981829 304160 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat bin/rm-p < 1454981830 230643 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :rm "$1"; rmdir -p "$(dirname "$1")" < 1454981834 499017 :EsoBot!~PyRC@58-0-174-206.gci.net JOIN :#esoteric < 1454981849 506994 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`ls wisdom/very/deep/wisdom < 1454981850 342663 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :ls: cannot access wisdom/very/deep/wisdom: No such file or directory < 1454981854 107036 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`ls wisdom/very/deep < 1454981855 566487 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :ls: cannot access wisdom/very/deep: No such file or directory < 1454981858 187901 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`ls wisdom/very < 1454981858 942351 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :ls: cannot access wisdom/very: No such file or directory < 1454981863 204440 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :`msg < 1454981863 990294 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: msg: not found < 1454981865 809114 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :oh hm < 1454981878 624553 :EsoBot!~PyRC@58-0-174-206.gci.net QUIT :Read error: Connection reset by peer < 1454981881 960965 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :i think that got an error because of HackEgo's do-everything-twice mechanism < 1454981887 502875 :EsoBot!~PyRC@58-0-174-206.gci.net JOIN :#esoteric < 1454981905 571096 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`cat bin/rm-p < 1454981906 381755 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :rm "$1"; rmdir -p "$(dirname "$1")" < 1454981908 682281 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :I'll... move to #bots < 1454981923 17938 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :hppavilion[1]! < 1454981928 452507 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :adu! < 1454981933 210616 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :isn't this channel botty? < 1454981940 26689 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`` sed -i 's!$! 2>/dev/null!' bin/rm-p < 1454981941 705845 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :\oren\: Yes, but I haven't made it work yet < 1454981942 635978 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :No output. < 1454981946 942765 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :\oren\: bot-y? < 1454981952 980267 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`le//rn very/deep/wisdom//but not very long-lasting < 1454981955 523504 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Learned «very/deep/wisdom» < 1454981956 629050 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :So it's joining in and leaving constantly < 1454981960 815917 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`forget very/deep/wisdom < 1454981963 295911 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Forget what? < 1454981967 821169 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :I like deep wisdom < 1454981986 93235 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :ACTION can haz dewp wisdom? < 1454981992 671358 :EsoBot!~PyRC@58-0-174-206.gci.net QUIT :Read error: Connection reset by peer < 1454981997 832588 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :⊥-y < 1454982007 22367 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :int-e: bottom-y? < 1454982008 875218 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :Ugh < 1454982015 186193 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :Whoops, wrong channel to complain to < 1454982019 331002 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :hppavilion[1]: don't leave < 1454982034 760189 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :hppavilion[1]: stop complaining to other channelz! < 1454982055 975919 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net QUIT :Remote host closed the connection < 1454982213 147975 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :adu: xD < 1454982290 947189 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :oh wait what happened was that rmdir -p complained about wisdom/ at the top. < 1454982353 127757 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :there's an option to disable that, which is ridiculously verbose. < 1454982369 457539 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :so i think 2>/dev/null will do. < 1454982428 500660 :SOBot!~PyRC@58-0-174-206.gci.net JOIN :#esoteric < 1454982437 700407 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :I can't think of a good name for the bot xD < 1454982470 913966 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hpgazebot < 1454982483 619279 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: WalrusMan? < 1454982492 448599 :SOBot!~PyRC@58-0-174-206.gci.net QUIT :Read error: Connection reset by peer < 1454982493 577770 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :wat < 1454982576 95534 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: I WalBot? < 1454982580 498109 :WalrusMan!~PyRC@58-0-174-206.gci.net JOIN :#esoteric < 1454982580 981854 :WalrusMan!~PyRC@58-0-174-206.gci.net QUIT :Read error: Connection reset by peer < 1454982601 793613 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :adu: What should the bot do? < 1454982607 695280 :vanila!~vanila@unaffiliated/vanila QUIT :Quit: Leaving < 1454982624 170117 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :hppavilion[1]: it should fortell the future < 1454982633 231176 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :adu: Yes, duh, and what else? < 1454982637 708429 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :What interesting things should it do? < 1454982642 199537 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :`brain what should the bot do? < 1454982643 45647 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: brain: not found < 1454982646 121037 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :@brain what should the bot do? < 1454982646 313668 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric :Pinky, I am in considerable pain. < 1454982654 184798 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :also, it should recommend slashdot articles < 1454982678 61059 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :i always have the feeling that @brain and @pinky are reversed < 1454982699 858873 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :because your question isn't spoken by the name in front < 1454982709 286887 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net PRIVMSG #esoteric :like (Q) FancyBot: how much is my current VerizonFios bill? (A) I don't know, but you might like this article http://slashdot.org/....... < 1454982740 861177 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :The current best feature I have is a messaging system based on a deque < 1454982774 418131 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hm or wait it works with that new-fangled @ abomination < 1454982842 604444 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :oerjan: As in you enqueue a message and somebody else dequeues it < 1454982847 711336 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :At a later date < 1454982868 306839 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :And when the message is dequeued, it gets sent to the back of the lien < 1454982935 622547 :bb010g!uid21050@gateway/web/irccloud.com/x-sdpqjyxfgiabfkfr JOIN :#esoteric < 1454983139 780895 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :A RISCy move! :D < 1454983216 675222 :AlexR42!~textual@94.41.140.91 JOIN :#esoteric < 1454983385 61367 :MDude!~fyrc@pa-67-234-108-216.dhcp.embarqhsd.net NICK :MDream < 1454983722 504522 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net QUIT :Ping timeout: 256 seconds < 1454983742 610274 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net JOIN :#esoteric < 1454984223 303997 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net JOIN :#esoteric < 1454984239 546660 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :Should I add support for a stack-based language to the bot perhaps? < 1454984279 241279 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :`` cat bin/evil < 1454984280 13199 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :cat "$(find evil -type f | shuf -n1)" | tr '[:lower:]' '[:upper:]' < 1454984302 538204 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :We need a `mourn command. Should I put one in the bot? < 1454984641 207938 :int-e!~noone@static.88-198-179-137.clients.your-server.de PRIVMSG #esoteric :`? the bot < 1454984642 351724 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :the bot? ¯\(°​_o)/¯ < 1454984672 64667 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net QUIT :Ping timeout: 276 seconds < 1454985541 233985 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net JOIN :#esoteric < 1454985896 991158 :WalBot!~PyRC@93-231-58-66.gci.net JOIN :#esoteric < 1454985897 269407 :WalBot!~PyRC@93-231-58-66.gci.net QUIT :Remote host closed the connection < 1454985946 990900 :WalBot!~PyRC@93-231-58-66.gci.net JOIN :#esoteric < 1454986049 176103 :WalBot!~PyRC@93-231-58-66.gci.net QUIT :Read error: Connection reset by peer < 1454986408 921142 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net QUIT :Quit: adu < 1454986434 355317 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Read error: Connection reset by peer < 1454986627 991771 :WalBot!~PyRC@93-231-58-66.gci.net JOIN :#esoteric < 1454986661 879969 :WalBot!~PyRC@93-231-58-66.gci.net QUIT :Read error: Connection reset by peer < 1454986672 991485 :WalBot!~PyRC@93-231-58-66.gci.net JOIN :#esoteric < 1454986673 331909 :WalBot!~PyRC@93-231-58-66.gci.net QUIT :Remote host closed the connection < 1454986724 991287 :WalBot!~PyRC@93-231-58-66.gci.net JOIN :#esoteric < 1454986725 287588 :WalBot!~PyRC@93-231-58-66.gci.net QUIT :Remote host closed the connection < 1454986772 991621 :WalBot!~PyRC@93-231-58-66.gci.net JOIN :#esoteric < 1454986773 330854 :WalBot!~PyRC@93-231-58-66.gci.net QUIT :Remote host closed the connection < 1454986812 992224 :WalBot!~PyRC@93-231-58-66.gci.net JOIN :#esoteric < 1454986817 84761 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :Oh, whoops < 1454986826 352324 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :fungot I was still on this chan < 1454986826 549506 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :hppavilion[1]: how would that work with secondary storage? the hdd is just one cad i liked < 1454986885 898680 :WalBot!~PyRC@93-231-58-66.gci.net QUIT :Read error: Connection reset by peer < 1454986914 836058 :ais523!~ais523@unaffiliated/ais523 QUIT : < 1454987477 606074 :AlexR42!~textual@94.41.140.91 QUIT :Quit: My Mac has gone to sleep. ZZZzzz… < 1454988877 860756 :lleu!~gnomebad@unaffiliated/lleu QUIT :Quit: That's what she said < 1454989009 954905 :mihow!~mihow@50-206-98-70-static.hfc.comcastbusiness.net QUIT :Quit: mihow < 1454990342 118815 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net QUIT :Ping timeout: 252 seconds < 1454990498 654446 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :https://www.youtube.com/watch?v=eAj0CcT9b2g < 1454990769 348746 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :fungot: Since when do you care about secondary storage? < 1454990769 491106 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :zgrep: where i realize the grand pattern of parsing. < 1454990782 373767 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :fungot: Oh, I see. You care about storage because you care about parsing data. < 1454990782 516112 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :zgrep: i dunno. generating machine code yourself is a lot < 1454990802 49654 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :fungot: So you're parsing machine code? Or are you generating machine code by feeding stuff backwards to a parser? < 1454990802 205092 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :zgrep: now i don't understand them, plus razor-x plays slashem. hehe. :) < 1454990810 944035 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :fungot: If only you made sense. < 1454990811 86492 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :zgrep: it is a collisions of interests clearly i don't understand as well as < 1454990817 54893 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :Indeed, you don't. < 1454991049 552048 :hppavilion[1]!~DevourerO@24.237.158.1 JOIN :#esoteric < 1454991239 999542 :mad!boulam@69-165-212-148.cable.teksavvy.com QUIT :Read error: Connection reset by peer < 1454991673 849501 :hppavilion[1]!~DevourerO@24.237.158.1 PRIVMSG #esoteric :RISC 15, %aux, %flags < 1454991812 66354 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :I've made a more compact allhars.htm < 1454991814 739080 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :http://www.orenwatson.be/allchars.htm < 1454992014 792885 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :\oren\: Your font is actually readable when smaller... < 1454992060 832589 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :how muh smaller? < 1454992076 337110 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :No clue. I just hit cmd+- a few times. < 1454992085 13797 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :native size should be 12 pt on win, 16 pt on mac < 1454992093 405097 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :Also, your Cyrillic 'у' seems a bit... low. < 1454992120 652831 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :All the other letters around it are nice and cut off at a certain height. у stands out. < 1454992127 371282 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :Well, stands down. < 1454992148 448893 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :what? I could have sworn I fixed that already < 1454992153 397364 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :argh < 1454992211 980364 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :On my retina screen, your font becomes pixelated at size 16, I think. I say that because I can see blocky pixel parts on certain letters. < 1454992253 630096 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :oh, on retina, native size would be 8 pt < 1454992263 710171 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :That's tiny. Far too tiny. < 1454992300 545146 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :try halfway then? at 12 pt it should only be a little blurry < 1454992323 816614 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :it would be at 3/2 pixel scale < 1454992345 75418 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :My eyes aren't bleeding at 12pt, so it's usable, more or less. < 1454992376 454134 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :It looks nicer if you make the line height bigger than the font size (at least, for your website, in my opinion). < 1454992407 600962 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :No chance there'll be a neoletters vector edition, will there? :P < 1454992415 494037 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :it's a vector now? < 1454992425 449131 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :Oh, less blocky, then. I mean. < 1454992432 814365 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :Smoother. < 1454992443 158195 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net JOIN :#esoteric < 1454992450 887545 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :at some point I might stort making double or quadruple size version < 1454992469 371502 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :so that would end up being smoother < 1454992482 829742 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :Not exactly the same thing, but... hm... < 1454992535 357641 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :Wow. That's blocky... https://usercontent.irccloud-cdn.com/file/rUlsnPhz/blocky.png < 1454992634 654008 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :yup < 1454992754 65361 :zgrep!sid43445@gateway/web/irccloud.com/x-cceqawspvetlxaqf PRIVMSG #esoteric :Unfortunately it's too blocky for my daily use, but it seems like a pretty neat font. I wonder what neolettersmooth would look like... :P < 1454992754 576446 :mad!boulam@69-165-212-148.cable.teksavvy.com JOIN :#esoteric < 1454992811 426627 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :I have a computer-smoothed version but it looks like a halloween font < 1454992814 919138 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :http://www.orenwatson.be/fontdemowtf.htm < 1454992867 978259 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :http://www.orenwatson.be/neolettersauto.ttf < 1454992965 523509 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :and it's very glichy with the more intricate characters < 1454993233 603422 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :also there are... problems with ^ and ~ in particular, which look nothing like they should < 1454993261 147889 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :maybe if I smoothed a larger version < 1454993327 673645 :hppavilion[1]!~DevourerO@24.237.158.1 QUIT :Ping timeout: 264 seconds < 1454993512 308764 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :I have a bad enought monitor and good enough eyes (well, my left eye is good enough) that I can see the individual pixels at normal distance anyway, so everyhting is pixelated < 1454993545 91975 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :my right eye is kinda blurry though < 1454993698 53594 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :why is there such inadequate documentation on the TTF format? < 1454993774 684892 :\oren\!~oren@TOROON0949W-LP140-1-1175999594.dsl.bell.ca PRIVMSG #esoteric :I'd like to generate the ttf with my own faster program instead of fontforge < 1454994352 339540 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :There are also other font format, you can therefore later to make your program to be able to output to multiple format too < 1454996470 550717 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net QUIT :Remote host closed the connection < 1454997164 375728 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net JOIN :#esoteric < 1454998803 320067 :nisstyre!~yourstrul@oftn/member/Nisstyre QUIT :Quit: WeeChat 1.3 < 1454999267 594813 :oerjan!~oerjan@hagbart.nvg.ntnu.no QUIT :Quit: Nite < 1454999275 922736 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOerjan < 1454999500 998776 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :what < 1454999627 445660 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :Are there any non-dry blog posts or series along the lines of "Let's make an instruction set architecture" < 1454999637 855378 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :myname: Nothing. < 1455000102 83179 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net JOIN :#esoteric < 1455000374 114261 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net QUIT :Ping timeout: 252 seconds < 1455000499 763770 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :I just found out what "NO LOL" means in the #python topic < 1455000808 6863 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :I like how /s < 1455000873 129517 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :I like how github has come to be almost synonymous with git < 1455000886 865219 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :has it? < 1455000894 256270 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :i don't think so < 1455000898 333619 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :if you look up, say, "how to do x in git," the first answer is almost always a github answer < 1455000928 319157 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :maybe there is a group like these people having internet = browser = facebook < 1455000941 884026 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :okay, true < 1455000953 329684 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :internet = browser is actually a lot of people < 1455000995 677789 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :ACTION just woke up and found you guys have been adding a factoid about me and talked about my gender < 1455001022 994078 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :they did? < 1455001026 409871 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`?izabera < 1455001039 655466 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: ?izabera: not found < 1455001040 72469 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`? izabera < 1455001042 537029 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :izabera is a tachyherpetologist. They are probably implemented in bash. < 1455001063 366497 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :no idea what that even means but it doesn't sound good < 1455001064 31131 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :zsh is more feature-filled than bash < 1455001074 191804 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`learn izabera izabera is a tachyherpetologist. They are probably implemented in zsh < 1455001077 809063 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Learned 'izabera': izabera izabera is a tachyherpetologist. They are probably implemented in zsh < 1455001083 932924 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`?izabera < 1455001084 583354 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: ?izabera: not found < 1455001087 874171 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`? izabera < 1455001088 784818 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :izabera izabera is a tachyherpetologist. They are probably implemented in zsh < 1455001102 303769 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`learn izabera is a tachyherpetologist. They are probably implemented in zsh < 1455001104 412645 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Learned 'izabera': izabera is a tachyherpetologist. They are probably implemented in zsh < 1455001105 856186 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`learn izabera is a tachyherpetologist. They are probably implemented in zsh. < 1455001107 977713 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Learned 'izabera': izabera is a tachyherpetologist. They are probably implemented in zsh. < 1455001112 828263 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :there we go < 1455001124 287417 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :i don't use zsh < 1455001133 360747 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :can't use it decently < 1455001151 215947 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :Suffice to say that zsh is much more feature-filled than bash and the joke makes more sense this way < 1455001177 695322 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :i don't necessarily agree with that < 1455001204 513765 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :you don't like it, change your factoid < 1455001312 164957 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :don't! factoids should (unless vandalised) be dited by others imho < 1455001352 146994 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :Factoids should be edited by others. TTOMWOG. < 1455001365 460999 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :("`tis the objectively moral Word of God") < 1455001386 350175 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :If I want to make an assembler to a OISC < 1455001391 776109 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :What OISC should I use? < 1455001415 601761 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :(I probably won't pure OISC; I'll likely include PUTC and GETC as well) < 1455001494 661826 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :`? word of god < 1455001496 304347 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :word of god? ¯\(°​_o)/¯ < 1455001510 364468 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :`? wisdome < 1455001512 404255 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :The Wisdome is the place where all of HackBot's wisdom is stored and forced to fight to the death for the freedom of being printed out when you type `wisdom. < 1455001570 885035 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :obviously, i am the twin of perl < 1455001588 524925 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`? myname < 1455001589 544951 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :myname is not your name. You don't know what they are doing. Or you are doing. Or am I? His evil twin brother is Perl. < 1455001640 35386 :Elronnd!elronnd@znc.dank.ninja PRIVMSG #esoteric :`learn myname is not your name. You don't know what they are doing. Or you are doing. Or am I? He is Perl's evil twin brother. < 1455001643 560530 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :Learned 'myname': myname is not your name. You don't know what they are doing. Or you are doing. Or am I? He is Perl's evil twin brother. < 1455001801 144038 :Treio!~Treio@87.244.233.250 JOIN :#esoteric < 1455001865 556560 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Malbolge14]]4 10 02https://esolangs.org/w/index.php?diff=46375&oldid=44221 5* 03Keymaker 5* (+108) 10Linked the truth-machine in sample programs. (Nice work, by the way!) < 1455001999 941764 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net QUIT :Quit: adu < 1455002367 289349 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :fungot: What do you think of OISCs? < 1455002367 570473 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :hppavilion[1]: hi 0k! x 1) to get a comparison. :) most of the things that upsets me most is the fact that there are two < 1455002408 986482 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :fungot: Yes, I agree, it's kind of false advertising to call an ISA a OISC if it has two instructions. < 1455002409 171738 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :hppavilion[1]: it is probably < 1455002414 752377 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :fungot: Yep < 1455002414 949194 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :hppavilion[1]: fnord/ fnord/ fnord/ fnord fnord fnord. joidenkin paavin fnord mukaan hän oli fnord ja fnord. < 1455002457 164644 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :fungot: That's, like, 8 instructions. How does fnordVM even get away with that!? < 1455002457 374720 :fungot!~fungot@momus.zem.fi PRIVMSG #esoteric :hppavilion[1]: where are you studying? ( this time defined with define-macro). after that it reads right to left < 1455002477 366719 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :OH M GOD FUNGOT JUST MATCHED BRACKETS < 1455002519 309389 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :xD < 1455002536 750406 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :fungot: I'm studying at TGRU. I'm taking Commie Programming. < 1455002567 415416 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :fungot? < 1455002584 151030 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :I think I offended fungot. < 1455002635 794337 :mad!boulam@69-165-212-148.cable.teksavvy.com QUIT :Quit: Pics or it didn't happen < 1455002699 427868 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :fnord < 1455002716 249535 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :I want to make an IRC client that replaces random words with "fnord" < 1455002959 340469 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :Maybe there should be an official #esoteric IRC client that does confusing things... < 1455002967 635332 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :no < 1455002969 278360 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :Like trade nicknames at random with people using the smae client < 1455002975 270721 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :myname: ? < 1455002988 708254 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :Without INFORMING the server, of course. Or the user. < 1455002990 423800 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :that'd make communication hard < 1455003003 272589 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :myname: Exactly. < 1455003011 324462 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :It wouldn't, you know, be used normally < 1455003022 226829 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :But when we're feeling like confusing people, it'd be glorious < 1455003040 208734 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :i don't like confusing myself < 1455003053 755364 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :myname: THEN GET THE HELL OFF THIS CHANNEL < 1455003054 832511 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :xD < 1455003064 424730 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :Kidding, kidding < 1455003116 619919 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :If you like to change your name every day in order to confuse everyone including yourself, then you can do it by yourself even if not done by computer < 1455003125 795741 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :True < 1455003141 38470 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :I want to, as an easter egg, add the following instructions to ELK: TFM, AOTC, ROTS, ANH, ESB, ROTJ, and TFA < 1455003154 914920 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :Which is meaning what? < 1455003179 196486 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :zzo38: Left as an exercise for the reader < 1455003181 302133 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :It should be easy < 1455003189 939187 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :Though the capitalization is a bit off < 1455003204 519803 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :O, it is undocumented < 1455003233 699591 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :zzo38: Wait, were you asking what the instructions do? < 1455003242 339948 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :Yes < 1455003255 917646 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :zzo38: So you got the easter egg? < 1455003290 742045 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :I don't know? < 1455003424 11235 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :zzo38: It's the star wars movies < 1455003431 844227 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :zzo38: Not sure what they'll do yet < 1455003605 501594 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :1rd < 1455003606 994676 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :2st < 1455003608 988829 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :3nd < 1455003669 844097 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :i can identify one of them < 1455003683 812786 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :never watched these, though < 1455003763 413908 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :myname: Wut. < 1455003799 153204 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :izabera: Fird, secost, thirnd? < 1455003806 303932 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :*seconst < 1455003865 416744 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :secost is more accurate, imo < 1455003866 753116 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :If I make Pokemon battle game server on Node.js then will you play this game too? (You don't need Node.js to play the game any telnet client would do; only for whoever is going to run the server would need Node.js installed, although internet is not needed if you are doing by local network) < 1455003898 553088 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :zzo38: what are the advantages to pokemon netbattle? < 1455003908 362347 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net PRIVMSG #esoteric :myname: I guess it is < 1455003949 442900 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :myname: I can put in many more options to configure the rules of game too < 1455004036 616699 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :have you ever played netbattle? < 1455004071 90914 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :No but can you telnet to it and can you customize *all* of the rules? < 1455004108 315977 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :well, define "costumizing all the rules" < 1455004112 192996 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :And can you use on local network without internet < 1455004140 444492 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :i am not sure if i want to be able to make special attack count over 9000 times < 1455004165 418170 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :you should be as close to the original games as possible, i think < 1455004169 723275 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :myname: I mean including to define rental, random rental, draft, doubling cube, money, time controls, item use, ban lists, and so on < 1455004172 977831 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :at least for actual battling < 1455004186 874158 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :The default setting would be like the original game though < 1455004191 21330 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net QUIT :Ping timeout: 256 seconds < 1455004200 545119 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :rental for what? < 1455004230 843010 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :And then you can customize it from there. But all player must agree the rules to use, and therefore, to agree what game to play too < 1455004297 20199 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :also: can't wait for pokemon go < 1455004306 328416 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :myname: Rental that the players must select from the group of pokemons rather than define it by themself < 1455004325 342192 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :(The option to define it by yourself would also be available though, depending what rule settings have been defined) < 1455004391 690486 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net JOIN :#esoteric < 1455004416 527151 :vodkode!~vodkode@fl-71-52-122-10.dhcp.embarqhsd.net JOIN :#esoteric < 1455004422 155619 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :Another rule option that could be defined is what happens when you run out of time: you are forced to pass, or you lose the game, or a random valid command is selected. < 1455004525 220118 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :Another rule option can be the PP multiplier, which is five by default but can be set to a higher or lower number, if set to zero then each attack can be used only once < 1455004639 525576 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :And then, to configure type matrix, STAB multiplier, and so on; note even the official games there are many different version, so the rule can be define and make it to be like the older version too, by presets, and then optionally you can adjust it from there < 1455005049 159118 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :i'm not into that, i just know that the battling system of tje first generation was pretty broken < 1455005290 291120 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :What kind of time controls do you want to use? Shot clock, chess clock, master clock, grace time, increment time, maximum time, hourglass style, byo-yomi, etc? < 1455005775 601382 :hppavilion[1]!~DevourerO@93-231-58-66.gci.net QUIT :Ping timeout: 240 seconds < 1455006046 814197 :Treio!~Treio@87.244.233.250 QUIT :Ping timeout: 245 seconds < 1455006200 91782 :J_Arcane!~chatzilla@37-219-107-188.nat.bb.dnainternet.fi QUIT :Ping timeout: 276 seconds < 1455006272 100163 :b_jonas!~x@russell2.math.bme.hu PRIVMSG #esoteric :" Another rule option that could be defined is what happens when you run out of time: you are forced to pass, or you lose the game, or a random valid command is selected." -- or you are forced to go all in (in poker) < 1455006411 373822 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :Yes, in game of poker that would work < 1455006514 781860 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :If the time control is per deal, then it can work well to be all in since then you won't do anything else until the deal is finished < 1455006860 469051 :mroman!~mroman@160.85.232.189 JOIN :#esoteric < 1455006864 59185 :mroman!~mroman@160.85.232.189 PRIVMSG #esoteric :fnardel < 1455006950 615373 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :do you know a tool that can format text in a terminal? < 1455006953 103379 :Treio!~Treio@87.244.233.250 JOIN :#esoteric < 1455006967 6691 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :i'm looking for justification and word splitting < 1455006985 273672 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :tried fmt and fold, neither does justification < 1455007013 202743 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :tried par, it's trying to be too smart and producing stupid errors < 1455007051 670536 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :Maybe troff might? < 1455007117 623668 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :i don't know how to use it < 1455007136 221070 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :isn't there some autoformatter or something? :\ < 1455007332 447187 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net JOIN :#esoteric < 1455007588 420010 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net QUIT :Ping timeout: 250 seconds < 1455007681 176010 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :examples of par doing it wrong: < 1455007683 126474 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :Please send FSF & GNU inquiries to . There are also other ways to contact the FSF. < 1455007684 954895 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :Please send broken links and other corrections or suggestions to . < 1455007692 334085 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :^ these two lines are formatted like this: < 1455007698 402440 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :Please send FSF & GNU inquiries to . There are also other . < 1455007700 562286 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :Please send ways to contact the FSF broken links and other corrections . < 1455007702 562048 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :Please send or suggestions to . < 1455007708 634066 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :that's terrible < 1455007724 762654 :myname!~myname@84.200.43.57 PRIVMSG #esoteric :wat < 1455008525 939227 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :tried pr and it's totally ignoring the width argument < 1455008724 314253 :b_jonas!~x@russell2.math.bme.hu PRIVMSG #esoteric :izabera: I wrote a custom one to generate http://www.perlmonks.com/?node_id=877696 but it has a serious bug < 1455008744 57303 :b_jonas!~x@russell2.math.bme.hu PRIVMSG #esoteric :as a result, it doesn't handle short paragraphs correctly < 1455008904 285243 :b_jonas!~x@russell2.math.bme.hu PRIVMSG #esoteric :The bug is fixable though. < 1455008912 718366 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :thanks, let me try < 1455008932 55574 :b_jonas!~x@russell2.math.bme.hu PRIVMSG #esoteric :Also, the built-in optimization function is deliberately screwed for the particular goals I needed for that obfu to work. < 1455008942 149923 :b_jonas!~x@russell2.math.bme.hu PRIVMSG #esoteric :s/optimization function/goal function/ < 1455008991 794631 :b_jonas!~x@russell2.math.bme.hu PRIVMSG #esoteric :I think it even had a continuous weight parameter I could vary between looking nice and the obfu working well. < 1455009008 586018 :b_jonas!~x@russell2.math.bme.hu PRIVMSG #esoteric :Then I changed it to the least nice I could make that didn't look too ugly to me. < 1455009017 196092 :b_jonas!~x@russell2.math.bme.hu PRIVMSG #esoteric :I also varied the column width of course. < 1455009667 138534 :bender|!~benderx2@2404:e800:e61a:41d:b994:a62a:724a:5fb2 JOIN :#esoteric < 1455010673 637281 :b_jonas!~x@russell2.math.bme.hu PRIVMSG #esoteric :`? stack < 1455010677 641693 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :stack? ¯\(°​_o)/¯ < 1455010868 106280 :Treio!~Treio@87.244.233.250 QUIT :Ping timeout: 252 seconds < 1455013344 192293 :mroman!~mroman@160.85.232.189 PRIVMSG #esoteric :A stack is just an array with a cell pointer . < 1455013600 23816 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :A stack is just a deque with a cork in one end. < 1455013691 745357 :b_jonas!~x@russell2.math.bme.hu PRIVMSG #esoteric :a stack is half the way to Turing-completeness < 1455014620 184828 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :google really improved v8 recently https://www.campbells.com/v8/ < 1455015798 24970 :mroman!~mroman@160.85.232.189 PRIVMSG #esoteric :that websites displays horribly incorrectly < 1455017705 498634 :boily!~alexandre@96.127.201.149 JOIN :#esoteric < 1455017756 686176 :coppro!raedford@taurine.csclub.uwaterloo.ca QUIT :Ping timeout: 256 seconds < 1455017852 530633 :coppro!raedford@taurine.csclub.uwaterloo.ca JOIN :#esoteric < 1455018214 66774 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net JOIN :#esoteric < 1455018466 55982 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net QUIT :Ping timeout: 240 seconds < 1455018491 722921 :coppro!raedford@taurine.csclub.uwaterloo.ca QUIT :Ping timeout: 264 seconds < 1455018548 757754 :coppro!raedford@taurine.csclub.uwaterloo.ca JOIN :#esoteric < 1455018565 671937 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :`wisdom < 1455018584 557724 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :category-helpdesk/category-helpdesk is a helpdesk with identity and composition. This channel isn't it. < 1455018742 102993 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :`wisdom < 1455018744 762973 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :herbalist/An herbalist is a list of herbas. < 1455019868 374730 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net JOIN :#esoteric < 1455020009 548998 :AnotherTest!~turingcom@94-224-66-163.access.telenet.be JOIN :#esoteric < 1455020126 303002 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net QUIT :Ping timeout: 240 seconds < 1455020491 986709 :MDude!~fyrc@pa-67-234-108-216.dhcp.embarqhsd.net JOIN :#esoteric < 1455020671 811127 :MDream!~fyrc@pa-67-234-108-216.dhcp.embarqhsd.net QUIT :Ping timeout: 245 seconds < 1455020790 126980 :bender|!~benderx2@2404:e800:e61a:41d:b994:a62a:724a:5fb2 QUIT :Ping timeout: 252 seconds < 1455020808 144847 :boily!~alexandre@96.127.201.149 QUIT :Quit: GOBLIN CHICKEN < 1455021417 335784 :Treio!~Treio@87.244.233.250 JOIN :#esoteric < 1455021897 558209 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net JOIN :#esoteric < 1455022180 534351 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net QUIT :Ping timeout: 260 seconds < 1455022222 187439 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1455022493 143497 :jaboja!~jaboja@emh116.neoplus.adsl.tpnet.pl JOIN :#esoteric < 1455023502 144442 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net JOIN :#esoteric < 1455023804 94530 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net QUIT :Ping timeout: 252 seconds < 1455023834 85490 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net JOIN :#esoteric < 1455023854 473355 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net JOIN :#esoteric < 1455024311 910260 :mroman!~mroman@160.85.232.189 PRIVMSG #esoteric :hu fascinating < 1455024326 300690 :Treio!~Treio@87.244.233.250 QUIT :Ping timeout: 240 seconds < 1455024334 263162 :mroman!~mroman@160.85.232.189 PRIVMSG #esoteric :They can insert ads into sports broadcasting < 1455024345 894256 :mroman!~mroman@160.85.232.189 PRIVMSG #esoteric :on the side walls for example < 1455024361 937953 :mroman!~mroman@160.85.232.189 PRIVMSG #esoteric :I thought those side walls just had a poster of the ad < 1455024383 303258 :mroman!~mroman@160.85.232.189 PRIVMSG #esoteric :but it may as well be blank and the ad inserted electronically while broadcasting < 1455024608 197423 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net QUIT :Remote host closed the connection < 1455024852 674681 :callforjudgement!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1455025079 697937 :ais523!~ais523@unaffiliated/ais523 QUIT :Ping timeout: 264 seconds < 1455025257 93146 :Treio!~Treio@87.244.233.250 JOIN :#esoteric < 1455025303 692329 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Special:Log/newusers14]]4 create10 02 5* 03CBenni 5* 10New user account < 1455025309 448572 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1455025321 10217 :callforjudgement!~ais523@unaffiliated/ais523 QUIT :Read error: Connection reset by peer < 1455025406 386963 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07POGAACK14]]4 M10 02https://esolangs.org/w/index.php?diff=46376&oldid=43730 5* 03CBenni 5* (-93) 10Removed dead link that will not be valid ever again. < 1455025459 540628 :ais523!~ais523@unaffiliated/ais523 QUIT :Excess Flood < 1455025528 561590 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1455025874 500569 :ais523!~ais523@unaffiliated/ais523 QUIT : < 1455025880 657740 :callforjudgement!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1455025897 414295 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07DNA-Sharp14]]4 10 02https://esolangs.org/w/index.php?diff=46377&oldid=43221 5* 03CBenni 5* (+56) 10/* External resources */ < 1455026194 126698 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1455026255 569465 :callforjudgement!~ais523@unaffiliated/ais523 QUIT :Ping timeout: 240 seconds < 1455026735 97282 :ais523!~ais523@unaffiliated/ais523 QUIT :Read error: Connection reset by peer < 1455026740 820886 :callforjudgement!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1455027272 487216 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1455027295 14463 :callforjudgement!~ais523@unaffiliated/ais523 QUIT :Read error: Connection reset by peer < 1455028134 552726 :copumpkin!~copumpkin@unaffiliated/copumpkin QUIT :Read error: Connection reset by peer < 1455028154 416480 :ais523!~ais523@unaffiliated/ais523 QUIT :Ping timeout: 250 seconds < 1455028174 615935 :copumpkin!~copumpkin@unaffiliated/copumpkin JOIN :#esoteric < 1455028238 564263 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net JOIN :#esoteric < 1455028456 930710 :mroman!~mroman@160.85.232.189 PRIVMSG #esoteric :http://collabedit.com/qjb49 < 1455028481 947961 :mroman!~mroman@160.85.232.189 PRIVMSG #esoteric :let's try if this works well real-time < 1455028515 543688 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net QUIT :Ping timeout: 260 seconds < 1455028613 19851 :mroman!~mroman@160.85.232.189 PRIVMSG #esoteric :I wish github had a feature like this. < 1455028644 93632 :J_Arcane!~chatzilla@37-219-107-188.nat.bb.dnainternet.fi JOIN :#esoteric < 1455028783 543227 :Taneb!~Taneb@runciman.default.hacksoc.uk0.bigv.io PRIVMSG #esoteric :mroman: what's this? < 1455028820 532309 :Taneb!~Taneb@runciman.default.hacksoc.uk0.bigv.io PRIVMSG #esoteric :I mean, what is the goal of this collab < 1455028839 586290 :cstff!~cstff@200.55.182.61 JOIN :#esoteric < 1455028845 762833 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :and who is bitchface? < 1455028866 724881 :cstff!~cstff@200.55.182.61 PART :#esoteric < 1455029114 208920 :Taneb!~Taneb@runciman.default.hacksoc.uk0.bigv.io PRIVMSG #esoteric :Who is 34-25-54-55 for that matter < 1455029118 987213 :Taneb!~Taneb@runciman.default.hacksoc.uk0.bigv.io PRIVMSG #esoteric :I presume iza is you, izabera < 1455029133 789258 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :no i'm not < 1455029137 542140 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :i'm a ninja < 1455029198 624459 :lleu!~gnomebad@unaffiliated/lleu JOIN :#esoteric < 1455029297 691660 :Taneb!~Taneb@runciman.default.hacksoc.uk0.bigv.io PRIVMSG #esoteric :I'll believe you < 1455029301 365584 :adu!~ajr@c-73-133-129-229.hsd1.md.comcast.net QUIT :Quit: adu < 1455029388 671829 :mroman!~mroman@160.85.232.189 PRIVMSG #esoteric :well seems to work fine < 1455029394 519753 :mroman!~mroman@160.85.232.189 PRIVMSG #esoteric :my cursor doesn't jump around when others edit stuff < 1455029399 694541 :mroman!~mroman@160.85.232.189 PRIVMSG #esoteric :unless you edit the same line < 1455029595 130392 :spiette!~spiette@206.167.243.2 JOIN :#esoteric < 1455029598 406570 :MDude!~fyrc@pa-67-234-108-216.dhcp.embarqhsd.net PRIVMSG #esoteric :Huh http://esolangs.org/wiki/Tome < 1455029629 497079 :MDude!~fyrc@pa-67-234-108-216.dhcp.embarqhsd.net PRIVMSG #esoteric :I think it might be good to have a categorey on Englishoids, or perhaps just verbose-command languages. < 1455030955 762175 :MDude!~fyrc@pa-67-234-108-216.dhcp.embarqhsd.net PRIVMSG #esoteric :So I guess someone is implementing BASIC in define macros? < 1455031152 503800 :AnotherTest!~turingcom@94-224-66-163.access.telenet.be QUIT :Ping timeout: 256 seconds < 1455031201 903501 :mroman!~mroman@160.85.232.189 PRIVMSG #esoteric :hm < 1455031203 223360 :mroman!~mroman@160.85.232.189 PRIVMSG #esoteric :can you do < 1455031210 377013 :mroman!~mroman@160.85.232.189 PRIVMSG #esoteric :probably not < 1455031222 476488 :jaboja!~jaboja@emh116.neoplus.adsl.tpnet.pl QUIT :Ping timeout: 250 seconds < 1455031352 843274 :mroman!~mroman@160.85.232.189 PRIVMSG #esoteric :hm you can < 1455031979 89730 :J_Arcane!~chatzilla@37-219-107-188.nat.bb.dnainternet.fi QUIT :Ping timeout: 276 seconds < 1455032286 662390 :AnotherTest!~turingcom@193.190.253.145 JOIN :#esoteric < 1455032680 664292 :AnotherTest!~turingcom@193.190.253.145 QUIT :Ping timeout: 250 seconds < 1455032756 335349 :heroux!~heroux@gateway.insomnia247.nl QUIT :Ping timeout: 240 seconds < 1455032876 290425 :heroux!sandroco@gateway.insomnia247.nl JOIN :#esoteric < 1455035257 531092 :AnotherTest!~turingcom@2a02:2c40:400::1:6e46 JOIN :#esoteric < 1455035299 663454 :mroman!~mroman@160.85.232.189 QUIT :Quit: Lost terminal < 1455035446 338344 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net JOIN :#esoteric < 1455035696 299122 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net QUIT :Ping timeout: 240 seconds < 1455035942 612663 :Lord_of_Life!Elite12246@gateway/shell/elitebnc/x-hwphwkgfgmytunvv QUIT :Excess Flood < 1455036096 411279 :Lord_of_Life!Elite12246@gateway/shell/elitebnc/x-azgrxmojssphxaxd JOIN :#esoteric < 1455036110 530711 :AnotherTest!~turingcom@2a02:2c40:400::1:6e46 QUIT :Ping timeout: 260 seconds < 1455037659 102703 :jaboja!~jaboja@emh116.neoplus.adsl.tpnet.pl JOIN :#esoteric < 1455039134 559363 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net JOIN :#esoteric < 1455039372 661964 :AnotherTest!~turingcom@94-224-66-163.access.telenet.be JOIN :#esoteric < 1455039400 548356 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net QUIT :Ping timeout: 260 seconds < 1455039913 139257 :hppavilion[1]!~DevourerO@74-114-87-77.dynamic.asdk12.org JOIN :#esoteric < 1455040481 117518 :hppavilion[1]!~DevourerO@74-114-87-77.dynamic.asdk12.org QUIT :Ping timeout: 276 seconds < 1455040724 460121 :bb010g!uid21050@gateway/web/irccloud.com/x-sdpqjyxfgiabfkfr QUIT :Quit: Connection closed for inactivity < 1455040727 229560 :hppavilion[1]!~DevourerO@74-114-87-77.dynamic.asdk12.org JOIN :#esoteric < 1455041589 299227 :hppavilion[2]!~DevourerO@74-114-87-77.dynamic.asdk12.org JOIN :#esoteric < 1455041768 40935 :hppavilion[1]!~DevourerO@74-114-87-77.dynamic.asdk12.org QUIT :Ping timeout: 276 seconds < 1455041996 350048 :hppavilion[2]!~DevourerO@74-114-87-77.dynamic.asdk12.org QUIT :Ping timeout: 240 seconds < 1455042046 6919 :hppavilion[2]!~DevourerO@74-114-87-77.dynamic.asdk12.org JOIN :#esoteric < 1455042266 126047 :Treio!~Treio@87.244.233.250 QUIT :Ping timeout: 240 seconds < 1455042444 661655 :LexiciScriptor!~LexiciScr@net-37-117-69-8.cust.vodafonedsl.it JOIN :#esoteric < 1455042875 931414 :Reece`!~Gremlin@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net JOIN :#esoteric < 1455042895 159373 :hppavilion[2]!~DevourerO@74-114-87-77.dynamic.asdk12.org NICK :hppavilion[1] < 1455042898 718772 :jaboja!~jaboja@emh116.neoplus.adsl.tpnet.pl QUIT :Ping timeout: 250 seconds < 1455042900 294049 :hppavilion[1]!~DevourerO@74-114-87-77.dynamic.asdk12.org PRIVMSG #esoteric :Hi < 1455042922 226354 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :hippavilion[1] < 1455043039 61221 :hppavilion[1]!~DevourerO@74-114-87-77.dynamic.asdk12.org PRIVMSG #esoteric :hizabera < 1455043061 442322 :hppavilion[1]!~DevourerO@74-114-87-77.dynamic.asdk12.org PRIVMSG #esoteric :We should make our own LISP- a practical, but still esoteric, programming language for the masses < 1455044500 360905 :zzo38!~zzo38@24-207-50-123.eastlink.ca PRIVMSG #esoteric :One way to make ban list in Pokemon battle game could be, the rule setting has a 16-bit number and each pokemon has a 16-bit tier number, you must make the bitwise AND, and then the result need to be in range 1 to 255 in order to be acceptable < 1455044512 763105 :Reece`!~Gremlin@cpc4-wiga13-2-0-cust799.18-3.cable.virginm.net QUIT :Quit: Leaving < 1455045015 86923 :lynn!~lynn@unaffiliated/lynn JOIN :#esoteric < 1455045027 84637 :zzo38!~zzo38@24-207-50-123.eastlink.ca QUIT :Remote host closed the connection < 1455045660 555824 :spiette!~spiette@206.167.243.2 QUIT :Quit: brb < 1455045738 122238 :spiette!~spiette@x-132-204-251-254.xtpr.umontreal.ca JOIN :#esoteric < 1455045862 103385 :p34k!~p34k@nat-wh-wz4-12.rz.uni-karlsruhe.de JOIN :#esoteric < 1455046414 482595 :LexiciScriptor!~LexiciScr@net-37-117-69-8.cust.vodafonedsl.it QUIT :Quit: LexiciScriptor < 1455046582 933998 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Talk:Zero Instruction Set Computer14]]4 N10 02https://esolangs.org/w/index.php?oldid=46378 5* 03204.109.63.40 5* (+83) 10Created page with "shouldn't first code snippet have 6-7-8 indexes instead of 7-8-9 on the right side?" < 1455046720 507812 :hppavilion[1]!~DevourerO@74-114-87-77.dynamic.asdk12.org PRIVMSG #esoteric :Here's an idea I'm working on < 1455046727 572208 :hppavilion[1]!~DevourerO@74-114-87-77.dynamic.asdk12.org PRIVMSG #esoteric :An intentionally-bloated ASM < 1455046736 732873 :hppavilion[1]!~DevourerO@74-114-87-77.dynamic.asdk12.org PRIVMSG #esoteric :Filled with things that could very easily be made into macros < 1455046754 994022 :hppavilion[1]!~DevourerO@74-114-87-77.dynamic.asdk12.org PRIVMSG #esoteric :The goal of it is it's an exercise in minimization for others < 1455046888 793942 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :that's called c hth < 1455047679 623129 :hppavilion[1]!~DevourerO@74-114-87-77.dynamic.asdk12.org PRIVMSG #esoteric :izabera: Sure xD < 1455047812 261856 :Treio!~Treio@87.244.233.250 JOIN :#esoteric < 1455048082 566889 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Brainfuck14]]4 10 02https://esolangs.org/w/index.php?diff=46379&oldid=46370 5* 03Rdebath 5* (+397) 10No, it shouldn't. < 1455049055 996633 :jaboja!~jaboja@emh116.neoplus.adsl.tpnet.pl JOIN :#esoteric < 1455049269 157755 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :hppavilion[1], isn't that x86? < 1455049299 266315 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :Or if you want to take it less literally, perl < 1455049370 757659 :hppavilion[1]!~DevourerO@74-114-87-77.dynamic.asdk12.org PRIVMSG #esoteric :Vorpal: No, because this is intended as nothing more than an exercise < 1455049449 903223 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :hppavilion[1]: sure, but have you looked at x86 ASM? < 1455049486 164138 :hppavilion[1]!~DevourerO@74-114-87-77.dynamic.asdk12.org PRIVMSG #esoteric :Vorpal: Yes. My face melted off like the Nazis in Raiders. < 1455049522 144278 :Vorpal!~Vorpal@unaffiliated/vorpal PRIVMSG #esoteric :hppavilion[1]: fizzie made this: http://zem.fi/2014-04-05-opquiz < 1455049534 754409 :hppavilion[1]!~DevourerO@74-114-87-77.dynamic.asdk12.org PRIVMSG #esoteric :Vorpal: Yes, I heard < 1455050386 995184 :hppavilion[1]!~DevourerO@74-114-87-77.dynamic.asdk12.org QUIT :Ping timeout: 276 seconds < 1455050711 526518 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Brainfuck14]]4 10 02https://esolangs.org/w/index.php?diff=46380&oldid=46379 5* 03Rdebath 5* (+1946) 10Hopefully this is a bit closer to reality. < 1455051025 165458 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Brainfuck14]]4 10 02https://esolangs.org/w/index.php?diff=46381&oldid=46380 5* 03Rdebath 5* (+32) 10Was slightly imprecise < 1455051791 254690 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :[wiki] 14[[07Brainfuck14]]4 10 02https://esolangs.org/w/index.php?diff=46382&oldid=46381 5* 03Rdebath 5* (-176) 10Okay, as nobody has commented I'll *Poof* this too. < 1455051813 979455 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :why removing that? < 1455051840 88832 :hppavilion[1]!~DevourerO@74-114-87-77.dynamic.asdk12.org JOIN :#esoteric < 1455052122 339030 :b_jonas!~x@russell2.math.bme.hu PRIVMSG #esoteric :`wisdom < 1455052154 616389 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :thirt/A thirt is for throwsing snowballs at forty things. < 1455052932 130261 :Treio!~Treio@87.244.233.250 QUIT :Ping timeout: 252 seconds < 1455053647 766346 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net JOIN :#esoteric < 1455053905 701234 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net QUIT :Ping timeout: 245 seconds < 1455053920 575169 :jaboja64!~jaboja@ejm98.neoplus.adsl.tpnet.pl JOIN :#esoteric < 1455054053 85414 :hppavilion[1]!~DevourerO@74-114-87-77.dynamic.asdk12.org QUIT :Ping timeout: 276 seconds < 1455054170 122916 :jaboja!~jaboja@emh116.neoplus.adsl.tpnet.pl QUIT :Ping timeout: 276 seconds < 1455054440 121668 :J_Arcane!~chatzilla@37-219-165-192.nat.bb.dnainternet.fi JOIN :#esoteric < 1455054969 70165 :lynn_!~lynn@unaffiliated/lynn JOIN :#esoteric < 1455055145 80690 :lynn!~lynn@unaffiliated/lynn QUIT :Ping timeout: 276 seconds < 1455055437 102120 :hppavilion[1]!~DevourerO@74-114-87-77.dynamic.asdk12.org JOIN :#esoteric < 1455055542 237968 :tjt263_!~RAPSCA77I@124-148-196-183.dyn.iinet.net.au JOIN :#esoteric < 1455056075 648458 :MoALTz!~no@78-11-180-214.static.ip.netia.com.pl QUIT :Ping timeout: 240 seconds < 1455057356 819902 :ais523!~ais523@unaffiliated/ais523 JOIN :#esoteric < 1455057679 315022 :AnotherTest!~turingcom@94-224-66-163.access.telenet.be QUIT :Quit: ZNC - http://znc.in < 1455057788 545604 :lynn!~lynn@unaffiliated/lynn JOIN :#esoteric < 1455057953 13889 :lynn_!~lynn@unaffiliated/lynn QUIT :Ping timeout: 276 seconds < 1455058149 675677 :oerjan!~oerjan@hagbart.nvg.ntnu.no JOIN :#esoteric < 1455058183 24294 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net JOIN :#esoteric < 1455058228 388346 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric : NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOerjan <-- the natural cycle of life can be brutal, i know < 1455058425 980133 :tromp_!~tromp@ool-18be0bd8.dyn.optonline.net QUIT :Ping timeout: 240 seconds < 1455058510 335559 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :*squee* http://www.ligo.org/news/media-advisory.php < 1455058585 509860 :p34k!~p34k@nat-wh-wz4-12.rz.uni-karlsruhe.de QUIT : < 1455058670 4856 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :someone should teach those people about permalinks. i couldn't find one. < 1455059084 1305 :hppavilion[1]!~DevourerO@74-114-87-77.dynamic.asdk12.org QUIT :Ping timeout: 276 seconds < 1455059348 444235 :boily!~alexandre@96.127.201.149 JOIN :#esoteric < 1455059409 895753 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :bohily. http://www.ligo.org/news/media-advisory.php < 1455059505 23565 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :hellørjan. *click* < 1455059517 636887 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :*impressed*! < 1455059539 511243 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :expect either the greatest science breakthrough of the century, or the most imploded rumor mill < 1455059672 350438 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :either way, the popcorn will pop and corn. < 1455059809 653401 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :ok, i suppose the higgs boson was pretty big too. < 1455059824 27174 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :but not necessarily bigger. < 1455059837 109774 :boily!~alexandre@96.127.201.149 PRIVMSG #esoteric :pretty small big. < 1455059955 80429 :lynn_!~lynn@unaffiliated/lynn JOIN :#esoteric < 1455060141 916187 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :huh, cern has its own top-level domain. < 1455060154 522331 :lynn!~lynn@unaffiliated/lynn QUIT :Ping timeout: 256 seconds < 1455060157 744623 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :i guess if anyone deserved it... < 1455060402 70922 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :does it make sense to use a knuth-fisher-yates shuffle when the period of your prng is less than the amount of possible permutations? < 1455060479 886729 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :i'm going with a hunch of "it depends" < 1455060501 73002 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :on what? < 1455060507 131294 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :on what you need it for < 1455060513 93218 :lynn__!~lynn@unaffiliated/lynn JOIN :#esoteric < 1455060518 641128 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :shuffling things < 1455060523 315338 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :it's probably fine for card games < 1455060593 186580 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :it may not be fine for crypto? someone should analyze that. < 1455060607 78528 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :`` seq -s\* 52 | bc < 1455060621 3550 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :80658175170943878571660636856403766975289505440883277824000000000000 < 1455060637 548305 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :> product [1..52] < 1455060639 549924 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :`` echo '16 * ((2^31) - 1)' | bc < 1455060639 692234 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : 80658175170943878571660636856403766975289505440883277824000000000000 < 1455060640 916860 :HackEgo!~HackEgo@162.248.166.242 PRIVMSG #esoteric :34359738352 < 1455060644 95070 :lynn_!~lynn@unaffiliated/lynn QUIT :Ping timeout: 276 seconds < 1455060651 623175 :lynn!~lynn@unaffiliated/lynn JOIN :#esoteric < 1455060660 987408 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :random(3) in glibc has a period of 16 * ((2^31) - 1) < 1455060679 152288 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :what does shuf do? < 1455060698 965882 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :the shuf command? < 1455060705 789033 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :i don't know < 1455060709 986869 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :hm it has a --random-source option < 1455060721 626481 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :so you could use /dev/urandom, probably. < 1455060813 878562 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :"By default these commands use an internal pseudorandom generator < 1455060814 59404 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :initialized by a small amount of entropy, but can be directed to use an < 1455060815 356381 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :external source with the '--random-source=FILE' option." < 1455060828 905147 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :from info shuf < 1455060837 459486 :izabera!~izabera@unaffiliated/izabera PRIVMSG #esoteric :yes but < 1455060838 981641 :lynn__!~lynn@unaffiliated/lynn QUIT :Ping timeout: 276 seconds < 1455060852 260896 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :and /dev/urandom and /dev/random are suggested, but it's noted they may be slow. < 1455060895 990905 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :also, that you can collect random data in a file in advance if you need repeatability. < 1455060905 81682 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1455060909 568111 :Phantom__Hoover!~phantomho@unaffiliated/phantom-hoover JOIN :#esoteric < 1455060964 795476 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :"'/dev/urandom' suffices for most practical uses, but applications < 1455060964 938056 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :requiring high-value or long-term protection of private data may require < 1455060965 693839 :oerjan!~oerjan@hagbart.nvg.ntnu.no PRIVMSG #esoteric :an alternate data source like '/dev/random' or '/dev/arandom'." < 1455061129 299060 :Phantom_Hoover!~phantomho@unaffiliated/phantom-hoover QUIT :Client Quit < 1455061443 654228 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net JOIN :#esoteric < 1455061535 591642 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :So here's a language I might feel like implementing < 1455061566 535621 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :An educational (useful!) esolang < 1455061585 678152 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :Where, to program in it, you have to slowly build a compiler out of preprocessing < 1455061619 225013 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :So you start with a language (not sure which one, probably going to support more than one)- traditionally a tarpit < 1455061647 428241 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :You declare the language on the "title page" of the file under the "author" header (the language uses a book analogy, BTW) < 1455061754 781329 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :In the first chapter, you make these headers (all of which are optional, but highly recommended): PROGN, LEX, PARSE, COMP (and maybe also LEX-LEX, LEX-PARSE, PARSE-LEX, and PARSE-PARSE, which define the syntax of the next chapter's compiler compiler) < 1455061828 359506 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :The PROGN header executes the program provided. The LEX header creates a lexer for the next program. The PARSE header creates a grammar for the next program. The COMP header produces the rules to convert the AST (which is generated automatically) of the lexed and parsed grammar into the language at the current level < 1455061997 478567 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :LEX is written as a series of regexes, PARSE as a series of augmented YACC-like rules, and COMP is a series of transformation rules from AST to program, using a sort of rule structure similar to a preprocessor, combined with code written in the current language to generate particular values < 1455062057 927982 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :Also, a language that is a derivative of Text might be fun to make xD < 1455062064 95850 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :Or that compiles to Text < 1455062094 810760 :diginet!~diginet@107.170.146.29 PRIVMSG #esoteric :>not using Thue < 1455062248 407556 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :diginet: ? < 1455062277 970961 :diginet!~diginet@107.170.146.29 PRIVMSG #esoteric :Thue systems are related to unrestricted grammars in the chomsky hierarchy < 1455062282 44060 :diginet!~diginet@107.170.146.29 PRIVMSG #esoteric :everything else is pleb-tier < 1455062332 344461 :hppavilion[1]!~DevourerO@58-0-174-206.gci.net PRIVMSG #esoteric :diginet: And...? Or is this referring to something I missed while I was gone?