00:02:34 reload and make sure that 38 there makes sense, 00:03:43 I still think sd should be [] 00:04:56 i thought it should be a list of numbers equal to the clean code, and be incremented every time the interpret loop is ran 00:06:12 this is hard to work out :< 00:06:32 the only thing to increment in a loop is what you already do in 41 00:07:17 sd isn't a part of the language machine -- it's just a storage used by user 00:07:37 oh 00:07:44 shit one second then 00:12:45 -!- sprock has joined. 00:12:47 I guess specification does not say what if you goto out of bounds of the code so maybe change the "until (cp+=1) == cl" to "while (0...cl).include?(cp+=1) 00:13:26 -!- simcop2387 has quit (Ping timeout: 245 seconds). 00:14:01 -!- perlbot has quit (Ping timeout: 265 seconds). 00:14:02 why is there a .bundle dir? is it how repl.it works? 00:15:04 yeah, probably 00:17:45 How could you goto out of bounds? The only way to get a value to the D stack is to push the address of the previous instruction, and the only way to set the IP is to either increment it or pop it off of D. 00:19:20 nakilon: ive installed highline, thats how replit deals with it 00:19:24 oh I thought you can push arbitrary value to D 00:19:40 ok then 00:20:22 I'm bad in reading specification today I guess 00:20:45 its good 00:21:54 : without a matching ! does look a little underspecified. Judging from the BASIC code, it's probably just an error though. 00:22:14 Also didn't catch that :! can be nested. 00:22:52 Guess the BF translation wouldn't really go if they couldn't. 00:23:07 I guess I saw a word "corresponding" ! 00:23:30 so it probably means they should be properly nested 00:24:43 'matching "!"' 00:25:22 i think i just might move to gh with this one, shadow it from replit, and allow prs 00:25:25 Given the name of the language, I think it should also enforce a rule that the values on each stack must be monotonic, just to keep it challenging. ;) 00:25:45 and tehre is variable LVL 00:26:20 fizzie: you risk losing bf compatibility that way 00:28:25 fizzie https://esolangs.org/wiki/Hanoiing 00:32:21 -!- Asteriska has quit (Quit: Ping timeout (120 seconds)). 00:32:40 -!- Asteriska has joined. 00:32:42 what did i miss 00:34:25 nothing 00:35:47 cool 00:37:59 -!- delta23 has quit (Quit: Leaving). 00:38:02 -!- Asteriska has quit (Quit: Ping timeout (120 seconds)). 00:38:14 -!- Asteriska has joined. 00:38:17 webchat problems 00:38:29 here it should be https://github.com/foxsouns/HanoiL-Intp-Ruby 00:43:08 -!- simcop2387 has joined. 00:44:22 ive got to go, but if anybody has any ideas, please send an issue or pr to https://github.com/foxsouns/HanoiL-Intp-Ruby. ill set up discussions in a bit 00:44:43 -!- Asteriska has quit (Quit: Client closed). 00:52:40 -!- perlbot has joined. 03:09:40 -!- dbohdan has quit (Read error: Connection reset by peer). 03:10:16 -!- dbohdan has joined. 04:00:51 -!- Lykaina has joined. 04:01:30 -!- Lykaina has left. 06:52:38 -!- dyeplexer has joined. 07:18:11 -!- oerjan has quit (Quit: Nite). 07:46:16 -!- Sgeo has quit (Read error: Connection reset by peer). 08:08:26 -!- hendursa1 has joined. 08:11:12 -!- hendursaga has quit (Ping timeout: 276 seconds). 08:56:04 -!- wib_jonas has joined. 09:45:34 I just realised that has never seen a folder in bin 09:46:09 is there any reason why programs creates executables in, sometimes lots of executables but not joining them in a folder? 09:46:31 so instead of rasel-convert and rasel-ide it would be rasel/convert rasel/ide 09:47:13 yay, a grammar of a person who didn't yet fully wake up 09:51:41 nakilon: it's a unix convention, probably so that when the shell looks up a name the directories in PATH, it doesn't find directories too. you create folders under the lib and share and var directories instead. 09:55:05 I don't see a problem in looking up directories in PATH, it only has to be sure that the last path component is a file 09:55:25 though I'm not even sure it really does such checks if they just use only one depth level 09:57:17 and auto-complete should work fine as I imagine; you type "rase" press tab, get "rasel", press again, get all the binaries in bin/rasel/ 11:00:50 Shells don't look up things with slashes in $PATH. 11:01:20 If you type `foo/bar`, the only executable it will run is $CWD/foo/bar, it won't look for a `foo` subdirectory in directories named in the path. 11:01:20 -!- imode has quit (Ping timeout: 260 seconds). 11:02:54 From `man bash`: "If the command name contains no slashes, the shell attempts to locate it." 11:04:52 It's also the POSIXly correct behavior for `sh`: "If the command name does not contain any characters, the first successful step in the following sequence shall occur: [a whole bunch of search operations]. If the command name contains at least one , the shell shall execute the utility in a separate utility environment with actions equivalent to calling the execl() function defined 11:04:54 in the System Interfaces volume of POSIX.1-2017 with the path and arg0 arguments set to the command name, and the remaining execl() arguments set to the command arguments (if any) and the null terminator." 11:06:46 And the behavior for the `exec*p` series of functions that perform a path search: "If the file argument contains a character, the file argument shall be used as the pathname for this file. Otherwise, the path prefix for this file is obtained by a search of the directories passed as the environment variable PATH --" 11:10:22 fizzie: what's confusing is, HackEgo did use to look up executables with a slash in their name, and we used to have a $HACKENV/bin/le/rn executable that you could invoke by typing `le/rn in IRC message 11:11:23 or... maybe it didn't? 11:11:29 we have a /hackenv/le now, 11:11:36 ``` ls -aF /hackenv/le/ 11:11:37 ​./ \ ../ \ rm@ \ rn@ \ rn_append@ 11:11:48 but hg log says we used to have a /hackenv/bin/le 11:11:52 maybe that was just a mistake 11:13:25 `run hg log --removed -T "{rev}:{date|shortdate}:{desc}\n" /hackenv/bin/le | sed s/ac/aс/ # /hackenv/bin/le was deleted the same day as it was created, so it was probably just a mistake 11:13:27 6838:2016-02-14: rm bin/le \ 6837:2016-02-14: mkx bin/le//echo le 11:13:45 sorry then, probably HackEgo too only looked up executable names with a slash in its wd 11:13:51 "echo le"? 11:14:15 Yeah, though I don't think it's impossible HackEso's command execution semantics have been... unconventional. 11:14:49 that was in 2016, so HackEgo before HackEso, but sure 11:15:19 I was wondering if it would special case a starting backtick followed by a space 11:15:32 ` # but it seems it doesn't do so, that just always fails 11:15:33 ​? Permission denied 11:17:30 and maybe special case backtick followed by slash too 11:17:45 no wait, not that 11:17:52 just backtick followed by slash followed by space 11:21:13 -!- voidio has joined. 11:21:39 -!- iovoid has quit (Ping timeout: 265 seconds). 11:22:37 -!- voidio has changed nick to iovoid. 11:29:16 -!- APic has quit (Quit: leaving). 11:29:56 -!- APic has joined. 11:49:50 -!- arseniiv has joined. 12:07:37 lol google 12:09:04 they uncover that the "free tier" does not work because the disk is of some another type; and still ignore everything I say about the CPU time 12:17:11 on https://logs.esolangs.org/libera-esolangs/2021-09.html#ley whether one of the usual representations of GF(2**8) is the same as the IOCCC representation. David Madore talks about the IOCCC representation in https://twitter.com/gro_tsen/status/1437520279136346114 . I believe the answer is no. 12:27:45 I mean it's just another try of that support guy to "explain" the bill -- he says that my disk is out of Free Tier, but it's just 20% of the bill 12:28:22 it's like I'm in fucking court and he uses all the possible bullshit manipulations to falsely accuse me 12:29:12 in using >720 hours in any insane way like "we have more than 30 days in a month" and now "you was charged because of the wrong disk" -- I don't care that I was charged for disk, it's just $2, tell me about almost $10 already for the CPU 12:29:48 if he won't enable his brain I gotta move to Yandex Cloud 12:30:38 also I was billed in August because it uncovers that e2-micro were not in Free Tier in August yet and I'm not the one who was confused https://www.reddit.com/r/googlecloud/comments/oo55s1/upgraded_free_tier_f1micro_vm_to_an_e2micro/ 12:31:10 also there are people in that thread who were charged for disk too because the default disk type was not from free tier 12:31:38 but it's still not a big deal compared to this CPU nonsense 12:44:44 [[Help.]] N https://esolangs.org/w/index.php?oldid=88619 * WhyNot? * (+605) Created page with "This language is created by [[User:WhyNot?]]. Work in progress!!! Based off Assembly. == Syntax == There are infinite memory slots, which each can hold 1 byte of information...." 12:45:11 [[User:WhyNot?]] https://esolangs.org/w/index.php?diff=88620&oldid=88272 * WhyNot? * (+12) 12:59:07 -!- delta23 has joined. 13:11:39 -!- Guest6186 has joined. 13:11:51 ok 13:13:08 -!- Guest6186 has left. 13:13:32 -!- Hydrazer has joined. 13:14:34 -!- Hydrazer has quit (Client Quit). 13:20:06 -!- phdu has quit (Read error: Connection reset by peer). 13:20:06 -!- xylochoron[m] has quit (Read error: Connection reset by peer). 13:20:07 -!- jryans has quit (Write error: Connection reset by peer). 13:20:07 -!- daggy1234[m] has quit (Read error: Connection reset by peer). 13:20:08 -!- craigo[m] has quit (Write error: Connection reset by peer). 13:20:08 -!- Deewiant has quit (Write error: Connection reset by peer). 13:22:16 -!- xylochoron[m] has joined. 13:25:19 so my latest understanding now that they don't care about the CPU load at all 13:25:20 -!- jryans has joined. 13:25:21 -!- Deewiant has joined. 13:25:21 -!- phdu has joined. 13:25:21 -!- craigo[m] has joined. 13:25:25 -!- velik has quit (Remote host closed the connection). 13:25:30 and bill you for 24 hours a day 13:25:33 -!- daggy1234[m] has joined. 13:25:57 still does not fully sum up, anyway 13:33:19 [[Astridec]] https://esolangs.org/w/index.php?diff=88621&oldid=88602 * PixelatedStarfish * (+206) /* Hello World */ 13:43:49 -!- velik has joined. 13:50:27 [[BracketsLang]] https://esolangs.org/w/index.php?diff=88622&oldid=88611 * PoetLuchnik * (+315) added Alphabet program 13:59:13 -!- sprock has quit (Ping timeout: 265 seconds). 14:20:35 -!- Sgeo has joined. 14:28:45 [[Language list]] M https://esolangs.org/w/index.php?diff=88623&oldid=88575 * WhyNot? * (+12) 14:32:10 [[Help.]] https://esolangs.org/w/index.php?diff=88624&oldid=88619 * WhyNot? * (+56) 14:44:18 -!- Asteriska has joined. 14:44:47 nakilon: you active? 14:45:22 decided to come here so that communications would be quicker 14:47:34 to anyone else interested: im working on an interpreting an old as dirt esolang at https://github.com/foxsouns/HanoiL-Intp-Ruby with n akilon there 14:48:01 esolang in question is Hanoi Love, made for quickbasic in 2001 14:48:14 reimpliment is in ruby 14:51:19 `relcome Asteriska 14:51:22 ​Asteriska: 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.) 14:52:01 hi int-e 14:53:23 Just demonstrating that the channel isn't dead :P (It isn't, you can check the logs. But it's not the busiest of channels either.) 14:53:33 ah, i see 14:56:33 Asteriska I'm partially afk 14:56:46 i see 14:56:52 Ah https://esolangs.org/wiki/Hanoi_Love exists, though it's more of a stub 14:57:56 Oh it has an interpreter in QuickBasic... fun. 14:58:01 i know 14:58:16 unlegible, dos-only, sad 14:58:18 I think that qualifies as esoteric these days. 14:58:42 haha really 14:58:56 although theres no js interpreter for quickbasic yet 14:59:23 (well, technically theres one, but its only been put up to spec enough to run qb's snake) 14:59:48 https://en.wikipedia.org/wiki/QB64 14:59:50 That was a pretty nice game. 14:59:54 Stable release 14:59:54 1.5 / February 28, 2021; 7 months ago 15:00:25 im stuck on chromeos and linux occasionally: it's not an option for me 15:01:03 OSMicrosoft Windows, Linux, macOS 15:01:14 ah 15:01:46 made the assumption that it was win only because the wikipedia page mentioned vista :p 15:01:51 https://github.com/QB64Team/qb64/releases 15:02:50 "QB64 can also use DLL libraries for Windows and C++ headers with a DECLARE LIBRARY block. Users can also access C header files to run C functions." 15:02:56 time to go back to the roots 15:04:50 im stuck on chromeos for the time being: my normal cpu's out of commission atm :( 15:05:43 but what matters is that somebody involved can finally check the original interpreter's specs 15:06:17 like what happens when you under/overflow? and how the fuck does stack d work? 15:06:21 have you run the bundle exec ruby test.rb? does it pass? 15:06:46 Oh no, I have qbasic but no snake.bas 15:06:47 you can continue from there, implementing the rest of instructions and add corresponding tests 15:07:18 (I could dig it up. I remember modifying it so the snakes grow longer) 15:07:30 nakilon: im on it, but havent yet 15:07:49 d is a storage for goto addresses -- see how echo stores the position to then return to on the ! 15:07:52 *echo example 15:11:47 nakilon: works 15:12:01 so you do smth like: when ?' then ss[st].push cp 15:12:02 had to reinstall minitest-around via replit's way 15:12:06 int-e: right, plus we didn't welcome Asteriska yesterday 15:12:45 when ?! then cp = ss[st].pop 15:12:50 smth like that 15:13:24 do you mean you have no ruby installed in your chrome os? 15:14:10 ive been working off of replit, this isnt my device so i cant turn on crostini or use crouton 15:14:42 well, not explicitly mine: it's shared 15:15:33 anyways i will mirror any changes to the github, and vice versa for the replit 15:15:41 btw probably you can also push the cp to any of 4 stacks, you just won't be able to then pop that value in a way to assign it back to cp 15:16:53 the damn GCP provide free of charge shell with 0.6gb RAM and 1 core 15:17:22 you can ssh to it right in a browser without creating a VM instance 15:17:35 wait what? no charge? 15:17:49 any outstanding limits? 15:18:10 no charge, it's made for emergency purposes so you can do things around your cloud, using a fully functional linux right in your browser 15:18:18 i.e. accessing from any device 15:18:48 ffffffuck 15:18:50 just need to authorize in GCP and create the project in the first place, attaching the credit card, etc., it just won't cost anything if you use it only for that 15:19:12 i cant use it, not using my personal account so it decides to nix it 15:19:46 there is also something new I didn't see before https://cloud.google.com/shell 15:20:09 -!- wib_jonas has quit (Quit: Client closed). 15:20:13 i might look at gearhost 15:20:21 looks like vs code I suppose 15:21:08 it's integrated with GCP's code repositories system that is analogue to github, just not for accepting public PRs and stuff; anyway it's an IDE 15:21:42 replit is an ide, with integration with gh 15:22:11 it seems to work fairly well, with a little bit of sandboxing to work around 15:22:18 and the shell I talked about initially is this I suppose https://en.wikipedia.org/wiki/Google_Cloud_Shell 15:22:40 yeah, picked that up from a simple google search of gcp 15:22:42 it's just a machine with no ports opened except of ssh for your connection 15:23:22 id love to mess with that, but my org. account blocks it 15:23:33 I was wrong about the RAM amount 15:24:17 [[Astridec]] https://esolangs.org/w/index.php?diff=88625&oldid=88621 * PixelatedStarfish * (+4) /* Commands */ 15:27:35 heroku provides 25mb ram and iirc up to 64gb storage, over 20 instances 15:27:41 as far as i can tell 15:28:58 oh wait, not 25 haha 15:29:03 read from the wrong section 15:29:09 seems to be half a gig 15:29:55 does seem to be a limit on hours of use per month 15:30:05 oracle cloud also has some free tier. but it's, you know, oracle 15:31:21 thats the java os right 15:31:33 or was it oracle's linux distro 15:31:39 i cant remember 15:32:04 when I last checked heroku wasn't for the 24/7 launched servers 15:32:26 it just allocated resources to handle web requests 15:36:01 fuck it im signing up and investigating 15:36:01 Yandex Cloud has only the serverless part for free for now https://cloud.yandex.ru/docs/billing/concepts/serverless-free-tier 15:36:32 I will probably migrate once they make free VMs 15:37:32 the difference from GCP is that they don't have the VMs with terabytes of RAM and petabytes of disks and I won't need them any way obviously 15:38:14 -!- sprock has joined. 15:38:27 and not much documentation 15:38:53 heroku seems promising for simple programming stuff 15:39:32 we also have two other clouds -- from Mail.ru and from Sberbank but they won't have free tiers 15:40:12 ive got ~three bucks on a prepaid debit card 15:40:28 mailru is small and sberbank is just a bank, I will never trust them 15:40:36 true 15:41:14 they develop their cloud on a machine learning hype selling those GPU clusters 15:41:19 with the yandex option, does what exactly does serverless entail 15:42:23 Asteriska serverless means you host your applications on the machines you don't access in a traditional way like ssh 15:42:31 they connect and scale stuff for you 15:42:41 annoying 15:42:44 hehe 15:42:58 seems like heroku is the same way :< 15:44:01 yeah it's kind of overkill for start, like instead of having a small server always on that handles your web request instantly it would launch the whole new linux machine to process that single request and then shutdown -- all in serveral minutes with a huge lag 15:44:28 quite annoying 15:44:41 but when you are a huge consumer you allocate a ton of instances in the scaling options so this stuff is always on and ready to process and isn't lagging too much 15:45:35 im about to give up and just use copy.sh/x86 15:46:17 velik for example starts a new machine right now to respond 15:46:21 kidding, of course 15:46:29 I was no rid only that, but it distinguishes ok functional with the style I now did around 15:46:53 ? 15:47:05 it took him 12 seconds -- few seconds to start and few seconds to process the request, but if I configure it to have one instance on 24/7 it would be faster 15:47:13 it's a bot 15:47:25 a serverless part of it 15:47:26 oh 15:47:27 bot 15:47:44 ah 15:48:46 ah shit ive got to go for a while 15:50:36 actually the chat reply that velik does is a so called "Cloud Functions", not a "Cloud Run" so it's not really starting a fully new VM, it's something hybrid 15:52:20 it's limited to the chosen runtime, like a "ruby26" in this case, most of the file system is read-only, etc., but it responds faster than Cloud Run; still both are called "serverless" 15:52:43 anyway 15:58:05 oracle cloud is just plain linux VMs: https://docs.oracle.com/en-us/iaas/Content/FreeTier/freetier_topic-Always_Free_Resources.htm 16:00:27 -!- Asteriska has quit (Ping timeout: 256 seconds). 16:07:10 -!- Asteriska has joined. 16:12:21 -!- Asteriska has quit (Ping timeout: 256 seconds). 16:15:29 [[Help.]] https://esolangs.org/w/index.php?diff=88626&oldid=88624 * WhyNot? * (+518) 16:30:31 -!- Koen has joined. 16:31:17 [[Help.]] https://esolangs.org/w/index.php?diff=88627&oldid=88626 * WhyNot? * (+92) 16:31:32 -!- Asteriska has joined. 16:35:18 -!- Asteriska has quit (Client Quit). 16:35:29 -!- Asteriska has joined. 16:35:44 oh my god i am going to choke the liberachat webclient 16:36:42 -!- earendel has quit (Quit: Connection closed for inactivity). 16:36:45 i see from the logs ive missed nothing except my abscense 16:36:51 absence* 16:40:26 [[Help.]] https://esolangs.org/w/index.php?diff=88628&oldid=88627 * WhyNot? * (+144) 16:43:29 [[Help.]] https://esolangs.org/w/index.php?diff=88629&oldid=88628 * WhyNot? * (-62) 17:00:19 -!- imode has joined. 17:09:30 -!- sprock has quit (Ping timeout: 265 seconds). 17:24:20 [[FlipJump]] M https://esolangs.org/w/index.php?diff=88630&oldid=88612 * Tomhe * (+46) /* The Standard Library */ more ops 17:30:19 [[Help.]] https://esolangs.org/w/index.php?diff=88631&oldid=88629 * WhyNot? * (+70) 17:31:10 -!- sprock has joined. 17:33:13 [[Truth-machine]] https://esolangs.org/w/index.php?diff=88632&oldid=88607 * WhyNot? * (+86) 17:34:03 wow so many edits from whynot as of late 17:35:18 Unlike WP, there's no rule about batching edits and using the preview button, so some folks make lots of small edits in a row. 17:37:23 I have thought about adding a gentle suggestion about the preview button, mostly just because of the IRC thing. But it's unclear whether people would notice. 17:38:40 [[Astridec]] https://esolangs.org/w/index.php?diff=88633&oldid=88625 * PixelatedStarfish * (-26) /* Commands */ 17:39:06 [[Astridec]] https://esolangs.org/w/index.php?diff=88634&oldid=88633 * PixelatedStarfish * (-1) /* Commands */ 17:39:22 [[Astridec]] https://esolangs.org/w/index.php?diff=88635&oldid=88634 * PixelatedStarfish * (-1) /* Commands */ 17:40:26 [[Astridec]] https://esolangs.org/w/index.php?diff=88636&oldid=88635 * PixelatedStarfish * (+57) /* Commands */ 17:40:54 -!- src has joined. 17:41:27 [[Astridec]] https://esolangs.org/w/index.php?diff=88637&oldid=88636 * PixelatedStarfish * (+9) /* Commands */ 17:47:49 -!- Asteriska has quit (Quit: Client closed). 17:59:49 sknebel wow "18,000 GB hours per month for free" this sounds like 20 times larger than in GCP 17:59:59 though idk what's the performance of their CPU 18:01:47 fizzie try some CSS like this one https://esolangs.org/wiki/User:Not_applicable to make them notice 18:03:16 oh probably OCPU is something like usual CPU core 18:06:50 -!- delta23 has quit (Quit: Leaving). 18:14:52 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine). 18:17:34 -!- Koen has quit (Remote host closed the connection). 18:17:52 -!- Lord_of_Life has joined. 18:25:18 [[FlipJump]] M https://esolangs.org/w/index.php?diff=88638&oldid=88630 * Tomhe * (+144) output => output_char 18:37:46 -!- dyeplexer has quit (Remote host closed the connection). 18:48:17 -!- Asteriska has joined. 18:57:34 [[Hello world program in esoteric languages (nonalphabetic and A-M)]] M https://esolangs.org/w/index.php?diff=88639&oldid=88586 * Tomhe * (+337) add FlipJump 19:02:39 [[Help.]] https://esolangs.org/w/index.php?diff=88640&oldid=88631 * WhyNot? * (+54) 19:03:18 [[Help.]] M https://esolangs.org/w/index.php?diff=88641&oldid=88640 * WhyNot? * (+1) 19:03:39 [[Help.]] M https://esolangs.org/w/index.php?diff=88642&oldid=88641 * WhyNot? * (-1) 19:16:38 -!- Asteriska has quit (Quit: Ping timeout (120 seconds)). 19:18:34 -!- sprock has quit (Ping timeout: 252 seconds). 19:27:06 -!- Asteriska has joined. 20:00:50 [[Special:Log/newusers]] create * Dlzet * New user account 20:04:41 -!- sprock has joined. 20:30:22 [[Language list]] M https://esolangs.org/w/index.php?diff=88643&oldid=88623 * Larryrl * (+11) /* U */ 20:38:15 -!- sprout_ has quit (Ping timeout: 260 seconds). 20:49:27 -!- Asteriska has quit (Ping timeout: 256 seconds). 20:56:28 -!- sprock has quit (Ping timeout: 252 seconds). 21:20:01 -!- Lord_of_Life_ has joined. 21:20:50 [[Unpl]] N https://esolangs.org/w/index.php?oldid=88644 * Larryrl * (+2824) Created page with "{{lowercase}} {{infobox proglang |name=Unpl |author=[[Larryrl]] |year=[[:Category:2021|2021]] |memsys=[[:Category:Cell-based|Cell-based]] |dimensions=one-dimensional |influenc..." 21:20:56 -!- Lord_of_Life has quit (Ping timeout: 245 seconds). 21:21:34 [[DetailedFuck]] https://esolangs.org/w/index.php?diff=88645&oldid=69380 * Kaveh Yousefi * (+46) Rectified the non-functional Hello, world! example by swapping each opening bracket [ with a closing bracket ] and vice versa. 21:22:30 [[Unpl]] https://esolangs.org/w/index.php?diff=88646&oldid=88644 * Larryrl * (+92) /* Instructions */ 21:22:47 -!- Lord_of_Life_ has changed nick to Lord_of_Life. 21:22:59 [[Unpl]] M https://esolangs.org/w/index.php?diff=88647&oldid=88646 * Larryrl * (+1) /* Examples */ 21:25:23 [[DetailedFuck]] https://esolangs.org/w/index.php?diff=88648&oldid=88645 * Kaveh Yousefi * (+2739) Introduced the Common Lisp code for translating DetailedFuck to brainfuck. 21:26:22 -!- Koen has joined. 21:29:50 [[Unpl]] M https://esolangs.org/w/index.php?diff=88649&oldid=88647 * Larryrl * (+0) /* Instructions */ 21:47:21 -!- Thelie has joined. 21:59:13 -!- iovoid has quit (Ping timeout: 252 seconds). 22:01:12 -!- Koen has quit (Remote host closed the connection). 22:03:28 -!- iovoid has joined. 22:13:29 -!- sprout has joined. 22:19:31 [[Chainfall]] N https://esolangs.org/w/index.php?oldid=88650 * Fmbalbuena * (+221) redirect page 22:25:13 [[Special:Log/newusers]] create * Shovel * New user account 22:28:44 -!- Thelie has quit (Remote host closed the connection). 22:28:47 -!- fungot has quit (Ping timeout: 250 seconds). 22:31:49 [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=88651&oldid=88609 * Shovel * (+186) /* Introductions */ 22:32:17 -!- Koen has joined. 22:32:43 [[DetailedFuck]] M https://esolangs.org/w/index.php?diff=88652&oldid=88648 * Kaveh Yousefi * (-1) Amended an orthographic error in the Common Lisp code by changing the word instructions to its singular form instruction. 22:33:08 Weird, the fungot computer just rebooted out of nowhere. 22:33:19 Heard a beep from there and all. 22:35:36 -!- fungot has joined. 22:37:02 it's evolving 22:37:03 No idea what was up with that. Nothing in the logs either; I don't have persistent systemd journal, and the more old-fashioned /var/log/messages and such just have normal log events, a few hundred bytes of '\0's, and then the boot messages. 22:37:09 needs to shed the skin to grow 22:37:32 Oh well. Maybe it was a glitchy power thing or something. I don't have any UPS or filtering on it or anything. 22:37:37 fungot: Can you shed any light on this? 22:37:37 fizzie: i think most of the picture. i still don't think it would pay off to eat 22:37:58 that's eat 22:38:00 fungot: Well, yes, definitely don't try *eating* anything. 22:38:00 fizzie: the virtual address space is still 32-bits, though? 22:38:02 you don't feed him 22:38:15 &that's it 22:45:56 -!- src_ has joined. 22:47:58 -!- src_ has quit (Client Quit). 22:49:13 -!- src has quit (Ping timeout: 252 seconds). 23:00:47 -!- src has joined. 23:06:28 -!- Koen has quit (Quit: Leaving...). 23:09:29 -!- hendursaga has joined. 23:12:06 -!- hendursa1 has quit (Ping timeout: 276 seconds). 23:24:16 -!- arseniiv has quit (Ping timeout: 245 seconds). 23:41:49 [[Unpl]] M https://esolangs.org/w/index.php?diff=88653&oldid=88649 * PythonshellDebugwindow * (+5) user namespace 23:43:30 [[Help.]] M https://esolangs.org/w/index.php?diff=88654&oldid=88642 * PythonshellDebugwindow * (+24) /* Truth Machine */ cat