03:47:35 -!- arseniiv has joined. 04:10:59 Is the strategy of the pokemon to guess whether opponent will attack or shift? 04:29:16 -!- slavfox_ has joined. 04:29:45 -!- slavfox has quit (Ping timeout: 265 seconds). 04:30:01 -!- slavfox_ has changed nick to slavfox. 04:48:23 -!- oerjan has quit (Quit: Nite). 06:13:05 How should I handle setting order of execution in Free Hero Mesh considering what I already have? (It is stored in a double linked list, and normally new objects capable of receiving messages are added on one end (objects which do not have any messages are exempt).) 06:13:48 When do you expect SHA-4 and SHA-5 to be made up? 07:23:07 -!- tromp has joined. 07:42:37 -!- hanif has joined. 07:55:59 -!- b_jonas has quit (Quit: leaving). 07:56:51 -!- hanif has quit (Remote host closed the connection). 07:56:54 -!- Sgeo has quit (Read error: Connection reset by peer). 07:58:30 -!- hanif has joined. 08:00:46 -!- dyeplexer has joined. 08:02:24 -!- Koen has joined. 08:05:55 -!- hendursa1 has joined. 08:07:31 -!- chiselfuse has quit (Remote host closed the connection). 08:07:36 -!- Robdgreat has left. 08:07:50 -!- chiselfuse has joined. 08:08:54 -!- hendursaga has quit (Ping timeout: 276 seconds). 08:22:17 -!- jryans has quit (Quit: Bridge terminating on SIGTERM). 08:22:18 -!- xylochoron[m] has quit (Quit: Bridge terminating on SIGTERM). 08:22:26 -!- phdu has quit (Quit: Bridge terminating on SIGTERM). 08:22:29 -!- craigo[m] has quit (Quit: Bridge terminating on SIGTERM). 08:22:32 -!- Deewiant has quit (Quit: Bridge terminating on SIGTERM). 08:25:50 -!- xylochoron[m] has joined. 08:26:27 -!- hanif has quit (Ping timeout: 276 seconds). 08:37:17 -!- jryans has joined. 08:37:17 -!- Deewiant has joined. 08:37:17 -!- phdu has joined. 08:37:17 -!- craigo[m] has joined. 09:31:04 -!- wib_jonas has joined. 09:34:29 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 09:38:43 -!- tromp has joined. 09:48:16 -!- spruit11 has quit (Ping timeout: 265 seconds). 09:57:47 -!- spruit11 has joined. 10:31:31 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 10:33:10 -!- tromp has joined. 11:09:52 [[Zirconium]] https://esolangs.org/w/index.php?diff=88374&oldid=82499 * RocketRace * (+304) Explicit changelog 11:15:08 -!- Koen has quit (Remote host closed the connection). 11:18:24 -!- Koen has joined. 12:38:08 -!- hanif has joined. 12:56:57 -!- velik has quit (Remote host closed the connection). 12:57:28 -!- velik has joined. 13:01:29 velik I've taught you talk, what will be your first message? 13:01:42 this don't be the door code. 13:03:10 -!- hanif_ has joined. 13:03:21 -!- hanif has quit (Ping timeout: 276 seconds). 13:03:30 -!- hanif_ has changed nick to hanif. 13:04:04 -!- zegalch has quit (Remote host closed the connection). 13:04:29 -!- zegalch has joined. 13:04:31 nakilon: markov chain? what text did you feed it? 13:04:50 implementation is complex 13:05:31 I feed it 3 months of the last winter of this channel logs 13:06:37 [[Velik]] M https://esolangs.org/w/index.php?diff=88375&oldid=88073 * Nakilon * (+110) taught him talk 13:07:53 velik fungot 13:07:54 hanif: heh. i have seen beter than that in the not too fast stack-based bytecode interpreter? ( i find the little animated dog in windows xps search facility absolutely adorable! 13:08:53 -!- slavfox has quit (Ping timeout: 246 seconds). 13:08:58 I've used a custom markup on ~100 messages 13:09:41 custom markup? 13:09:43 -!- slavfox has joined. 13:09:55 then used TreeTagger to markup all the logs 13:11:22 yeah, the markup that isn't some universal and standard NLP "POS tagging" but enough to solve the problem of the text generation 13:12:10 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 13:12:35 imagine that TreeTagger uses some own set of POS tags, then another tool like Hunpos uses different one 13:13:01 -!- hanif_ has joined. 13:13:17 all they use own systems so I made a universal one so I can then switch and retrain the model on any another one if it will be better than TreeTagger 13:13:23 i didn't know what markup was 13:14:01 hanif_ see example https://github.com/mivoq/hunpos/issues/29#issuecomment-925107185 13:15:47 -!- tromp has joined. 13:16:21 -!- hanif has quit (Ping timeout: 276 seconds). 13:16:32 so the set of POS tags that these tools use is different and my one is custom too; so velik learns how my tagging translates to treetagger tagging, then learns words from logs and translates back to my markup to then use the 100 training marked up messages to learn how to build sentences 13:18:35 as for "markov chain?" part -- it's just mimics random one from 100 known sentence structures using all the words it's learned 13:19:29 i see 13:20:10 it also estimates the translation accuracy -- it's 75% currently with TreeTagger but was around 80% with Hunpos but it stopped working 13:22:36 by translation accuracy I mean how well it understands my custom markup so it tries to translate the treetagger to my one using the model being retrained like in a cross-correlation method 13:23:20 so the more consistent my markup is the higher the accuracy it can achieve, limited to the amount of information the POS tagging gives it 13:23:47 and those taggers are around 85% accurate AFAIK 13:24:38 so losing just 5-10% appeared to be surprisingly good result for a custom markup I suppose since I'm not a linguist 13:25:23 oh, I'm wrong, I lose 20-25% 13:26:44 so the final understanding correctness of your text by velik is around 65% 13:27:48 -!- hanif has joined. 13:28:03 -!- hanif_ has quit (Ping timeout: 276 seconds). 13:28:44 it also tries to make the response relevant but not so well 13:29:00 velik what's your opinion on fungot? 13:29:00 nakilon: zarchne wanted to make sure their terminology is similar to prescheme: arbitrary code at the bottom of the stack, multiply the top two values from one another 13:29:10 if there are 0 I don't thank to bypass ; 13:32:03 maybe saving the model marshalized would make it respond faster 13:35:51 wc -l shows 70 13:37:43 -!- Koen has quit (Remote host closed the connection). 13:39:26 so in other words I've manually marked up 70 phrases like this https://dpaste.org/B6G8/slim and then automatically marked up 3 months of logs by using TreeTagger as an intermediate format; then using 70 for sentence structure and 3 months for the vocabulary 13:40:29 -!- hanif_ has joined. 13:41:53 unfortunately building English sentences is hard; the same approach with Russian resulted in only 5% of sentences being grammatically incorrect while here it's pretty much every single one ( 13:43:05 but actually I didn't estimate it yet 13:43:39 -!- hanif has quit (Ping timeout: 276 seconds). 13:43:50 the last one was correct but the very first one wasn't 13:46:05 -!- hanif has joined. 13:47:33 -!- hanif_ has quit (Ping timeout: 276 seconds). 14:02:33 -!- Sgeo has joined. 14:05:45 -!- hanif has quit (Ping timeout: 276 seconds). 14:12:05 -!- sprock has quit (Ping timeout: 264 seconds). 14:15:30 -!- hendursa1 has quit (Ping timeout: 276 seconds). 14:17:20 -!- hendursa1 has joined. 14:29:26 -!- Koen has joined. 14:35:22 -!- Koen has quit (Remote host closed the connection). 14:55:10 -!- dyeplexer has quit (Read error: Connection reset by peer). 15:25:06 [[6673846770]] https://esolangs.org/w/index.php?diff=88376&oldid=88373 * Larryrl * (+81) 15:26:01 [[6673846770]] M https://esolangs.org/w/index.php?diff=88377&oldid=88376 * Larryrl * (+3) /* Instructions */ 15:27:55 -!- wib_jonas has quit (Quit: Client closed). 15:30:51 [[6673846770]] M https://esolangs.org/w/index.php?diff=88378&oldid=88377 * Larryrl * (+1) /* Instructions */ 15:31:58 [[6673846770]] M https://esolangs.org/w/index.php?diff=88379&oldid=88378 * Larryrl * (+41) /* Example */ 15:34:32 -!- hendursa1 has quit (Quit: hendursa1). 15:34:47 -!- Melvar has quit (Quit: WeeChat 3.2). 15:34:58 -!- hendursaga has joined. 15:39:44 [[6673846770]] M https://esolangs.org/w/index.php?diff=88380&oldid=88379 * Larryrl * (+32) /* Syntax */ 15:51:53 [[6673846770]] M https://esolangs.org/w/index.php?diff=88381&oldid=88380 * Larryrl * (-42) /* Syntax */ 15:54:53 [[6673846770]] M https://esolangs.org/w/index.php?diff=88382&oldid=88381 * Larryrl * (+315) /* Instructions */ 16:27:15 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 16:33:11 [[6673846770]] M https://esolangs.org/w/index.php?diff=88383&oldid=88382 * Larryrl * (+106) 16:33:38 [[6673846770]] https://esolangs.org/w/index.php?diff=88384&oldid=88383 * Larryrl * (+1) /* Syntax */ 16:46:05 -!- b_jonas has joined. 16:49:29 -!- sprock has joined. 16:54:09 -!- tromp has joined. 16:54:59 [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=88385&oldid=88364 * Nanobot567 * (+115) added my intro 16:57:46 [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=88386&oldid=88385 * Nanobot567 * (+59) just fixed my intro, don't kill me pls 16:58:27 [[6673846770]] M https://esolangs.org/w/index.php?diff=88387&oldid=88384 * Larryrl * (+27) /* Instructions */ 17:33:43 -!- arseniiv has quit (Ping timeout: 265 seconds). 17:35:04 -!- arseniiv has joined. 17:40:25 [[Potatoscript]] N https://esolangs.org/w/index.php?oldid=88388 * Nanobot567 * (+2736) created page 17:46:05 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 18:25:59 -!- tromp has joined. 18:31:52 [[User:Nanobot567]] N https://esolangs.org/w/index.php?oldid=88389 * Nanobot567 * (+248) created my page 18:40:38 [[6673846770]] M https://esolangs.org/w/index.php?diff=88390&oldid=88387 * Larryrl * (+32) 18:43:25 [[6673846770]] M https://esolangs.org/w/index.php?diff=88391&oldid=88390 * Larryrl * (-22) /* Interpreter */ 18:44:01 [[6673846770]] https://esolangs.org/w/index.php?diff=88392&oldid=88391 * Larryrl * (+39) /* External Link */ 18:49:57 [[FlipJump]] https://esolangs.org/w/index.php?diff=88393&oldid=87171 * Tomhe * (+1908) the bit/hex namespaces, more hexlib macros, typos 18:52:50 -!- arseniiv has quit (Ping timeout: 265 seconds). 19:32:37 Meh, my desktop's still getting confused by these monitors. Now `xrandr -q` is saying only one of them is connected. The desktop's showing on both, and the two multi-stream outputs are present, but listed as "disconnected" and modes cannot be changed. And my status bar panel only thinks one monitor exists, so I've got bars only one one. Xmonad knows of both though. 19:33:20 I think I need some sort of forced rescan. And I'd also like to disable DisplayPort multi-stream mode, but I've not found an nvidia driver option for that. 19:35:22 -!- sprock has quit (Ping timeout: 265 seconds). 19:51:47 Well, apparently going away for dinner and leaving the monitors to drop to power-save mode was enough to trigger some sort of an event. 19:59:46 -!- sprock has joined. 20:01:17 -!- mcfrdy has quit (Quit: quit). 20:02:07 -!- mcfrdy has joined. 20:12:58 the old good turn-it-off turn-it-on 20:29:15 [[Stardust]] N https://esolangs.org/w/index.php?oldid=88394 * PixelatedStarfish * (+611) Created page with " Stardust is a programming language by [[User:PixelatedStarfish]]. It is designed such that an arbitrary sequence of characters can be interpreted as source describing a progr..." 20:35:24 -!- Melvar has joined. 20:36:15 [[Stardust]] https://esolangs.org/w/index.php?diff=88395&oldid=88394 * PixelatedStarfish * (+220) 20:39:44 [[Stardust]] https://esolangs.org/w/index.php?diff=88396&oldid=88395 * PixelatedStarfish * (-2) 20:45:37 [[Stardust]] https://esolangs.org/w/index.php?diff=88397&oldid=88396 * PixelatedStarfish * (+184) /* The Compiler */ 20:46:08 [[Stardust]] https://esolangs.org/w/index.php?diff=88398&oldid=88397 * PixelatedStarfish * (+6) 20:46:22 [[Stardust]] https://esolangs.org/w/index.php?diff=88399&oldid=88398 * PixelatedStarfish * (+0) 20:51:43 [[User:PixelatedStarfish]] https://esolangs.org/w/index.php?diff=88400&oldid=87851 * PixelatedStarfish * (+157) /* Unimplemented Languages */ 20:52:11 [[User:PixelatedStarfish]] https://esolangs.org/w/index.php?diff=88401&oldid=88400 * PixelatedStarfish * (-68) /* Stardust */ 20:56:23 -!- sprock has quit (Ping timeout: 252 seconds). 20:57:23 [[Stardust]] https://esolangs.org/w/index.php?diff=88402&oldid=88399 * PixelatedStarfish * (+22) 20:57:33 [[Stardust]] https://esolangs.org/w/index.php?diff=88403&oldid=88402 * PixelatedStarfish * (+2) 20:58:18 [[Stardust]] https://esolangs.org/w/index.php?diff=88404&oldid=88403 * PixelatedStarfish * (+45) 21:13:46 -!- Lord_of_Life_ has joined. 21:14:36 -!- Lord_of_Life has quit (Ping timeout: 265 seconds). 21:15:06 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 21:33:38 -!- dutch has joined. 21:48:57 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 22:27:25 [[Cammy]] M https://esolangs.org/w/index.php?diff=88405&oldid=88084 * Corbin * (+43) /* Primitive Functors */ Document recent changes. The `either` combinator should obsolete `pick` as primitive. `f-recip` was not documented. 23:00:31 -!- hendursaga has quit (Remote host closed the connection). 23:01:00 -!- hendursaga has joined. 23:01:46 [[Stardust]] https://esolangs.org/w/index.php?diff=88406&oldid=88404 * PixelatedStarfish * (+473) /* The Compiler */ 23:02:50 [[Stardust]] https://esolangs.org/w/index.php?diff=88407&oldid=88406 * PixelatedStarfish * (+45) /* Modulo Compiler */ 23:03:27 [[Stardust]] https://esolangs.org/w/index.php?diff=88408&oldid=88407 * PixelatedStarfish * (+23) /* Modulo Compiler */ 23:04:15 [[Stardust]] https://esolangs.org/w/index.php?diff=88409&oldid=88408 * PixelatedStarfish * (-45) /* Modulo Compiler */ 23:14:58 -!- dutch has quit (Quit: WeeChat 3.3). 23:19:45 -!- dutch has joined. 23:22:34 [[Stardust]] https://esolangs.org/w/index.php?diff=88410&oldid=88409 * PixelatedStarfish * (+15) /* Summation Compiler */ 23:35:13 -!- sprock has joined. 23:37:49 [[)0,1(]] M https://esolangs.org/w/index.php?diff=88411&oldid=88223 * Rphii * (+69) categories 23:40:04 [[)0,1(]] M https://esolangs.org/w/index.php?diff=88412&oldid=88411 * Rphii * (+2) /* Commands */ technical grammar 23:41:41 [[)0,1(]] M https://esolangs.org/w/index.php?diff=88413&oldid=88412 * Rphii * (-1) move [Illegal operations] under [Commands] 23:42:34 [[)0,1(]] M https://esolangs.org/w/index.php?diff=88414&oldid=88413 * Rphii * (-71) /* Limits */ mathematical grammar fix 23:44:13 [[)0,1(]] M https://esolangs.org/w/index.php?diff=88415&oldid=88414 * Rphii * (-22) /* Overflowing */ logical grammar fix 23:51:44 -!- oerjan has joined. 23:56:15 [[)0,1(]] M https://esolangs.org/w/index.php?diff=88416&oldid=88415 * Rphii * (+597) /* Commands */ command . and ,