< 1636589445 155461 :oren!~oren@ec2-3-227-24-253.compute-1.amazonaws.com PRIVMSG #esolangs :I have a way of setting a 64-bit register to -1 in 4 bytes, namely REX.W 83 reg/1 -1 < 1636589506 706464 :oren!~oren@ec2-3-227-24-253.compute-1.amazonaws.com PRIVMSG #esolangs :is there a way to do it in 3 bytes or less? < 1636589629 724473 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :Is that or with -1 as a sign-extended 8-bit immediate? < 1636589665 319534 :oren!~oren@ec2-3-227-24-253.compute-1.amazonaws.com PRIVMSG #esolangs :yes < 1636589719 702701 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :I don't know anything better. < 1636589804 49283 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :Hmm, 3 bytes is so short that you can brute-force search pretty easily. < 1636590290 215543 :Argorok!sid195487@hampstead.irccloud.com QUIT :Ping timeout: 244 seconds < 1636590341 776016 :oren!~oren@ec2-3-227-24-253.compute-1.amazonaws.com PRIVMSG #esolangs :one idea i had was SBB from itself after setting CF < 1636590382 362576 :oren!~oren@ec2-3-227-24-253.compute-1.amazonaws.com PRIVMSG #esolangs :unfortunately that one is also 4 bytes, not 3 < 1636590387 204048 :Lord_of_Life_!~Lord@user/lord-of-life/x-2819915 JOIN #esolangs Lord_of_Life :Lord < 1636590417 719179 :oren!~oren@ec2-3-227-24-253.compute-1.amazonaws.com PRIVMSG #esolangs :it's 3 bytes for a 32 bit register tho < 1636590428 674431 :oren!~oren@ec2-3-227-24-253.compute-1.amazonaws.com PRIVMSG #esolangs :but so is the OR one < 1636590431 336512 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 QUIT :Ping timeout: 245 seconds < 1636590443 685518 :pikhq!sid394595@user/pikhq QUIT :Ping timeout: 264 seconds < 1636590443 727485 :yuu_!sid267332@id-267332.ilkley.irccloud.com QUIT :Ping timeout: 264 seconds < 1636590459 670469 :mich181189!sid268336@londonhackspace/mich181189 QUIT :Write error: Connection reset by peer < 1636590459 855559 :dnm!sid401311@id-401311.lymington.irccloud.com QUIT :Read error: Connection reset by peer < 1636590461 857862 :aarchi!sid486183@id-486183.uxbridge.irccloud.com QUIT :Read error: Connection reset by peer < 1636590461 937981 :integral!sid296274@user/integral QUIT :Read error: Connection reset by peer < 1636590462 88741 :ProofTechnique!sid79547@id-79547.ilkley.irccloud.com QUIT :Read error: Connection reset by peer < 1636590464 683169 :Lord_of_Life_!~Lord@user/lord-of-life/x-2819915 NICK :Lord_of_Life < 1636590494 184310 :j4cbo!sid186930@id-186930.helmsley.irccloud.com QUIT :Ping timeout: 246 seconds < 1636590852 685138 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :I have seen the suggestion to just disallow non-ASCII characters in the source code, which I agree. (This does not preclude having functions dealing with other character encodings (including UTF-8, although functions should not be forced to use Unicode!), or from putting data in other files if non-ASCII text is needed.) > 1636591204 292961 PRIVMSG #esolangs :14[[07Numbers14]]4 M10 02https://esolangs.org/w/index.php?diff=89516&oldid=89515 5* 03PythonshellDebugwindow 5* (+2) 10/* Instructions */ fix typo < 1636591413 548574 :j4cbo!sid186930@helmsley.irccloud.com JOIN #esolangs * :j4cbo < 1636591437 577255 :mich181189!sid268336@londonhackspace/mich181189 JOIN #esolangs mich181189 :Michael < 1636591464 799336 :aarchi!sid486183@uxbridge.irccloud.com JOIN #esolangs aarchi :aarchi < 1636591472 778729 :dutch!~DutchIngr@user/dutch QUIT :Quit: WeeChat 3.3 < 1636591570 572421 :dutch!~DutchIngr@user/dutch JOIN #esolangs DutchIngraham :dutch < 1636591787 630652 :mich181189!sid268336@londonhackspace/mich181189 QUIT :Ping timeout: 256 seconds < 1636591787 630729 :j4cbo!sid186930@helmsley.irccloud.com QUIT :Ping timeout: 256 seconds < 1636591789 778972 :aarchi!sid486183@uxbridge.irccloud.com QUIT :Ping timeout: 268 seconds < 1636591929 761474 :mich181189!sid268336@londonhackspace/mich181189 JOIN #esolangs mich181189 :Michael < 1636592000 762234 :aarchi!sid486183@uxbridge.irccloud.com JOIN #esolangs aarchi :aarchi < 1636592481 773582 :Argorok!sid195487@hampstead.irccloud.com JOIN #esolangs * :Argorok < 1636592625 567667 :oerjan!~oerjan@sprocket.nvg.ntnu.no JOIN #esolangs oerjan :Ørjan Johansen < 1636592681 587921 :yuu_!sid267332@ilkley.irccloud.com JOIN #esolangs * :yuu < 1636593263 598345 :pikhq!sid394595@user/pikhq JOIN #esolangs pikhq :Ada Worcester < 1636593264 618371 :j4cbo!sid186930@helmsley.irccloud.com JOIN #esolangs * :j4cbo < 1636593276 394868 :integral!sid296274@user/integral JOIN #esolangs integral :bsmith < 1636593876 633622 :ProofTechnique!sid79547@ilkley.irccloud.com JOIN #esolangs ProofTechnique :ptech < 1636593881 765637 :dnm!sid401311@lymington.irccloud.com JOIN #esolangs dnm :dnm < 1636598566 757003 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :oren: Oh, found one. < 1636598585 170937 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :`asm pushq $-1; popq %rax < 1636598586 452787 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :0: 6a ff pushq $0xffffffffffffffff \ 2: 58 pop %rax < 1636598600 160119 :oren!~oren@ec2-3-227-24-253.compute-1.amazonaws.com PRIVMSG #esolangs :oooh nice!!! < 1636598710 104427 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :Brute force to the rescue! < 1636598737 927485 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :Brute-forcing this was pretty funny in various ways. < 1636599428 300865 :oren!~oren@ec2-3-227-24-253.compute-1.amazonaws.com PRIVMSG #esolangs :yea this makes sense because x86-64 stack instructions do 64 bits by default, unlike the other ones that do 32 bits by default < 1636599532 416648 :oren!~oren@ec2-3-227-24-253.compute-1.amazonaws.com PRIVMSG #esolangs :i was wondering how to brute dforce it- it would be difficult to avoid getting killed by undefined instruction exception i would think < 1636599582 457808 :oren!~oren@ec2-3-227-24-253.compute-1.amazonaws.com PRIVMSG #esolangs :i guess you could run each 3 bytes into a dissasembler and grep for -1? < 1636599900 432033 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :I fork a new process for each one. < 1636599964 145978 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :Originally it was misbehaving in all sorts of sneaky ways. The child would jump into the middle of the parent's code and start spawning its own children, and so on. < 1636599984 322479 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :I switched to fork+exec and worked around some blatant misbehaviors and it seems to be going OK now, though it's very slow. < 1636599999 456582 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :I think ~2000 instructions per second is a pretty good speed for a modern CPU to be running instructions at? < 1636600053 90886 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :It would probably be better to use a debugging API to write the relevant instructions to memory and single-step through them and then check register state, and handle SIGILL and so on that way. < 1636600116 845950 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :Who knew that a brute-force search over the space of all programs would find some sneaky programs that manage to get around your various safeguards? < 1636600538 659113 :oren!~oren@ec2-3-227-24-253.compute-1.amazonaws.com PRIVMSG #esolangs :ah that's an good approach. that way the original state of the uhh searcher program isn't messed up at least < 1636602620 261434 :oren!~oren@ec2-3-227-24-253.compute-1.amazonaws.com PRIVMSG #esolangs :in fact, stack operations can be used to reduce the size of a lot of stuff < 1636602657 566373 :oren!~oren@ec2-3-227-24-253.compute-1.amazonaws.com PRIVMSG #esolangs :e.g. mov %rax, %rcx is 3 bytes while push %rax, pop %rcx is 2 > 1636602932 800535 PRIVMSG #esolangs :14[[07BrainSoup14]]4 10 02https://esolangs.org/w/index.php?diff=89517&oldid=89449 5* 03PixelatedStarfish 5* (+72) 10 > 1636602962 563258 PRIVMSG #esolangs :14[[07Special:Log/upload14]]4 upload10 02 5* 03PixelatedStarfish 5* 10uploaded "[[02File:FACTORY SHOWROOM.png10]]" > 1636603402 547835 PRIVMSG #esolangs :14[[07BrainSoup14]]4 10 02https://esolangs.org/w/index.php?diff=89519&oldid=89517 5* 03PixelatedStarfish 5* (+418) 10 > 1636603444 711082 PRIVMSG #esolangs :14[[07BrainSoup14]]4 10 02https://esolangs.org/w/index.php?diff=89520&oldid=89519 5* 03PixelatedStarfish 5* (-62) 10 > 1636603491 769440 PRIVMSG #esolangs :14[[07BrainSoup14]]4 10 02https://esolangs.org/w/index.php?diff=89521&oldid=89520 5* 03PixelatedStarfish 5* (+6) 10 > 1636603517 50909 PRIVMSG #esolangs :14[[07BrainSoup14]]4 10 02https://esolangs.org/w/index.php?diff=89522&oldid=89521 5* 03PixelatedStarfish 5* (-5) 10 > 1636603594 12816 PRIVMSG #esolangs :14[[07BrainSoup14]]4 10 02https://esolangs.org/w/index.php?diff=89523&oldid=89522 5* 03PixelatedStarfish 5* (+1) 10 > 1636603684 270718 PRIVMSG #esolangs :14[[07BrainSoup14]]4 10 02https://esolangs.org/w/index.php?diff=89524&oldid=89523 5* 03PixelatedStarfish 5* (+2) 10 > 1636603939 294345 PRIVMSG #esolangs :14[[07BrainSoup14]]4 10 02https://esolangs.org/w/index.php?diff=89525&oldid=89524 5* 03PixelatedStarfish 5* (-305) 10 > 1636604042 415888 PRIVMSG #esolangs :14[[07BrainSoup14]]4 10 02https://esolangs.org/w/index.php?diff=89526&oldid=89525 5* 03PixelatedStarfish 5* (-1) 10 > 1636604094 613054 PRIVMSG #esolangs :14[[07BrainSoup14]]4 10 02https://esolangs.org/w/index.php?diff=89527&oldid=89526 5* 03PixelatedStarfish 5* (+23) 10 < 1636608495 138064 :ecs!ecs@user/ecs QUIT :Ping timeout: 268 seconds < 1636608612 742451 :ecs!ecs@user/ecs JOIN #esolangs ecs :ecs < 1636609557 663769 :oerjan!~oerjan@sprocket.nvg.ntnu.no QUIT :Quit: Nite < 1636610780 332864 :arseniiv!~arseniiv@94.41.2.66.dynamic.ufanet.ru JOIN #esolangs * :the chaotic arseniiv < 1636611848 330370 :chiselfuse!~chiselfus@user/chiselfuse QUIT :Remote host closed the connection < 1636611873 666827 :chiselfuse!~chiselfus@user/chiselfuse JOIN #esolangs chiselfuse :chiselfuse > 1636612176 147758 PRIVMSG #esolangs :14[[07Lento14]]4 N10 02https://esolangs.org/w/index.php?oldid=89528 5* 03Xorol 5* (+77) 10Created page with "Lento is a variant of [[Python]] where each line takes 10 seconds to execute." < 1636613147 284568 :arseniiv!~arseniiv@94.41.2.66.dynamic.ufanet.ru PRIVMSG #esolangs :hei hei < 1636613470 763887 :oren!~oren@ec2-3-227-24-253.compute-1.amazonaws.com PRIVMSG #esolangs :the six bytes {0xFC, 0122, 0131, 0xF3, 0xA4, 0xC3} are sufficient for memcpy < 1636613597 234472 :oren!~oren@ec2-3-227-24-253.compute-1.amazonaws.com PRIVMSG #esolangs :thanks to shachaf, who discovered that I had completely overlooked the stack opcodes < 1636613750 857902 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :What happen if you want to make a PGP signature for a message that already contains "-----BEGIN PGP SIGNATURE-----"? < 1636613864 591172 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :I found RFC 4880 and will see if that will answer my question < 1636614272 662893 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :It does; it says any line of the message starting with "-" must have "- " added in front. < 1636617113 733704 :NotApplicable1!~NotApplic@2603-6010-a141-6fa3-2c86-f903-c878-391f.res6.spectrum.com JOIN #esolangs * :realname < 1636617270 576522 :Kit!~NotApplic@2603-6010-a141-6fa3-97df-ef21-bf61-2344.res6.spectrum.com QUIT :Ping timeout: 260 seconds < 1636617637 254106 :ecs!ecs@user/ecs QUIT :Read error: Connection reset by peer < 1636617644 761226 :ecs!ecs@user/ecs JOIN #esolangs ecs :ecs < 1636618005 121863 :Sgeo!~Sgeo@user/sgeo QUIT :Read error: Connection reset by peer < 1636618870 586345 :wareya!~wareya@cpe-67-246-10-1.nycap.res.rr.com QUIT :Ping timeout: 260 seconds < 1636619608 994054 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :`asm .byte 0xfc, 0122, 0131 0xf3, 0xa4, 0xc3 < 1636619612 443380 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :​/tmp/asm.s: Assembler messages: \ /tmp/asm.s:1: Error: junk at end of line, first unrecognized character is `0' \ /tmp/asm.s: Assembler messages: \ /tmp/asm.s:1: Error: junk at end of line, first unrecognized character is `0' < 1636619616 824629 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :`asm .byte 0xfc, 0122, 0131, 0xf3, 0xa4, 0xc3 < 1636619618 114872 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :0: fc cld \ 1: 52 push %rdx \ 2: 59 pop %rcx \ 3: f3 a4 rep movsb %ds:(%rsi),%es:(%rdi) \ 5: c3 retq < 1636619881 216800 :kspalaiologos!~kspalaiol@user/kspalaiologos JOIN #esolangs kspalaiologos :Kamila > 1636622032 276598 PRIVMSG #esolangs :14[[07Special:Log/newusers14]]4 create10 02 5* 03Mellobacon 5* 10New user account > 1636622192 441168 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=89529&oldid=89497 5* 03Mellobacon 5* (+161) 10/* Introductions */ < 1636622692 82899 :sknebel!~quassel@v22016013254630973.happysrv.de NICK :sebsel < 1636622700 583863 :sebsel!~quassel@v22016013254630973.happysrv.de NICK :sknebel < 1636623052 482282 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu JOIN #esolangs b_jonas :[https://web.libera.chat] wib_jonas < 1636623120 634736 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :shachaf: in the form of the {OR RAX, imm8} instruction, is the imm8 sign-extended or zero-extended? if it's sign-extended then {OR RAX, -1} should work < 1636623131 655671 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :oren: ^ < 1636623134 260722 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :let me look up the manual < 1636623155 726039 :Koen!~Koen@58.167.9.109.rev.sfr.net JOIN #esolangs * :Koen < 1636623159 164256 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :oh wait, that won't work < 1636623170 840955 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :it won't be 3 bytes unless it's for RAX < 1636623172 984687 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :RAX is cheating < 1636623244 664908 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :"in fact, stack operations can be used to reduce the size of a lot of stuff" => yes, but that's usually a bad idea. it makes the decoder, the decoded operations loop cache, and the scheduler all work harder than they should < 1636623262 426962 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :there's a good reason why the optimization manual recommends you to use one instruction instead of two whenever possible < 1636623702 261454 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :My other ideas (I don't know what 64-bit x86 has or how many bytes they are, so they might not work) includes: zero and decrement, zero and bitwise NOT, XORN by itself, subtract from self with borrow; I don't know which if any of these will be work, and for which registers (they might be different depending which register you want)? < 1636623740 555583 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :There might be even more confusing ways, whether involving floating points, address-based arithmetics, etc? I don't know. < 1636623777 456681 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :Also, there might be some ways that depend on the previous state, which depending on the program you might be able to guarantee. > 1636623800 372237 PRIVMSG #esolangs :14[[07User:ArthroStar1114]]4 10 02https://esolangs.org/w/index.php?diff=89530&oldid=89465 5* 03ArthroStar11 5* (-1913) 10Blanked the page < 1636623923 280295 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :the obvious idea is to reserve a register that has -1, then you can copy from that in 3 bytes < 1636624163 665874 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :Yes, if your program doesn't use all of the registers for other purposes, then you can do that. < 1636624790 576714 :Melvar!~melvar@dslb-088-072-174-184.088.072.pools.vodafone-ip.de QUIT :Ping timeout: 260 seconds < 1636625506 697728 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :wib_jonas: There's no imm8 or for RAX. < 1636625538 660801 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :Looking at https://www.felixcloutier.com/x86/or , the RAX variant takes imm32. < 1636625713 419523 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :shachaf: sorry, you're right about that, I got my opcode table wrong. < 1636625751 880771 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :ignore the OR stuff then < 1636625831 988800 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :in that case I'd just recommend using one of the four-byte methods, like {OR reg, -1} with a sign-extended imm8 < 1636625899 712179 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :or in fact sometimes the seven-byte {MOV reg, -1} may be better, to avoid the false dependency < 1636625928 669952 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :(or copy -1 from a register) < 1636625957 250009 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :oh well > 1636625975 346145 PRIVMSG #esolangs :14[[07Madlad14]]4 N10 02https://esolangs.org/w/index.php?oldid=89531 5* 03Mellobacon 5* (+1372) 10Created page with "=MadLad= '''MadLad''' is an esoteric programming language meant to be similar to C# but with a twist. MadLad is a very angry language and will yell at you for everything. Feat..." > 1636626199 52882 PRIVMSG #esolangs :14[[07Madlad14]]4 M10 02https://esolangs.org/w/index.php?diff=89532&oldid=89531 5* 03Mellobacon 5* (+98) 10 > 1636626330 489828 PRIVMSG #esolangs :14[[07Madlad14]]4 M10 02https://esolangs.org/w/index.php?diff=89533&oldid=89532 5* 03Mellobacon 5* (+11) 10 < 1636626779 867910 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :wib_jonas: I did find a 3-byte method with push and pop, above. < 1636627300 899337 :int-e!~noone@int-e.eu PRIVMSG #esolangs :why ...oh because of that stupid additional prefix that x86/64 needs to disambiguate modr/m registers. < 1636627319 899030 :int-e!~noone@int-e.eu PRIVMSG #esolangs :so the obvious or rax,-1 needs 4 bytes < 1636628472 537331 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu PRIVMSG #esolangs :shachaf: yes, but I still don't recommend that < 1636628623 189790 :shachaf!~shachaf@user/shachaf PRIVMSG #esolangs :My brute-force program found a bunch of other things but they were mostly red herrings that relied on memory layout being in various particular ways. > 1636629873 681141 PRIVMSG #esolangs :14[[07List of ideas14]]4 10 02https://esolangs.org/w/index.php?diff=89534&oldid=89488 5* 03ColorfulGalaxy (disambiguation) 5* (+99) 10Undo revision 89488 by [[Special:Contributions/Guy Fawkes Rep|Guy Fawkes Rep]] ([[User talk:Guy Fawkes Rep|talk]]) : Mentioned the Korean language < 1636629962 763697 :earendel!uid498179@user/earendel JOIN #esolangs earendel :AmoreFS < 1636631092 672835 :Melvar!~melvar@dslc-082-082-054-043.pools.arcor-ip.net JOIN #esolangs Melvar :melvar < 1636636523 417742 :kspalaiologos!~kspalaiol@user/kspalaiologos QUIT :Quit: Leaving < 1636638050 641641 :ProofTechnique!sid79547@ilkley.irccloud.com QUIT :Ping timeout: 260 seconds < 1636638061 730888 :integral!sid296274@user/integral QUIT :Ping timeout: 256 seconds < 1636638061 755289 :pikhq!sid394595@user/pikhq QUIT :Ping timeout: 256 seconds < 1636638076 819465 :aarchi!sid486183@uxbridge.irccloud.com QUIT :Ping timeout: 268 seconds < 1636638113 781802 :dnm!sid401311@lymington.irccloud.com QUIT :Ping timeout: 250 seconds < 1636638129 724850 :yuu_!sid267332@ilkley.irccloud.com QUIT :Ping timeout: 256 seconds < 1636638139 769056 :earendel!uid498179@user/earendel QUIT :Ping timeout: 250 seconds < 1636638148 414281 :j4cbo_!sid186930@id-186930.helmsley.irccloud.com JOIN #esolangs * :j4cbo > 1636638150 597471 PRIVMSG #esolangs :14[[07KonamiCode14]]4 10 02https://esolangs.org/w/index.php?diff=89535&oldid=89513 5* 03GingerIndustries 5* (+111) 10Added <<< < 1636638150 797271 :mich181189!sid268336@londonhackspace/mich181189 QUIT :Ping timeout: 268 seconds < 1636638160 590007 :dnm!sid401311@lymington.irccloud.com JOIN #esolangs dnm :dnm < 1636638160 745721 :earendel!uid498179@user/earendel JOIN #esolangs earendel :AmoreFS < 1636638162 634204 :j4cbo!sid186930@helmsley.irccloud.com QUIT :Ping timeout: 260 seconds < 1636638162 772522 :j4cbo_!sid186930@id-186930.helmsley.irccloud.com NICK :j4cbo < 1636638172 956089 :integral!sid296274@user/integral JOIN #esolangs integral :bsmith < 1636638187 789122 :Argorok!sid195487@hampstead.irccloud.com QUIT :Ping timeout: 268 seconds < 1636638190 483473 :pikhq!sid394595@2a03:5180:f:5::6:563 JOIN #esolangs * :Ada Worcester < 1636638208 59131 :pikhq!sid394595@2a03:5180:f:5::6:563 CHGHOST sid394595 :user/pikhq < 1636638209 29471 :ProofTechnique!sid79547@ilkley.irccloud.com JOIN #esolangs * :ptech < 1636638214 806888 :mich181189!sid268336@2a03:5180:f::4:1830 JOIN #esolangs * :Michael < 1636638233 892164 :aarchi!sid486183@2a03:5180:f:5::7:6b27 JOIN #esolangs * :aarchi < 1636638236 660479 :Argorok!sid195487@id-195487.hampstead.irccloud.com JOIN #esolangs * :Argorok < 1636638237 774271 :yuu_!sid267332@ilkley.irccloud.com JOIN #esolangs * :yuu < 1636638249 85986 :mich181189!sid268336@2a03:5180:f::4:1830 CHGHOST sid268336 :londonhackspace/mich181189 < 1636638962 211804 :sprout_!~quassel@2a02:a467:ccd6:1:3471:ef4b:ebc8:3b49 QUIT :Ping timeout: 246 seconds < 1636639592 832538 :wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu QUIT :Quit: Client closed < 1636639769 282034 :sprout!~quassel@2a02:a467:ccd6:1:5c59:2f73:735:a325 JOIN #esolangs * :anon < 1636640219 757139 :yuu_!sid267332@ilkley.irccloud.com QUIT :Ping timeout: 250 seconds < 1636640222 859226 :ProofTechnique!sid79547@ilkley.irccloud.com QUIT :Ping timeout: 268 seconds < 1636640267 703109 :pikhq!sid394595@user/pikhq QUIT :Ping timeout: 264 seconds < 1636640267 789096 :dnm!sid401311@lymington.irccloud.com QUIT :Ping timeout: 264 seconds < 1636640282 365365 :mich181189!sid268336@londonhackspace/mich181189 QUIT :Ping timeout: 240 seconds < 1636640282 407790 :j4cbo!sid186930@id-186930.helmsley.irccloud.com QUIT :Ping timeout: 240 seconds < 1636640297 878003 :integral!sid296274@user/integral QUIT :Ping timeout: 250 seconds < 1636640303 682306 :aarchi!sid486183@2a03:5180:f:5::7:6b27 QUIT :Ping timeout: 264 seconds < 1636640357 252004 :sprout!~quassel@2a02:a467:ccd6:1:5c59:2f73:735:a325 QUIT :Ping timeout: 264 seconds < 1636640375 617808 :Argorok!sid195487@id-195487.hampstead.irccloud.com QUIT :Ping timeout: 264 seconds < 1636640375 799510 :earendel!uid498179@user/earendel QUIT :Ping timeout: 250 seconds < 1636640540 172602 :integral!sid296274@user/integral JOIN #esolangs integral :bsmith < 1636640540 289038 :dnm!sid401311@lymington.irccloud.com JOIN #esolangs dnm :dnm < 1636640548 280402 :mich181189!sid268336@londonhackspace/mich181189 JOIN #esolangs mich181189 :Michael < 1636640590 854470 :Argorok!sid195487@hampstead.irccloud.com JOIN #esolangs * :Argorok < 1636640607 272655 :earendel!uid498179@user/earendel JOIN #esolangs earendel :AmoreFS < 1636640672 715566 :ProofTechnique!sid79547@ilkley.irccloud.com JOIN #esolangs ProofTechnique :ptech < 1636640755 39458 :Koen!~Koen@58.167.9.109.rev.sfr.net QUIT :Remote host closed the connection < 1636641149 789987 :sprout!~quassel@2a02:a467:ccd6:1:5c59:2f73:735:a325 JOIN #esolangs * :anon < 1636641157 369089 :yuu_!sid267332@ilkley.irccloud.com JOIN #esolangs * :yuu < 1636641240 375147 :j4cbo!sid186930@helmsley.irccloud.com JOIN #esolangs * :j4cbo < 1636641415 733589 :sprout!~quassel@2a02:a467:ccd6:1:5c59:2f73:735:a325 QUIT :Ping timeout: 250 seconds < 1636641847 831227 :sprout!~quassel@2a02:a467:ccd6:1:5c59:2f73:735:a325 JOIN #esolangs * :anon < 1636641877 658307 :aarchi!sid486183@uxbridge.irccloud.com JOIN #esolangs aarchi :aarchi < 1636642372 538804 :Sgeo!~Sgeo@user/sgeo JOIN #esolangs Sgeo :realname < 1636642483 657647 :pikhq!sid394595@user/pikhq JOIN #esolangs pikhq :Ada Worcester < 1636642730 789533 :dutch!~DutchIngr@user/dutch NICK :SweetLeaf < 1636642967 739125 :Koen!~Koen@58.167.9.109.rev.sfr.net JOIN #esolangs * :Koen < 1636644083 523222 :earendel!uid498179@user/earendel QUIT :Quit: Connection closed for inactivity < 1636646533 782340 :APic!apic@apic.name QUIT :Quit: [TLS] Client upgrade < 1636646552 663382 :APic!apic@apic.name JOIN #esolangs APic :A. Pic. - my name since YOLD 3149 < 1636646693 767259 :simcop2387!~simcop238@perlbot/patrician/simcop2387 QUIT :Ping timeout: 250 seconds < 1636646705 774616 :earendel!uid498179@user/earendel JOIN #esolangs earendel :AmoreFS < 1636646735 35598 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot QUIT :Ping timeout: 268 seconds < 1636647115 321641 :simcop2387!~simcop238@perlbot/patrician/simcop2387 JOIN #esolangs simcop2387 :ZNC - https://znc.in < 1636647133 580447 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot JOIN #esolangs perlbot :ZNC - https://znc.in < 1636648181 375008 :arseniiv!~arseniiv@94.41.2.66.dynamic.ufanet.ru QUIT :Ping timeout: 245 seconds < 1636649126 711728 :arseniiv!~arseniiv@94.41.2.66.dynamic.ufanet.ru JOIN #esolangs * :the chaotic arseniiv < 1636651189 660963 :Trieste_!T@user/pilgrim NICK :Trieste < 1636652684 703104 :SweetLeaf!~DutchIngr@user/dutch NICK :Spikeheron < 1636653710 538987 :wareya!~wareya@cpe-67-246-10-1.nycap.res.rr.com JOIN #esolangs wareya :realname > 1636656275 938097 PRIVMSG #esolangs :14[[07Special:Log/newusers14]]4 create10 02 5* 03Twingamerdudes 5* 10New user account > 1636656588 978843 PRIVMSG #esolangs :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=89536&oldid=89529 5* 03Twingamerdudes 5* (+269) 10/* Introductions */ > 1636657595 103919 PRIVMSG #esolangs :14[[07KonamiCode14]]4 10 02https://esolangs.org/w/index.php?diff=89537&oldid=89535 5* 03GingerIndustries 5* (+38) 10 < 1636657662 671642 :Koen!~Koen@58.167.9.109.rev.sfr.net QUIT :Remote host closed the connection < 1636657953 222179 :FreeFull!~freefull@user-5-173-24-13.play-internet.pl JOIN #esolangs FreeFull :FreeFull > 1636660241 898875 PRIVMSG #esolangs :14[[07Rhoam14]]4 M10 02https://esolangs.org/w/index.php?diff=89538&oldid=71653 5* 03SoundOfScripting 5* (+29) 10Added [[Category:Turning tarpits]] < 1636660326 366509 :oren!~oren@ec2-3-227-24-253.compute-1.amazonaws.com PRIVMSG #esolangs :hmm what if I used IP-relative addressing and put useful constants nearby outside the function > 1636660336 641211 PRIVMSG #esolangs :14[[07Wrapping Rhoam14]]4 M10 02https://esolangs.org/w/index.php?diff=89539&oldid=71655 5* 03SoundOfScripting 5* (+29) 10Added [[Category:Turning tarpits]] < 1636660476 745327 :oren!~oren@ec2-3-227-24-253.compute-1.amazonaws.com PRIVMSG #esolangs :nah, there is no single-byte IP-relative offset < 1636660739 972735 :int-e!~noone@int-e.eu PRIVMSG #esolangs :hmm... so gcc/clang load the value into a temporary register for arithmetic with a full 64 bit value > 1636660766 727635 PRIVMSG #esolangs :14[[07M?!14]]4 M10 02https://esolangs.org/w/index.php?diff=89540&oldid=88978 5* 03Kaveh Yousefi 5* (-2) 10Changed the category tag Unimplemented to Implemented. < 1636660777 288937 :int-e!~noone@int-e.eu PRIVMSG #esolangs :which I guess isn't so bad because there are all those extra general purpose registers > 1636660831 372861 PRIVMSG #esolangs :14[[07AEWNN14]]4 M10 02https://esolangs.org/w/index.php?diff=89541&oldid=89507 5* 03Kaveh Yousefi 5* (+25) 10Added the category tag Output only. > 1636661183 359322 PRIVMSG #esolangs :14[[07Mash14]]4 N10 02https://esolangs.org/w/index.php?oldid=89542 5* 03Twingamerdudes 5* (+3756) 10This is the wiki page for Mash > 1636661383 877993 PRIVMSG #esolangs :14[[07User:Twingamerdudes14]]4 N10 02https://esolangs.org/w/index.php?oldid=89543 5* 03Twingamerdudes 5* (+489) 10my pfp page > 1636663212 872452 PRIVMSG #esolangs :14[[07Mash14]]4 M10 02https://esolangs.org/w/index.php?diff=89544&oldid=89542 5* 03Twingamerdudes 5* (+29) 10This is the wiki page for Mash > 1636663960 508032 PRIVMSG #esolangs :14[[07Mash14]]4 M10 02https://esolangs.org/w/index.php?diff=89545&oldid=89544 5* 03Twingamerdudes 5* (+465) 10This is the wiki page for Mash > 1636664026 297748 PRIVMSG #esolangs :14[[07Mash14]]4 M10 02https://esolangs.org/w/index.php?diff=89546&oldid=89545 5* 03Twingamerdudes 5* (+13) 10Fixed formatting issues > 1636664048 581498 PRIVMSG #esolangs :14[[07Mash14]]4 10 02https://esolangs.org/w/index.php?diff=89547&oldid=89546 5* 03Twingamerdudes 5* (-2) 10 < 1636664102 788202 :sprout_!~quassel@2a02:a467:ccd6:1:9825:20f3:f69:55d5 JOIN #esolangs * :anon > 1636664163 624475 PRIVMSG #esolangs :14[[07Mash14]]4 M10 02https://esolangs.org/w/index.php?diff=89548&oldid=89547 5* 03Twingamerdudes 5* (+21) 10/* Syntax */ < 1636664309 850072 :sprout!~quassel@2a02:a467:ccd6:1:5c59:2f73:735:a325 QUIT :Ping timeout: 268 seconds < 1636665771 802635 :arseniiv!~arseniiv@94.41.2.66.dynamic.ufanet.ru QUIT :Ping timeout: 256 seconds < 1636667302 205053 :Koen!~Koen@58.167.9.109.rev.sfr.net JOIN #esolangs * :Koen < 1636668134 938383 :Twingamerdudes!~Twingamer@2601:588:c505:ce40:acda:ce3f:8e54:eb9 JOIN #esolangs * :[https://web.libera.chat] Twingamerdudes < 1636668156 191211 :Twingamerdudes!~Twingamer@2601:588:c505:ce40:acda:ce3f:8e54:eb9 PRIVMSG #esolangs :hello > 1636668372 887814 PRIVMSG #esolangs :14[[07Language list14]]4 M10 02https://esolangs.org/w/index.php?diff=89549&oldid=89503 5* 03Twingamerdudes 5* (+11) 10Added mash < 1636668480 732960 :Twingamerdudes!~Twingamer@2601:588:c505:ce40:acda:ce3f:8e54:eb9 QUIT :Quit: Client closed < 1636668727 138450 :riv!river@tilde.team/user/river PRIVMSG #esolangs :https://www.youtube.com/c/gnembon/videos works at mojang now < 1636669307 912585 :Twingamerdudes!~Twingamer@2601:588:c505:ce40:acda:ce3f:8e54:eb9 JOIN #esolangs * :[https://web.libera.chat] Twingamerdudes < 1636669317 875179 :Twingamerdudes!~Twingamer@2601:588:c505:ce40:acda:ce3f:8e54:eb9 PRIVMSG #esolangs :? < 1636669334 211617 :Koen!~Koen@58.167.9.109.rev.sfr.net PRIVMSG #esolangs :hi, Twin < 1636669353 417282 :Twingamerdudes!~Twingamer@2601:588:c505:ce40:acda:ce3f:8e54:eb9 PRIVMSG #esolangs :hello < 1636669360 996430 :Twingamerdudes!~Twingamer@2601:588:c505:ce40:acda:ce3f:8e54:eb9 PRIVMSG #esolangs :I made a esolang today < 1636669374 465405 :Twingamerdudes!~Twingamer@2601:588:c505:ce40:acda:ce3f:8e54:eb9 PRIVMSG #esolangs :just put it on the esolang wiki < 1636669377 194099 :Twingamerdudes!~Twingamer@2601:588:c505:ce40:acda:ce3f:8e54:eb9 PRIVMSG #esolangs :right here https://esolangs.org/wiki/Mash < 1636669388 319879 :Twingamerdudes!~Twingamer@2601:588:c505:ce40:acda:ce3f:8e54:eb9 PRIVMSG #esolangs :how about you > 1636669412 738186 PRIVMSG #esolangs :14[[07Language list14]]4 M10 02https://esolangs.org/w/index.php?diff=89550&oldid=89549 5* 03PythonshellDebugwindow 5* (+0) 10/* M */ Fix order < 1636669490 393683 :Twingamerdudes!~Twingamer@2601:588:c505:ce40:acda:ce3f:8e54:eb9 PRIVMSG #esolangs :? > 1636669705 443994 PRIVMSG #esolangs :14[[07Talk:Mash14]]4 N10 02https://esolangs.org/w/index.php?oldid=89551 5* 03Twingamerdudes 5* (+218) 10Beginning of Mash Discussion < 1636669787 347140 :Twingamerdudes!~Twingamer@2601:588:c505:ce40:acda:ce3f:8e54:eb9 PRIVMSG #esolangs :? > 1636669842 864910 PRIVMSG #esolangs :14[[07Mash14]]4 M10 02https://esolangs.org/w/index.php?diff=89552&oldid=89548 5* 03Twingamerdudes 5* (+12) 10/* Hello World */ > 1636670146 135395 PRIVMSG #esolangs :14[[07Category:Brainfuck equivalents14]]4 10 02https://esolangs.org/w/index.php?diff=89553&oldid=34092 5* 03PixelatedStarfish 5* (+300) 10 > 1636670191 556936 PRIVMSG #esolangs :14[[07Category:Brainfuck equivalents14]]4 10 02https://esolangs.org/w/index.php?diff=89554&oldid=89553 5* 03PixelatedStarfish 5* (-37) 10 > 1636670206 204628 PRIVMSG #esolangs :14[[07Category:Brainfuck equivalents14]]4 10 02https://esolangs.org/w/index.php?diff=89555&oldid=89554 5* 03PixelatedStarfish 5* (+0) 10 < 1636670540 243893 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :What if you want to display text with a semicolon? Also, one example says +_^ for gather input and other one says _+^ for gather input, and the specification says "put ^ in front of the _". < 1636671085 71116 :Twingamerdudes!~Twingamer@2601:588:c505:ce40:acda:ce3f:8e54:eb9 PRIVMSG #esolangs :you can't print text with the semi colon, the semi colon represents the end of the string, and for the _+^ problem, that was a typo < 1636671091 963443 :Twingamerdudes!~Twingamer@2601:588:c505:ce40:acda:ce3f:8e54:eb9 PRIVMSG #esolangs :my bad > 1636671115 740138 PRIVMSG #esolangs :14[[07Mash14]]4 M10 02https://esolangs.org/w/index.php?diff=89556&oldid=89552 5* 03Twingamerdudes 5* (+0) 10Fixed typo < 1636671120 740406 :Twingamerdudes!~Twingamer@2601:588:c505:ce40:acda:ce3f:8e54:eb9 PRIVMSG #esolangs :well I fixed it now < 1636671315 729981 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot QUIT :Ping timeout: 250 seconds < 1636671347 679451 :simcop2387!~simcop238@perlbot/patrician/simcop2387 QUIT :Ping timeout: 256 seconds < 1636671462 10157 :Twingamerdudes!~Twingamer@2601:588:c505:ce40:acda:ce3f:8e54:eb9 PRIVMSG #esolangs :hello < 1636671640 174870 :simcop2387!~simcop238@perlbot/patrician/simcop2387 JOIN #esolangs simcop2387 :ZNC - https://znc.in < 1636671658 225437 :Koen!~Koen@58.167.9.109.rev.sfr.net QUIT :Quit: Leaving... < 1636672125 392967 :perlbot!~perlbot@perlbot/bot/simcop2387/perlbot JOIN #esolangs perlbot :ZNC - https://znc.in < 1636672265 504514 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :OK > 1636672465 433848 PRIVMSG #esolangs :14[[07Mash14]]4 10 02https://esolangs.org/w/index.php?diff=89557&oldid=89556 5* 03Twingamerdudes 5* (+189) 10/* Cat Program */ > 1636672512 449155 PRIVMSG #esolangs :14[[07Mash14]]4 10 02https://esolangs.org/w/index.php?diff=89558&oldid=89557 5* 03Twingamerdudes 5* (+43) 10/* Syntax */ > 1636672771 572050 PRIVMSG #esolangs :14[[07Subleq14]]4 10 02https://esolangs.org/w/index.php?diff=89559&oldid=89475 5* 03Shaman 5* (+26) 10 > 1636672816 234415 PRIVMSG #esolangs :14[[07Subleq14]]4 10 02https://esolangs.org/w/index.php?diff=89560&oldid=89559 5* 03Shaman 5* (+5) 10 < 1636673293 642625 :Cale!~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com JOIN #esolangs Cale :realname < 1636674279 806445 :Twingamerdudes!~Twingamer@2601:588:c505:ce40:acda:ce3f:8e54:eb9 PRIVMSG #esolangs :hello < 1636674554 812410 :Twingamerdudes!~Twingamer@2601:588:c505:ce40:acda:ce3f:8e54:eb9 QUIT :Quit: Client closed < 1636674701 387862 :rodgort`!~rodgort@static.38.6.217.95.clients.your-server.de QUIT :Quit: Leaving > 1636674794 129944 PRIVMSG #esolangs :14[[07List of ideas14]]4 10 02https://esolangs.org/w/index.php?diff=89561&oldid=89534 5* 03Guy Fawkes Rep 5* (-22) 10 > 1636674877 662555 PRIVMSG #esolangs :14[[07Mash14]]4 M10 02https://esolangs.org/w/index.php?diff=89562&oldid=89558 5* 03Twingamerdudes 5* (+24) 10Added Category Low level > 1636674984 59036 PRIVMSG #esolangs :14[[07Mash14]]4 M10 02https://esolangs.org/w/index.php?diff=89563&oldid=89562 5* 03Twingamerdudes 5* (-13) 10/* Tips */ < 1636675045 911966 :Twingamerdudes!~Twingamer@2601:588:c505:ce40:acda:ce3f:8e54:eb9 JOIN #esolangs * :[https://web.libera.chat] Twingamerdudes