< 1569110436 892032 :zzo38!~zzo38@24-207-15-213.eastlink.ca PRIVMSG #esoteric :I thought of a idea of a new conspiracy for Magic: the Gathering, which could be: Nonbasic objects with the chosen name are legendary. (You could also do this with other supertypes, such as snow and world. Which are good depends on the rest of the set, I think.) < 1569110479 360210 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 265 seconds < 1569110665 715886 :zzo38!~zzo38@24-207-15-213.eastlink.ca PRIVMSG #esoteric :(Or make it all three.) < 1569110969 258538 :zzo38!~zzo38@24-207-15-213.eastlink.ca PRIVMSG #esoteric :And maybe also ongoing. The official rules currently do not do anything with ongoing except for schemes, but I think it should also suppress the similar state-based actions for Sagas and for phenomena, too. < 1569110974 478926 :Cale!~cale@2607:fea8:995f:fb71:dc65:7cdb:621d:23a6 JOIN :#esoteric < 1569112611 270863 :Hooloo42!Hooloovoo@sorunome.de QUIT :Quit: Temporarily refracted into a free-standing prism. < 1569112789 717656 :Hooloovo0!Hooloovoo@sorunome.de JOIN :#esoteric < 1569115050 359223 :imode!~imode@unaffiliated/imode JOIN :#esoteric < 1569115783 131544 :xkapastel!uid17782@gateway/web/irccloud.com/x-akvnlikcrjiqwswe QUIT :Quit: Connection closed for inactivity < 1569116743 381160 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 265 seconds < 1569117853 283501 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :void setDirection() { < 1569117854 83401 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric : (Clockwise == true) ? (Step++) : (Step--); < 1569117865 114499 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :is using ?: for side effects like that scow? i'm pretty sure it's scow < 1569117903 848339 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Seems kind of scow. < 1569117908 559433 :pikhq!~pikhq@70-59-9-101.hlrn.qwest.net PRIVMSG #esoteric :A bit. I'd prefer `Step += Clockwise ? 1 : -1;` < 1569117916 529187 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :I was about to say that. < 1569117925 844264 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :Except I was wodnering whether Clockwise could have other values < 1569117948 893308 :pikhq!~pikhq@70-59-9-101.hlrn.qwest.net PRIVMSG #esoteric :`Clockwise == true` implies it's of type `bool`, so it better not < 1569117949 559545 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :​/srv/hackeso-code/multibot_cmds/lib/limits: line 5: exec: Clockwise: not found < 1569117956 838309 :pikhq!~pikhq@70-59-9-101.hlrn.qwest.net PRIVMSG #esoteric :lol < 1569117958 171276 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :it's C++ actually < 1569117962 519815 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :so anything could be anything or do anything < 1569117979 231238 :pikhq!~pikhq@70-59-9-101.hlrn.qwest.net PRIVMSG #esoteric :Sure, but there are things that only a jerk would do. < 1569118007 751511 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :this is arduino code < 1569118022 620943 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :a lot of arduino code is written by non-programmers and is awful < 1569118029 263258 :pikhq!~pikhq@70-59-9-101.hlrn.qwest.net PRIVMSG #esoteric :Ah. < 1569118033 352394 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :this particular code doesn't seem awful, just a little weird < 1569118049 584838 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :for one, arduino libs recklessly abuse overloading < 1569118067 365568 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :like, a driver will have Foo(int, int) and Foo(int, int, int) < 1569118075 928893 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :obviously, the first means to use the I2C bus and the second to use SPI < 1569118083 25590 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :because I2C has 2 wires and SPI has 3 (or four) < 1569118085 298334 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric ::P < 1569118092 428692 :pikhq!~pikhq@70-59-9-101.hlrn.qwest.net PRIVMSG #esoteric :are you fucking kidding me < 1569118103 9605 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :sadly, no < 1569118107 575811 :pikhq!~pikhq@70-59-9-101.hlrn.qwest.net PRIVMSG #esoteric :fuck < 1569118109 723257 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :this is far from universal but I've seen it < 1569118118 340052 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :I think it was even an AdaFruit example lib :/ < 1569118143 341133 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :o well < 1569118194 212530 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :`addquote (one nice thing about asking in #esoteric rather than #perl is that you don't have to attempt to justify what you're doing) < 1569118195 992158 :HackEso!~h@techne.zem.fi PRIVMSG #esoteric :1334) (one nice thing about asking in #esoteric rather than #perl is that you don't have to attempt to justify what you're doing) < 1569118397 518323 :kmc!~beehive@li521-214.members.linode.com PRIVMSG #esoteric :> length "< kmc> `addquote" == length "< HackEso> 1334)" < 1569118399 942080 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : True < 1569121081 966303 :imode!~imode@unaffiliated/imode JOIN :#esoteric > 1569122123 28024 PRIVMSG #esoteric :14[[07*14]]4 M10 02https://esolangs.org/w/index.php?diff=66294&oldid=66023 5* 03Voltage2007 5* (+2) 10minor grammatical changes > 1569123185 357646 PRIVMSG #esoteric :14[[07Joke language list14]]4 M10 02https://esolangs.org/w/index.php?diff=66295&oldid=64912 5* 03Voltage2007 5* (+64) 10/* General languages */ > 1569123374 126311 PRIVMSG #esoteric :14[[07APLWSI14]]4 10 02https://esolangs.org/w/index.php?diff=66296&oldid=61028 5* 03Voltage2007 5* (+77) 10/* Example programs */ > 1569123567 639390 PRIVMSG #esoteric :14[[07APLWSI14]]4 10 02https://esolangs.org/w/index.php?diff=66297&oldid=66296 5* 03Voltage2007 5* (-78) 10Made a mistake. < 1569127346 938310 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 QUIT :Ping timeout: 240 seconds < 1569127609 973352 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 JOIN :#esoteric < 1569128398 872731 :msippel415!~morgan@76-209-241-229.lightspeed.mtryca.sbcglobal.net JOIN :#esoteric < 1569128401 356436 :msippel415!~morgan@76-209-241-229.lightspeed.mtryca.sbcglobal.net QUIT :Client Quit < 1569129709 702980 :Hooloovo0!Hooloovoo@sorunome.de QUIT :Remote host closed the connection < 1569129858 16820 :Hooloovo0!Hooloovoo@sorunome.de JOIN :#esoteric < 1569132503 439032 :oerjan!oerjan@sprocket.nvg.ntnu.no QUIT :Quit: Nite > 1569132620 440108 PRIVMSG #esoteric :14[[07Special:Log/newusers14]]4 create10 02 5* 03TwilightSparkle 5* 10New user account > 1569132967 718288 PRIVMSG #esoteric :14[[07Esolang:Introduce yourself14]]4 10 02https://esolangs.org/w/index.php?diff=66298&oldid=66293 5* 03TwilightSparkle 5* (+235) 10 > 1569133191 912991 PRIVMSG #esoteric :14[[071+14]]4 M10 02https://esolangs.org/w/index.php?diff=66299&oldid=39718 5* 03TwilightSparkle 5* (+20) 10 > 1569133414 427339 PRIVMSG #esoteric :14[[071+14]]4 10 02https://esolangs.org/w/index.php?diff=66300&oldid=66299 5* 03TwilightSparkle 5* (+36) 10 > 1569133429 403287 PRIVMSG #esoteric :14[[071+14]]4 M10 02https://esolangs.org/w/index.php?diff=66301&oldid=66300 5* 03TwilightSparkle 5* (-7) 10 < 1569134615 661314 :int-e!~noone@int-e.eu PRIVMSG #esoteric :"A startling view of life in 1984! Forbidden love! Fear! Betrayal!" - blurb for Orwell's 1984 > 1569134868 49646 PRIVMSG #esoteric :14[[071+14]]4 10 02https://esolangs.org/w/index.php?diff=66302&oldid=66301 5* 03TwilightSparkle 5* (+47) 10/* Examples */ < 1569135931 511769 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 QUIT :Read error: Connection reset by peer < 1569136234 979195 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 JOIN :#esoteric > 1569136514 753916 PRIVMSG #esoteric :14[[07400414]]4 N10 02https://esolangs.org/w/index.php?oldid=66303 5* 03A 5* (+1929) 10Created page with "[[4004]] is a simpllified Intel 4004 microprocessor architecture that does not involve ROM manipulation. == Reference ==
 Register groups  NameSize ( Bits ) Accumulat..."
> 1569136607 342473 PRIVMSG #esoteric :14[[07400414]]4 M10 02https://esolangs.org/w/index.php?diff=66304&oldid=66303 5* 03A 5* (-300) 10Simplified a bit
> 1569137508 691856 PRIVMSG #esoteric :14[[07400414]]4 M10 02https://esolangs.org/w/index.php?diff=66305&oldid=66304 5* 03A 5* (-320) 10
> 1569137651 316688 PRIVMSG #esoteric :14[[07400414]]4 10 02https://esolangs.org/w/index.php?diff=66306&oldid=66305 5* 03A 5* (-85) 10
> 1569137767 554159 PRIVMSG #esoteric :14[[07400414]]4 M10 02https://esolangs.org/w/index.php?diff=66307&oldid=66306 5* 03A 5* (-280) 10
> 1569137828 120968 PRIVMSG #esoteric :14[[07400414]]4 10 02https://esolangs.org/w/index.php?diff=66308&oldid=66307 5* 03A 5* (-35) 10
> 1569138374 72996 PRIVMSG #esoteric :14[[071+14]]4 10 02https://esolangs.org/w/index.php?diff=66309&oldid=66302 5* 03TwilightSparkle 5* (+2) 10
< 1569138719 956336 :imode!~imode@unaffiliated/imode QUIT :Ping timeout: 246 seconds
> 1569145322 113107 PRIVMSG #esoteric :14[[071+14]]4 M10 02https://esolangs.org/w/index.php?diff=66310&oldid=66309 5* 03TwilightSparkle 5* (+1) 10
< 1569146133 539809 :xkapastel!uid17782@gateway/web/irccloud.com/x-ueqvrbdtvraktxac JOIN :#esoteric
< 1569152192 871232 :arseniiv!~arseniiv@95.105.2.110.dynamic.ufanet.ru JOIN :#esoteric
> 1569152624 941360 PRIVMSG #esoteric :14[[071+14]]4 10 02https://esolangs.org/w/index.php?diff=66311&oldid=66310 5* 03TwilightSparkle 5* (+42) 10
> 1569157902 14657 PRIVMSG #esoteric :14[[071+14]]4 10 02https://esolangs.org/w/index.php?diff=66312&oldid=66311 5* 03TwilightSparkle 5* (+0) 10
< 1569158536 927280 :Frater_EST!~adrianbib@68.15.198.210 JOIN :#esoteric
> 1569158647 800549 PRIVMSG #esoteric :14[[071+14]]4 10 02https://esolangs.org/w/index.php?diff=66313&oldid=66312 5* 03TwilightSparkle 5* (+40) 10/* Examples */
< 1569161296 261203 :imode!~imode@unaffiliated/imode JOIN :#esoteric
< 1569161768 557865 :Sgeo_!~Sgeo@ool-18b98995.dyn.optonline.net JOIN :#esoteric
< 1569161984 539885 :Sgeo__!~Sgeo@ool-18b98995.dyn.optonline.net QUIT :Ping timeout: 276 seconds
< 1569162101 528596 :Sgeo_!~Sgeo@ool-18b98995.dyn.optonline.net QUIT :Ping timeout: 276 seconds
< 1569163285 476073 :Frater_EST!~adrianbib@68.15.198.210 PART :#esoteric
< 1569163960 455291 :xkapastel!uid17782@gateway/web/irccloud.com/x-ueqvrbdtvraktxac QUIT :Quit: Connection closed for inactivity
< 1569164087 28487 :FraterEST!~adrianbib@wsip-68-15-198-210.ok.ok.cox.net JOIN :#esoteric
< 1569166514 902238 :sebbu!~sebbu@unaffiliated/sebbu QUIT :Ping timeout: 240 seconds
< 1569167248 337777 :sebbu!~sebbu@unaffiliated/sebbu JOIN :#esoteric
< 1569167786 891474 :MDude!~MDude@76.5.108.106 QUIT :Ping timeout: 240 seconds
> 1569168283 494529 PRIVMSG #esoteric :14[[07Brainfuck14]]4 M10 02https://esolangs.org/w/index.php?diff=66314&oldid=66228 5* 03Palaiologos 5* (+79) 10Add asm2bf
< 1569170360 310643 :Sgeo!~Sgeo@ool-18b98995.dyn.optonline.net JOIN :#esoteric
< 1569170570 922017 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 QUIT :Ping timeout: 240 seconds
< 1569170876 492274 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 JOIN :#esoteric
< 1569173906 26275 :xkapastel!uid17782@gateway/web/irccloud.com/x-nnwermchbvrvpoiw JOIN :#esoteric
< 1569177558 299732 :zzo38!~zzo38@24-207-15-213.eastlink.ca PRIVMSG #esoteric :I think I figured out in Ghostscript it is possible with the "display" device for the C code to read and write the page raster, even before the page is finished. This can be advantageous with what I intend to do with TeXnicard (the ability to use PostScript for page layout but using TeX related stuff for text rendering; of course PostScript text rendering still works too)
< 1569183008 653775 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :if you have subtraction, equality to zero and AND, is it possible to construct less than and greater than.
< 1569183018 941477 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :I wanna say yes..
< 1569183034 329370 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :I can actually search for that.
< 1569183160 389949 :zzo38!~zzo38@24-207-15-213.eastlink.ca PRIVMSG #esoteric :Do you mean a bitwise AND? You have not given all of the information I think
< 1569183563 595397 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :just a logical AND.
< 1569183580 691778 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :sorry.
< 1569183648 671533 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :assume unsigned integers as well.
< 1569183657 447508 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :don't try to exploit overflow.
< 1569183675 761794 :zzo38!~zzo38@24-207-15-213.eastlink.ca PRIVMSG #esoteric :OK, but then what happen if you try to subtract a bigger number from a small number?
< 1569183705 789460 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :saturation, I suppose?
< 1569183727 27896 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :1 + MAX == MAX in that scenario.
< 1569183766 70222 :zzo38!~zzo38@24-207-15-213.eastlink.ca PRIVMSG #esoteric :If the result is zero when it would otherwise be negative, then I think so.
< 1569183784 709172 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :interesting.
< 1569183798 140182 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :hmmmmm.
< 1569183924 843143 :zzo38!~zzo38@24-207-15-213.eastlink.ca PRIVMSG #esoteric :Actually, some time before, I thought of similar thing but I used only unindexable variables, counted loops (without early exit), and successor.
< 1569183956 861357 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :y'know what, assume you have the full pos/neg range.
< 1569183961 84418 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :-inf to +inf.
< 1569183967 888175 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :that's actually a lot harder.
< 1569184001 580888 :zzo38!~zzo38@24-207-15-213.eastlink.ca PRIVMSG #esoteric :Yes, then it is difficult, if you do not have saturation. I expect it won't be done with what you have, but, I don't know.
< 1569184126 600019 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :I have a feeling you could do it... the first target is less than another number.
< 1569184190 887935 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :you can construct multiplication and division with == 0.
< 1569186064 451390 :Sgeo_!~Sgeo@ool-18b98995.dyn.optonline.net JOIN :#esoteric
< 1569186256 363703 :Sgeo!~Sgeo@ool-18b98995.dyn.optonline.net QUIT :Ping timeout: 265 seconds
< 1569187556 538811 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :I am concerned about my choice between symbolic/numeric instruction places and notation like state machines.
< 1569187589 793856 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :the latter seems like a more general/unopinionated equivalent to the former.
< 1569187618 277171 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :the concept of state machines are also much older than that of "atomized" variants of different machines.
< 1569187714 663360 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :the problem is one of combining them and specifying them linearly.
< 1569187731 324430 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :state machines have a convenient graphical notation, nonlinear.
< 1569187744 268282 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :but they don't have a _linear_ notation that makes things like composing machines from smaller machines convenient.
< 1569188017 610110 :imode!~imode@unaffiliated/imode PRIVMSG #esoteric :I guess this would be an equivalent linear notation for graphs.
< 1569189373 966977 :FraterEST!~adrianbib@wsip-68-15-198-210.ok.ok.cox.net QUIT :Ping timeout: 252 seconds
> 1569189964 351623 PRIVMSG #esoteric :14[[07MineFriff14]]4 10 02https://esolangs.org/w/index.php?diff=66315&oldid=58059 5* 03JonoCode9374 5* (+29) 10
< 1569192180 177640 :zzo38!~zzo38@24-207-15-213.eastlink.ca PRIVMSG #esoteric :Medieval Barber {1W} Creature - Human (1/1) ;; Haste ;; {1}, {T}: Create a 1/1 Leech creature token. ;; {2}: Prevent the next 1 damage to target damageable other than ~ this turn. Any player can use this ability.
< 1569193922 77364 :zzo38!~zzo38@24-207-15-213.eastlink.ca PRIVMSG #esoteric :The sysexits.h does not explain EX_CONFIG very well; it just says "configuration error".
> 1569195747 26284 PRIVMSG #esoteric :14[[07Deadfish14]]4 10 02https://esolangs.org/w/index.php?diff=66316&oldid=66212 5* 03Voltage2007 5* (+573) 10/* Java */ Added an interpreter
< 1569196750 946693 :FreeFull!~freefull@defocus/sausage-lover QUIT :