00:07:53 https://esolangs.org/wiki/Lawrence_J._Krakauer%27s_decimal_computer 00:38:50 -!- sprock has joined. 00:55:58 -!- FreeFull has quit. 03:22:09 hmm hey, is infinite minesweeper an esolang? 04:08:11 I suppose it is of interest to esolang, whether or not it counts as a esolang 04:09:04 (It isn't always entirely clear what is count as "an esolang", maybe) 04:49:48 Depends on what happens when a mine is clicked. Traditionally, there's no backtracking, putting it in P computationally. 04:55:59 OK, although I thought it was that they only find where they know there aren't any bombs 04:56:06 -!- hendursaga has quit (Ping timeout: 276 seconds). 04:58:37 There are some configurations which require guessing. I don't know if those can be defined away. 04:59:12 O, yes, you are right 04:59:55 -!- delta23 has quit (Quit: Leaving). 05:47:51 [[Meowlang]] N https://esolangs.org/w/index.php?oldid=88066 * Wixette * (+5953) Created page with "Meowlang is an [[esoteric programming language]] designed for cats. == Examples == === Fibonacci === A Meowlang program to print the Fibonacci numbers:
 MeowMeowMeowM..."
05:50:52 -!- src has quit (Ping timeout: 252 seconds).
05:53:05  [[Language list]] M https://esolangs.org/w/index.php?diff=88067&oldid=88057 * Wixette * (+15) 
06:06:20  [[Meowlang]]  https://esolangs.org/w/index.php?diff=88068&oldid=88066 * Wixette * (+206) 
06:14:08  [[User:Wixette]]  https://esolangs.org/w/index.php?diff=88069&oldid=88052 * Wixette * (+35) 
06:56:54 -!- tromp has joined.
07:03:46 -!- hanif has joined.
07:07:00  nakilon: i think fizzie's got it: code golf stack exchange is a good place to advertise your lang. you can FGITW new code golf challenges, start infinite bounties for answers in your lang https://codegolf.meta.stackexchange.com/q/5243 , nominate your lang for the 'language of the month' https://codegolf.meta.stackexchange.com/q/19279 , and/or start a chatroom for golfing in your lang
07:11:52  oh, and having an online runner for your esolang helps
07:13:40 -!- delta23 has joined.
07:17:54 -!- earendel has quit (Quit: Connection closed for inactivity).
07:19:16  online runner is a good idea
07:30:14  https://ljkrakauer.com/LJK/essays/englishukus.htm -- we say "lift" and "chips"
07:33:10  btw I have a list of ~20 words that are used in Sourthern-Ukrainian dialect of Russian that are not being understood elsewhere -- part of them is from the Zapor. Cossacks slang
07:34:10  also interesting that most of those words can be found in Wiktionary and have example of being used in literature so I assume writers traveled more or idk, but definitely had larger vocabulary than modern usual people
07:34:31 -!- Sgeo has quit (Read error: Connection reset by peer).
07:38:28  few years ago when meeting with my Crimean cousin she said "can you imagine? people here in Moscow don't know the word 'skibka'!" (it's how you call a slice of https://en.wikipedia.org/wiki/Galia_melon)
07:40:29  I checked it on my friend -- yeah, she didn't know it; then recently I used it in a dialog with a person from Bashkiria, also was confused, then I looked up and voila! https://ru.wiktionary.org/wiki/%D1%81%D0%BA%D0%B8%D0%B1%D0%BA%D0%B0 
07:42:23  heh, though both examples of usage in works of literature are by writers from Ukraine, hm
08:13:03 -!- hanif has quit (Ping timeout: 276 seconds).
08:15:09 -!- hanif has joined.
08:20:04  (found that word in a classic "Dal's Explanatory Dictionary" (1863) https://en.wikipedia.org/wiki/Explanatory_Dictionary_of_the_Living_Great_Russian_Language but in a bit weird coupling with meanings)
08:37:22 -!- monoxane3 has joined.
08:39:14 -!- monoxane has quit (Ping timeout: 268 seconds).
08:39:14 -!- monoxane3 has changed nick to monoxane.
09:24:01 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:27:25  I wonder if there is any article about or an example how the first practice of making a ./lib/ dir appeared
09:28:29  like if someone made lib_some.c, lib_another_one.c, and then changed _ with / -- this is a historical event I imagine and would like to see described
09:48:57 -!- tromp has joined.
09:55:23  here in 1969 I see only "sys_lib" http://www.bitsavers.org/pdf/honeywell/multics/swenson/6906.multics-condensed-guide.pdf
09:57:22  it's already "lib" in 1974 https://minnie.tuhs.org/cgi-bin/utree.pl?file=V5/usr/lib
10:02:17 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
10:07:15  wow didn't see this before https://www.tuhs.org/Archive/Distributions/Research/Dennis_v1/UNIX_ProgrammersManual_Nov71.pdf
10:07:54  not OCRed (
10:10:50 -!- tromp has joined.
10:16:33 -!- delta23 has quit (Quit: Leaving).
10:19:44  OCRed here https://www.bell-labs.com/usr/dmr/www/1stEdman.html
10:27:12  [[Special:Log/newusers]] create  * Shinsenai *  New user account
10:35:46 -!- tech_exorcist has joined.
10:50:14  [[Esolang:Introduce yourself]]  https://esolangs.org/w/index.php?diff=88070&oldid=88062 * Shinsenai * (+242) /* Introductions */
11:04:42 -!- hendursaga has joined.
11:04:48 -!- riv has quit (Quit: Leaving).
11:09:37 -!- tech_exorcist has quit (Remote host closed the connection).
11:09:57 -!- Everything has joined.
11:09:57 -!- tech_exorcist has joined.
11:24:19  if you take an example program calculating the factorial it holds a value Accumulator starting from 1 and a value Counter starting with stdin numeral and ending at 0 breaking the loop; essentially writing befunge or rasel code involves deciding which one of those two values should higher and lower on stack so it would use the least number of
11:24:19  read/write/swap instructions to shorten and so simplify the code; I imagine if you add a Threading here, just one thread that would work on decrementing the Counter and checking it for zero it would make it possible to eliminate most (if not all) of the swap instructions
11:26:29  essentially by replacing the swapping with read/write from the thread (which has own clean stack used only for the local needs); now I only think if threads should be arbitrary named or it's enough to have a stack of threads and pushing/pulling from one of two neighbor threads
11:27:40  the idea is that introducing the threads won't make a program any bigger but would rather split it into reusable pieces of primitives
11:28:54  and the same piece of code can spawn more than one thread even for different purposes, like a piece of library
11:36:22  also rasel's program space immutability with pull/push be the only way to exchange data would make it have no race conditions
11:38:36  hm, not until multiple threads spawn other threads so you don't know how to order them, hm
11:39:09  maybe it should be a tree of threads so no cycles
11:42:17  so if thread A spawns threads B, C, D, and then issues the instruction "pull" it waits until B is pushing anything until B is dead, only then switches to pulling from C, then D
11:47:07  [[Velato]]  https://esolangs.org/w/index.php?diff=88071&oldid=51080 * Shinsenai * (+100) Added link to a web frontend for the .NET Velato compiler in the Compilers and Interpreters section
11:54:03 -!- hanif has quit (Ping timeout: 276 seconds).
12:08:11 -!- src has joined.
12:11:31 -!- hanif has joined.
12:14:17 -!- riv has joined.
12:15:55 -!- arseniiv has joined.
12:17:39 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:56:27 -!- hanif has quit (Ping timeout: 276 seconds).
13:28:23 -!- tromp has joined.
13:30:00  fungot: wtf is "ink recognition", and why is OCR no longer good enough?
13:30:01  int-e: write a procedure ( shift proc) where proc is the exception system. but it makes _me_ want to scream
13:31:01  hmm, quite coherent
13:55:52 -!- sprock has quit (Ping timeout: 252 seconds).
14:04:22 -!- Sgeo has joined.
14:06:18 -!- hanif has joined.
14:19:59  there should be arrrrrrghs and kwarrrrrrghs
14:21:47  оust realised "lunatic" isn't "moonatic" for some reason
14:21:49  *just
15:04:26 -!- src has quit (Ping timeout: 268 seconds).
15:13:14 -!- velik has quit (Remote host closed the connection).
15:21:32  int-e: I was under the impression "ink recognition" is specifically about handwriting on a surface that captures the timing of the strokes (meaning you get to use slightly different algorithms), while OCR *could* be about that but is more general and typically performed on raster scans of printed materials.
15:22:57  lol velik can't reconnect because "we are enabling SASL for some IP ranges sometimes"
15:40:05 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:46:07  hwh, btw, just noticed that this thing in GCP worked: velik (~velik@nakilon.pro) -- it's in the settings of Compute Engine
15:46:37  even I don't have just cool hostname like bot now has _<>
15:57:32 -!- delta23 has joined.
16:08:53 -!- tromp has joined.
16:12:46  [[Meowlang]] M https://esolangs.org/w/index.php?diff=88072&oldid=88068 * PythonshellDebugwindow * (+49) /* Interpreters */ Cats for cats
16:13:31 -!- riv has quit (Quit: Leaving).
16:14:20  fizzie: thansk
16:16:13 -!- riv has joined.
16:21:12 -!- hanif has quit (Ping timeout: 276 seconds).
16:28:11 -!- hanif has joined.
16:32:56 -!- sprock has joined.
16:43:55 -!- velik has joined.
16:43:55 -!- velik has quit (Remote host closed the connection).
16:44:36 -!- hanif has quit (Ping timeout: 276 seconds).
16:44:47 -!- Koen_ has joined.
16:45:20 -!- hanif has joined.
16:46:52 -!- velik has joined.
16:55:22 -!- arseniiv has quit (Ping timeout: 260 seconds).
16:59:22 -!- arseniiv has joined.
17:16:27 -!- hanif has quit (Ping timeout: 276 seconds).
17:20:39 -!- hanif has joined.
17:23:43 -!- sprock has quit (Ping timeout: 252 seconds).
17:27:52 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:47:47 -!- velik has quit (Remote host closed the connection).
17:48:15  looks like for languages other than "en" wikidata can have no description
17:48:16 -!- velik has joined.
17:48:35  \wp-fi esolang
17:48:36   Esoteerinen ohjelmointikieli tai esolang on ohjelmointikieli, jotka on suunniteltu testaamaan ohjelmointikielen rakenteen rajoja. Yleensä tavoitteena on osoittaa erikoisia tapoja joilla systeemi voi olla Turing-täydellinen, eli kykenevä simuloimaan minkä tahansa muun tietokoneen tai ohjelman toimintaa. Esoteerisen ohjelmointikielen tarkoitus voi olla myös hauskuuttaa. Esimerkiksi ... https://fi.wikipedia.org/wiki/Esoteerinen_ohjelmointikieli
18:02:07 -!- dutch has quit (Quit: WeeChat 3.2.1).
18:09:03 -!- sprock has joined.
18:11:42 -!- Koen_ has quit (Remote host closed the connection).
18:18:19  [[Velik]]  https://esolangs.org/w/index.php?diff=88073&oldid=88045 * Nakilon * (+432) added examples for \wp and \wa
18:20:59 -!- Koen_ has joined.
18:28:33 -!- sprock has quit (Ping timeout: 268 seconds).
18:30:45 -!- src has joined.
18:31:07 -!- hanif has quit (Quit: quit).
18:31:17 -!- riv has quit (Quit: Leaving).
18:34:18 -!- tromp has joined.
18:39:35 -!- riv has joined.
18:42:42 -!- sprock has joined.
18:48:59 -!- Koen_ has quit (Remote host closed the connection).
18:58:00 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:00:48 -!- velik has quit (Remote host closed the connection).
19:01:20 -!- velik has joined.
19:03:17 -!- tech_exorcist has quit (Quit: Goodbye).
19:12:35 -!- tromp has joined.
19:15:50 -!- riv has quit (Quit: Leaving).
19:17:35 -!- riv has joined.
19:20:58  `tervetuloa
19:21:01  Tervetuloa esoteeristen ohjelmointikielten suunnittelun ja käyttöönoton kansainväliseen keskukseen! Lisätietoa saat wikistämme: . (Muu esoteerisuus: kokeile kanavaa #esoteric joko EFnet- tai Dalnet-verkossa.)
19:26:11  is it called suomi?
19:26:19  what is average word length?
19:27:00 -!- oerjan has joined.
19:48:01 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:52:41  `? welcome.fi
19:52:43  Tervetuloa esoteeristen ohjelmointikielten suunnittelun ja käyttöönoton kansainväliseen keskukseen! Lisätietoa saat wikistämme: . (Muu esoteerisuus: kokeile kanavaa #esoteric joko EFnet- tai Dalnet-verkossa.)
19:52:54  nakilon: ^ the wisdom name that the command cats gives away the language
19:54:24  yeah I realise it's finnish, just wasn't sure that suomi is
19:54:44  is it the same or
19:56:48 -!- sprock has quit (Ping timeout: 265 seconds).
20:01:38  suomi is finnish for finnish hth
20:02:30  like Magyar?
20:02:35  precisely
20:02:42  or norsk
20:03:12  . o O ( or english )
20:03:26 -!- sprock has joined.
20:04:53  ``` set -e; cd /hackenv/wisdom; cat welcome*
20:04:54  Welcome to the international hub for esoteric programming language design and deployment! For more information, check out our wiki: . (For the other kind of esoterica, try #esoteric on EFnet or DALnet.) \ Velcume-a tu zee interneshunel hoob fur isutereec prugremmeeng lungooege-a deseegn und depluyment! Fur mure-a inffurmeshun, check oooot oooor veeki: . (Fur zee oozeer keend ooff isutereeca, try #isutereec oon
20:04:56  no
20:05:08  I wonder if "...sk" is related to suffix "...ск" in Russian
20:05:09  ``` set -e; cd /hackenv/wisdom; ls -df welcome*
20:05:11  welcome \ welcome.bork \ welcome.de \ welcome.eo \ welcome.es \ welcome.fi \ welcome.fr \ welcome.is \ welcome.ja \ welcome.nb \ welcome.nl \ welcome.ru \ welcome.sv \ welcome.tr
20:05:37  nakilon: i wouldn't be surprised
20:05:56  "...ский" means something like "belonging to ...", and there are plenty of town names ending on "sk", "rsk", "nsk"
20:06:28  `welcome.ru
20:06:29  welcome.ru? No such file or directory
20:06:58  `? welcome.ru
20:06:59  ​Добро пожаловать в Международный центр по разработке и внедрению языков эзотерического программирования! Для получения дополнительной информации посетите wiki: . (Для другого типа эзотеризма попробуйте #esoteric в EFnet или DALnet.)
20:07:07  i don't think we have a lot of such town names, but -sk is common suffix for "of nationality". russisk = russian, tysk = german, engelsk = english, svensk = swedish, japansk = japanese
20:07:19  *a common
20:07:31  why tysk? _Oo
20:07:57  nakilon: german in german is "deutsch" which is related
20:08:08  plus/minus a couple historical sound changes
20:10:37  German in Finnish is "saksa" (for the language) or "saksalainen" (for the nationality). Or "Saksa" for the country. Wonder where that's from.
20:10:42  -sk is also used for making adjectives from some other things.
20:10:47  "From Old Saxon Sahsa (“a Saxon, a Low German”), a tribe/people inhabiting northern Germany (not to be confused with modern Saxony." Oh.
20:11:12  Sachsen is still a german region (possibly state)
20:11:12  yeah, russisk = русский, japansk = японский; though not only about nationality but also for example, "belonging to programming" is "програмный", but "related to folks who are programmers" is "программистский"
20:12:22  we also add -isk to -ist, e.g. marxistisk
20:12:32  anglo-sakses were who settled the England is what we studied
20:12:43  We also make Sweden -> Ruotsi. "From archaic ruotsi (“Swede”), borrowed from Old Swedish *roþs- (“related to rowing”) (compare modern Swedish ro (“to row”)); related to Old Norse Roþrslandi (“the land of rowing”), older name of Roslagen from where much of the Swedish-speaking population on the west coast of Finland originates."
20:12:50  In other words, all our country names are wrong.
20:12:58  and i'm not sure whether that's strictly the same suffix or just how we borrow greek/latin -ic-
20:12:58  on lessons of "country study" https://translate.yandex.ru/?text=%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%BE%D0%B2%D0%B5%D0%B4%D0%B5%D0%BD%D0%B8%D0%B5&lang=ru-en
20:14:12  marxistisk / марксистский
20:14:45  And Russia -> Venäjä, "from Proto-Germanic *winidaz (“Slav”)". Clearly we can't manage to call any country by its proper name.
20:14:49  s/wrong/esoteric
20:15:02  wow
20:15:09  btw although tysk = german, germansk = germanic
20:15:13  am I Venajsk?
20:15:32  i don't think finnish uses -sk
20:15:46  If you're Russian, you'd be 'venäläinen'.
20:15:48  certainly not at the end of words
20:16:48  fizzie: ok now i need to know what you call norway
20:17:02  oerjan: Quite boringly, it's just "Norja".
20:17:06  darn
20:17:37  land of nords, I see
20:17:45  I think we must've asked the Swedes what your country should be called.
20:18:09  there were kids who loved to make up names for other kids
20:18:20  yeah i think the swedes write "Norge" like we do but pronounce it as if it were "Norje"
20:18:40  (they may do that with most g+e)
20:18:46  Svärje and Norje.
20:19:26  the je ja also reminds me ья ье
20:19:28  curiously for "Sverige" we pronounce it as "Svärje" too
20:19:45  but "Norge" has a hard g in norwegian
20:20:46  fizzie how do you call CHina?
20:21:36  (that's Kina in norwegian. the K is pronounced as a palatal fricative, almost but not quite same as the swedes do)
20:22:00  I wish I knew what is palatal fricative
20:22:42 -!- tromp has joined.
20:23:21  so it's probably something between "China" and "Китай"
20:24:32  oh google translate has audio
20:25:28  nakilon: i'd been led previously to believe that "хмельно́й" can have the х pronounced that way, but wiktionary's current IPA disagrees
20:25:40  "Kiina". I guess the further away it is, the more likely we're to adopt a name others have too.
20:26:05  Doesn't entirely explain Norway, who we do have a land border with. But that's up in the north where it's all frozen anyway.
20:26:10  Х is more dull than how google translate voiced your word
20:26:36  it's like ХЬ, bit there no words with such digram
20:27:08  Our "Kiina"'s k is just the voiceless velar plosive though.
20:27:09  *bigram
20:29:15  nakilon: the г in мягкий may be closer
20:29:22  oerjan I guess this is that sound lol https://ru.wiktionary.org/wiki/%D1%85%D0%B5%D1%80
20:29:33  (found it on top of https://en.wikipedia.org/wiki/Russian_phonology)
20:31:05  yeah, г sounds more like х if the next letter isn't vowel
20:32:15  nakilon: it's not just that it's like х but that х may also sometimes be palatalized if it's followed by a soft consonant.
20:32:17  in Ukrainian г never sounds like х and is a very recognizable sign of Ukrainian accent
20:32:33  (according to that wikipedia page which i've previously read)
20:35:06  nakilon: figures that swear words can break some of the phonology rules
20:35:20  still not sure what "palatalized" but in all usual uses of х and in хмельной sound appears deeper in your mouth and sounds dull, but in хер to make the 'e' soft (since it's not 'э') the sound starts closer to teeth
20:35:54  yeah, that's a swear word but not that хуй is dull, not like хер ..D
20:35:59  nakilon: palatilized is the linguistic word for what most russian "soft" consonants do
20:36:06  *a
20:36:34  it means closing the palate somewhat in the middle of the mouth
20:36:53  I guess I understand you if you mean those sounds that start like you are a snake ..D
20:38:01  i mean the sounds sometimes written with Ь following (+ a few "always soft" consonants.)
20:38:14  yep
20:38:34  though Ь also adds a short sound Й
20:38:44  like a transition
20:40:20  English speakers sometimes kind of add the Ь inappropriately, like they can't say "devochka", they say "dЬevochka"
20:40:40  can't join d with e for some reason
20:41:16 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:41:32  that's weird since they have words like "daemon" but idk why they do that
20:43:19  i mean Ь at the end of a word or before a consonant. in front of vowel you use a completely different set of vowel letters but i'm too lazy to paste all those
20:43:44  btw about country names -- we have every country named similar to English, but there is an exception about Germany that is "belonging to Germany" is "Nemeckiy"
20:44:17  hm
20:44:30  istr hungarian (magyar) for germany is Nemetország (possibly missing accents)
20:45:05  https://en.wiktionary.org/wiki/N%C3%A9metorsz%C3%A1g
20:45:11  missed one
20:45:31  heh, accent on the first vowel
20:45:40  we have it on 2nd
20:46:18  lol oerjan did you see the synonyms list for хер?
20:46:26  it's the whole page
20:46:42  assuming devochka is https://en.wiktionary.org/wiki/%D0%B4%D0%B5%D0%B2%D1%83%D1%88%D0%BA%D0%B0 it's supposedly a soft d there
20:47:04 -!- tromp has joined.
20:47:10  https://en.wiktionary.org/wiki/%D0%B4%D0%B5%D0%B2%D0%BE%D1%87%D0%BA%D0%B0 but yeah the same sound
20:48:03  well if it's an "е" and it's in Russian (as opposed to eg. Ukranian) then it has to be a soft "д"
20:48:21  (with exceptions, sure)
20:48:55  ah. russian has so many ways of making diminutives ("cute" version of words)
20:49:31  (also, i feel obligated to say i don't really know russian.  i know four songs, that's about it.)
20:50:30  I don't know russian either
20:51:10  it's like 300 ways to bypass the obscene language filter
20:51:13   heh, accent on the first vowel <-- hungarian accents are for length, not stress btw. (the stress is usually (always?) on the first vowel.)
20:51:30  and to be GTFOed in a funny way
20:54:36  I would remove 1/4 of that list though
20:54:50  someone just wanted it to be big
20:54:51 -!- Lord_of_Life has quit (Read error: Connection reset by peer).
20:56:09 -!- sprock has quit (Ping timeout: 268 seconds).
21:15:34 -!- delta23 has quit (Quit: Leaving).
21:18:09 -!- Lord_of_Life has joined.
21:28:28 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:41:05 -!- tromp has joined.
21:42:49 -!- src has quit (Ping timeout: 252 seconds).
22:16:58 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:39:52 -!- sprock has joined.
22:55:10  Re incorrect country names: Apparently “Wales”, “Cornwall”, “Gaul”, “Wallonia”, and “Wallachia” are all related. And “walnut”. See, the Germanic *walhaz originally referred to a certain Celtic tribe, but became generalized to all Celts and then to any foreigner.
23:15:31 -!- simcop2387 has quit (Ping timeout: 268 seconds).
23:15:31 -!- perlbot has quit (Ping timeout: 268 seconds).
23:32:10  if shinh does not add rasel maybe I'll make some shitty analogue specifically for rasel
23:32:38  I could make auth using libera account
23:33:29  looks like there is ircv3 capability to see the privmsg author account so one could message velik to create his account and set or generate password
23:40:55  [[Cammy]] M https://esolangs.org/w/index.php?diff=88074&oldid=87931 * Corbin * (+149) /* Functors */ Floating-point instructions.
23:42:02 -!- arseniiv has quit (Ping timeout: 265 seconds).
23:42:39  [[Illegal Characters]] M https://esolangs.org/w/index.php?diff=88075&oldid=88064 * PythonshellDebugwindow * (+9) Stub
23:42:58  Melvar: huh TIL Gaul is not from Gallia
23:48:10 -!- oerjan has quit (Quit: Nite).