00:00:04 -!- siesta has quit (*.net *.split). 00:00:04 -!- lifthrasiir has quit (*.net *.split). 00:00:04 -!- FireFly has quit (*.net *.split). 00:00:04 -!- xelxebar has quit (*.net *.split). 00:00:04 -!- shikhin has quit (*.net *.split). 00:00:04 -!- fizzie has quit (*.net *.split). 00:00:14 -!- shikhin has joined. 00:00:43 -!- FireFly has joined. 00:01:15 -!- FireFly has changed hostmask to ~firefly@glowbum/gluehwuermchen/firefly. 00:02:10 -!- GregorR has quit (Ping timeout: 252 seconds). 00:02:15 -!- xelxebar has joined. 00:02:28 -!- fizzie has joined. 00:02:34 -!- lifthrasiir has joined. 00:02:36 -!- GregorR has joined. 00:05:26 -!- siesta has joined. 01:00:05 -!- FreeFull has quit. 01:07:48 -!- razetime has joined. 01:34:12 -!- siesta has quit (Ping timeout: 252 seconds). 01:39:33 -!- siesta has joined. 01:44:16 -!- siesta has quit (Ping timeout: 244 seconds). 01:44:40 -!- siesta has joined. 01:47:31 -!- siesta has quit (Read error: Connection reset by peer). 01:49:41 -!- siesta has joined. 01:49:46 -!- siesta has quit (Read error: Connection reset by peer). 01:54:40 -!- siesta has joined. 03:07:06 [[Minimized BF]] M https://esolangs.org/w/index.php?diff=112394&oldid=112356 * None1 * (+40) /* I/O */ fix description 03:17:04 [[WeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeBasic++]] N https://esolangs.org/w/index.php?oldid=112395 * None1 * (+909) Created page with "WeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeBasic++ or WeeB++ is a derivative of [[WeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeBasic]], which is a derivative of [[Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee]]. It's created by [[User:None1]]. The esolang is invented to implement [ 03:17:43 !help 03:17:54 .help 03:18:00 hmm 03:18:18 [[WeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeBasic++]] M https://esolangs.org/w/index.php?diff=112396&oldid=112395 * None1 * (+54) /* Syntax */ 03:18:30 ,help 03:22:04 [[WeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeBasic++]] https://esolangs.org/w/index.php?diff=112397&oldid=112396 * None1 * (+227) 03:22:32 [[WeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeBasic++]] M https://esolangs.org/w/index.php?diff=112398&oldid=112397 * None1 * (+38) /* brainfuck */ 03:23:54 [[WeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeBasic++]] https://esolangs.org/w/index.php?diff=112399&oldid=112398 * None1 * (+130) /* Example Programs */ 03:24:11 [[WeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeBasic++]] M https://esolangs.org/w/index.php?diff=112400&oldid=112399 * None1 * (+1) 03:35:28 hi siesta 03:35:49 there aren't many people around at this time of day, lots of people asleep 03:38:06 I am somehow surprised that you didn't find any bot prefixes which respond to a help command, too 03:38:08 ^help 03:38:14 oh, bot is also asleep 03:38:16 `help 03:38:16 Runs arbitrary code in GNU/Linux. Type "`", or "`run " for full shell commands. "`fetch [] " downloads files. Files saved to $HACKENV are persistent, and $HACKENV/bin is in $PATH. $HACKENV is a mercurial repository, "`revert " can be used to revert, https://hack.esolangs.org/repo/ to browse. $PWD ($HACKENV/tmp) is persistent but unversioned, /tmp is ephemeral. 03:38:19 that one's OK 03:38:26 @help 03:38:26 help . Ask for help for . Try 'list' for all commands 03:38:28 as is that one 03:38:53 there is also /help which asks your IRC client for help on how to use it 03:39:18 unfortunately, the bot that responded to ^ is the one which we normally get to remind us how to use all the other bots… 03:52:30 I am also on right now (not sleeping), but might not have much to say at this time (although you can try writing anyways; it is logged and anyone can check, I suppose) 04:05:36 -!- bgs has joined. 04:07:23 -!- razetime has quit (Ping timeout: 244 seconds). 04:16:47 zzo38: with regards to your Pokémon battle, I used to play competitively and that situation was not that uncommon when two stall teams played against each other; it was generally known as a "PP stall" because the limiting factor to the stalemate is which Pokémon runs out of PP first 04:17:02 (which is also one of the reasons to intentionally get paralyzed) 04:29:46 Yes, that is what I thought too. 04:31:30 -!- bgs has quit (Remote host closed the connection). 04:34:01 I wanted to make a Pokemon battle simulator in C, and with a C API. I could not find any suitable existing ones, though. (I also wanted to ensure that the API is sufficient. One idea I had is to add a function to specify which features the front-end uses and it will tell you if that is acceptable according to the rule set which has been loaded.) 04:36:05 What software did you use, and what formats did you play? 04:50:40 -!- razetime has joined. 04:52:29 I've used a range of software over time, but haven't done much looking at the source code, I just used the user interface 04:52:56 as for formats, primarily generation 4 OU and early generation 5 VGC 04:53:17 but PP stalls basically don't happen in VGC, they're common in generation 4 OU though 04:55:48 How important is ctz of max HP? How often do you have to consider it? 04:56:43 whether the HP is divisible by 2, 4, and 16 are all relevant – there are some strategies for which they are very relevant, but for most they only have a minor impact 04:57:31 in older formats that rely heavily on Leftovers, it is common to arrange the HP mod 16 so that Leftovers heals the greatest proportion of maximum HP possible 04:58:05 and for Pokémon that use 50% recoil moves like Belly Drum, it is often critical to their strategy whether the recoil move drops them to exactly half HP or to above half HP 04:58:58 (which depends on even or odd) 05:01:10 oh, divisibility by 8 can matter in Stealth Rock-dominated formats, for Pokémon that take neutral damage from Rock (I think you want the HP to be 7 mod 8 to take minimum damage from it, although it's been a while since I've played) 05:06:49 -!- razetime_ has joined. 05:06:51 -!- razetime has quit (Ping timeout: 260 seconds). 05:08:41 I had thought of some of those things. I just didn't know how commonly it becomes important, but what you said makes sense. (Of course, I do not know all of the moves, abilities, species, ec, but I know some of them, and I know the equations and types and such things like that.) 05:09:49 -!- tromp has joined. 05:18:52 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 05:37:52 -!- razetime_ has quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.). 05:38:07 -!- razetime has joined. 05:43:40 -!- siesta has quit (Quit: ang mamatay ng dahil sayo...). 06:09:05 [[WeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeBasic++]] M https://esolangs.org/w/index.php?diff=112401&oldid=112400 * None1 * (+8) /* brainfuck */ fixed 06:09:49 [[User:None1]] https://esolangs.org/w/index.php?diff=112402&oldid=112364 * None1 * (+120) 06:10:06 [[Language list]] https://esolangs.org/w/index.php?diff=112403&oldid=112361 * None1 * (+45) /* W */ 06:11:06 [[Language list]] https://esolangs.org/w/index.php?diff=112404&oldid=112403 * None1 * (+51) /* W */ 06:11:52 [[WeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeBasic++]] M https://esolangs.org/w/index.php?diff=112405&oldid=112401 * None1 * (+53) /* Turing completeness */ 06:13:48 [[Hello world program in esoteric languages (nonalphabetic and A-M)]] https://esolangs.org/w/index.php?diff=112406&oldid=112265 * None1 * (+109) /* H */ 06:17:10 [[In-brace-comma]] N https://esolangs.org/w/index.php?oldid=112407 * Dadsdy * (+242) Created page with "The successor to [[(,)]]
Now with functions and lists! There are three types of brackets: (), [], and {}.
Braces create functions. Brackets create lists. Parens are used to access items in a list, access variables, and call functions." 06:17:28 -!- SGautam has joined. 06:28:07 -!- ais523 has quit (Quit: quit). 06:58:48 -!- tromp has joined. 07:34:19 [[WeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeBasic++]] https://esolangs.org/w/index.php?diff=112408&oldid=112405 * None1 * (+181) /* Example Programs */ 07:36:26 [[Brainfuck]] https://esolangs.org/w/index.php?diff=112409&oldid=112151 * None1 * (+164) /* C */ Added implementation in [[WeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeBasic++]] 07:39:48 [[Hello world program in esoteric languages (N-Z)]] M https://esolangs.org/w/index.php?diff=112410&oldid=112372 * None1 * (+62) /* Weeeeeeeeeeeeeeeeeeeeeeeeeeeeee */ Fixed implementatioI in WeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeBasic 07:50:14 what do yuou tihink about Nd go? 07:50:18 7d go fr example 07:51:58 [[Setlang++]] N https://esolangs.org/w/index.php?oldid=112411 * None1 * (+553) Created page with "Setlang++ is an esolang invented by [[User:None1]], it is a derivative of [[Setlang]], and its original goal is to write a Truth Machine. ==Extra Syntax== {|class="wikitable" ! Command !! Meaning |- | [a,b] || Compare the value of a and b, if they're the same, return a, 07:53:12 [[Setlang++]] https://esolangs.org/w/index.php?diff=112412&oldid=112411 * None1 * (+55) /* Truth Machine */ 07:53:58 [[Language list]] https://esolangs.org/w/index.php?diff=112413&oldid=112404 * None1 * (+16) /* S */ 07:54:58 [[User:None1]] https://esolangs.org/w/index.php?diff=112414&oldid=112402 * None1 * (+57) 07:55:28 [[Setlang++]] M https://esolangs.org/w/index.php?diff=112415&oldid=112412 * None1 * (+1) /* Extra Syntax */ comma 08:00:59 -!- __monty__ has joined. 08:21:36 -!- Sgeo has quit (Read error: Connection reset by peer). 08:26:53 -!- SGautam has quit (Quit: Connection closed for inactivity). 08:31:40 -!- SGautam has joined. 08:32:42 [[ELVM]] M https://esolangs.org/w/index.php?diff=112416&oldid=108908 * WriteOnly * (+23) Add category 08:33:09 [[C2BF]] M https://esolangs.org/w/index.php?diff=112417&oldid=96985 * WriteOnly * (+23) Add category 08:34:37 [[Higher Subleq]] M https://esolangs.org/w/index.php?diff=112418&oldid=104447 * WriteOnly * (+23) Add category 08:48:12 [[BFBASIC]] M https://esolangs.org/w/index.php?diff=112419&oldid=76359 * WriteOnly * (+24) Add category 08:50:28 [[HaPyLi]] M https://esolangs.org/w/index.php?diff=112420&oldid=109164 * WriteOnly * (+25) Add category 08:51:57 [[FuckBrainfuck]] M https://esolangs.org/w/index.php?diff=112421&oldid=101496 * WriteOnly * (+24) Add category 08:53:54 [[Brainfuck code generation]] M https://esolangs.org/w/index.php?diff=112422&oldid=101438 * WriteOnly * (+29) Add category 08:58:30 [[Truth-machine]] https://esolangs.org/w/index.php?diff=112423&oldid=112381 * None1 * (+40) /* Ser2 */ Added implementation in [[Setlang++]] 08:58:55 [[Brainfuck code generation]] https://esolangs.org/w/index.php?diff=112424&oldid=112422 * WriteOnly * (-29) 08:59:37 [[Brainfuck code generation]] M https://esolangs.org/w/index.php?diff=112425&oldid=112424 * WriteOnly * (-164) Add internal links 09:01:28 [[Asm2bf]] M https://esolangs.org/w/index.php?diff=112426&oldid=98203 * WriteOnly * (+23) Add category 09:02:40 [[WeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeBasic]] https://esolangs.org/w/index.php?diff=112427&oldid=112387 * None1 * (+252) /* Example Programs */ Added a demo program that compares your age and 18 09:06:38 [[FuckBrainfuck]] M https://esolangs.org/w/index.php?diff=112428&oldid=112421 * WriteOnly * (+23) Add category 09:07:27 [[Tbf]] M https://esolangs.org/w/index.php?diff=112429&oldid=96901 * WriteOnly * (+70) Add categories 09:08:10 [[STBF]] M https://esolangs.org/w/index.php?diff=112430&oldid=76818 * WriteOnly * (+94) Add categories 09:09:07 [[Hello world program in esoteric languages (N-Z)]] https://esolangs.org/w/index.php?diff=112431&oldid=112410 * None1 * (+69) /* Ser2 */ Added implementation in [[Setlang++]] 09:09:24 [[ClearBF]] M https://esolangs.org/w/index.php?diff=112432&oldid=79196 * WriteOnly * (+48) Add categories 09:09:52 [[Brainfuck code generation]] M https://esolangs.org/w/index.php?diff=112433&oldid=112425 * WriteOnly * (+23) Add categories 09:15:24 [[Category:Compilers]] N https://esolangs.org/w/index.php?oldid=112434 * WriteOnly * (+63) Created page with "Compilers compile high-level languages into low-level languages" 09:41:59 -!- Lord_of_Life has quit (Ping timeout: 246 seconds). 09:42:11 -!- Lord_of_Life_ has joined. 09:43:30 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 09:51:36 [[Category:Compilers]] M https://esolangs.org/w/index.php?diff=112435&oldid=112434 * None1 * (+22) high level and low level are not absolute (e.g. assembly language has a higher level than [[brainfuck]], but it is still a low level language) 09:55:46 [[Category:Binary]] N https://esolangs.org/w/index.php?oldid=112436 * None1 * (+132) Created page with "Binary Languages are languages that stores its program as a binary file, which can contain unprintable characters (e.g. null bytes)." 09:56:26 [[Scratch is dumb]] M https://esolangs.org/w/index.php?diff=112437&oldid=111993 * None1 * (+20) /* Turing completeness */ 10:38:34 -!- shikhin has changed hostmask to ~shikhin@offtopia/offtopian. 10:50:47 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 10:50:48 [[User:Zoda]] N https://esolangs.org/w/index.php?oldid=112438 * Zoda * (+27) Created page with "I create games and Esolangs" 10:55:23 -!- Guest99 has joined. 10:55:23 hello 10:55:33 wow 10:55:35 empty 10:55:40 -!- Guest99 has quit (Client Quit). 10:59:34 -!- ddff has joined. 11:09:19 -!- tromp has joined. 11:30:56 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 11:48:56 [[BrainClub]] M https://esolangs.org/w/index.php?diff=112439&oldid=42100 * WriteOnly * (+47) Add categories 11:52:40 -!- siesta has joined. 12:35:59 -!- tromp has joined. 12:36:36 -!- siesta has quit (Quit: ang mamatay ng dahil sayo...). 12:57:51 `" 12:57:53 1/1:997) "Compact fluorescent light bulbs are often criticized for being dim --" that's kind of rude! \ 586) Vorpal: I was paying too much attention to elliott and not enough to my HP 13:05:23 -!- FireFly has quit (Quit: Leaving). 13:05:38 -!- FireFly has joined. 13:20:36 Why does "devoid" mean not-having-something, when it *should* mean the opposite ("de-void")? 13:32:23 -!- siesta has joined. 13:37:47 -!- siesta has quit (Read error: Connection reset by peer). 13:38:06 -!- siesta has joined. 13:44:29 -!- example99 has joined. 13:45:16 hi! 13:45:35 NOTICE:i just got an ilde game:ordinal markup 13:48:36 example99: what do you think of 7D go? 13:48:50 i never heard of it 13:49:02 its a new ieda 14:01:37 -!- razetime has quit (Remote host closed the connection). 14:09:21 -!- siesta has quit (Quit: ang mamatay ng dahil sayo...). 14:13:24 -!- siesta has joined. 14:14:35 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 14:29:53 [[Special:Log/newusers]] create * RbCaVi * New user account 14:50:27 a new user:rbcavi 15:01:54 -!- example99 has quit (Quit: Client closed). 15:03:38 -!- tromp has joined. 15:10:34 -!- ddff has quit (Read error: Connection reset by peer). 15:12:07 -!- DDG has joined. 15:12:29 -!- DDG has quit (Client Quit). 15:15:52 -!- ddff has joined. 15:18:10 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 15:35:48 -!- tromp has joined. 15:47:51 -!- siesta has quit (Quit: ang mamatay ng dahil sayo...). 16:11:16 [[BitQueue]] https://esolangs.org/w/index.php?diff=112440&oldid=112389 * DivergentClouds * (+70) specified function definition being orderless 16:49:09 [[BitQueue]] https://esolangs.org/w/index.php?diff=112441&oldid=112440 * DivergentClouds * (-165) removed implementation notes as `'^` is a better way of looping than `"` 16:55:32 [[Legend]] https://esolangs.org/w/index.php?diff=112442&oldid=103954 * Joe * (+139) 17:20:01 -!- ddff has quit (Read error: Connection reset by peer). 17:25:33 -!- ddff has joined. 17:29:34 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 17:46:42 -!- sprout_ has joined. 17:49:15 -!- tromp has joined. 17:49:52 -!- sprout has quit (Ping timeout: 240 seconds). 19:06:59 Why don't other web browsers include the good features from the Line Mode Browser? (You can read the documentation to see some features that others don't have) 19:29:00 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 19:29:54 -!- ddff has quit (Read error: Connection reset by peer). 19:35:11 -!- ddff has joined. 19:46:50 -!- tromp has joined. 20:34:25 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 20:40:57 -!- tromp has joined. 20:46:26 -!- __monty__ has quit (Quit: leaving). 20:53:51 -!- Soni has quit (Ping timeout: 244 seconds). 21:03:59 -!- Soni has joined. 21:16:53 -!- SGautam has quit (Quit: Connection closed for inactivity). 21:18:11 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 21:39:07 -!- ddff has quit (Read error: Connection reset by peer). 21:44:52 -!- ddff has joined. 21:54:08 -!- ddff has quit (Quit: leaving). 22:15:47 [[Talk:]] M https://esolangs.org/w/index.php?diff=112443&oldid=51891 * CreeperBomb * (+69) 22:33:13 -!- SGautam has joined. 22:33:19 -!- Sgeo has joined.