stalker mode ↑2024 ↑all
2024-04-10
[...]
08:53:29 -!- razetime has joined.
09:14:37 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=126030&oldid=126018 * MaraNamuci * (+1239) Added Introduction
10:35:24 -!- Lord_of_Life_ has joined.
10:36:36 -!- Lord_of_Life has quit (Ping timeout: 252 seconds).
10:36:46 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
10:59:49 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:03:49 -!- visilii has quit (Quit: ZNC 1.9.0 - https://znc.in).
11:04:39 -!- visilii has joined.
11:08:00 -!- Koen_ has quit (Read error: Connection reset by peer).
11:22:08 -!- amby has joined.
11:45:20 -!- ajal has joined.
11:47:52 -!- amby has quit (Ping timeout: 256 seconds).
11:59:32 -!- ajal has quit (Ping timeout: 260 seconds).
12:05:39 -!- tromp has joined.
12:15:41 -!- lisbeths has quit (Quit: Connection closed for inactivity).
12:43:52 -!- Koen_ has joined.
12:45:59 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:06:37 -!- razetime has quit (Ping timeout: 255 seconds).
13:16:40 -!- perlbot has quit (Quit: ZNC 1.8.2+deb3.1 - https://znc.in).
13:16:40 -!- simcop2387 has quit (Quit: ZNC 1.8.2+deb3.1 - https://znc.in).
13:27:48 -!- tromp has joined.
13:34:56 -!- simcop2387 has joined.
13:36:30 -!- perlbot has joined.
13:38:41 -!- __monty__ has quit (Quit: leaving).
14:15:18 -!- ais523 has joined.
14:15:24 <ais523> `olist 1301
14:15:27 <HackEso> olist <https://www.giantitp.com/comics/oots1301.html>: shachaf oerjan Sgeo FireFly boily nortti b_jonas
14:17:33 <esolangs> [[Special:Log/move]] move * Ais523 * moved [[Esolang:Sandbox 2]] to [[User:MihaiEso/Sandbox 2]]: we don't need two sandboxes in mainspace
14:21:04 -!- ais523 has quit (Quit: sorry about my connection).
14:21:17 -!- ais523 has joined.
14:28:06 <Noisytoot> `echo Noisytoot >> /hackenv/bin/olist
14:28:07 <HackEso> Noisytoot >> /hackenv/bin/olist
14:28:53 <Noisytoot> ` echo Noisytoot >> /hackenv/bin/olist
14:28:54 <HackEso> ​? Permission denied
14:29:33 <ais523> isn't olist a shell script?
14:29:37 <ais523> `cat /hackenv/bin/olist
14:29:38 <HackEso> ​#!/bin/bash \ set -e; n=$*; [[ $n = +([0-9]) ]] && n=https://www.giantitp.com/comics/oots$n.html; echo -n "olist${n:+ }<$n>: "; tail -n+3 "$0" | xargs; exit \ shachaf \ oerjan \ Sgeo \ FireFly \ boily \ nortti \ b_jonas
14:29:44 <ais523> ah, I see
14:29:58 <ais523> `` echo Noisytoot >> /hackenv/bin/olist
14:30:02 <HackEso> No output.
14:30:05 <ais523> `cat /hackenv/bin/olist
14:30:06 <HackEso> ​#!/bin/bash \ set -e; n=$*; [[ $n = +([0-9]) ]] && n=https://www.giantitp.com/comics/oots$n.html; echo -n "olist${n:+ }<$n>: "; tail -n+3 "$0" | xargs; exit \ shachaf \ oerjan \ Sgeo \ FireFly \ boily \ nortti \ b_jonas \ Noisytoot
14:30:09 <ais523> Noisytoot: there you go
14:30:28 <ais523> need the double ` to actually run it through a shell, otherwise it just tries to use the executable directly
14:33:10 <esolangs> [[Text]] https://esolangs.org/w/index.php?diff=126032&oldid=115843 * PrySigneToFry * (+101)
14:37:16 <esolangs> [[User talk:/w/wiki/index.php/Talk:index.php/Main page]] https://esolangs.org/w/index.php?diff=126033&oldid=126009 * PrySigneToFry * (+102)
14:39:29 <esolangs> [[User talk:None1]] https://esolangs.org/w/index.php?diff=126034&oldid=125967 * PrySigneToFry * (+113)
14:42:42 -!- ais523 has quit (Quit: sorry about my connection).
14:42:55 -!- ais523 has joined.
14:44:45 -!- ais523 has quit (Client Quit).
14:44:58 -!- ais523 has joined.
14:45:19 <FireFly> `` grep -v FireFly /hackenv/bin/olist >/tmp/foo && cat /tmp/foo >/hackenv/bin/olist
14:45:22 <HackEso> No output.
14:45:25 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:46:09 <ais523> `cat /hackenv/bin/olist
14:46:10 <HackEso> ​#!/bin/bash \ set -e; n=$*; [[ $n = +([0-9]) ]] && n=https://www.giantitp.com/comics/oots$n.html; echo -n "olist${n:+ }<$n>: "; tail -n+3 "$0" | xargs; exit \ shachaf \ oerjan \ Sgeo \ boily \ nortti \ b_jonas \ Noisytoot
14:46:32 <ais523> I guess I should be pasting it rather than catting it, to avoid pings
14:46:52 <Noisytoot> there's #esolangs-blah
14:47:05 <FireFly> or just a query
14:48:04 <FireFly> I guess I could've sed -i'd in retrospect, ahwell
14:48:21 -!- wib_jonas has joined.
14:48:24 <wib_jonas> or on https://hack.esolangs.org/repo/diff/tip/bin/olist
14:49:13 <wib_jonas> `url /hackenv/bin/olist
14:49:14 <HackEso> https://hack.esolangs.org/repo/file/tip/bin/olist
14:50:42 <ais523> that's basically what `paste does, isn't it?
14:50:47 <ais523> `paste /hackenv/bin/olist
14:50:48 <HackEso> https://hack.esolangs.org/repo/file/tip/bin/olist
14:50:54 <ais523> oh, not just "basically" :-)
14:51:02 <ais523> `cat /hackenv/bin/url
14:51:03 <HackEso> ​#!/usr/bin/env python \ import sys, os.path, re, urllib \ if len(sys.argv) <= 1: \ print "https://hack.esolangs.org/repo/" \ else: \ f = os.path.abspath(sys.argv[1]) \ f = re.sub(r"^/+hackenv/", "", f) \ if re.match(r"/|\.hg(?:/|$)",f): \ sys.exit("File is outside web-viewable filesystem repository.") \ elif re.match(r"tmp(?:/|$)",f): \ print ("https://hack.esolangs.org/" + urllib.quote(f)) \ else: \ print
14:51:06 <ais523> `cat /hackenv/bin/paste
14:51:07 <HackEso> ​#!/bin/bash \ if [ "$1" ] && url "$1" 2>/dev/null # Save making a file when it already exists. \ then \ true \ else \ PASTENUM="$RANDOM" \ \ mkdir -p $HACKENV/tmp/paste \ \ url $HACKENV/tmp/paste/paste."$PASTENUM" \ cat -- "${1--}" > $HACKENV/tmp/paste/paste."$PASTENUM" \ fi
14:52:26 <Noisytoot> `ls /tmp
14:52:27 <HackEso> No output.
14:52:59 <ais523> I think /tmp gets cleaned between every command
14:54:03 <int-e> `? cat
14:54:05 <HackEso> Cats are cool, but should be illegal.
14:54:40 <wib_jonas> yes, https://esolangs.org/wiki/HackEso#/tmp
14:56:48 <ais523> I forgot HackEso has actual instructions nowadays
14:58:05 <FireFly> `? IRP
14:58:07 <HackEso> IRP? ¯\(°​_o)/¯
14:59:08 <wib_jonas> just some of the instructions, I didn't bother writing most of them down
14:59:25 <wib_jonas> theoretically there's also a whatis
14:59:27 <wib_jonas> `whatis paste
14:59:28 <HackEso> paste(1) - merge lines of files \ paste(1p) - merge corresponding or subsequent lines of files \ paste(1hackeso) - print URL to read a file in hackenv through web \ paste(8lambdabot) - no description
14:59:28 <wib_jonas> `whatis url
14:59:29 <HackEso> url(7) - uniform resource identifier (URI), including a URL or URN \ url(1hackeso) - print URL for a file in the hackenv hg repository and web access of the repository \ url(8lambdabot) - no description
14:59:56 <wib_jonas> but that's mostly just all written by me and probably not many people edited or added whatis entries
15:00:14 <int-e> `whatis this
15:00:15 <HackEso> this: nothing appropriate.
15:00:32 <FireFly> `` whatis paste 1hackeso
15:00:34 <HackEso> paste(1) - merge lines of files \ paste(1p) - merge corresponding or subsequent lines of files \ paste(1hackeso) - print URL to read a file in hackenv through web \ paste(8lambdabot) - no description \ 1hackeso: nothing appropriate.
15:00:37 <FireFly> hmm
15:00:43 <FireFly> `whatis paste(1hackeso)
15:00:44 <HackEso> paste(1hackeso) - print URL to read a file in hackenv through web
15:01:05 <FireFly> that's neat though
15:01:11 <wib_jonas> thanks
15:01:20 <wib_jonas> I think there's a
15:01:22 <wib_jonas> `whatis makewhatis
15:01:23 <HackEso> makewhatis: nothing appropriate.
15:01:28 <wib_jonas> `whatis addwhatis
15:01:29 <HackEso> addwhatis(1hackeso) - modify the database of one-line manual page descriptions
15:01:35 <wib_jonas> to edit it
15:03:16 <FireFly> `paste addwhatis
15:03:18 <HackEso> https://hack.esolangs.org/tmp/addwhatis
15:03:28 <FireFly> wait right
15:03:43 <FireFly> `url /hackenv/bin/addwhatis
15:03:45 <HackEso> https://hack.esolangs.org/repo/file/tip/bin/addwhatis
15:15:26 -!- razetime has joined.
15:18:58 -!- tromp has joined.
15:28:41 <esolangs> [[Bleh]] N https://esolangs.org/w/index.php?oldid=126035 * Ashli Katt * (+6323) Created page with "{{infobox proglang |name=Bleh |paradigms=Functional |author=[[User:Ashli Katt|Ashli Katt]] |year=[[:Category:2024|2024]] |refimpl=Unimplemented |class=Unknown |files=<code>.bleh</code> }} == Overview == Bleh is a functional language with some imperative aspects. A Bleh
15:29:41 <esolangs> [[Bleh]] https://esolangs.org/w/index.php?diff=126036&oldid=126035 * Ashli Katt * (+161) Add tags oopsies
15:31:29 <Noisytoot> `ls /hackenv/tmp
15:31:31 <HackEso> ​🌱 \ 3 \ a.o \ a.out \ asmbf-1.2.7 \ banana.txt \ bef2 \ bfi \ bin \ Burlesque \ canary \ carrot.txt \ compiled_brachylog.pl \ egel-master \ egel-scripts \ egel.zip \ eGtbSgN68aHU \ foo \ JoaoDir \ just \ karma \ le \ nonoodl \ olist.new \ output.b \ paste \ pd \ pd.c \ perlV \ pikhqbow_tst \ program \ -.s \ spline \ spout \ stall \ test \ test.sh \ this.py \ tmp \ wisdomls.txt \ wise-urls.txt \ xaa
15:35:13 <Noisytoot> `url /hackenv/bin/`
15:35:14 <HackEso> https://hack.esolangs.org/repo/file/tip/bin/%60
15:35:41 <Noisytoot> `` echo a | rnoodl
15:35:42 <HackEso> ​/hackenv/bin/`: line 5: rnoodl: command not found
15:35:50 <Noisytoot> `` echo a | rnooodl
15:35:51 <HackEso> a
15:36:12 <FireFly> cat /tmp/🌱
15:36:16 <FireFly> `cat /tmp/🌱
15:36:17 <HackEso> cat: /tmp/🌱: No such file or directory
15:36:22 <int-e> `` pwd
15:36:22 <FireFly> `cat /hackenv/tmp/🌱
15:36:23 <HackEso> ​#!/bin/bash \ a=(${@// / }) \ python3 -c"import random as r;x=range;r.seed(${a[1]});print(''.join([chr(([*x(32,127), 10])[int(r.random()*96)]) for i in x(${a[0]})]))"
15:36:24 <HackEso> ​/hackenv/tmp
15:36:29 <FireFly> (shh I promise I'm awake)
15:36:32 <int-e> `` cat carrot.txt
15:36:33 <HackEso> No output.
15:36:45 <int-e> `` od -tx1 < carrot.txt
15:36:47 <HackEso> 0000000
15:36:47 <Noisytoot> `` echo nooodl | rnooodl
15:36:49 <HackEso> nooooooooodl
15:36:52 <int-e> `` rm carrot.txt
15:36:53 <HackEso> No output.
15:36:58 <Noisytoot> `` echo nooodl
15:36:59 <HackEso> noooooooodl
15:37:15 <Noisytoot> why does rnooodl exist?
15:37:43 <int-e> `hurl bin/rnooodl
15:37:45 <HackEso> File is outside web-viewable filesystem repository.
15:37:54 <int-e> `hurl ../bin/rnooodl
15:37:55 <HackEso> https://hack.esolangs.org/repo/log/tip/bin/rnooodl
15:38:24 -!- Koen_ has quit (Ping timeout: 260 seconds).
15:38:55 <shachaf> ais523: Don't we have a script to avoid pings? Maybe it's only for hg logs.
15:42:47 <esolangs> [[Bleh]] https://esolangs.org/w/index.php?diff=126037&oldid=126036 * Ashli Katt * (+656)
15:47:23 <esolangs> [[Bleh]] https://esolangs.org/w/index.php?diff=126038&oldid=126037 * Ashli Katt * (+4)
15:51:11 <ais523> shachaf: we do but I'm not sure what circumstances it gets used in
15:53:29 <int-e> `" butt
15:53:31 <HackEso> 1/1:669) <Phantom_Hoover> There.... is a box of Gardasil next to the butter in my fridge. <Phantom_Hoover> At least my sandwich will be immune to cervical cancer *and* genital warts, I suppose. \ 1129) <Sgeo> I don't like having an infinitely large close button on my browser
15:56:16 <esolangs> [[Bleh]] https://esolangs.org/w/index.php?diff=126039&oldid=126038 * Ashli Katt * (+602) /* Examples */
15:56:46 <fizzie> rnooodl exists for "historical reasons".
15:57:17 <int-e> butt butt butt
15:58:19 <fizzie> It should probably be removed from $HACKENV/bin/` though.
15:58:34 <int-e> (cf. https://logs.esolangs.org/freenode-esoteric/2013-05-15.html#lgj )
16:00:24 <esolangs> [[User:Ashli Katt]] https://esolangs.org/w/index.php?diff=126040&oldid=120426 * Ashli Katt * (+73)
16:00:34 <fizzie> fungot: Do those project managers still have their board meetings on the street?
16:00:35 <fungot> fizzie: central time on the first i just know the appropriate.
16:11:58 -!- razetime has quit (Ping timeout: 246 seconds).
16:22:36 <wib_jonas> oh nice, you got fungot working? hi fungot
16:22:36 <fungot> wib_jonas: we ship to: street address: city: state: zip: country: i sit here and feel of rate schedules is march 6 on how the two years.
16:23:50 <shachaf> ais523: It looks like it's only for hg logs.
16:24:03 <shachaf> `cat /hackenv/bin/hlnp
16:24:04 <HackEso> scowrevs="$(/usr/bin/paste -sd'|' /hackenv/share/scowrevs)"; hg log -r "tip:0 & ! ($scowrevs)" "$@" | sed 's/\(\(^\| \)[<Itb][^ ]*\)\([^ ][^ ]\)/\1̈\3/'
16:24:50 <wib_jonas> I usually invoke hg directly and in private. I don't trust all the wrappers and don't feel like they give me any added value.
16:25:26 <wib_jonas> at one point I tried to write my own wrapper, but then gave up on it
16:39:29 -!- helle has joined.
16:46:14 -!- wib_jonas has quit (Quit: Client closed).
16:48:01 <esolangs> [[Fairytale]] https://esolangs.org/w/index.php?diff=126041&oldid=125969 * LEOMOK * (+0) 4 not 5
16:54:08 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:10:44 -!- tromp has joined.
17:31:01 -!- amby has joined.
17:54:31 -!- b_jonas has joined.
18:21:33 -!- ais523 has quit (Remote host closed the connection).
18:22:47 -!- ais523 has joined.
19:52:04 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:03:05 -!- tromp has joined.
20:13:50 <esolangs> [[Bleh]] https://esolangs.org/w/index.php?diff=126042&oldid=126039 * Ashli Katt * (-5) /* Functions */
21:00:45 <esolangs> [[Swordfish]] https://esolangs.org/w/index.php?diff=126043&oldid=126026 * Kaveh Yousefi * (+0) Rectified the description of the mirror instructions / and \, their effects had been confounded.
21:16:11 <esolangs> [[Bleh]] https://esolangs.org/w/index.php?diff=126044&oldid=126042 * Ashli Katt * (+348)
21:23:13 <esolangs> [[Bleh]] https://esolangs.org/w/index.php?diff=126045&oldid=126044 * Ashli Katt * (+285) /* Examples */
21:23:45 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126046&oldid=126045 * Ashli Katt * (-9) /* Examples */
21:40:28 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126047&oldid=126046 * Ashli Katt * (+84) Clarify whitespace
21:41:13 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126048&oldid=126047 * Ashli Katt * (+3)
21:42:33 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126049&oldid=126048 * Ashli Katt * (-16)
22:00:57 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:09:29 <esolangs> [[Compaline]] https://esolangs.org/w/index.php?diff=126050&oldid=125978 * Ice Bird * (+1)
22:14:01 -!- Sgeo has joined.
22:42:07 -!- Koen_ has joined.
22:47:34 <esolangs> [[Onione]] N https://esolangs.org/w/index.php?oldid=126051 * BoundedBeans * (+8074) Created page with "Onione is an esolang by [[User:BoundedBeans]] based on Stable Diffusion images of piles of onions. ==Syntax== Everything in Onione is an expression. Every expression type has a series of uppercase letters and colons followed by a pair of square brackets with an amp
22:48:04 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126052&oldid=125805 * BoundedBeans * (+13)
22:48:15 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=126053&oldid=124157 * BoundedBeans * (+12)
23:00:16 <esolangs> [[Drive-In Window JSON]] N https://esolangs.org/w/index.php?oldid=126054 * BoundedBeans * (+5968) Created page with "Drive-In Window JSON is an esolang by [[User:BoundedBeans]] capturing the semantics of [[Drive-In Window]] but in JSON format. ==Namespaced IDs== A namespaced ID follows this format: Author.ExtensionName/IndividualID The Author, ExtensionName, and In
23:00:46 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126055&oldid=126052 * BoundedBeans * (+27)
23:01:19 <esolangs> [[User:BoundedBeans]] https://esolangs.org/w/index.php?diff=126056&oldid=126053 * BoundedBeans * (+26)
23:12:23 <esolangs> [[Drive-In Window]] https://esolangs.org/w/index.php?diff=126057&oldid=93003 * BoundedBeans * (+664) Added implementation and see also section
23:24:34 <esolangs> [[User:Ashli Katt]] https://esolangs.org/w/index.php?diff=126058&oldid=126040 * Ashli Katt * (+90)
23:24:36 -!- Koen_ has quit (Ping timeout: 260 seconds).
23:25:33 <esolangs> [[User:Ashli Katt]] M https://esolangs.org/w/index.php?diff=126059&oldid=126058 * Ashli Katt * (+16)
23:26:46 <esolangs> [[User:Ashli Katt]] M https://esolangs.org/w/index.php?diff=126060&oldid=126059 * Ashli Katt * (+16)
23:32:33 <esolangs> [[Truth-machine]] https://esolangs.org/w/index.php?diff=126061&oldid=125948 * Ashli Katt * (+155) Add 1.83 - [[Bleh]] to implementations section
23:41:38 <esolangs> [[Bleh]] https://esolangs.org/w/index.php?diff=126062&oldid=126049 * Ashli Katt * (+739) Make comments easier to read
23:43:18 -!- amby has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
23:43:40 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126063&oldid=126062 * Ashli Katt * (-3) /* Booleans */
23:49:03 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126064&oldid=126063 * Ashli Katt * (+181) /* Booleans */
23:49:32 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126065&oldid=126064 * Ashli Katt * (-3) /* Booleans */
23:57:33 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126066&oldid=126065 * Ashli Katt * (-2) /* Functions */
23:59:42 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126067&oldid=126066 * Ashli Katt * (+45) /* Expressions */
2024-04-11
00:03:56 <esolangs> [[Bleh]] https://esolangs.org/w/index.php?diff=126068&oldid=126067 * Ashli Katt * (+162) /* Patterns */
00:04:34 <esolangs> [[Bleh]] https://esolangs.org/w/index.php?diff=126069&oldid=126068 * Ashli Katt * (+6) /* Patterns */
00:20:29 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126070&oldid=126069 * Ashli Katt * (+452) /* Examples */
00:20:40 <esolangs> [[Bleh]] https://esolangs.org/w/index.php?diff=126071&oldid=126070 * Ashli Katt * (+1) /* Simple Numbers */
00:38:16 -!- Melvar has quit (Ping timeout: 255 seconds).
00:51:19 -!- Melvar has joined.
01:01:42 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=126072&oldid=126013 * OrangeDied * (+1710) we now have the meats
01:13:36 -!- MrAureliusR has quit (Ping timeout: 268 seconds).
01:31:05 -!- MrAureliusR has joined.
01:52:51 -!- MrAureliusR has quit (Ping timeout: 272 seconds).
02:06:33 -!- orang has joined.
02:06:53 <orang> shit they got people with skin in here?
02:08:28 -!- orang has quit (Client Quit).
02:10:43 -!- visilii_ has joined.
02:13:47 -!- visilii has quit (Ping timeout: 252 seconds).
02:16:09 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126073&oldid=126071 * Ashli Katt * (+623) /* Simple Numbers */
04:45:23 -!- ais523 has quit (Quit: quit).
06:00:04 -!- Sgeo has quit (Read error: Connection reset by peer).
06:43:58 -!- tromp has joined.
08:36:15 <esolangs> [[User:MihaiEso]] https://esolangs.org/w/index.php?diff=126074&oldid=125754 * MihaiEso * (+34)
08:58:34 <esolangs> [[Special:Log/newusers]] create * Catto.4 * New user account
09:05:09 <esolangs> [[Esolang:Introduce yourself]] M https://esolangs.org/w/index.php?diff=126075&oldid=126030 * Catto.4 * (+236) Added my introduction
09:08:47 <esolangs> [[Special:Log/newusers]] create * StebeWyntontje * New user account
10:28:41 <esolangs> [[Special:Log/newusers]] create * SteveWyntontje * New user account
10:37:25 -!- Lord_of_Life_ has joined.
10:37:36 -!- Lord_of_Life has quit (Ping timeout: 252 seconds).
10:40:16 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
10:50:50 -!- amby has joined.
11:25:06 -!- ManDeJan has quit (Remote host closed the connection).
11:25:06 -!- ursa-major has quit (Read error: Connection reset by peer).
11:25:17 -!- ManDeJan has joined.
11:25:22 -!- ursa-major has joined.
11:25:57 -!- ursa-major has quit (Remote host closed the connection).
11:26:24 -!- ManDeJan has quit (Remote host closed the connection).
11:28:10 -!- ManDeJan has joined.
11:28:15 -!- ursa-major has joined.
11:41:50 -!- chiselfuse has quit (Ping timeout: 260 seconds).
11:43:39 -!- chiselfuse has joined.
13:41:54 -!- Sgeo has joined.
14:43:22 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:58:14 <esolangs> [[2/9 of an esolang]] https://esolangs.org/w/index.php?diff=126076&oldid=125280 * BoundedBeans * (+3872) Clarified how interleaved programs work
15:01:34 <esolangs> [[2/9 of an esolang]] https://esolangs.org/w/index.php?diff=126077&oldid=126076 * BoundedBeans * (+375) Clarified multi-character commands
15:05:09 <esolangs> [[2/9 of an esolang]] https://esolangs.org/w/index.php?diff=126078&oldid=126077 * BoundedBeans * (+217) Clarified {} command with interleaved or replacement programs
15:13:57 -!- tromp has joined.
15:18:12 <esolangs> [[Buttons]] https://esolangs.org/w/index.php?diff=126079&oldid=123835 * AnotherUser05 * (+18) /* Cat Programs */
15:18:55 <esolangs> [[Buttons]] https://esolangs.org/w/index.php?diff=126080&oldid=126079 * AnotherUser05 * (+2) /* Cat Programs */
15:19:16 <esolangs> [[Buttons]] https://esolangs.org/w/index.php?diff=126081&oldid=126080 * AnotherUser05 * (+3) /* Cat Programs */
15:19:23 -!- __monty__ has joined.
15:44:33 <esolangs> [[Use of AI in esoteric languages]] https://esolangs.org/w/index.php?diff=126082&oldid=125727 * MihaiEso * (+18) /* Esoteric languages invented by AI */
15:56:40 <esolangs> [[AIGenLang]] N https://esolangs.org/w/index.php?oldid=126083 * MihaiEso * (+3051) Created page with "AIGenLang is an esolang prompted by Mihai Popa and generated by ChatGPT (using the GPT-3.5 LLM). ==Command table== This is the command table: <pre> ADD - Add two numbers SUB - Subtract two numbers MUL - Multiply two numbers DIV - Divide two numbers PRINT - Output t
15:56:44 <esolangs> [[Use of AI in esoteric languages]] https://esolangs.org/w/index.php?diff=126084&oldid=126082 * MihaiEso * (+16) /* Esoteric languages invented by AI */
16:02:20 <esolangs> [[AIGenLang]] https://esolangs.org/w/index.php?diff=126085&oldid=126083 * MihaiEso * (+93) Added categories.
16:03:43 <esolangs> [[2/9 of an esolang]] https://esolangs.org/w/index.php?diff=126086&oldid=126078 * BoundedBeans * (+1957) Added Programming tips section
16:04:31 <esolangs> [[AI-Generated Esolang]] https://esolangs.org/w/index.php?diff=126087&oldid=121218 * MihaiEso * (+29) /* Syntax */
16:05:03 <esolangs> [[Category:Generated by AI]] N https://esolangs.org/w/index.php?oldid=126088 * MihaiEso * (+49) Created page with "This category is for languages generated by a AI."
16:05:14 <esolangs> [[AIGenLang]] https://esolangs.org/w/index.php?diff=126089&oldid=126085 * MihaiEso * (+29) /* Factorial Program */
16:06:15 <esolangs> [[BittyLang]] https://esolangs.org/w/index.php?diff=126090&oldid=125327 * MihaiEso * (+29) /* Interpreter in Python */
16:06:29 <esolangs> [[MoonScript]] https://esolangs.org/w/index.php?diff=126091&oldid=120272 * MihaiEso * (+29) /* Interpreter */
16:06:47 <esolangs> [[GPTLang]] https://esolangs.org/w/index.php?diff=126092&oldid=121023 * MihaiEso * (+29) /* Concepts */
16:25:12 <esolangs> [[2/9 of an esolang]] https://esolangs.org/w/index.php?diff=126093&oldid=126086 * BoundedBeans * (+301) Added new commands
16:27:30 <esolangs> [[2/9 of an esolang]] https://esolangs.org/w/index.php?diff=126094&oldid=126093 * BoundedBeans * (-7) Cleaned up some formatting
17:26:45 <esolangs> [[2/9 of an esolang]] https://esolangs.org/w/index.php?diff=126095&oldid=126094 * BoundedBeans * (+145) Added extensibility
18:15:59 <b_jonas> oh hey. tom7 changed http://tom7.org/bovex/ from a directory listing containing the article but no source code to a tiny text file saying "Coming soon :)". I take that as meaning that he wasn't just waiting to publish after the conference, but the code isn't in a publishable state yet.
18:17:20 <esolangs> [[BoVeX]] https://esolangs.org/w/index.php?diff=126096&oldid=125987 * B jonas * (+109) pre-order now!
20:16:27 <esolangs> [[Special:Log/newusers]] create * Fysh-Fyve * New user account
20:45:30 <esolangs> [[2/9 of an esolang]] https://esolangs.org/w/index.php?diff=126097&oldid=126095 * BoundedBeans * (-20) Removed "two ways" because I forgot the second way
20:46:02 <esolangs> [[2/9 of an esolang]] M https://esolangs.org/w/index.php?diff=126098&oldid=126097 * BoundedBeans * (+1) Missing colon
20:51:56 <esolangs> [[Signal]] M https://esolangs.org/w/index.php?diff=126099&oldid=126023 * PythonshellDebugwindow * (+114) Stub, categories, misc.
20:57:52 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:17:12 -!- __monty__ has quit (Quit: leaving).
23:42:43 -!- craigo has joined.
2024-04-12
00:02:37 -!- Noisytoot has quit (Remote host closed the connection).
00:03:29 -!- Noisytoot has joined.
00:27:29 -!- amby has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
00:30:05 -!- craigo has quit (Ping timeout: 240 seconds).
01:03:23 <esolangs> [[Special:Log/newusers]] create * TheFullestCircle * New user account
01:07:58 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=126100&oldid=126075 * TheFullestCircle * (+216)
01:56:40 <esolangs> [[Talk:Subleq]] https://esolangs.org/w/index.php?diff=126101&oldid=104123 * ZCX islptng * (+546) /* A shorter HelloWorld program in a loop, length 35 */ new section
02:17:44 <esolangs> [[Detour]] N https://esolangs.org/w/index.php?oldid=126102 * TheFullestCircle * (+2921) Created page with "Detour is a cell-based esolang created by [[User:TheFullestCircle|TheFullestCircle]] where memory can only be edited indirectly. == Description == In Detour, memory is stored on a tape of cells that extends infinitely in both directions. Each tape is associate
02:20:22 <esolangs> [[Detour]] M https://esolangs.org/w/index.php?diff=126103&oldid=126102 * TheFullestCircle * (+64) Forgot to add categories
02:22:35 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126104&oldid=126055 * TheFullestCircle * (+13) New language
02:29:31 <esolangs> [[Special:Log/newusers]] create * Duke * New user account
02:34:05 -!- Noisytoot has quit (Excess Flood).
02:37:04 <esolangs> [[Truth-machine]] https://esolangs.org/w/index.php?diff=126105&oldid=126061 * TheFullestCircle * (+75)
02:37:18 -!- Noisytoot has joined.
02:41:32 <esolangs> [[User:TheFullestCircle]] N https://esolangs.org/w/index.php?oldid=126106 * TheFullestCircle * (+232) Created page with "Hi, I'm Fullest. I made [[Detour]]. I'm also friends with the people who made [[Rayuela]] and [[On/Off]]. There are also various other interesting things about me, but they're not related to esolangs, so I'm not gonna put them here."
02:49:35 <esolangs> [[User:TheFullestCircle]] M https://esolangs.org/w/index.php?diff=126107&oldid=126106 * TheFullestCircle * (+20)
02:51:39 <esolangs> [[Detour]] https://esolangs.org/w/index.php?diff=126108&oldid=126103 * TheFullestCircle * (+0)
03:19:27 -!- Noisytoot has quit (Ping timeout: 256 seconds).
03:20:24 <esolangs> [[Bleh]] M https://esolangs.org/w/index.php?diff=126109&oldid=126073 * Ashli Katt * (+4)
03:24:21 -!- Noisytoot has joined.
03:45:09 -!- Noisytoot has quit (Ping timeout: 272 seconds).
03:55:57 -!- chiselfuse has quit (Remote host closed the connection).
03:56:53 -!- chiselfuse has joined.
04:00:04 -!- Noisytoot has joined.
06:00:03 -!- Sgeo has quit (Read error: Connection reset by peer).
06:13:58 -!- tromp has joined.
07:30:19 <esolangs> [[Special:Log/newusers]] create * L-koehler * New user account
08:05:42 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:16:18 -!- tromp has joined.
09:23:09 <esolangs> [[Category:Generated by AI]] https://esolangs.org/w/index.php?diff=126110&oldid=126088 * MihaiEso * (+53)
09:32:56 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:37:08 <b_jonas> what's the rule for whether a game abbreviates experience points to "XP" versus "EXP"?
09:40:48 * FireFly hands b_jonas a coin
09:41:03 <int-e> . o O ( if it ever had to run in 80 column character terminals it'll be XP )
09:41:38 <int-e> Or, you know, with 320x200 pixel graphics.
09:44:38 <esolangs> [[User:None1/ToDo]] M https://esolangs.org/w/index.php?diff=126111&oldid=122645 * None1 * (+4) /* Content */
09:44:56 <esolangs> [[User:None1/ToDo]] M https://esolangs.org/w/index.php?diff=126112&oldid=126111 * None1 * (+0) /* Content */
09:46:00 <esolangs> [[AAAAAAAAAAAAAAaaaaaaaaaEEEEEEEaaaaaaaaaaaa Source]] M https://esolangs.org/w/index.php?diff=126113&oldid=113341 * None1 * (+29)
09:47:06 <esolangs> [[Category]] M https://esolangs.org/w/index.php?diff=126114&oldid=123102 * None1 * (+48) /* Categories */
09:50:54 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=126115&oldid=126104 * DanielE * (+14) Added Bruzzet
09:51:35 <esolangs> [[Bruzzet]] N https://esolangs.org/w/index.php?oldid=126116 * DanielE * (+1) Page now exists
09:51:59 <esolangs> [[User:DanielE]] M https://esolangs.org/w/index.php?diff=126117&oldid=125273 * DanielE * (+4)
10:26:53 -!- amby has joined.
10:36:59 -!- Lord_of_Life_ has joined.
10:37:46 -!- Lord_of_Life has quit (Ping timeout: 268 seconds).
10:38:21 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
11:26:57 <esolangs> [[TREE(3)]] https://esolangs.org/w/index.php?diff=126118&oldid=125149 * PrySigneToFry * (+850)
12:35:10 -!- tromp has joined.
12:49:44 <esolangs> [[Splitreverse]] https://esolangs.org/w/index.php?diff=126119&oldid=125125 * Yourusername * (+89)
12:50:38 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:50:47 <esolangs> [[Splitreverse]] https://esolangs.org/w/index.php?diff=126120&oldid=126119 * Yourusername * (+64)
12:52:24 <esolangs> [[Splitreverse]] https://esolangs.org/w/index.php?diff=126121&oldid=126120 * Yourusername * (+52)
12:53:25 <esolangs> [[Splitreverse]] https://esolangs.org/w/index.php?diff=126122&oldid=126121 * Yourusername * (+2)
12:54:14 <esolangs> [[Category:Untotal]] N https://esolangs.org/w/index.php?oldid=126123 * Yourusername * (+34) Created page with "The opposite of [[Category:Total]]"
13:12:14 -!- wib_jonas has joined.
13:18:49 -!- tromp has joined.
14:31:17 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:33:55 -!- Sgeo has joined.
14:51:17 -!- Noisytoot has quit (Remote host closed the connection).
14:54:35 -!- Noisytoot has joined.
15:01:08 <esolangs> [[Category:Untotal]] https://esolangs.org/w/index.php?diff=126124&oldid=126123 * MihaiEso * (+1) Fixed broken syntax.
15:15:44 -!- tromp has joined.
15:17:45 <esolangs> [[Text]] https://esolangs.org/w/index.php?diff=126125&oldid=126032 * PrySigneToFry * (+312)
15:23:37 <esolangs> [[Text]] https://esolangs.org/w/index.php?diff=126126&oldid=126125 * PrySigneToFry * (+1860)
15:25:17 <esolangs> [[TREE(3)]] https://esolangs.org/w/index.php?diff=126127&oldid=126118 * PrySigneToFry * (+759)
15:26:21 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126128&oldid=125390 * PrySigneToFry * (-43)
15:32:19 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:47:09 -!- wib_jonas has quit (Quit: Client closed).
16:03:20 -!- tromp has joined.
17:33:01 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:45:29 -!- __monty__ has joined.
17:57:59 -!- craigo has joined.
18:01:14 -!- tromp has joined.
18:39:39 <esolangs> [[BFasm]] N https://esolangs.org/w/index.php?oldid=126129 * EvyLah * (+420) Created page with "'''BFasm''' is a programming language that compiles to [[brainfuck]]. It is created by [[User:EvyLah|User:Evylah]]. {{WIP}} == Overview == A BFasm program contains 255 memory cells you can use. Each cell is an actual cell in the brainfuck tape, so it can hold a value of 0
18:40:14 <esolangs> [[Special:Log/upload]] upload * EvyLah * uploaded "[[File:BFasmTape.png]]": the tape diagram for BFasm when compiled to brainfuck
18:44:14 <esolangs> [[Special:Log/upload]] overwrite * EvyLah * uploaded a new version of "[[File:BFasmTape.png]]": higher quality version and crop out whitespace
18:52:34 <esolangs> [[Special:Log/upload]] overwrite * EvyLah * uploaded a new version of "[[File:BFasmTape.png]]": EVEN higher quality version (and with the anchor cell corrected for the new change)
19:06:57 <esolangs> [[Chessoteric]] https://esolangs.org/w/index.php?diff=126133&oldid=118713 * Joaozin003 * (+96) fix
19:07:55 <esolangs> [[BFasm]] https://esolangs.org/w/index.php?diff=126134&oldid=126129 * EvyLah * (+1633) a lot of stuff
19:09:00 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:11:39 -!- tromp has joined.
19:36:22 <esolangs> [[Splitreverse]] M https://esolangs.org/w/index.php?diff=126135&oldid=126122 * PythonshellDebugwindow * (+20) Categories
19:36:42 <esolangs> [[Splitreverse]] M https://esolangs.org/w/index.php?diff=126136&oldid=126135 * PythonshellDebugwindow * (+14) Lowercase
20:15:53 -!- tromp has quit (Read error: Connection reset by peer).
20:34:24 <esolangs> [[Detour]] https://esolangs.org/w/index.php?diff=126137&oldid=126108 * TheFullestCircle * (+98) Added an interpreter
20:37:30 <esolangs> [[Detour]] M https://esolangs.org/w/index.php?diff=126138&oldid=126137 * TheFullestCircle * (+24)
21:05:31 -!- Sgeo has quit (Read error: Connection reset by peer).
21:18:35 -!- amby has quit (Ping timeout: 264 seconds).
21:52:24 -!- amby has joined.
22:09:51 -!- __monty__ has quit (Quit: leaving).
23:07:31 <zzo38> I wanted to add a X.509 extension for proof of work but the proof of work schemes that I know won't quite do what I intended.
23:17:11 -!- ajal has joined.
23:19:39 -!- amby has quit (Ping timeout: 256 seconds).
23:39:11 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=126139&oldid=126072 * EvyLah * (+29) who gave stub lmao
2024-04-13
00:46:49 -!- ajal has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
01:59:35 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[Category:Untotal]]": unapproved category also it would take way too long to add almost every page on the wiki to it
02:02:10 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[Category:Implemented (beta)]]": unapproved, and unused, category
02:02:33 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[Category:No Longer Works-in-Progress]]": unapproved, and unused, category
02:03:28 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[Template:NLWIP]]": this template is effectively describing the default state of a page on this wiki there isn't much point in having it because there wouldn't be any real pattern to the pages that did and didn't have it
02:04:32 <esolangs> [[User talk:MihaiEso]] https://esolangs.org/w/index.php?diff=126140&oldid=119297 * Ais523 * (+725) /* Please stop creating categories */ new section
02:10:27 <esolangs> [[Brainpocalypse II]] https://esolangs.org/w/index.php?diff=126141&oldid=122877 * Ais523 * (+15) /* Standard version */ a sufficiently pedantic reading of this section would interpret the second sentence of the definition of `-` as a no-op: make the definition of the command literally correct (even though it should have been obvious what it meant)
02:11:37 <esolangs> [[Brainpocalypse II]] https://esolangs.org/w/index.php?diff=126142&oldid=126141 * Ais523 * (+15) /* Numerical version */ make the same correction in this section, too
03:01:32 -!- chiselfuse has quit (Remote host closed the connection).
03:02:04 -!- chiselfuse has joined.
03:03:01 <esolangs> [[Special:Log/delete]] delete * Ais523 * deleted "[[Category:LLM-transpilable]]": unapproved category, subjectively defined and too narrow to be worth categorising
03:24:11 -!- craigo has quit (Quit: Leaving).
07:26:35 -!- visilii has joined.
07:29:50 -!- visilii_ has quit (Ping timeout: 252 seconds).
10:38:05 -!- Lord_of_Life_ has joined.
10:39:01 -!- Lord_of_Life has quit (Ping timeout: 255 seconds).
10:41:01 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
10:53:32 <fizzie> Played some Infinite Craft after reading about it in SIGBOVIK, proud to report I'm the first discoverer of several quagdonic words, such as the Clthulhuquagdonic Snowdraquagdon. https://zem.fi/tmp/quagdon.png
10:53:46 <fizzie> (Less proud of the emoji coverage of that font.)
10:54:29 <int-e> I played it once: https://int-e.eu/~bf3/tmp/discoveries.png
10:55:30 <int-e> (Maybe a month ago?)
10:55:53 <int-e> I still have no clue what "CN GO LTK" is supposed to be.
10:55:59 <fizzie> Better showing w.r.t. emoji though.
10:57:04 <fizzie> CN GO LTK gets a thumb up.
10:57:16 <int-e> Of course all my, uh, progress is lost.
10:58:03 <int-e> Actually I played it twice. The second time I set out to make dog and cat. I eventually got there, but it was surprisingly painful.
10:59:14 <fizzie> Cthulhuquagdonic Snowdraquagdon is refusing to meld with any other word for some reason, though.
10:59:50 <int-e> Yeah I don't know what the criterion for that is. I've also experienced a sort of rate limit.
11:00:31 <int-e> Anyway, not getting into this again... it's such a huge waste of time ;-)
11:24:27 <fizzie> The SIGBOVIK paper mentioned that sometimes their API calls returned a special 'Nothing', that probably corresponds to the case where the words refuse to merge.
11:24:55 <fizzie> From the paper: "`Nothing`: This element cannot be created, as the game will not combine two factors whose result is `Nothing`.
11:26:13 <fizzie> They also say that while caching makes a recipe that gives Nothing keep giving Nothing, "the same API call in a different time or place" can yield something else, so they speculate it's what gets returned when there's some transient error.
11:48:21 <fizzie> New discovery: Cthulhuquagdonic Mothraquagdonic Narwhalicorn.
11:48:53 <fizzie> Also spent a while in the My Little Pony corner generating a lot of names that sound vaguely familiar from the Internet but that I have no actual knowledge of.
11:52:05 <b_jonas> what the heck
11:52:13 <b_jonas> ok, that might work as next month's password
11:53:38 <fizzie> I would like to have at least one discovery that doesn't have the substring "quagdon" in it anywhere.
11:56:26 <fizzie> And just like that, it's done; I've discovered Darth Spongeicorn Moon.
11:56:31 <b_jonas> fizzie: they kind of sound like a space filling curve from http://arxiv.org/abs/1607.02433 . if there's a terdragon there has to be a draquagdon too.
12:01:13 <int-e> can you get corn from a unicorn, hmm
12:01:43 <int-e> (generally, removing parts from terms seems to be hard)
12:02:33 <int-e> Though I've seen *some* cancellation. (Not sure which, it was something akin to grumpy + happy -> nothing)
12:02:58 <int-e> There are some words that act as modifiers. IIRC, baby + satan = demon.
12:03:25 <fizzie> Some of them do make sense. I did Captain Hook + Clean = Peter Pan; Peter Pan + Firefly = Tinkerbell.
12:04:07 <int-e> I had Tinkerbell by something like that.
12:04:13 <FireFly> :o
12:04:18 <int-e> though it may have been Jane + Peter Pan = Tinkerbell
12:04:27 <fizzie> And I did get from Darth Spongeicorn Moon back down to plain Darth Spongeicorn and even just Spongeicorn.
12:04:40 <int-e> Because somehow that game thinks that "Jane + something" gives you the feminine version of something.
12:06:04 <fizzie> Capitalization seems a little inconsistent. I've got "SpongeBob SquarePants" and "SpongeBob", but then "Darth Spongebob" with a lowercase 'b'.
12:06:23 <b_jonas> hmm, is that something like Darth Spongeicorn Moon + past -> Darth Spongeicorn (from before he gained power over the moon), and Darth Spongeicorn + species -> Spongeicorn ?
12:06:45 <int-e> Oh I had something both with hyphen and with a space instead, forgot what that was.
12:06:49 <int-e> But they were separate terms.
12:07:30 <b_jonas> perhaps if you synthetized "head" and "tail", or "car" and "cdr" or something like that, it could split words
12:08:06 <fizzie> Rapunzel + Haircut = Prince.
12:09:15 <fizzie> On the other hand, if you give Snow White a haircut, she stays Snow White.
12:10:12 <int-e> . o O ( grim fairy tales )
12:11:03 <fizzie> From what I've seen, Unicorns are very glueable to all kinds of things. For example, Rich + Spongicorn = Richicorn.
12:11:48 <int-e> yeah and they have a tendency to stack, or had when I played.
12:12:03 <fizzie> Also proved that a dwarf is just a rich troll, which sounds a little biased.
12:12:06 <int-e> So you might find a Richicornicorn soon.
12:12:59 <fizzie> Yeah, I did see a Narwhalicornicorn around.
12:13:08 <int-e> But I was happier with discoveries that use normal words.
12:13:44 <b_jonas> the Darth Spongicorn Moon makes sense, there's a huge amount of MLP fan fiction and fanart available as training data
12:13:53 <int-e> So "Pizza Steam Powered Death Dragon" and "Cheesy Battle Lawyer" were my favorites.
12:14:04 <fizzie> I liked your Cheesy Copyright Settlement.
12:14:09 <fizzie> Hobbit + Money = Gollum. A good lesson for us all.
12:15:58 -!- amby has joined.
12:20:38 <fizzie> Sometimes it's a _little_ hard to guess at the logic behind these recipes. Manbearpig + King = Al Gore.
12:20:44 <fizzie> Well, maybe I can get Internet out of Al Gore at least.
12:21:11 -!- Hooloovoo has quit (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in).
12:21:25 <b_jonas> hmm, apparently Spongeicorn and Spongicorn seem to be rare words accroding to google searches. I expected like ten thousand fanart drawings with that keyword.
12:21:28 <b_jonas> `? al gore
12:21:31 <HackEso> Al Gore invented the algorithm.
12:21:33 -!- Hooloovoo has joined.
12:21:46 <fizzie> Al Gore + Nobel Prize = Hypocrite.
12:22:10 <int-e> That's all Peace Nobel prices ever.
12:22:26 <int-e> (I have not actually checked the list, there may be one or two exceptions.)
12:22:59 <fizzie> Trump + Nobel Prize = ?. As in, literally just a "?".
12:23:28 <int-e> I loved ?. I got ??? too from it.
12:23:32 <fizzie> Fake + News = Fox. This model has opinions.
12:24:13 <b_jonas> int-e: my understanding is that they sometimes give them *in advance* to leaders who seem to have some scruples about their public image, trying to shame them into not becoming war villains because that would look bad for someone with a Nobel Peace Price
12:25:01 <int-e> huh
12:25:09 <int-e> that makes no sense to me at all
12:26:53 <fizzie> Still missing a "just regular words" discovery, but at least I've made Gollumba The Huttman. Out of things like Mothman, Gollum, Obama and Jabba The Hutt.
12:27:36 <b_jonas> so they're basically turning politicians into hypocrites, so that others can attack them like "you're supposed to be this big hero of Peace with a Nobel price, how come you're supporting this war then"
12:28:55 -!- SGautam has joined.
12:32:27 -!- Franciman has joined.
12:35:27 -!- Franciman has left.
12:36:47 <b_jonas> maybe spongeicorns never evolved because changelings have occupied their ecological niches
12:45:42 -!- Noisytoot has quit (Excess Flood).
12:47:59 -!- Noisytoot has joined.
13:41:02 <esolangs> [[Soallang]] https://esolangs.org/w/index.php?diff=126143&oldid=113869 * HungKhanh0106 * (-153)
13:52:01 <b_jonas> we should tell today's kids that our 1990s computers had magical monitors, called VGA, which would switch betewen 720×480 and 640×480 pixel resolutions. how is that possible! you need a matrix of pixels with resolution at least 5760×2400 for that! they'll be impressed by the power of retro technology
13:53:06 <int-e> > lcm 480 400 -- presumably
13:53:08 <lambdabot> 2400
13:54:10 <b_jonas> and then we voluntarily gave up those monitors and switched to half-modern TFTs with a resolution of merely 1280×1080 pixels and we were happier with them, even though not only their resolution but their color gamut was worse
13:54:41 <int-e> > lcm 200 350
13:54:42 <lambdabot> 1400
13:54:58 <b_jonas> > lcm -1 1 -- which variant of lcm does the Haskell standard library use? there are two for some reason
13:54:59 <lambdabot> error:
13:55:00 <lambdabot> • Could not deduce (Num t0)
13:55:00 <lambdabot> from the context: (Integral a, Num t, Num (a -> a -> a),
13:55:06 <b_jonas> > lcm (-1) 1
13:55:07 <int-e> > foldl1 lcm [350,400,480]
13:55:07 <lambdabot> 1
13:55:09 <lambdabot> 16800
13:55:14 <b_jonas> the more common one
13:56:10 <int-e> and the 320x200 modes did not have a 16:10 aspect ratio either, imagine that
13:57:10 <b_jonas> yeah, the exact aspect ratio wasn't even defined and could differ between systems
13:57:23 <b_jonas> though that's more true for 80s computers than 90s ones
13:57:48 <b_jonas> nah, never mind, still true for 90s ones
14:00:25 <int-e> 4:3, give or take :-)
14:01:21 <int-e> (It may not have been defined but the 90s monitors I've seen all were approximately that format. TVs too, which is probably why.)
14:08:17 <int-e> Also the fun noise auf the de-Gauss button
14:08:28 <int-e> ...of...
14:37:47 -!- craigo has joined.
14:37:52 -!- SGautam has quit (Quit: Connection closed for inactivity).
15:45:28 -!- myname has quit (Quit: WeeChat 3.1).
15:46:45 -!- myname has joined.
15:55:13 <fizzie> Bwonggg!
15:55:39 <fizzie> The viewing angles also got a lot worse when we switched to flats.
15:57:19 <fizzie> I think I switched to a 1600x1200 resolution from CRTs.
16:00:09 <fizzie> Although I feel like I had maybe a 1280x1024 one as well. Was that something people did? Maybe.
16:03:39 -!- Noisytoot has quit (Quit: ZNC 1.8.2 - https://znc.in).
16:03:57 -!- Noisytoot has joined.
16:04:26 <esolangs> [[User:Rottytooth]] https://esolangs.org/w/index.php?diff=126144&oldid=124500 * Rottytooth * (-4)
16:24:07 -!- tromp has joined.
17:01:19 <fizzie> Rainbow Evil Mohawk might count as being made out of "normal words".
17:01:50 -!- __monty__ has joined.
18:03:53 -!- amby has quit (Remote host closed the connection).
18:06:57 -!- amby has joined.
18:18:43 <esolangs> [[Two commands]] https://esolangs.org/w/index.php?diff=126145&oldid=124744 * BestCoder * (+34) /* Example */
18:19:12 <esolangs> [[Two commands]] https://esolangs.org/w/index.php?diff=126146&oldid=126145 * BestCoder * (+1) /* Example */
18:21:37 <esolangs> [[Two commands]] https://esolangs.org/w/index.php?diff=126147&oldid=126146 * BestCoder * (+28) /* Example */
19:45:01 <fizzie> How weird. I gave it two things, and it just combined them with a comma. So now I've got a "Dwarven Gollumpicar, Lord Of The Gourd Of The Rings".
19:45:21 <int-e> nice
19:47:30 <fizzie> Also managed to get to two words ("Internet", "Trumpinator") intentionally, but yeah, it's quite hard to direct it to a specific word. In retrospect, Internet should've been easy ("Al Gore" + "Meme"), but Trumpinator took some doing.
19:47:50 <fizzie> (I've been getting a bit of spam advertising a Trumpinator Bobblehead recently.)
19:48:21 <int-e> fizzie: Do you want to know how I finally got cat and dog?
19:49:03 <fizzie> I've got a Dog, but I forget how I got it. I feel like adding "Clean" to things has been useful though.
19:49:28 <fizzie> Thought Dog + Enemy would obviously be a Cat, but it's instead Foe.
19:49:39 <int-e> I got cat from Internet + Pet, and I got dog from Computer + Pet and I have no idea why those are different :)
19:50:15 <int-e> Or maybe the cat was Lion + pet?
19:50:20 <int-e> I got pet from chicken I think
19:50:24 <int-e> it's... hard.
19:50:49 <fizzie> Oh, I just got Cat. From Dog + Frenemy.
19:50:54 <fizzie> I _guess_ that makes sense.
19:50:57 <int-e> Also the web UI is a bit tedious. It's convenient to leave useful terms on the canvas, but to duplicate a term you have to double-click. Yuck.
19:51:14 <int-e> Frenemy, now that's a term I haven't seen in that game.
19:51:25 <int-e> I guess that's part of its charm.
19:51:30 <fizzie> I think it came out of Friend + Enemy.
19:51:35 <fizzie> Very literal.
19:52:00 <int-e> Namely that everyone ends up with a different fragment of the vocabulary.
19:52:20 <int-e> I didn't have enemy either I think
19:54:21 <fizzie> The SIGBOVIK paper authors said they ended up with 1.8M recipes for 240k+ unique elements. But I don't think they did it by clicking.
19:55:41 <int-e> so they burned a ton of discoveries that people could've otherwise claimed for themselves :-/
19:56:28 <fizzie> Probably. It's a bit of a shame.
20:03:27 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:15:56 -!- tromp has joined.
20:23:14 -!- lynndotpy has quit (Quit: bye bye).
20:24:13 -!- lynndotpy has joined.
20:24:33 <esolangs> [[AnyGolf]] https://esolangs.org/w/index.php?diff=126148&oldid=126006 * BestCoder * (+83)
20:25:04 <esolangs> [[AnyGolf]] https://esolangs.org/w/index.php?diff=126149&oldid=126148 * BestCoder * (+1)
20:38:26 <esolangs> [[Number hyperlist]] N https://esolangs.org/w/index.php?oldid=126150 * BestCoder * (+655) Created page with "Number hyperlist is a data type I invented which improves on the length of number then the number list thing, aka <code>112123123</code>, which would be 1, 12, 123 == The stuff different about it == 0 usually just does nothing in the other thing I was referin
20:43:31 <esolangs> [[Category:Tutorials]] N https://esolangs.org/w/index.php?oldid=126151 * BestCoder * (+33) Created page with "These pages in here are tutorials"
20:53:56 <esolangs> [[How to Make a call stack work]] N https://esolangs.org/w/index.php?oldid=126152 * BestCoder * (+434) Created page with "Here is a call stack in python, yayayayayay == Expected outside variables == linenum == Code == class Callstack(): def __init__(): this.callstack = [] def push(code, lnum): this.callstack.push([code, lnum]) def pop(): ret
20:58:38 <esolangs> [[How to Make a call stack work]] https://esolangs.org/w/index.php?diff=126153&oldid=126152 * BestCoder * (+147) /* Code */
20:58:50 <esolangs> [[How to Make a call stack work]] https://esolangs.org/w/index.php?diff=126154&oldid=126153 * BestCoder * (-42) /* Expected outside variables */
21:26:24 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:29:38 -!- chiselfuse has quit (Ping timeout: 260 seconds).
21:31:35 -!- chiselfuse has joined.
22:18:29 -!- __monty__ has quit (Quit: leaving).
22:20:41 <esolangs> [[Funciton]] https://esolangs.org/w/index.php?diff=126155&oldid=124878 * Timwi * (-44) Made a breaking change in the base library that Ive been meaning to make for a long time. The unary minus function is now called (minus sign) instead of ~ (tilde) and there is no more subtraction function (just use followed by +).
2024-04-14
01:06:19 -!- amby has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
01:47:54 -!- Melvar has quit (Ping timeout: 256 seconds).
01:53:53 -!- Cale has quit (Remote host closed the connection).
02:00:56 -!- Melvar has joined.
02:05:04 -!- op_4 has quit (Remote host closed the connection).
02:05:34 -!- op_4 has joined.
02:28:20 -!- tromp has joined.
02:31:34 -!- tromp has quit (Client Quit).
03:09:32 -!- Noisytoot has quit (Quit: ZNC 1.8.2 - https://znc.in).
03:18:03 -!- Noisytoot has joined.
03:28:56 -!- Noisytoot has quit (Remote host closed the connection).
03:34:08 -!- Noisytoot has joined.
03:38:04 -!- Noisytoot has quit (Client Quit).
03:39:55 -!- Noisytoot has joined.
04:11:02 -!- Noisytoot has quit (Quit: ZNC 1.8.2 - https://znc.in).
04:20:24 -!- Noisytoot has joined.
04:25:23 -!- Noisytoot has quit (Remote host closed the connection).
04:29:00 -!- Noisytoot has joined.
04:40:19 -!- Noisytoot has quit (Remote host closed the connection).
04:40:35 -!- Noisytoot has joined.
04:44:28 -!- Noisytoot has quit (Client Quit).
04:51:46 -!- Noisytoot has joined.
04:52:00 <zzo38> I had idea of something like PK font format for use with a picture with sixteen colours.
04:58:53 -!- Noisytoot has quit (Remote host closed the connection).
04:59:09 -!- Noisytoot has joined.
05:03:02 <esolangs> [[HZfunge]] N https://esolangs.org/w/index.php?oldid=126156 * PrySigneToFry * (+3539) Created page with "The [[Befunge]] written by Chinese Characters. == Commands == {| class="wikitable" |+ Caption text |- ! HZfunge !! Befunge |- | <code><nowiki></nowiki></code> || <code><nowiki>+</nowiki></code> |- | <code><nowiki></nowiki></code> || <code><nowiki>-</nowiki></code
05:03:23 <esolangs> [[HZfunge]] https://esolangs.org/w/index.php?diff=126157&oldid=126156 * PrySigneToFry * (-1)
05:03:48 <esolangs> [[HZfunge]] https://esolangs.org/w/index.php?diff=126158&oldid=126157 * PrySigneToFry * (+4)
05:05:19 <zzo38> Each run has one nybble specifying the colour; if the previous run is a homogeneous run of the same colour then this run will be a copy-above run instead.
05:05:43 <esolangs> [[HZfunge]] https://esolangs.org/w/index.php?diff=126159&oldid=126158 * PrySigneToFry * (+43)
05:06:02 -!- Noisytoot has quit (Remote host closed the connection).
05:07:07 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126160&oldid=126115 * PrySigneToFry * (+14)
05:09:19 <zzo38> What is your opinion of this?
05:16:00 -!- Noisytoot has joined.
05:21:17 <esolangs> [[Typefuck]] N https://esolangs.org/w/index.php?oldid=126161 * PrySigneToFry * (+2379) Created page with "Typefuck is developed by Steve Abel. Typefuck is a Brainfuck-based language with C types as command. == Commands == {| class="wikitable" !Command !Meaning (in full name) !Brainfuck equivalent !Description |- | style="text-align:center"| <code>I</code> || Intege
05:21:45 <esolangs> [[Typefuck]] https://esolangs.org/w/index.php?diff=126162&oldid=126161 * PrySigneToFry * (+0)
05:26:30 <esolangs> [[VNL]] N https://esolangs.org/w/index.php?oldid=126163 * PrySigneToFry * (+930) Created page with "VNL is designed by Steve Abel. VNL = Python + C++ + My code. == Commands == Not on display. == Examples == === Hello, world! === <pre> print("Hello, world!") </pre> === A+B === <pre> var a, b input(a) input(b) var c = a + b print(c) </pre> === Guessing Number === <p
06:17:25 -!- tromp has joined.
06:32:26 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:44:14 -!- craigo has quit (Quit: Leaving).
06:50:18 -!- tromp has joined.
07:12:22 <esolangs> [[VNL]] M https://esolangs.org/w/index.php?diff=126164&oldid=126163 * PythonshellDebugwindow * (+9) Stub
07:28:19 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
08:29:39 -!- tromp has joined.
09:46:54 -!- SGautam has joined.
10:18:58 -!- amby has joined.
10:35:39 -!- Noisytoot has quit (Ping timeout: 252 seconds).
10:38:36 -!- Lord_of_Life_ has joined.
10:39:35 -!- Lord_of_Life has quit (Ping timeout: 260 seconds).
10:40:00 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
10:40:03 -!- Noisytoot has joined.
11:16:21 -!- Hooloovoo has quit (Ping timeout: 252 seconds).
11:17:35 -!- Hooloovoo has joined.
11:56:15 -!- SGautam has quit (Quit: Connection closed for inactivity).
11:58:45 -!- SGautam has joined.
12:12:49 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:14:10 <esolangs> [[HZfunge]] https://esolangs.org/w/index.php?diff=126165&oldid=126159 * MihaiEso * (+0) /* Commands */
13:49:48 <esolangs> [[VNL]] M https://esolangs.org/w/index.php?diff=126166&oldid=126164 * None1 * (+2) /* Guessing Number */ fix grammar
14:41:06 -!- tromp has joined.
15:16:15 -!- SGautam has quit (Quit: Connection closed for inactivity).
15:30:51 -!- tromp has quit (Read error: Connection reset by peer).
16:04:46 -!- __monty__ has joined.
16:46:28 -!- craigo has joined.
17:13:03 <esolangs> [[Flow Uncontrolled]] M https://esolangs.org/w/index.php?diff=126167&oldid=125092 * PythonshellDebugwindow * (+26) Category
17:25:45 <esolangs> [[Stones]] M https://esolangs.org/w/index.php?diff=126168&oldid=76601 * PythonshellDebugwindow * (+81) Categories
18:50:24 -!- tromp has joined.
20:03:28 <esolangs> [[]] N https://esolangs.org/w/index.php?oldid=126169 * Yamaserif * (+1643) Created page with "''''''(gobo to ninjin itameta yatsu) is an [[esoteric programming language]] invented by [[User:Yamaserif]]. The "" is a derivative of brainfuck. The name of the programming language means "fried burdock and carrot". The source code is composed of straight lines reminiscen
20:09:40 <esolangs> [[Language list]] https://esolangs.org/w/index.php?diff=126170&oldid=126160 * Yamaserif * (+46)
20:11:10 <esolangs> [[User:Yamaserif]] https://esolangs.org/w/index.php?diff=126171&oldid=100153 * Yamaserif * (+45)
20:29:01 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:32:03 -!- tromp has joined.
21:43:45 -!- __monty__ has quit (Quit: leaving).
21:51:32 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:56:01 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=126172&oldid=126169 * PythonshellDebugwindow * (+99) Categories
2024-04-15
00:41:48 -!- amby has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
01:42:39 -!- Sgeo has joined.
05:30:07 -!- Sgeo has quit (Read error: Connection reset by peer).
06:29:59 -!- tromp has joined.
07:27:59 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
07:49:04 -!- __monty__ has joined.
08:03:09 -!- craigo has quit (Quit: Leaving).
08:05:02 -!- tromp has joined.
08:55:36 -!- lisbeths has joined.
09:49:34 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:50:44 -!- tromp has joined.
10:03:27 <esolangs> [[ObfuscatedFuck]] https://esolangs.org/w/index.php?diff=126173&oldid=115386 * Kaveh Yousefi * (+484) Rectified the Hello World example, introduced two further programs, added a hyperlink to my implementation, and supplemented several page category tags.
10:33:05 -!- amby has joined.
10:40:30 -!- Lord_of_Life has quit (Ping timeout: 252 seconds).
10:41:04 -!- Lord_of_Life has joined.
12:45:03 <esolangs> [[Special:Log/newusers]] create * Schlafhase * New user account
12:50:53 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=126174&oldid=126100 * Schlafhase * (+191)
13:48:54 <esolangs> [[User:Schlafhase]] N https://esolangs.org/w/index.php?oldid=126175 * Schlafhase * (+65) Created page with "I like programming and enjoy trying esoteric languages sometimes."
14:20:06 <esolangs> [[Black Pentagon]] https://esolangs.org/w/index.php?diff=126176&oldid=109712 * PrySigneToFry * (+16)
14:23:56 <esolangs> [[Hanzifuck]] https://esolangs.org/w/index.php?diff=126177&oldid=125677 * PrySigneToFry * (+109)
14:27:09 <esolangs> [[Hanzifuck]] https://esolangs.org/w/index.php?diff=126178&oldid=126177 * PrySigneToFry * (+958)
14:29:14 <esolangs> [[Assembly]] https://esolangs.org/w/index.php?diff=126179&oldid=118939 * PrySigneToFry * (+9)
14:31:21 <esolangs> [[Assembly code]] https://esolangs.org/w/index.php?diff=126180&oldid=118937 * PrySigneToFry * (+204)
14:38:07 <esolangs> [[Assembly]] https://esolangs.org/w/index.php?diff=126181&oldid=126179 * PrySigneToFry * (+958)
14:39:37 <esolangs> [[Assembly]] https://esolangs.org/w/index.php?diff=126182&oldid=126181 * PrySigneToFry * (+64)
14:40:41 <esolangs> [[Assembly]] https://esolangs.org/w/index.php?diff=126183&oldid=126182 * PrySigneToFry * (+71)
15:08:07 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
15:33:25 -!- tromp has joined.
15:35:03 -!- lisbeths has quit (Quit: Connection closed for inactivity).
15:43:12 -!- Thelie has joined.
16:54:46 -!- Thelie has quit (Ping timeout: 255 seconds).
17:02:08 -!- lisbeths has joined.
17:07:22 -!- Thelie has joined.
17:13:32 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:23:36 -!- tromp has joined.
17:56:15 <esolangs> [[User:Shamrocky]] https://esolangs.org/w/index.php?diff=126184&oldid=125673 * Shamrocky * (+147) /* Interests */
18:20:41 -!- SGautam has joined.
18:37:35 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:48:00 -!- tromp has joined.
19:14:09 <esolangs> [[Special:Log/newusers]] create * Wincent * New user account
19:15:03 -!- lisbeths has quit (Quit: Connection closed for inactivity).
19:32:16 -!- impomatic has joined.
19:43:22 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=126185&oldid=126174 * Wincent * (+159)
19:43:31 <esolangs> [[Brainfuck implementations]] https://esolangs.org/w/index.php?diff=126186&oldid=125915 * Wincent * (+496) Added three more Brainfuck implementations to Normal implementations
19:44:27 -!- perlbot has quit (Quit: ZNC 1.8.2+deb3.1 - https://znc.in).
19:44:27 -!- simcop2387 has quit (Quit: ZNC 1.8.2+deb3.1 - https://znc.in).
20:01:22 -!- simcop2387 has joined.
20:02:52 -!- perlbot has joined.
20:26:16 <esolangs> [[Lost]] https://esolangs.org/w/index.php?diff=126187&oldid=86679 * WheatWizard2 * (+116) /* Hello World */ 36 bytes.
21:10:02 -!- SGautam has quit (Quit: Connection closed for inactivity).
21:19:35 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:08:37 -!- craigo has joined.
22:24:23 -!- Thelie has quit (Ping timeout: 256 seconds).
22:30:12 -!- CATS has quit (Ping timeout: 260 seconds).
22:42:50 -!- CATS has joined.
23:05:30 -!- Sgeo has joined.
23:14:08 -!- __monty__ has quit (Quit: leaving).
23:25:03 -!- impomatic has quit (Quit: Client closed).
2024-04-16
00:18:19 -!- amby has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
02:50:29 <esolangs> [[,]] https://esolangs.org/w/index.php?diff=126188&oldid=113180 * Cleverxia * (-23) /* Python */
05:30:03 -!- Sgeo has quit (Read error: Connection reset by peer).
05:40:36 -!- tromp has joined.
05:48:29 -!- impomatic has joined.
05:51:57 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:00:49 -!- tromp has joined.
06:11:43 -!- GregorR has quit (Quit: Ping timeout (120 seconds)).
06:11:54 -!- GregorR has joined.
06:21:01 -!- tromp has quit (Read error: Connection reset by peer).
06:40:25 -!- tromp has joined.
07:22:45 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
07:37:27 -!- impomatic has quit (Quit: Client closed).
08:23:37 -!- tromp has joined.
09:22:38 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:30:18 -!- tromp has joined.
09:56:27 -!- craigo has quit (Quit: Leaving).
10:41:00 -!- Lord_of_Life has quit (Ping timeout: 260 seconds).
10:42:35 -!- Lord_of_Life has joined.
11:54:05 -!- Koen_ has joined.
12:28:30 -!- Koen_ has quit (Remote host closed the connection).
12:28:50 -!- Koen_ has joined.
12:41:59 <esolangs> [[Hanzifuck]] M https://esolangs.org/w/index.php?diff=126189&oldid=126178 * None1 * (+0) /* See also */
12:42:49 -!- Koen__ has joined.
12:45:43 -!- Koen_ has quit (Ping timeout: 256 seconds).
13:30:58 <esolangs> [[HZCode]] https://esolangs.org/w/index.php?diff=126190&oldid=125491 * None1 * (+8066) /* Infinite DNA Code */
13:31:27 <esolangs> [[HZCode]] M https://esolangs.org/w/index.php?diff=126191&oldid=126190 * None1 * (+6) /* Pi calculator (slow) */
13:33:23 <esolangs> [[HZCode]] M https://esolangs.org/w/index.php?diff=126192&oldid=126191 * None1 * (+105) /* Pi calculator (slow) */
13:35:39 <esolangs> [[HZCode]] M https://esolangs.org/w/index.php?diff=126193&oldid=126192 * None1 * (+41) /* Stack operations */
13:55:50 -!- impomatic has joined.
14:01:41 <esolangs> [[2/9 of an esolang]] https://esolangs.org/w/index.php?diff=126194&oldid=126098 * Cleverxia * (+24)
14:06:54 <esolangs> [[UserEdited]] https://esolangs.org/w/index.php?diff=126195&oldid=125924 * Cleverxia * (+406)
14:12:10 <esolangs> [[AnyGolf]] https://esolangs.org/w/index.php?diff=126196&oldid=126149 * Cleverxia * (+102) the is same as 'b'?
14:13:15 -!- amby has joined.
15:14:47 <esolangs> [[Pointstack]] N https://esolangs.org/w/index.php?oldid=126197 * Catto.4 * (+2435) Created page with "{{Template:Stub}} '''Pointstack''' is an esoteric programming language created by [[User:catto.4]] in 2024. It is similar to [[brainfuck]], except that it uses a stack instead of a tape. Items on the stack can only contain numbers. == Commands == {| class="wikitable"
15:42:44 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:03:31 -!- tromp has joined.
16:21:01 -!- Koen__ has quit (Ping timeout: 255 seconds).
16:22:26 -!- impomatic has quit (Ping timeout: 250 seconds).
16:41:45 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:57:01 -!- impomatic has joined.
17:01:13 <esolangs> [[AnyGolf]] https://esolangs.org/w/index.php?diff=126198&oldid=126196 * OrangeDied * (+77) /* Commands */
17:10:12 <esolangs> [[Talk:HACKER LANG]] N https://esolangs.org/w/index.php?oldid=126199 * OrangeDied * (+128) Created page with "you know machine code is a thing right ~~~~"
17:22:10 <int-e> `rot13 egb13
17:22:12 <HackEso> rto13
17:22:18 <int-e> hah
17:22:31 <int-e> `rot13 K5B!C%@NC[4\CMK54(C^)7PP)7}$RVPNE-FGNAQNEQ-NAGVIVEHF-GRFG-SVYR!$U+U*
17:51:24 <fizzie> Did that actually get filtered by some thing?
17:52:09 <int-e> Yes.
17:52:22 -!- tromp has joined.
17:52:58 <int-e> (Libera blocked such a message from me yesterday in another context, and I felt that this channel might appreciate the effect :-P)
17:54:40 -!- Guest8 has joined.
17:55:22 -!- Koen_ has joined.
17:55:25 <fizzie> I couldn't tell if it was that or just a well-timed coincidental failure of some kind.
17:55:49 -!- Guest8 has quit (Client Quit).
17:56:22 -!- Guest8 has joined.
17:56:39 <Guest8> hello I am here to learn about esoteric programming languages
17:57:34 <int-e> fizzie: I imagine that at some point it had a similar effect as the silly bogues DCC SEND stuff that caused personal firewalls to close client connections
17:58:08 <int-e> And that would explain why it's blocked. But it's speculation. :-)
17:59:38 <b_jonas> int-e: that would be my guess too
17:59:58 <int-e> "bogues" hrmpf
18:00:21 <int-e> though if any word deserves to be spelled wrong it's that one
18:02:31 -!- Guest8 has quit (Quit: Client closed).
18:06:46 <fizzie> `rot13 +++NGU0
18:06:47 <HackEso> ​+++ATH0
18:06:57 <fizzie> Guess that's not a concern any more.
18:10:12 <int-e> the fact that that one ever worked is still hilarious to me
18:19:45 -!- Koen_ has quit (Remote host closed the connection).
18:53:27 <Noisytoot> The +u user/channel mode will prevent messages to that user/channel from getting filtered
18:57:40 <int-e> Noisytoot: cool but probably not a great idea (most of the filtered stuff will be spam)
18:58:18 <int-e> and honestly I'd rather see that my message could not be sent rather than having it silently filtered for 99% of the channel users.
18:59:48 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:08:03 <Noisytoot> int-e: when set on a channel, it won't be filtered for anyone in that channel. the usermode just applies for PMs
19:09:43 <zzo38> I also think that it would help to display an error message, that it cannot be send because does not have +u mode
19:13:08 -!- tromp has joined.
19:16:45 -!- impomatic has quit (Quit: Client closed).
19:23:34 <esolangs> [[]] https://esolangs.org/w/index.php?diff=126200&oldid=124788 * Joaozin003 * (+19) Various improvements: proper capitalization of brainfuck, removed the table caption, made the A+B problem program, moved Category links and See also section below Acknowledgement and Turing completeness sections, consistent formatting
19:24:53 <esolangs> [[]] M https://esolangs.org/w/index.php?diff=126201&oldid=126200 * Joaozin003 * (+18) Oops, I forgot to add the 2024 category!
19:30:49 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:38:37 -!- chiselfuse has quit (Remote host closed the connection).
19:39:01 -!- tromp has joined.
19:39:13 -!- chiselfuse has joined.
19:58:10 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:58:23 -!- Koen_ has joined.
20:12:03 -!- tromp has joined.
20:38:53 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:45:07 -!- tromp has joined.
20:58:56 <int-e> "C23 declares realloc(ptr,0) to be undefined behavior" :-(
20:59:27 <int-e> (seen on #haskell, I was unaware)
21:08:07 <int-e> Oh citation: https://queue.acm.org/detail.cfm?id=3588242
21:11:33 <b_jonas> int-e: that might make sense, because some realloc-like functions make that free the allocation, others behave consistently to malloc(0) in that it does keep a unique allocation of 0 size, so they don't want to mandate a behavior that some of the realloc implementations don't actually keep
21:11:49 -!- chiselfuse has quit (Remote host closed the connection).
21:12:19 -!- chiselfuse has joined.
21:14:19 <int-e> b_jonas: It's true that malloc(0) implementations disagree on whether they return something or a NULL pointer. Using that as an excuse to downgrade an implementation-defined behavior to undefined behavior is borderline insane.
21:15:11 <b_jonas> int-e: what? no, malloc(0) is mandated to allocate, it's realloc whose behavior differs
21:15:44 <b_jonas> hmm no, apparently the standard doesn't mandate even what malloc(0) does,
21:15:56 <b_jonas> but still I don't think that's the reason for the realloc difference
21:16:24 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:17:56 <b_jonas> as in, suppose you have a user code that implements a variable-sized array by just mallocing to the exact size. it doesn't matter if the malloc returns nullptr or a new allocation, free will work fine on it either way, and the code won't read or write through the pointer because the array is zero-sized. that doesn't cause a problem.
21:20:02 <b_jonas> the problem is if code tried to assume that realloc to zero size frees the allocation.
21:20:12 <int-e> "If the size of the space requested is zero, the behavior is implementation-defined: either a null pointer is returned to indicate an error, or the behavior is as if the size were some nonzero value, except that the returned pointer shall not be used to access an object."
21:20:44 <int-e> (C17 final draft; the language in C11 is similar, I haven't checked others)
21:21:35 <int-e> Anyway, either of these behaviors gives you a sane uniform implementation of variable-sized arrays. Though one of them is mildly inefficient.
21:22:01 <b_jonas> int-e: that's for malloc, right?
21:22:08 <fizzie> There were a lot of twists and turns to the realloc(ptr, 0) story.
21:23:07 <fizzie> First there was a defect report on C11, DR 400 -- https://www.open-std.org/jtc1/sc22/wg14/www/docs/summary.htm#dr_400 -- then a "fix" in C17, then a re-request for clarification -- https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2438.htm -- and then finally the proposal to make it undefined -- https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2464.pdf
21:24:04 <b_jonas> hmm, except not quite because malloc and realloc also return a null pointer if they fail to allocate, so you usually need to check for a null pointer returned anyway
21:24:06 <int-e> Hmm, C17... "If size is zero and memory for the new object is not allocated, it is implementation-defined whether the old object is deallocated. If the old object is not deallocated, its value shall be unchanged."
21:24:10 <int-e> (realloc)
21:24:29 <fizzie> C17 also marked it as an "obsolescent feature", as I recall.
21:25:17 <fizzie> C17 (N2176) 7.31.12p2: "Invoking `realloc` with a `size` argument equal to zero is an obsolescent feature."
21:25:20 <int-e> So C17 already misstepped.
21:26:00 <b_jonas> I dunno
21:26:40 <int-e> C11 talks about allocation so it'll be in line with the initial paragraph about allocation functions, so you have one of two behaviors for size 0.
21:26:58 <int-e> b_jonas: You realize that people depend on this, right
21:29:13 <b_jonas> int-e: yes, and I think different old code might depend on either of the two behaviors
21:30:07 <int-e> So if any compiler writer now decides to take advantage of the fact that zero-sized reallocs are undefined for optimizations... *shudders*
21:30:29 <int-e> I guess it's easier to look for than the signed overflow mess.
21:31:04 <int-e> (where the excuse was easy; it had never been defined behavior at all)
21:39:01 <Noisytoot> requiring payment for C standards is unacceptable
21:52:43 <fizzie> Discovered the other day that a `comp.lang.go` Usenet newsgroup got recently(-ish; late 2023) created.
21:53:01 -!- tromp has joined.
21:53:08 <fizzie> "The Last Call for Comments (LCC) on 2023-09-25 initiated a five-day period for final comments. Following this comment period, the Big-8 Management Board voted to create the unmoderated newsgroup comp.lang.go. The vote was 2 in favour and 0 opposed. One member did not vote."
21:53:31 <fizzie> Not sure why, but that made me not think that Usenet is terribly thriving.
21:53:53 <fizzie> (There have not been very many posts in the group.)
21:53:59 <int-e> 90% of the times I hear about Usnet it's from zzo38.
21:55:25 <fizzie> It does seem that comp.lang.c still gets a moderate amount of... eh, let's call it discussion to be charitable.
22:03:17 <int-e> LOL, who wrote this?! "HQVGA (or Half-QVGA) denotes a display screen resolution of 240 × 160 or 160 × 240 pixels, as seen on the Game Boy Advance. This resolution is *half* of QVGA (320x240), which is itself *a quarter* of VGA, which is 640 × 480 pixels." (slightly edited from Wikipedia; emphasis mine)
22:03:39 <int-e> hmm
22:03:51 <int-e> ah no, never mind
22:04:13 <int-e> I somehow missed the fact that 240 wasn't divided by 2. Sigh.
22:04:48 <int-e> ^Z^Z^Z^Z
22:07:32 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:08:01 <b_jonas> int-e: https://logs.esolangs.org/libera-esolangs/2021-10.html#lfX says Q doesn't mean quarter, it means four times
22:08:48 <fizzie> Looks like it's sometimes a quad, sometimes a quarter.
22:09:24 <int-e> b_jonas: truly an authorative reference
22:11:16 <fizzie> I was going to suggest maybe it's quad for derivations of "HD" and quarter for derivations of "VGA", but at least that Wikipedia page claims it's quad also in constructions such as QSXGA, WQSXGA, QUXGA, WQUXGA and so on.
22:12:18 <fizzie> "QuadVGA[34] (also labelled as Quad VGA[149] or Quad-VGA[150][failed verification]) is a non-standard term used to refer to a resolution of 1280 × 960, since both sides are doubled from VGA. However, it is usually not as the abbreviation QVGA because this is strongly associated with the alternate meaning Quarter VGA (QVGA 320 × 240)."
22:12:58 <fizzie> "It is sometimes unofficially called SXGA−[citation needed] to avoid confusion with the SXGA standard (1280 × 1024)." Yes, I'm sure that's not confusing at all.
22:15:32 -!- sprout_ has joined.
22:18:46 <b_jonas> I'm also getting a flashback to the paper size fun at https://logs.esolangs.org/libera-esolangs/2024-02.html#lAZ
22:19:11 -!- sprout has quit (Ping timeout: 264 seconds).
22:44:29 -!- Koen_ has quit (Ping timeout: 240 seconds).
22:52:08 -!- Koen_ has joined.
23:07:27 -!- craigo has joined.
23:20:41 -!- Koen_ has quit (Quit: Leaving...).
23:22:33 -!- Sgeo has joined.
23:26:55 <esolangs> [[AnyGolf]] M https://esolangs.org/w/index.php?diff=126202&oldid=126198 * None1 * (-54) /* Commands */ delete duplicate, golf
23:30:24 -!- sprout_ has changed nick to sprout.
2024-04-17
00:33:11 <esolangs> [[Fuckscript]] https://esolangs.org/w/index.php?diff=126203&oldid=104857 * Heapunderflowin * (-432)
00:34:59 <esolangs> [[Fuckscript]] https://esolangs.org/w/index.php?diff=126204&oldid=126203 * Heapunderflowin * (+31)
00:39:04 -!- amby has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
00:43:30 <esolangs> [[Fuckscript]] https://esolangs.org/w/index.php?diff=126205&oldid=126204 * Heapunderflowin * (-2)
01:11:15 -!- craigo has quit (Ping timeout: 268 seconds).
04:34:43 <esolangs> [[AnyGolf]] https://esolangs.org/w/index.php?diff=126206&oldid=126202 * Cleverxia * (+127)
04:35:32 <esolangs> [[AnyGolf]] https://esolangs.org/w/index.php?diff=126207&oldid=126206 * Cleverxia * (+1) /* Commands */
04:44:16 <esolangs> [[2/9 of an esolang]] https://esolangs.org/w/index.php?diff=126208&oldid=126194 * Cleverxia * (+0)
04:53:11 <esolangs> [[English]] https://esolangs.org/w/index.php?diff=126209&oldid=119959 * Cleverxia * (+58)
05:30:03 -!- Sgeo has quit (Read error: Connection reset by peer).
05:35:40 <esolangs> [[Graphwalk]] N https://esolangs.org/w/index.php?oldid=126210 * Cleverxia * (+1101) Created page with "Graphwalk is an [[esoteric programming language]] based on a graph. ==Syntax== The syntax is really symple: it's just a graph. the precise format: <pre> N S action1 D1 B1,1 ... B1,D1 action2 D2 B2,1 ... B2,D2 ... actionN DN BN,1 ... BN,DN </pre> That is, first come
05:46:32 <esolangs> [[Special:Log/upload]] upload * Cleverxia * uploaded "[[File:Graph.png]]"
05:46:43 <esolangs> [[Graphwalk]] https://esolangs.org/w/index.php?diff=126212&oldid=126210 * Cleverxia * (+173)
05:47:31 <esolangs> [[Graphwalk]] https://esolangs.org/w/index.php?diff=126213&oldid=126212 * Cleverxia * (+5)
05:48:30 <esolangs> [[User:Cleverxia]] https://esolangs.org/w/index.php?diff=126214&oldid=125983 * Cleverxia * (+41)
05:56:22 <Taneb> What's up in the world of esolangs
06:24:45 <shachaf> I read way too much C++ template code today, does that count as esolang?
06:49:24 -!- tromp has joined.
07:16:32 <Taneb> I think it should do
08:37:21 -!- craigo has joined.
09:50:18 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:53:57 -!- tromp has joined.
10:00:32 <FireFly> programming in C++ templates sounds esoteric to me
10:16:39 -!- amby has joined.
10:41:23 -!- Lord_of_Life has quit (Ping timeout: 264 seconds).
10:41:44 -!- Lord_of_Life has joined.
11:43:40 -!- Noisytoot has quit (Excess Flood).
11:44:01 -!- Noisytoot has joined.
12:26:55 -!- Noisytoot has quit (Excess Flood).
12:29:03 -!- Noisytoot has joined.
12:35:28 <esolangs> [[Compute]] https://esolangs.org/w/index.php?diff=126215&oldid=73604 * Cleverxia * (+196)
12:36:23 <esolangs> [[Compute]] https://esolangs.org/w/index.php?diff=126216&oldid=126215 * Cleverxia * (-1)
12:56:37 -!- Noisytoot has quit (Excess Flood).
12:56:59 -!- Noisytoot has joined.
13:09:36 <esolangs> [[Six instruction language :)]] https://esolangs.org/w/index.php?diff=126217&oldid=120951 * Kaveh Yousefi * (+186) Modified the addition example to utilize the output register r3 for its printing purpose, and supplemented a register state inversion example.
13:10:26 <esolangs> [[Six instruction language :)]] https://esolangs.org/w/index.php?diff=126218&oldid=126217 * Kaveh Yousefi * (+218) Added a hyperlink to my implementation of the Six instruction language :) programming language on GitHub and changed the category tag Unimplemented to Implemented.
13:11:14 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
13:46:52 -!- tromp has joined.
14:13:24 <esolangs> [[Increment]] https://esolangs.org/w/index.php?diff=126219&oldid=114189 * Cleverxia * (+5) /* Python Implementation */
14:20:48 -!- Koen_ has joined.
14:27:04 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=126220&oldid=126139 * Shamrocky * (+88)
14:29:55 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=126221&oldid=126220 * Shamrocky * (+1)
14:31:29 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=126222&oldid=126221 * Shamrocky * (+81) /* me when uh me me when uhhhhhh me me when uh */
14:37:20 <esolangs> [[User:Shamrocky]] M https://esolangs.org/w/index.php?diff=126223&oldid=126184 * Shamrocky * (+5) /* Avatar */
14:39:08 <esolangs> [[User:Shamrocky]] https://esolangs.org/w/index.php?diff=126224&oldid=126223 * Shamrocky * (+116) /* ATLA & TLOK */
14:48:40 <esolangs> [[User:Shamrocky]] M https://esolangs.org/w/index.php?diff=126225&oldid=126224 * Shamrocky * (-29) /* Toph Beifong */
15:02:39 -!- craigo has quit (Quit: Leaving).
15:03:09 -!- impomatic has joined.
16:31:18 -!- impomatic has quit (Quit: Client closed).
16:52:07 -!- Koen_ has quit (Ping timeout: 256 seconds).
17:12:16 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:18:11 -!- impomatic has joined.
17:39:47 -!- tromp has joined.
18:37:29 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:17:16 -!- tromp has joined.
19:18:38 -!- impomatic has quit (Quit: Client closed).
20:20:48 -!- ajal has joined.
20:20:56 -!- amby has quit (Read error: Connection reset by peer).
20:45:49 -!- HackEso has quit (Remote host closed the connection).
20:46:26 -!- HackEso has joined.
21:09:08 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:42:38 -!- Koen_ has joined.
21:53:07 -!- Koen_ has quit (Remote host closed the connection).
21:53:39 -!- Koen_ has joined.
21:56:02 <esolangs> [[Pointstack]] M https://esolangs.org/w/index.php?diff=126226&oldid=126197 * PythonshellDebugwindow * (+18) Category
21:56:23 -!- CATS has quit (Ping timeout: 264 seconds).
22:03:34 -!- Koen__ has joined.
22:07:24 -!- Koen_ has quit (Ping timeout: 268 seconds).
22:08:35 -!- CATS has joined.
22:20:17 <esolangs> [[English]] https://esolangs.org/w/index.php?diff=126227&oldid=126209 * OrangeDied * (+85) /* Bootstrap */ on fait un peu de francais
22:20:52 <esolangs> [[English]] M https://esolangs.org/w/index.php?diff=126228&oldid=126227 * OrangeDied * (+38) /* Bootstrap */
22:21:12 -!- Sgeo has joined.
22:23:27 -!- Koen__ has quit (Quit: Leaving...).
22:48:55 -!- ajal has changed nick to amby.
23:09:05 <esolangs> [[Talk:Pointstack]] N https://esolangs.org/w/index.php?oldid=126229 * OrangeDied * (+139) Created page with "== Creating an interpreter == quick question: does "," only read a single byte for input or does it read each byte of input a la brainfuck"
23:11:49 <esolangs> [[Talk:English]] M https://esolangs.org/w/index.php?diff=126230&oldid=108456 * OrangeDied * (+259)
23:28:24 <esolangs> [[Talk:English]] https://esolangs.org/w/index.php?diff=126231&oldid=126230 * None1 * (+126)
2024-04-18
00:14:33 <esolangs> [[Pljic!]] N https://esolangs.org/w/index.php?oldid=126232 * Mmmph! * (+836) Created page with "'''PLJIC!''' is a programming language created by [[User:Mmmph!]] as a thing to do. == Overview == '''PLJIC!''' code is executed one character at a time, much like [[HQ9+]]. == Commands == * <code>P</code> prints the internal variable. * <code>L</code> label, sets the l
00:32:58 -!- Lymia has quit (Quit: zzzz <3).
00:36:27 -!- amby has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
00:41:42 -!- Lymia has joined.
01:01:55 -!- Noisytoot has quit (Ping timeout: 268 seconds).
01:10:15 -!- Noisytoot has joined.
03:05:08 <esolangs> [[Pljic!]] https://esolangs.org/w/index.php?diff=126233&oldid=126232 * MihaiEso * (+27) Fixed broken syntax.
04:16:27 -!- chiselfuse has quit (Remote host closed the connection).
04:19:28 -!- simcop2387 has quit (Quit: ZNC 1.8.2+deb3.1 - https://znc.in).
04:19:59 -!- simcop2387 has joined.
04:23:27 -!- chiselfuse has joined.
04:42:52 -!- jix_ has quit (Ping timeout: 260 seconds).
04:43:10 -!- jix has joined.
05:19:50 -!- tromp has joined.
05:30:00 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
05:30:02 -!- Sgeo has quit (Read error: Connection reset by peer).
05:39:31 -!- craigo has joined.
06:53:00 -!- tromp has joined.
07:29:01 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
07:55:27 -!- chiselfuse has quit (Remote host closed the connection).
07:55:47 -!- chiselfuse has joined.
08:05:35 -!- __monty__ has joined.
08:34:35 -!- tromp has joined.
09:18:22 -!- moony8 has joined.
09:19:17 -!- moony has quit (Read error: Connection reset by peer).
10:25:36 <esolangs> [[PushDupAddSub]] https://esolangs.org/w/index.php?diff=126234&oldid=120758 * Kaveh Yousefi * (+436) Introduced an examples section comprehending two initial members: one being an addition and subtraction program, the other an iterative counter.
10:26:38 <esolangs> [[PushDupAddSub]] https://esolangs.org/w/index.php?diff=126235&oldid=126234 * Kaveh Yousefi * (+221) Added a hyperlink to my implementation of the PushDupAddSub programming language on GitHub and supplemented two page categories.
10:32:17 <esolangs> [[PushDupAddSub]] M https://esolangs.org/w/index.php?diff=126236&oldid=126235 * Kaveh Yousefi * (+79) Amended a few orthographic mistakes.
10:38:57 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
10:42:13 -!- Lord_of_Life_ has joined.
10:43:25 -!- tromp has joined.
10:43:26 -!- Lord_of_Life has quit (Ping timeout: 268 seconds).
10:43:33 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
10:45:22 <esolangs> [[No.js]] https://esolangs.org/w/index.php?diff=126237&oldid=123996 * Cleverxia * (+29)
10:48:12 <esolangs> [[Gotohell]] https://esolangs.org/w/index.php?diff=126238&oldid=100233 * Cleverxia * (+136) /* Turing Completeness */
10:52:38 <esolangs> [[Gotohell]] https://esolangs.org/w/index.php?diff=126239&oldid=126238 * Cleverxia * (+248) /* Brainfuck interpreter with limited memory */
10:54:40 <esolangs> [[Gotohell]] https://esolangs.org/w/index.php?diff=126240&oldid=126239 * Cleverxia * (+103) /* Brainfuck interpreter with auto-extending memory */
11:47:28 <esolangs> [[Pointstack]] https://esolangs.org/w/index.php?diff=126241&oldid=126226 * MihaiEso * (-9) Simpler.
12:18:41 -!- __monty__ has quit (Quit: leaving).
12:22:01 -!- amby has joined.
12:43:50 -!- chiselfuse has quit (Remote host closed the connection).
12:44:12 -!- chiselfuse has joined.
13:04:23 -!- chiselfuse has quit (Remote host closed the connection).
13:04:46 -!- chiselfuse has joined.
13:13:10 -!- Sgeo has joined.
14:14:38 -!- Noisytoot has quit (Excess Flood).
14:15:02 -!- Noisytoot has joined.
14:16:49 <esolangs> [[TC]] N https://esolangs.org/w/index.php?oldid=126242 * Yourusername * (+564) Created page with "This is TC in small bytes, data places have only two cells {| class="wikitable" |+ Commands |- ! CM !! DESC !! EX !! ID |- | * || flips the bit here || **** || 000 |- | / || flips the data pointer || */*/ || 001 |- | # || enter this cell and make another data place in it
14:17:02 -!- craigo has quit (Quit: Leaving).
14:19:28 <esolangs> [[TC]] https://esolangs.org/w/index.php?diff=126243&oldid=126242 * Yourusername * (+74)
14:20:33 <esolangs> [[TC]] https://esolangs.org/w/index.php?diff=126244&oldid=126243 * Yourusername * (+58)
14:22:50 <esolangs> [[TC]] https://esolangs.org/w/index.php?diff=126245&oldid=126244 * Yourusername * (+109)
14:34:34 -!- Noisytoot has quit (Ping timeout: 246 seconds).
14:35:13 <esolangs> [[Onione]] https://esolangs.org/w/index.php?diff=126246&oldid=126051 * BoundedBeans * (+1) Added missing bitwise OR operator to GENERATE command in table
14:45:18 <esolangs> [[Onione]] M https://esolangs.org/w/index.php?diff=126247&oldid=126246 * BoundedBeans * (+0) Fixed 512 to 513
14:52:23 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
14:56:20 -!- Noisytoot has joined.
15:05:50 <esolangs> [[Sugueziume]] https://esolangs.org/w/index.php?diff=126248&oldid=116172 * BoundedBeans * (+467) Added ZP command, clarified equality with namespaces
15:10:38 -!- tromp has joined.
15:25:56 <esolangs> [[Get there]] https://esolangs.org/w/index.php?diff=126249&oldid=125810 * Yayimhere * (+66)
15:26:47 <esolangs> [[Get there]] https://esolangs.org/w/index.php?diff=126250&oldid=126249 * Yayimhere * (+1)
15:30:14 <esolangs> [[4est]] https://esolangs.org/w/index.php?diff=126251&oldid=123818 * BoundedBeans * (+0) Fixed capitalization of ^Math OP commands
15:33:16 <esolangs> [[Get there]] https://esolangs.org/w/index.php?diff=126252&oldid=126250 * Yayimhere * (+64)
15:52:53 <esolangs> [[Pljic!]] M https://esolangs.org/w/index.php?diff=126253&oldid=126233 * Mmmph! * (+41)
15:54:12 <esolangs> [[ExtendedPig]] M https://esolangs.org/w/index.php?diff=126254&oldid=111099 * BoundedBeans * (+0) Fixed capitalization of "i" command
16:18:00 <esolangs> [[User:XKCD Random Number]] M https://esolangs.org/w/index.php?diff=126255&oldid=125664 * Catto.4 * (+86) Added Cood implementation
16:22:47 <esolangs> [[Iq]] M https://esolangs.org/w/index.php?diff=126256&oldid=109535 * Mmmph! * (+25) added the implemented category
16:44:35 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:55:54 -!- Koen_ has joined.
17:00:46 -!- tromp has joined.
17:14:06 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:17:00 <esolangs> [[User:Mmmph!]] https://esolangs.org/w/index.php?diff=126257&oldid=109530 * Mmmph! * (+45) added links to things
17:17:56 -!- tromp has joined.
18:08:08 <zzo38> Why did Wizards of the Coast change the date format in the file name?
18:39:13 -!- Koen_ has quit (Remote host closed the connection).
18:39:43 -!- Koen_ has joined.
18:40:21 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:51:01 -!- Koen_ has quit (Remote host closed the connection).
18:54:57 -!- tromp has joined.
19:39:29 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:55:16 <esolangs> [[Special:Log/newusers]] create * Bradcypert * New user account
19:57:16 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=126258&oldid=126185 * Bradcypert * (+190)
19:57:50 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=126259&oldid=126258 * Bradcypert * (+90)
19:59:21 <esolangs> [[BytePusher]] https://esolangs.org/w/index.php?diff=126260&oldid=106404 * Bradcypert * (+179)
20:03:03 <esolangs> [[User:Bradcypert]] N https://esolangs.org/w/index.php?oldid=126261 * Bradcypert * (+95) Created page with " .-. (o o) boo! | O \ \ \ `~~~'"
20:04:38 <esolangs> [[User:Bradcypert]] https://esolangs.org/w/index.php?diff=126262&oldid=126261 * Bradcypert * (-39)
20:19:37 -!- tromp has joined.
21:41:49 -!- Koen_ has joined.
22:04:53 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:44:43 -!- int-e has quit (Quit: leaving).
22:45:26 -!- int-e has joined.
22:52:01 -!- Koen_ has quit (Quit: Leaving...).
23:35:29 -!- amby has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
2024-04-19
01:57:15 -!- Noisytoot has quit (Excess Flood).
01:59:06 -!- Noisytoot has joined.
To update automatically, stalker mode requires a reasonably modern browser with scripts enabled. If this message does not disappear, it's either because of that or a bug. Feel free to get in touch on channel for debugging. Or just work around the issue by manually reloading.