> 1624665627 460996 PRIVMSG #esolangs :14[[07Timers14]]4 M10 02https://esolangs.org/w/index.php?diff=85312&oldid=85311 5* 03Rphii 5* (+1) 10/* ASCII Table */ fix mess-up > 1624665667 884738 PRIVMSG #esolangs :14[[07Talk:FFM/FFB14]]4 N10 02https://esolangs.org/w/index.php?oldid=85313 5* 03Oshaboy 5* (+76) 10Created page with "Is this a Finite State Automata? To me it seems like a Brainfuck Equivalent." > 1624665741 22395 PRIVMSG #esolangs :14[[07Timers14]]4 10 02https://esolangs.org/w/index.php?diff=85314&oldid=85312 5* 03Rphii 5* (+4) 10/* ASCII Table */ the previous one wouldn't have worked > 1624666236 621395 PRIVMSG #esolangs :14[[07Truth-machine14]]4 M10 02https://esolangs.org/w/index.php?diff=85315&oldid=85074 5* 03Oshaboy 5* (+34) 10Added a Truth Machine I wrote in my own esolang Sophie. < 1624666236 868636 :Corbin!~Corbin@c-73-67-140-116.hsd1.or.comcast.net QUIT :Quit: Corbin > 1624666264 341320 PRIVMSG #esolangs :14[[07Timers14]]4 M10 02https://esolangs.org/w/index.php?diff=85316&oldid=85314 5* 03Rphii 5* (+2) 10/* ASCII Table */ fix mess-up > 1624667151 268725 PRIVMSG #esolangs :14[[07Timers14]]4 10 02https://esolangs.org/w/index.php?diff=85317&oldid=85316 5* 03Rphii 5* (+76) 10/* Numbers */ add . number > 1624667204 841827 PRIVMSG #esolangs :14[[07Timers14]]4 10 02https://esolangs.org/w/index.php?diff=85318&oldid=85317 5* 03Rphii 5* (-3) 10/* ASCII Table */ simplify by using the . number > 1624667228 127042 PRIVMSG #esolangs :14[[07Timers14]]4 M10 02https://esolangs.org/w/index.php?diff=85319&oldid=85318 5* 03Rphii 5* (-1) 10/* Numbers */ fix mess-up < 1624667674 471187 :delta23!~delta23@user/delta23 QUIT :Quit: Leaving < 1624667752 117442 :Corbin!~Corbin@c-73-67-140-116.hsd1.or.comcast.net JOIN #esolangs * :Corbin < 1624670265 381175 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :Linux has a O_TMPFILE flag now, and then you can use linkat to add a name later if wanted, but it does not have a flag to allow linkat to overwrite an existing file, as far as I know. < 1624670330 666870 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :Oh, interesting, that's a good point. < 1624671487 820285 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :imagine such pastebin CLI that would just take the pipe, clipboard or params, ask you parameters and upload it to all the conforming pastebin services in parallel, printing the links to your terminal < 1624671520 282424 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :the fastest one will be printed first, and then you can either wait for the rest or stop the CLI < 1624671561 567165 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :or have a saved preference to upload only to the first one and copy it to clipboard, etc. < 1624671568 781849 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :*copy url < 1624671573 160246 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :Are there some services that will identify the uploaded data by hash? < 1624671627 722887 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :probably there are torrent/dc indexers < 1624672186 140217 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :Both Git and Fossil will identify data by hash, although Git adds a header so that it is not the same as the direct hash of the file, but Fossil does use the raw file directly so the hash does match that of the direct hash of the file. < 1624672265 46953 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :there is also my uploader that you dislike for using not enough reliable for 200000 years long usage hashing < 1624672303 371602 :aquijoule_!~richbridg@213-225-5-235.nat.highway.a1.net JOIN #esolangs richbridger :realname < 1624672363 587784 :b_jonas!~x@catv-176-63-12-41.catv.broadband.hu PRIVMSG #esolangs :zzo38: doesn't linkat always overwrites existing files, at least non-directory ones? < 1624672435 485284 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :b_jonas: The documentation I saw says it doesn't. But whether it does or not, sometimes you might want it the other way. < 1624672480 196124 :richbridger!~richbridg@213-225-12-210.nat.highway.a1.net QUIT :Ping timeout: 265 seconds < 1624672532 77127 :b_jonas!~x@catv-176-63-12-41.catv.broadband.hu PRIVMSG #esolangs :zzo38: oh, you're right, only rename or renameat does that < 1624672578 785269 :b_jonas!~x@catv-176-63-12-41.catv.broadband.hu PRIVMSG #esolangs :that's useful actually, it means you can use link then unlink to rename a file without overwriting the destination name; but link to temporary file then rename to overwrite the destination name < 1624672625 278496 :b_jonas!~x@catv-176-63-12-41.catv.broadband.hu PRIVMSG #esolangs :I dind't know this < 1624672649 388623 :b_jonas!~x@catv-176-63-12-41.catv.broadband.hu PRIVMSG #esolangs :I'll use it the next time I write a script that wants to rename without clobbering < 1624676989 667563 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :weird, sprunge git repo says it's using pygments 1.6 but their 1.6 tag doesn't include ruby lexer while the syntax highlighting works < 1624677115 164247 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :though it's pithon and so by default the dependency versions mess < 1624677161 469581 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :there is even no lock file at all < 1624677285 99031 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :people can't reach him https://github.com/rupa/sprunge/issues/48 < 1624678286 768310 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :there was a talk few months ago about mime types -- looks like pygments supposes there are mime types for languages, like this: https://github.com/pygments/pygments/blob/f0ff1bad7122f2604c54401b7ef1547bbeb4260f/pygments/lexers/ruby.py#L39 < 1624678294 645898 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :don't ask me what is duby < 1624678746 938939 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 QUIT :Ping timeout: 250 seconds < 1624678751 426276 :thunderfish!~mnrmnaugh@pool-96-252-87-182.bstnma.fios.verizon.net NICK :mnrmnaugh < 1624678803 229082 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 JOIN #esolangs Lord_of_Life :Lord < 1624679133 54221 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :Will they have IRC, Free Hero Mesh, X resource manager, ZIL, etc? < 1624679232 467892 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :(Some formats have commands that can change the interpretation of the code during execution, so that the syntax highlighting won't work very well, such as PostScript and Forth.) < 1624679427 21894 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :though github-linguist says: mime type: text/plain, language: Ruby < 1624679512 540898 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :I guess the "internet strangers comments copypasta" would need a mime-type < 1624679538 230830 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :that one for the clipboard standard format that no one will implement < 1624679765 565835 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :Another consideration will be in some programming languages, which words are a keyword might depend on the context, e.g. in SQLite, some words are keywords in some contexts and plain words in other contexts. In the case of the words TRUE and FALSE, it depends on the database schema; they are keywords only if there aren't columns by those names. < 1624680122 754600 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :as I understand the github-linguist uses this repo and this file to highlight befunge https://github.com/johanasplund/sublime-befunge/blob/master/Befunge-93.tmLanguage < 1624680189 154951 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :might be a list of supported formats of grammar descriptions that are supported by linguist so I could make one for RASEL < 1624680282 975959 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :There is also the consideration of character encodings. < 1624680483 110171 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :I thought in befunge whether something is a command or a string depends on the execution? < 1624680540 718548 :slavfox!~slavfox@ipv4-93-158-232-111.net.internetunion.pl QUIT :Quit: ZNC 1.8.2 - https://znc.in < 1624680560 707315 :slavfox!~slavfox@93.158.232.111 JOIN #esolangs slavfox :slavfox < 1624680629 103399 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :yep < 1624680737 360178 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :even without self-modification you can ram into a string from one of 4 directions in either string mode or not < 1624680768 552556 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :and you can skip the string-mode instruction (") depending on a condition < 1624680851 452410 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :fizzie you could probably add "bef" here or whatever is used commonly, you know better than me https://github.com/github/linguist/blob/16c70aef8cd62ca071231a380c69050f5e83c900/lib/linguist/languages.yml#L492 < 1624682230 918268 :dyeplexer!~dyeplexer@user/dyeplexer JOIN #esolangs dyeplexer :t b k ky jt h bc < 1624684908 107748 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :there should a technology allowing to inject a vaccine to a server to make it immune to a virus < 1624684932 991304 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :in some more literal way than updating an antivirus scan db > 1624685795 863820 PRIVMSG #esolangs :14[[07YATDEL14]]4 10 02https://esolangs.org/w/index.php?diff=85320&oldid=85254 5* 03HecknTarnation 5* (+210) 10 > 1624685948 920237 PRIVMSG #esolangs :14[[07YATDEL14]]4 M10 02https://esolangs.org/w/index.php?diff=85321&oldid=85320 5* 03HecknTarnation 5* (-64) 10/* Multi-File Hello World */ > 1624689177 654273 PRIVMSG #esolangs :14[[07V++14]]4 10 02https://esolangs.org/w/index.php?diff=85322&oldid=85306 5* 03VMGP2 5* (+440) 10 < 1624690535 245166 :tromp!~textual@dhcp-077-249-230-040.chello.nl JOIN #esolangs * :Textual User < 1624691549 636802 :hendursaga!~weechat@user/hendursaga JOIN #esolangs hendursaga :weechat > 1624692314 806773 PRIVMSG #esolangs :14[[07Nevermind14]]4 10 02https://esolangs.org/w/index.php?diff=85323&oldid=84239 5* 03Bangyen 5* (+28) 10/* Calculator */ > 1624693221 903442 PRIVMSG #esolangs :14[[07StackLang14]]4 10 02https://esolangs.org/w/index.php?diff=85324&oldid=85235 5* 03Dominicentek 5* (+43) 10Changed the definition of IF statements < 1624693253 301640 :Sgeo!~Sgeo@user/sgeo QUIT :Read error: Connection reset by peer > 1624693291 329837 PRIVMSG #esolangs :14[[07StackLang14]]4 10 02https://esolangs.org/w/index.php?diff=85325&oldid=85324 5* 03Dominicentek 5* (+7) 10Changed examples to actually get executed right by the interpreter > 1624693401 187647 PRIVMSG #esolangs :14[[07StackLang14]]4 M10 02https://esolangs.org/w/index.php?diff=85326&oldid=85325 5* 03Dominicentek 5* (-6) 10 > 1624693462 772894 PRIVMSG #esolangs :14[[07StackLang14]]4 M10 02https://esolangs.org/w/index.php?diff=85327&oldid=85326 5* 03Dominicentek 5* (-2) 10Removed invalid instruction from truth machine example < 1624693487 36787 :riv!~river@tilde.team/user/river QUIT :Quit: Leaving < 1624693755 637084 :hanif!~hanif@gateway/tor-sasl/hanif JOIN #esolangs hanif :hanif > 1624694067 503687 PRIVMSG #esolangs :14[[07User:VilgotanL14]]4 M10 02https://esolangs.org/w/index.php?diff=85328&oldid=84443 5* 03VilgotanL 5* (+100) 10update languages list and add collaborations list < 1624694543 20539 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 JOIN #esolangs tech_exorcist :he/him < 1624694644 62700 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 QUIT :Remote host closed the connection < 1624694729 13733 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 JOIN #esolangs tech_exorcist :he/him < 1624694986 633853 :hendursaga!~weechat@user/hendursaga QUIT :Ping timeout: 244 seconds < 1624695500 13266 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 QUIT :Ping timeout: 252 seconds < 1624695528 3696 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 JOIN #esolangs tech_exorcist :he/him > 1624695879 687295 PRIVMSG #esolangs :14[[07Talk:@14]]4 N10 02https://esolangs.org/w/index.php?oldid=85329 5* 03VilgotanL 5* (+303) 10polish notation < 1624696147 253990 :Koen_!~Koen@92.167.9.109.rev.sfr.net JOIN #esolangs * :Koen > 1624696200 911313 PRIVMSG #esolangs :14[[07User:VilgotanL/Sandbox14]]4 N10 02https://esolangs.org/w/index.php?oldid=85330 5* 03VilgotanL 5* (+80) 10created the page > 1624696290 345893 PRIVMSG #esolangs :14[[07User:VilgotanL/Sandbox14]]4 M10 02https://esolangs.org/w/index.php?diff=85331&oldid=85330 5* 03VilgotanL 5* (+184) 10test > 1624696303 260763 PRIVMSG #esolangs :14[[07User:VilgotanL/Sandbox14]]4 M10 02https://esolangs.org/w/index.php?diff=85332&oldid=85331 5* 03VilgotanL 5* (+2) 10test > 1624696368 239667 PRIVMSG #esolangs :14[[07User:VilgotanL/Sandbox14]]4 M10 02https://esolangs.org/w/index.php?diff=85333&oldid=85332 5* 03VilgotanL 5* (+46) 10test > 1624696421 357868 PRIVMSG #esolangs :14[[07User:VilgotanL/Sandbox14]]4 M10 02https://esolangs.org/w/index.php?diff=85334&oldid=85333 5* 03VilgotanL 5* (+47) 10test < 1624696423 642544 :hendursaga!~weechat@user/hendursaga JOIN #esolangs hendursaga :weechat > 1624696474 973067 PRIVMSG #esolangs :14[[07User:VilgotanL/Sandbox14]]4 M10 02https://esolangs.org/w/index.php?diff=85335&oldid=85334 5* 03VilgotanL 5* (+104) 10test > 1624696571 315887 PRIVMSG #esolangs :14[[07User:VilgotanL/Sandbox14]]4 M10 02https://esolangs.org/w/index.php?diff=85336&oldid=85335 5* 03VilgotanL 5* (+13) 10test > 1624696611 550771 PRIVMSG #esolangs :14[[07User:VilgotanL/Sandbox14]]4 M10 02https://esolangs.org/w/index.php?diff=85337&oldid=85336 5* 03VilgotanL 5* (+5) 10test > 1624697069 972989 PRIVMSG #esolangs :14[[07User:VilgotanL/Sandbox14]]4 M10 02https://esolangs.org/w/index.php?diff=85338&oldid=85337 5* 03VilgotanL 5* (-405) 10test > 1624697212 91166 PRIVMSG #esolangs :14[[07Timers14]]4 M10 02https://esolangs.org/w/index.php?diff=85339&oldid=85319 5* 03Rphii 5* (+0) 10/* Commands */ fix less than command > 1624697363 972515 PRIVMSG #esolangs :14[[07Sophie14]]4 10 02https://esolangs.org/w/index.php?diff=85340&oldid=85310 5* 03Bangyen 5* (-13) 10/* Examples */ > 1624697935 553794 PRIVMSG #esolangs :14[[07Timers14]]4 M10 02https://esolangs.org/w/index.php?diff=85341&oldid=85339 5* 03Rphii 5* (-10) 10fix issues with commands so that I can try to implement it > 1624698247 83750 PRIVMSG #esolangs :14[[07Sophie14]]4 10 02https://esolangs.org/w/index.php?diff=85342&oldid=85340 5* 03Bangyen 5* (+103) 10 > 1624698331 649157 PRIVMSG #esolangs :14[[07User:Bangyen14]]4 10 02https://esolangs.org/w/index.php?diff=85343&oldid=83028 5* 03Bangyen 5* (+100) 10 > 1624698720 720208 PRIVMSG #esolangs :14[[07Circlefuck14]]4 10 02https://esolangs.org/w/index.php?diff=85344&oldid=75542 5* 03Bangyen 5* (-54) 10 > 1624701863 579826 PRIVMSG #esolangs :14[[07Truth-machine14]]4 10 02https://esolangs.org/w/index.php?diff=85345&oldid=85315 5* 03Oshaboy 5* (-2) 10Formatting < 1624703165 7423 :sknebel!~quassel@v22016013254630973.happysrv.de PRIVMSG #esolangs :TIL https://www.intercaloninterstates.org/examples.html < 1624705558 451904 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… > 1624705919 655156 PRIVMSG #esolangs :14[[07StackLang14]]4 10 02https://esolangs.org/w/index.php?diff=85346&oldid=85327 5* 03Dominicentek 5* (+38) 10Changed truth machine once again and interpreter released < 1624705935 260155 :riv!~river@tilde.team/user/river JOIN #esolangs river :river < 1624707156 555807 :tromp!~textual@dhcp-077-249-230-040.chello.nl JOIN #esolangs * :Textual User < 1624708330 932623 :delta23!~delta23@user/delta23 JOIN #esolangs delta23 :delta23__ < 1624709649 626187 :hanif!~hanif@gateway/tor-sasl/hanif QUIT :Ping timeout: 244 seconds < 1624709744 626209 :hanif!~hanif@gateway/tor-sasl/hanif JOIN #esolangs hanif :hanif > 1624710077 18310 PRIVMSG #esolangs :14[[07User:AmNow14]]4 M10 02https://esolangs.org/w/index.php?diff=85347&oldid=85296 5* 03AmNow 5* (+2) 10error correction < 1624710672 624568 :hanif!~hanif@gateway/tor-sasl/hanif QUIT :Ping timeout: 244 seconds > 1624713377 30146 PRIVMSG #esolangs :14[[07WinReg14]]4 M10 02https://esolangs.org/w/index.php?diff=85348&oldid=85207 5* 03Dominicentek 5* (-43) 10Updated the text > 1624713988 409349 PRIVMSG #esolangs :14[[07StackLang14]]4 M10 02https://esolangs.org/w/index.php?diff=85349&oldid=85346 5* 03PythonshellDebugwindow 5* (+24) 10/* Interpreter */ Cat < 1624716276 396942 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1624716986 937214 :rdr!~a@90.167.242.222 JOIN #esolangs * :a < 1624717714 134959 :Koen_!~Koen@92.167.9.109.rev.sfr.net QUIT :Remote host closed the connection < 1624718577 630911 :hanif!~hanif@gateway/tor-sasl/hanif JOIN #esolangs hanif :hanif > 1624718636 959850 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03Oshaboy 5* 10uploaded "[[02File:Truth machine 4BOD.png10]]" > 1624718671 221979 PRIVMSG #esolangs :14[[074BOD14]]4 10 02https://esolangs.org/w/index.php?diff=85351&oldid=85305 5* 03Oshaboy 5* (+74) 10Added Truth Machine > 1624718703 990009 PRIVMSG #esolangs :14[[074BOD14]]4 M10 02https://esolangs.org/w/index.php?diff=85352&oldid=85351 5* 03Oshaboy 5* (+12) 10Formatting > 1624718730 487641 PRIVMSG #esolangs :14[[074BOD14]]4 M10 02https://esolangs.org/w/index.php?diff=85353&oldid=85352 5* 03Oshaboy 5* (-18) 10Screw Headings > 1624718817 626612 PRIVMSG #esolangs :14[[07Truth-machine14]]4 10 02https://esolangs.org/w/index.php?diff=85354&oldid=85345 5* 03Oshaboy 5* (+53) 10Added 4 Bits of Doom < 1624719020 690414 :vyv!~vyv@bras-vprn-nrbaon0452w-lp130-19-76-68-67-150.dsl.bell.ca JOIN #esolangs vyv :vyv verver < 1624719241 874119 :riv!~river@tilde.team/user/river QUIT :Quit: Leaving < 1624719861 559183 :tromp!~textual@dhcp-077-249-230-040.chello.nl JOIN #esolangs * :Textual User > 1624720182 62402 PRIVMSG #esolangs :14[[07Timers14]]4 10 02https://esolangs.org/w/index.php?diff=85355&oldid=85341 5* 03Rphii 5* (-99) 10/* Escape Sequences */ the > 1624720363 811389 PRIVMSG #esolangs :14[[07Timers14]]4 10 02https://esolangs.org/w/index.php?diff=85356&oldid=85355 5* 03Rphii 5* (-264) 10shuffle around commands so that I can completely get rid of escape sequences < 1624720679 150690 :Koen_!~Koen@92.167.9.109.rev.sfr.net JOIN #esolangs * :Koen < 1624721670 248874 :rdr!~a@90.167.242.222 QUIT :Ping timeout: 252 seconds < 1624721832 625404 :hanif!~hanif@gateway/tor-sasl/hanif QUIT :Ping timeout: 244 seconds < 1624722188 23235 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1624722442 94909 :Sgeo!~Sgeo@user/sgeo JOIN #esolangs Sgeo :realname < 1624722879 649959 :lukalot!~lukalot@23.82.138.6 JOIN #esolangs lukalot :realname < 1624723171 637827 :hanif!~hanif@gateway/tor-sasl/hanif JOIN #esolangs hanif :hanif > 1624723294 928570 PRIVMSG #esolangs :14[[07User:Matthilde14]]4 10 02https://esolangs.org/w/index.php?diff=85357&oldid=84573 5* 03Matthilde 5* (+186) 10 < 1624723475 626716 :hanif!~hanif@gateway/tor-sasl/hanif QUIT :Ping timeout: 244 seconds < 1624723561 575526 :simcop2387!~simcop238@perlbot/patrician/simcop2387 QUIT :Read error: Connection reset by peer < 1624723585 523413 :perlbot_!~perlbot@perlbot/bot/simcop2387/perlbot JOIN #esolangs perlbot :ZNC - https://znc.in < 1624723602 211815 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot QUIT :Ping timeout: 240 seconds < 1624723687 469503 :perlbot_!~perlbot@perlbot/bot/simcop2387/perlbot NICK :perlbot < 1624723695 790062 :^[!~user@user//x-8473491 PRIVMSG #esolangs :nakilon: Is applying a patch to fix a vulnerability similar enough? < 1624723729 957888 :^[!~user@user//x-8473491 PRIVMSG #esolangs :Arguably, updating an antivirus DB is a much closer metaphor to teaching the immune system to recognize a threat. < 1624723758 782468 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :binary patch maybe < 1624723765 22054 :simcop2387!~simcop238@perlbot/patrician/simcop2387 JOIN #esolangs simcop2387 :ZNC - https://znc.in < 1624723772 744268 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :via unnatural interface like a needle through a skin < 1624723906 366052 :^[!~user@user//x-8473491 PRIVMSG #esolangs :sknebel: The name alone is hilarious. < 1624723935 401381 :nakilon!~nakilon@user/nakilon PRIVMSG #esolangs :something like crack but a different purpose < 1624723968 262188 :myname!~myname@2001:41d0:1:766f::1 PRIVMSG #esolangs :there actually were antivirus viruses in the past < 1624724471 219071 :Koen_!~Koen@92.167.9.109.rev.sfr.net QUIT :Remote host closed the connection < 1624724533 164164 :tromp!~textual@dhcp-077-249-230-040.chello.nl JOIN #esolangs * :Textual User > 1624725887 165588 PRIVMSG #esolangs :14[[07Special:Log/newusers14]]4 create10 02 5* 03Rockstario945 5* 10New user account < 1624725949 121626 :Koen_!~Koen@92.167.9.109.rev.sfr.net JOIN #esolangs * :Koen < 1624726016 553752 :rdr!~a@90.167.242.222 JOIN #esolangs * :a < 1624726399 571317 :Koen_!~Koen@92.167.9.109.rev.sfr.net QUIT :Quit: Leaving... > 1624726447 641897 PRIVMSG #esolangs :14[[07Sophie14]]4 10 02https://esolangs.org/w/index.php?diff=85358&oldid=85342 5* 03Oshaboy 5* (+102) 10Comments < 1624726479 444808 :rdr!~a@90.167.242.222 PART #esolangs :WeeChat 2.3 < 1624726527 799648 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1624726684 911036 :lukalot!~lukalot@23.82.138.6 QUIT :Quit: Leaving < 1624727494 637592 :hanif!~hanif@gateway/tor-sasl/hanif JOIN #esolangs hanif :hanif > 1624727686 171975 PRIVMSG #esolangs :14[[07Talk:FFM/FFB14]]4 M10 02https://esolangs.org/w/index.php?diff=85359&oldid=85313 5* 03VilgotanL 5* (+405) 10reply to oshaboy > 1624728253 79274 PRIVMSG #esolangs :14[[07BitCycle14]]4 10 02https://esolangs.org/w/index.php?diff=85360&oldid=75743 5* 03Dlosc 5* (+144) 10Added links to online intepreters > 1624728383 857345 PRIVMSG #esolangs :14[[07Ouroboros14]]4 M10 02https://esolangs.org/w/index.php?diff=85361&oldid=50902 5* 03Dlosc 5* (+13) 10Updated link to online interpreter < 1624730052 701387 :tromp!~textual@dhcp-077-249-230-040.chello.nl JOIN #esolangs * :Textual User < 1624731367 363174 :rdr!~a@user/rdr JOIN #esolangs rdr :a < 1624732060 663398 :hanif!~hanif@gateway/tor-sasl/hanif QUIT :Quit: quit > 1624732198 271638 PRIVMSG #esolangs :14[[07WinReg14]]4 M10 02https://esolangs.org/w/index.php?diff=85362&oldid=85348 5* 03Dominicentek 5* (+42) 10Minor changes to command table > 1624732220 545666 PRIVMSG #esolangs :14[[07WinReg14]]4 10 02https://esolangs.org/w/index.php?diff=85363&oldid=85362 5* 03Dominicentek 5* (+0) 10Fixed a typo < 1624732503 114563 :dyeplexer!~dyeplexer@user/dyeplexer QUIT :Remote host closed the connection > 1624732696 424294 PRIVMSG #esolangs :14[[07WinReg14]]4 M10 02https://esolangs.org/w/index.php?diff=85364&oldid=85363 5* 03Dominicentek 5* (+6) 10Fixed one more specification of a command > 1624733450 682485 PRIVMSG #esolangs :14[[07User talk:PixelatedStarfish14]]4 N10 02https://esolangs.org/w/index.php?oldid=85365 5* 03PixelatedStarfish 5* (+5) 10Created page with "Hi :D" < 1624733534 260174 :riv!~river@tilde.team/user/river JOIN #esolangs river :river > 1624733764 715020 PRIVMSG #esolangs :14[[07Blood3214]]4 10 02https://esolangs.org/w/index.php?diff=85366&oldid=85293 5* 03PixelatedStarfish 5* (+22) 10 > 1624733829 455726 PRIVMSG #esolangs :14[[07Blood3214]]4 10 02https://esolangs.org/w/index.php?diff=85367&oldid=85366 5* 03PixelatedStarfish 5* (+24) 10/* External resources */ > 1624733903 707061 PRIVMSG #esolangs :14[[07Blood3214]]4 10 02https://esolangs.org/w/index.php?diff=85368&oldid=85367 5* 03PixelatedStarfish 5* (+9) 10/* External resources */ > 1624734008 209822 PRIVMSG #esolangs :14[[07Category:Imperative paradigm14]]4 N10 02https://esolangs.org/w/index.php?oldid=85369 5* 03PixelatedStarfish 5* (+118) 10Created page with "A imperative language consists of operations that change the state of the program to achieve a goal or complete a task" > 1624734162 540109 PRIVMSG #esolangs :14[[07Blood3214]]4 M10 02https://esolangs.org/w/index.php?diff=85370&oldid=85368 5* 03PixelatedStarfish 5* (+5) 10 < 1624734337 486499 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :A book of philosophy of mathematics says, why should mathematics, but not astrology and theology, be included in the list of sciences? My own opinion is: It doesn't. None of the three are sciences; they are four different things. > 1624734358 219541 PRIVMSG #esolangs :14[[07User talk:PixelatedStarfish14]]4 10 02https://esolangs.org/w/index.php?diff=85371&oldid=85365 5* 03Bangyen 5* (+246) 10 > 1624734755 279791 PRIVMSG #esolangs :14[[074BOD14]]4 10 02https://esolangs.org/w/index.php?diff=85372&oldid=85353 5* 03Oshaboy 5* (+45) 10 > 1624734820 78663 PRIVMSG #esolangs :14[[07NDBall14]]4 10 02https://esolangs.org/w/index.php?diff=85373&oldid=85098 5* 03Aspwil 5* (+134) 10/* Language Overview */ < 1624734847 629110 :^[!~user@user//x-8473491 PRIVMSG #esolangs :Although they're all different, math is a very useful tool for science, so it has a special place in that context, unlike the other two. < 1624734888 841970 :^[!~user@user//x-8473491 PRIVMSG #esolangs :Due to the closeness of their relationship, many people like to add math to the list of sciences. > 1624735514 867835 PRIVMSG #esolangs :14[[07Talk:=,-&~14]]4 N10 02https://esolangs.org/w/index.php?oldid=85374 5* 03Bangyen 5* (+231) 10Created page with "== Rotation == Given the stack 1 2 3 (where 3 is the top element), would rotate up result in the stack 3 1 2? - ~~~~" < 1624735846 163242 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1624735896 122481 :tromp!~textual@dhcp-077-249-230-040.chello.nl JOIN #esolangs * :Textual User > 1624736120 795236 PRIVMSG #esolangs :14[[07User talk:PixelatedStarfish14]]4 10 02https://esolangs.org/w/index.php?diff=85375&oldid=85371 5* 03PixelatedStarfish 5* (-246) 10/* New Categories */ > 1624736207 998989 PRIVMSG #esolangs :14[[07Blood3214]]4 10 02https://esolangs.org/w/index.php?diff=85376&oldid=85370 5* 03PixelatedStarfish 5* (-33) 10/* External resources */ > 1624736263 605062 PRIVMSG #esolangs :14[[07Blood3214]]4 10 02https://esolangs.org/w/index.php?diff=85377&oldid=85376 5* 03PixelatedStarfish 5* (+0) 10 > 1624736971 922755 PRIVMSG #esolangs :14[[07User talk:Bangyen14]]4 10 02https://esolangs.org/w/index.php?diff=85378&oldid=83895 5* 03Bangyen 5* (+83) 10Undo revision 83895 by [[Special:Contributions/OfficialCraftCGame|OfficialCraftCGame]] ([[User talk:OfficialCraftCGame|talk]]) < 1624737683 953241 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1624737753 407262 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :Yes, it is a useful tool for science, and that is the argument given in the book, but that doesn't make it science, as far as I am concerned. < 1624737912 789336 :myname!~myname@2001:41d0:1:766f::1 PRIVMSG #esolangs :interesting. i only know the debate of whether mathematics should be considered natural science or humanities, but i wouldn't consider it not science. that may be a language thing < 1624738276 968304 :rdr!~a@user/rdr QUIT :Quit: rdr > 1624738929 896529 PRIVMSG #esolangs :14[[07814]]4 N10 02https://esolangs.org/w/index.php?oldid=85379 5* 03AmNow 5* (+887) 10content > 1624738979 419760 PRIVMSG #esolangs :14[[07User:AmNow14]]4 10 02https://esolangs.org/w/index.php?diff=85380&oldid=85347 5* 03AmNow 5* (+7) 10added lang < 1624739015 439953 :riv!~river@tilde.team/user/river PRIVMSG #esolangs :there is the idea that it is more pure than science, you don't do experiements, you prove stuff instead of creating falsifiable theories < 1624739015 524955 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :There can also be consideration of Platonism, etc > 1624739025 257038 PRIVMSG #esolangs :14[[07Language list14]]4 M10 02https://esolangs.org/w/index.php?diff=85381&oldid=85307 5* 03AmNow 5* (+8) 10added lang < 1624739035 228809 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :riv: Yes, that is what I think it is too < 1624739045 520207 :vyv!~vyv@bras-vprn-nrbaon0452w-lp130-19-76-68-67-150.dsl.bell.ca QUIT :Quit: Konversation terminated! > 1624739114 542711 PRIVMSG #esolangs :14[[07814]]4 M10 02https://esolangs.org/w/index.php?diff=85382&oldid=85379 5* 03AmNow 5* (+24) 10 < 1624739269 99161 :dutch!~DutchIngr@user/dutch QUIT :Quit: WeeChat 3.2 < 1624739981 830904 :^[!~user@user//x-8473491 PRIVMSG #esolangs :myname: What would be the argument for grouping it with the humanities? < 1624739987 53087 :^[!~user@user//x-8473491 PRIVMSG #esolangs :That it's a branch of philosophy? < 1624740042 554667 :myname!~myname@2001:41d0:1:766f::1 PRIVMSG #esolangs :because it's more argumentative instead of experimental > 1624740059 753490 PRIVMSG #esolangs :14[[07User:AmNow14]]4 M10 02https://esolangs.org/w/index.php?diff=85383&oldid=85380 5* 03AmNow 5* (+13) 10 < 1624740065 103213 :lukalot!~lukalot@2603:9000:cc01:9500:68a:ff93:92e3:aaff JOIN #esolangs lukalot :realname > 1624740578 225345 PRIVMSG #esolangs :14[[07User:Dlosc14]]4 10 02https://esolangs.org/w/index.php?diff=85384&oldid=53039 5* 03Dlosc 5* (+290) 10Added some more stuff I did < 1624740597 953309 :tromp!~textual@dhcp-077-249-230-040.chello.nl JOIN #esolangs * :Textual User < 1624740726 775296 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 QUIT :Remote host closed the connection < 1624740803 955530 :dutch!~DutchIngr@user/dutch JOIN #esolangs DutchIngraham :dutch < 1624740813 11950 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 JOIN #esolangs tech_exorcist :he/him > 1624741409 249406 PRIVMSG #esolangs :14[[07WinReg14]]4 10 02https://esolangs.org/w/index.php?diff=85385&oldid=85364 5* 03Dominicentek 5* (+92) 10Added interpreter and fixed invalid commands in examples > 1624741507 88388 PRIVMSG #esolangs :14[[07WinReg14]]4 M10 02https://esolangs.org/w/index.php?diff=85386&oldid=85385 5* 03Dominicentek 5* (-26) 10Removed Unimplemented Category < 1624742442 713909 :tech_exorcist!txrcst@user/tech-exorcist/x-0447479 QUIT :Quit: tech_exorcist < 1624743004 784075 :^[!~user@user//x-8473491 PRIVMSG #esolangs :I generally think of math as a category separate from both the humanities and sciences, but it seems reasonable to group it with the former. < 1624743046 877769 :tromp!~textual@dhcp-077-249-230-040.chello.nl QUIT :Quit: My iMac has gone to sleep. ZZZzzz… < 1624747692 714039 :dutch!~DutchIngr@user/dutch QUIT :Quit: WeeChat 3.0.1 < 1624748097 225304 :dutch!~DutchIngr@user/dutch JOIN #esolangs DutchIngraham :dutch < 1624749681 321913 :delta23!~delta23@user/delta23 QUIT :Remote host closed the connection < 1624749705 385570 :delta23!~delta23@user/delta23 JOIN #esolangs delta23 :delta23__ < 1624750744 138531 :delta23!~delta23@user/delta23 QUIT :Quit: Leaving