←2021-07-06 2021-07-07 2021-07-08→ ↑2021 ↑all
00:07:47 <nakilon> this morning: 🌘
00:08:09 * nakilon discovered that there are unicode characters for all phases
00:19:01 -!- leah2 has quit (Read error: Connection reset by peer).
00:28:45 <keegan> unicode: the first uncountably infinite character set?
00:33:57 <pikhq> idk, even if you allow for composing, i feel like the spec only gets you to countably infinite
00:45:36 <cd> yea i think at best unicode is countably infinite
01:02:24 -!- dutch has quit (Quit: WeeChat 3.0.1).
01:02:32 <fizzie> But, all the phases.
01:03:01 <fizzie> (Just an excuse to try out italics. Didn't render in the terminal. Did in the Matrix client, though.)
01:03:16 <pikhq> works in my client
01:05:57 <zzo38> No italics on my computer, although the formatting code is displayed.
01:11:04 -!- velik has joined.
01:11:48 <nakilon> rendered in thelounge
01:13:25 <nakilon> also this says my terminal can italic https://stackoverflow.com/a/3338028/322020 but I don't remember if I saw it anywhere, maybe during homebrew installs
01:14:36 <nakilon> can't find a way to start a detached screen session that would not vanish if the script in it fails
01:27:59 <fizzie> nakilon: It's a little inelegant, but `screen -S testing -d -m; screen -S testing -X stuff "/bin/false\n"` worked for me to create a detached screen session with a shell in it, into which had been typed /bin/false, which had (obviously) failed but since it was in a shell the session was left to stay around.
01:33:30 -!- delta23 has joined.
01:41:41 <fizzie> nakilon: Oh, I guess another alternative is something like: `screen -S testing -d -m /bin/bash -c '/your/script; exec bash'` -- as in, in the screen session, run a shell that runs your script and then unconditionally exec's a new interactive shell to keep hold of the screen session. There's probably other ways to convince bash to do "do X and then start acting like an interactive shell" that don't
01:41:47 <fizzie> involve exec'ing a new one.
01:49:59 <esolangs> [[Sed]] https://esolangs.org/w/index.php?diff=85815&oldid=80348 * LegionMammal978 * (+15) fix name
02:02:13 <nakilon> is "stuff" a special word or what?
02:03:07 <nakilon> also the -X to execute commands in existing screen like is someone's snippets didn't work at all
02:03:15 <nakilon> *like in
02:04:59 <fizzie> `stuff` is a command to write things as if they had been typed, yes. It worked for me.
02:05:01 <HackEso> stuff`? No such file or directory
02:05:19 <fizzie> Well, the other way involves no -X, anyway.
06:58:19 -!- Guest11 has joined.
07:02:35 <esolangs> [[Talk:Truth-machine]] https://esolangs.org/w/index.php?diff=85816&oldid=85787 * Keymaker * (+381) /* Using integer overflow for a compact 18 bytes Truth-machine in Brainfuck? */
07:05:45 -!- Guest11 has quit (Quit: Client closed).
07:07:14 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85817&oldid=85811 * Dtuser1337 * (-78) /* Function Commands */
07:11:16 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85818&oldid=85817 * Dtuser1337 * (+75) /* Replace Commands */
07:14:35 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85819&oldid=85818 * Dtuser1337 * (+2) /* Function Commands */
07:21:41 -!- imode has quit (Ping timeout: 265 seconds).
07:43:10 -!- Sgeo has quit (Read error: Connection reset by peer).
07:46:50 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85820&oldid=85819 * Dtuser1337 * (+1104) /* Functions and Libraries */
07:50:25 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85821&oldid=85820 * Dtuser1337 * (+9) /* Function Commands */
08:00:32 -!- riv has quit (Quit: Leaving).
08:08:42 -!- hendursa1 has quit (Ping timeout: 244 seconds).
08:10:56 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85822&oldid=85821 * Dtuser1337 * (+363) /* Hello World */
08:11:30 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85823&oldid=85822 * Dtuser1337 * (+1) /* Complex Hello World */
08:14:36 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85824&oldid=85823 * Dtuser1337 * (+33) /* Function Commands */
08:15:23 -!- cd has changed nick to moony.
08:19:55 -!- Lord_of_Life_ has joined.
08:22:37 -!- Lord_of_Life has quit (Ping timeout: 246 seconds).
08:22:37 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
08:29:54 -!- leah2 has joined.
08:30:35 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85825&oldid=85824 * Dtuser1337 * (+467)
08:34:35 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85826&oldid=85825 * Dtuser1337 * (+2) /* Functions and Libraries */
08:44:11 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85827&oldid=85826 * Dtuser1337 * (+1) /* Functions and Libraries */
08:50:24 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85828&oldid=85827 * Dtuser1337 * (+271) /* Function Commands */
08:52:02 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85829&oldid=85828 * Dtuser1337 * (-10) /* Replace Commands */
08:52:17 -!- mnrmnaugh has quit (Ping timeout: 252 seconds).
09:04:51 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85830&oldid=85829 * Dtuser1337 * (+104) /* Hello World */
09:13:03 -!- arseniiv has joined.
09:48:35 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85831&oldid=85830 * Dtuser1337 * (+931) /* HQ9+ shell */
11:02:35 <esolangs> [[Special:Log/newusers]] create * LonelySpirit * New user account
11:20:56 -!- delta23 has quit (Remote host closed the connection).
11:21:21 -!- delta23 has joined.
11:28:41 -!- hendursa1 has joined.
12:00:11 <esolangs> [[Special:Log/newusers]] create * Back * New user account
12:10:08 -!- delta23 has quit (Quit: Leaving).
12:11:08 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=85832&oldid=85782 * Back * (+180) /* Introductions */
12:28:53 <esolangs> [[User talk:Back]] N https://esolangs.org/w/index.php?oldid=85833 * Back * (+95) /* smile */ new section
12:32:18 <esolangs> [[User talk:Back]] https://esolangs.org/w/index.php?diff=85834&oldid=85833 * Back * (+71)
12:33:25 <esolangs> [[User talk:Back]] https://esolangs.org/w/index.php?diff=85835&oldid=85834 * Back * (+9)
12:34:16 <esolangs> [[User talk:Back]] https://esolangs.org/w/index.php?diff=85836&oldid=85835 * Back * (+0)
12:35:25 <esolangs> [[User talk:Back]] https://esolangs.org/w/index.php?diff=85837&oldid=85836 * Back * (+93) /* smile */
12:35:59 <esolangs> [[User talk:Back]] https://esolangs.org/w/index.php?diff=85838&oldid=85837 * Back * (+4) /* Instruction set */
12:45:35 <esolangs> [[User talk:Back]] https://esolangs.org/w/index.php?diff=85839&oldid=85838 * Back * (+140) /* Instruction set */
12:46:26 <esolangs> [[User talk:Back]] https://esolangs.org/w/index.php?diff=85840&oldid=85839 * Back * (+0) /* Instruction set */
12:51:07 <esolangs> [[User talk:Back]] https://esolangs.org/w/index.php?diff=85841&oldid=85840 * Back * (+66) /* Instruction set */
12:54:06 <esolangs> [[User talk:Back]] https://esolangs.org/w/index.php?diff=85842&oldid=85841 * Back * (+74) /* Instruction set */
13:00:13 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=85843&oldid=85812 * PythonshellDebugwindow * (+13) /* T */ Techno, a year old today
13:00:37 <esolangs> [[User talk:Back]] https://esolangs.org/w/index.php?diff=85844&oldid=85842 * Back * (+194) /* Instruction set */
13:01:41 <esolangs> [[User talk:Back]] https://esolangs.org/w/index.php?diff=85845&oldid=85844 * Back * (+4) /* Instruction set */
13:02:17 <esolangs> [[User talk:Back]] https://esolangs.org/w/index.php?diff=85846&oldid=85845 * Back * (+6) /* Instruction set */
13:02:47 <esolangs> [[User talk:Back]] https://esolangs.org/w/index.php?diff=85847&oldid=85846 * Back * (+4) /* Instruction set */
13:08:08 <esolangs> [[Smile]] N https://esolangs.org/w/index.php?oldid=85848 * Back * (+760) Created page with "== smile == '''smile''' invented by [[brainfuck]].It decomposes [] into two parts q p and < >. == Instruction set == Line : 00: instructions ,01Pointer 1,02Pointer 2....."
13:08:26 <esolangs> [[User talk:Back]] https://esolangs.org/w/index.php?diff=85849&oldid=85847 * Back * (-760) Blanked the page
13:10:01 <esolangs> [[Smile]] https://esolangs.org/w/index.php?diff=85850&oldid=85848 * Back * (+18) /* Instruction set */
13:11:40 <esolangs> [[Smile]] https://esolangs.org/w/index.php?diff=85851&oldid=85850 * Back * (+21) /* Instruction set */
13:12:40 <esolangs> [[Smile]] https://esolangs.org/w/index.php?diff=85852&oldid=85851 * Back * (+42)
13:13:53 <esolangs> [[Smile]] https://esolangs.org/w/index.php?diff=85853&oldid=85852 * Back * (+34)
13:16:53 <esolangs> [[Smile]] https://esolangs.org/w/index.php?diff=85854&oldid=85853 * Back * (+121)
13:19:12 <esolangs> [[Smile]] https://esolangs.org/w/index.php?diff=85855&oldid=85854 * Back * (+20)
13:19:57 <esolangs> [[Smile]] https://esolangs.org/w/index.php?diff=85856&oldid=85855 * Back * (+3)
13:20:41 <esolangs> [[Smile]] https://esolangs.org/w/index.php?diff=85857&oldid=85856 * Back * (+8)
13:21:23 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85858&oldid=85831 * Dtuser1337 * (+4139) /* Simple Turn-based Game */
13:25:14 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85859&oldid=85858 * Dtuser1337 * (+143) /* Simple Turn-based Game */
13:33:37 -!- Pricey has left.
13:37:35 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85860&oldid=85859 * Dtuser1337 * (+401) /* Commands */
13:53:32 -!- Sgeo has joined.
13:53:54 -!- tromp has joined.
14:02:13 -!- imode has joined.
14:04:08 -!- hanif has joined.
14:14:24 <Sgeo> `olist 1239
14:14:27 <HackEso> olist https://www.giantitp.com/comics/oots1239.html: shachaf oerjan Sgeo FireFly boily nortti b_jonas
14:15:08 <b_jonas> thanks HackEso
14:22:35 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85861&oldid=85860 * Dtuser1337 * (+558) /* Simple Turn-based Game */
14:35:41 -!- hanif has quit (Ping timeout: 244 seconds).
15:08:38 -!- hanif has joined.
15:23:49 -!- mnrmnaugh has joined.
15:55:09 <esolangs> [[RASEL]] https://esolangs.org/w/index.php?diff=85862&oldid=84924 * Nakilon * (+862) moved in the AoC example from Github; reordered the instructions table
15:58:08 -!- moony has quit (Quit: leaving).
16:00:39 <nakilon> oops, the change comment is wrong, lol, I moved another part of README
16:03:03 -!- Koen has joined.
16:11:47 -!- hanif has quit (Ping timeout: 244 seconds).
16:17:08 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:20:24 <nakilon> so I finally adapted the AoC example to the swapn operator version
16:21:11 <nakilon> and shortened the check "== 2020" so it's now done differently in my version and fizzie's
16:21:44 <nakilon> I' not sure but it's probably somewhere here in Befunge '-:*5--
16:23:10 <nakilon> while I divided the number by 20 and checked if it's 101 like this K/"e"-:/
16:49:45 <esolangs> [[Truth-machine]] https://esolangs.org/w/index.php?diff=85863&oldid=85630 * Flyingmadpakke * (+664) /* brainfuck */
16:59:27 <esolangs> [[Talk:Truth-machine]] https://esolangs.org/w/index.php?diff=85864&oldid=85816 * Flyingmadpakke * (+293) /* Using integer overflow for a compact 18 bytes Truth-machine in Brainfuck? */
17:01:39 -!- andydude has joined.
17:01:48 -!- andydude has quit (Client Quit).
17:01:59 -!- tromp has joined.
17:02:35 -!- Koen has quit (Remote host closed the connection).
17:15:26 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:21:11 -!- tromp has joined.
17:29:30 -!- moony has joined.
17:31:07 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
17:31:52 <esolangs> [[Special:Log/move]] move * LegionMammal978 * moved [[Ogu]] to [[Og]]: fix title
17:34:46 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85867&oldid=85861 * Dtuser1337 * (+2040) /* Simple Turn-based Game */
17:36:08 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85868&oldid=85867 * Dtuser1337 * (-3) /* Simple Turn-based Game */
17:39:03 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85869&oldid=85868 * Dtuser1337 * (+15) /* Simple Turn-based Game */
17:42:20 <fizzie> Yeah, the '-:*5-- is x-(45*45-5), using the closest square to 2020 (45² = 2025) to get there.
17:42:27 <fizzie> If you don't mind control characters in your source, 'e'*- (via 101*20) would have been shorter by one I guess.
17:45:11 <fizzie> Also potential space savings from the w instruction (that I never remember about), which pops two values, compares them, and then turns left, goes straight or turns right, depending on whether one is greater than, equal to, or less than the other. But that depends a little on the surroundings.
17:46:32 -!- riv has joined.
17:47:23 <esolangs> [[Special:Log/move]] move * LegionMammal978 * moved [[Airline food]] to [[Airline Food]]: fix title
17:47:23 <esolangs> [[Special:Log/move]] move * LegionMammal978 * moved [[Talk:Airline food]] to [[Talk:Airline Food]]: fix title
17:50:27 * nakilon did the second try to write prime numbers generator and again right in the middle forgot how the code works
17:50:48 <nakilon> when your code is 3::\:?v:3\:2\%
17:50:56 <nakilon> and the stack is 3 3 2 3 0 0 0
17:51:15 <nakilon> all these 2 and 3 just make no sense ( I need IDE very much
18:04:53 -!- hanif has joined.
18:15:57 -!- tromp has joined.
18:29:24 <esolangs> [[User:Dtuser1337/Sandbox]] https://esolangs.org/w/index.php?diff=85874&oldid=85869 * Dtuser1337 * (+158) /* Simple Turn-based Game */
18:29:43 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:36:18 -!- hanif has quit (Quit: quit).
18:37:52 <esolangs> [[Special:Log/move]] move * LegionMammal978 * moved [[Ss]] to [[SS (CatLooks)]]: fix title
18:41:43 <nakilon> oh finally 2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97 101 103
18:45:15 <riv> yay!
18:45:17 <nakilon> 10 seconds to reach prime number 4409
18:47:13 -!- tromp has joined.
18:49:30 -!- tromp has quit (Read error: Connection reset by peer).
19:00:41 <nakilon> the automatic closing the "stale issues" is a cancer automation that shoyld be prohibited
19:01:42 <nakilon> here people asked to make it possible to make github count stats of your defined language if it's unknown to github-linguist https://github.com/github/linguist/issues/4435
19:01:52 <nakilon> but it got closed just because no one commented it for a while
19:03:00 <nakilon> and while the automation exists I'm pretty sure there is no workflow explanation if it's possible to reopen so the dude who got his issue closed doesn't reopen it
19:03:31 <nakilon> this stupid shit is probably invented by "effective managers" who just duplicate issues on daily basis and this is one of the way to duplicate them
19:05:56 <esolangs> [[A345120268A9]] https://esolangs.org/w/index.php?diff=85877&oldid=82714 * LegionMammal978 * (-5) /* Interpreter */ fix link
19:08:46 <esolangs> [[RASEL]] https://esolangs.org/w/index.php?diff=85878&oldid=85862 * Nakilon * (+139) /* Examples */ prime numbers generator
19:37:01 <esolangs> [[Nya~]] https://esolangs.org/w/index.php?diff=85879&oldid=83076 * LegionMammal978 * (+14) fix title
19:40:58 <riv> https://twitter.com/hashtag/CLIP I find this AI generated images based on a text prompt very interesting
19:41:06 <riv> what do you think about this?
19:51:06 <esolangs> [[I-ok]] https://esolangs.org/w/index.php?diff=85880&oldid=83222 * LegionMammal978 * (+15) fix title
19:53:54 <esolangs> [[User talk:Hyperdawg]] N https://esolangs.org/w/index.php?oldid=85881 * LegionMammal978 * (+234) Created page with "You mention in [[Whopper]] that you created an interpreter in under 100 lines of Python; could you please upload that code? Thanks! ~~~~"
20:13:14 <nakilon> nightmare fuel ..D
20:23:12 <riv> ture
20:56:15 -!- Sgeo_ has joined.
20:56:17 -!- Sgeo has quit (Read error: Connection reset by peer).
20:59:45 -!- sco1 has joined.
21:04:04 -!- riv has quit (Quit: Leaving).
21:30:28 -!- spruit11_ has joined.
21:32:13 -!- arseniiv has quit (Ping timeout: 246 seconds).
21:33:43 -!- spruit11 has quit (Ping timeout: 256 seconds).
21:40:52 -!- spruit11_ has quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.).
21:41:14 -!- spruit11 has joined.
21:46:36 -!- jinn_ has changed nick to jinn.
22:28:46 <nakilon> https://www.reddit.com/user/yangwenli1/m/mapswithout/
22:40:06 -!- sknebel has quit (Remote host closed the connection).
22:41:27 -!- sknebel has joined.
22:53:54 -!- Sgeo has joined.
22:53:57 -!- Sgeo_ has quit (Read error: Connection reset by peer).
23:00:15 -!- Koen has joined.
23:25:36 -!- Koen has quit (Quit: Leaving...).
23:38:00 <esolangs> [[Truth-machine]] M https://esolangs.org/w/index.php?diff=85882&oldid=85863 * PythonshellDebugwindow * (-18) /* brainfuck */ Simplify link
23:38:28 <esolangs> [[Truth-machine]] M https://esolangs.org/w/index.php?diff=85883&oldid=85882 * PythonshellDebugwindow * (+0) /* brainfuck */ m
←2021-07-06 2021-07-07 2021-07-08→ ↑2021 ↑all