←2020-10-06 2020-10-07 2020-10-08→ ↑2020 ↑all
00:41:37 <esowiki> [[User talk:SoicBR]] https://esolangs.org/w/index.php?diff=77864&oldid=77863 * SoicBR * (+75) /* A new topic */
00:47:55 <esowiki> [[User talk:SoicBR]] M https://esolangs.org/w/index.php?diff=77865&oldid=77864 * SoicBR * (+28) /* A new topic */
00:56:23 -!- adu has joined.
01:36:11 -!- adu has quit (Quit: adu).
01:47:36 -!- adu has joined.
01:52:18 <int-e> . o O ( pstree -up; netstat -nap )
01:54:49 <fizzie> Someone told me netstat's obsolete and it's all about ss now.
01:57:08 <int-e> Someone told me that old habits die hard.
01:58:06 <int-e> woah those lines get long
01:58:54 <int-e> but you can do ss -nap if you want to.
02:00:32 <fizzie> That's a lotta chrome's and 443's.
02:01:45 <int-e> The graph on http://calpaterson.com/mozilla.html is great. And sad.
02:09:18 -!- ski has joined.
02:43:37 -!- imode has joined.
02:45:56 <fizzie> Your link sidetracked me to go read about that Wikimedia stuff.
03:07:08 -!- adu has quit (Quit: adu).
04:18:06 -!- MDude has quit (Quit: Going offline, see ya! (www.adiirc.com)).
06:14:18 -!- hendursaga has quit (Write error: Connection reset by peer).
06:14:18 -!- xelxebar has quit (Read error: Connection reset by peer).
06:14:38 -!- xelxebar has joined.
06:15:30 -!- hendursaga has joined.
07:57:35 -!- arseniiv has joined.
08:00:22 -!- imode has quit (Ping timeout: 272 seconds).
08:08:32 -!- hendursa1 has joined.
08:10:10 -!- cpressey has joined.
08:10:23 -!- hendursaga has quit (Ping timeout: 240 seconds).
08:11:32 -!- Sgeo has quit (Read error: Connection reset by peer).
08:19:26 <arseniiv> <wib_jonas> isn't "basic lens functionality" stuff like map and reduce? => sorry, didn’t see that. I meant composable lenses first and foremost, and non-destructive setters as their part, and a good syntax to go with that
08:21:11 <arseniiv> b_jonas: (BTW does the prefixed version of the name ping you when you use the usual one?)
08:46:06 -!- LKoen has joined.
09:52:04 <b_jonas> arseniiv: yes, wib_jonas pings me if I am b_jonsa
09:52:08 <b_jonas> if I am b_jonas
09:56:19 <b_jonas> fizzie: and does ipv4 dhcp get you an ip address that works?
09:57:14 <b_jonas> fizzie: yes, I learned about ss too when I was trying to get a certain information from the kernel from debugging and netstat couldn't do it and I asked on irc. apparently ss is to netstat like ip is to ifconfig
09:57:55 <b_jonas> user3456: ask fizzie
10:13:44 <fizzie> Yep, IPv4 DHCP works.
10:15:14 <esowiki> [[User:RocketRace]] M https://esolangs.org/w/index.php?diff=77866&oldid=77719 * RocketRace * (+143) YYZ
10:15:27 -!- sprocklem has quit (Ping timeout: 240 seconds).
10:40:11 <b_jonas> fizzie: and are you actually paying for ipv6 connectivity in the service, or was that just an experimental free test service that they now changed to offering for extra charge (I know it makes no sense, but some ISPs do charge money for it)
10:44:53 <fizzie> No, I'm not paying for it specifically. The support page says "we're currently in the process of rolling out IPv6 to all our customers free of charge" (unchanged for at least a couple years); the rollout in this location happened sometime in 2018, but I guess it might still be considered experimental.
10:45:15 <b_jonas> I see
10:51:12 <fizzie> user3456: What happened was, it was all done in Ruby, and the linear algebra lib I was using to do the math (for scores) just died. I started doing a rewrite (in some other language) to re-launch it on esolangs.org instead, but never got around to finishing it. Hasn't been much demand for BF Joust, honestly; even in the past, it's been *very* seasonal.
10:52:06 <b_jonas> linear algebra?
10:52:14 <b_jonas> why does it need linear algebra
10:52:22 <b_jonas> I do understand ruby programs breaking regardless though
10:53:06 <b_jonas> they did a lot of incompatible changes between minor versions so you would have to keep updating old scripts from 1.4 to 1.6, 1.6 to 1.8, 1.8 to 1.9, 1.9 to 2.1, etc
10:55:20 -!- cpressey has quit (Quit: WeeChat 1.9.1).
10:57:49 <fizzie> It doesn't *really* need it, but some of the scoring algorithms (especially the "Markov scoring") are marginally easier to express like that (details at http://zem.fi/bfjoust/internals/ still).
11:02:19 <b_jonas> ah
11:02:40 -!- xelxebar has quit (Remote host closed the connection).
11:02:59 -!- xelxebar has joined.
11:03:53 <fizzie> (The rewrite was going to be integrated to the `esowiki` bot for convenience, but I got sort of sidetracked into writing a RPC scheme because I didn't want any instability in the BF Joust parts potentially messing up the more important task of channel logging.)
11:37:06 -!- LKoen has quit (Quit: “It’s only logical. First you learn to talk, then you learn to think. Too bad it’s not the other way round.”).
11:55:22 <Taneb> I think I've got an integer sequence that's not in the OEIS but I'm not yet 100% sure it's well-defined
11:56:19 <Taneb> If we take the even Fibonacci numbers, this can be done as 0 => 0, 1 => 2, n + 2 => 4 * (n + 1) + n
11:56:45 <Taneb> Fibonacci numbers that are a multiple of 3, 0 => 0, 1 => 3, n + 2 => 7 * (n + 1) - n
11:57:09 <Taneb> Multiples of 4, 0 => 0, 1 => 8, n + 2 => 18 * (n + 1) - n
11:57:30 <Taneb> Sequence is the coefficient of (n + 1) there
11:57:42 <Taneb> I think it goes 1, 4, 7, 18, 11, 322, 47
11:59:35 <Arcorann_> Why is it n+2?
11:59:53 <Taneb> Because it's in terms of the two preceeding elements
12:01:01 <Arcorann_> Might want to fix your notation then because my brain mentally simplifies the first line to n + 2 => 5 * n + 4
12:01:17 <Taneb> Yeah, my notation there is awful
12:02:25 <Taneb> I think it continues 18, 422, 1364
12:02:56 <Arcorann_> Probably should verify your relations actually work as well
12:05:24 -!- cpressey has joined.
12:33:58 -!- Discordian[m] has quit (Quit: killed).
12:34:07 -!- tswett[m] has quit (Quit: killed).
12:34:13 -!- wmww11 has quit (Quit: killed).
12:43:08 -!- tswett[m] has joined.
12:46:24 <esowiki> [[It's 3D!]] N https://esolangs.org/w/index.php?oldid=77867 * WhyNot? * (+88) Created page with "== It's 3D! == This is a coding language based of [Befunge]. It is created by [WhyNot?]"
12:48:19 <esowiki> [[It's 3D!]] https://esolangs.org/w/index.php?diff=77868&oldid=77867 * WhyNot? * (-11)
12:48:47 <esowiki> [[It's 3D!]] https://esolangs.org/w/index.php?diff=77869&oldid=77868 * WhyNot? * (+5)
13:01:01 <esowiki> [[It's 3D!]] https://esolangs.org/w/index.php?diff=77870&oldid=77869 * WhyNot? * (+368)
13:04:00 -!- arseniiv has quit (*.net *.split).
13:04:00 -!- ski has quit (*.net *.split).
13:04:00 -!- b_jonas has quit (*.net *.split).
13:04:01 -!- spruit11 has quit (*.net *.split).
13:04:01 -!- izabera has quit (*.net *.split).
13:04:01 -!- paul2520 has quit (*.net *.split).
13:04:10 -!- ski has joined.
13:04:27 -!- arseniiv has joined.
13:05:50 <esowiki> [[It's 3D!]] https://esolangs.org/w/index.php?diff=77871&oldid=77870 * WhyNot? * (+150)
13:09:23 -!- b_jonas has joined.
13:09:23 -!- spruit11 has joined.
13:09:23 -!- izabera has joined.
13:09:23 -!- paul2520 has joined.
13:11:20 -!- wmww has joined.
13:11:27 -!- iscordian[m] has joined.
13:20:54 -!- brrrrrrrrrrrr has joined.
13:21:11 <brrrrrrrrrrrr> wat is dis
13:22:24 <Taneb> `welcome brrrrrrrrrrrr
13:22:27 <HackEso> brrrrrrrrrrrr: Welcome to the international hub for esoteric programming language design and deployment! For more information, check out our wiki: <https://esolangs.org/>. (For the other kind of esoterica, try #esoteric on EFnet or DALnet.)
13:23:21 -!- orangey has joined.
13:23:37 <brrrrrrrrrrrr> ah
13:23:47 -!- brrrrrrrrrrrr has changed nick to lignus.
13:26:29 -!- iscordian[m] has changed nick to Discordian[m].
13:38:57 -!- Arcorann_ has quit (Read error: Connection reset by peer).
13:40:58 <arseniiv> hm we need a xenharmonic esolang, aren’t we?
13:41:13 <arseniiv> unfortunately I’m still not too deep in
13:44:55 <arseniiv> you should use comma puns and depending what commas are punned, different actions may be performed. Loops may be represented as cyclical chord progressions?..
13:45:21 <arseniiv> and they should be valid from some standpoint
14:15:13 -!- lignus has quit (Remote host closed the connection).
14:27:41 -!- Sgeo has joined.
14:58:31 <int-e> How do you pun with a comma? How do you pun, with a comma?
15:00:26 -!- cpressey has quit (Quit: WeeChat 1.9.1).
15:06:03 -!- hendursa1 has quit (Quit: hendursa1).
15:06:20 -!- hendursaga has joined.
15:25:42 <esowiki> [[Language list]] https://esolangs.org/w/index.php?diff=77872&oldid=77849 * WhyNot? * (+15)
15:25:43 -!- imode has joined.
16:17:02 -!- FreeFull has joined.
16:40:58 -!- orangey has quit (Remote host closed the connection).
16:41:15 -!- orangey has joined.
17:18:58 <arseniiv> int-e: almost exactly like that, yeah: the comma is there but it’s not there modulo temperament. Smaller the comma better the pun works. Famous zero-width comma is punned in many works
17:25:48 -!- arseniiv has quit (Ping timeout: 246 seconds).
17:48:44 -!- LKoen has joined.
19:03:23 -!- MDude has joined.
19:17:52 -!- LKoen has quit (Remote host closed the connection).
19:53:33 -!- sprocklem has joined.
20:05:36 -!- orangey has quit (Remote host closed the connection).
20:30:14 -!- Sgeo_ has joined.
20:31:31 -!- orbitaldecay has quit (Ping timeout: 240 seconds).
20:31:45 -!- iovoid has quit (Quit: iovoid has quit!).
20:31:55 -!- orbitaldecay has joined.
20:33:05 -!- Sgeo has quit (Ping timeout: 240 seconds).
20:33:35 -!- iovoid has joined.
20:44:07 <esowiki> [[Conveyer]] M https://esolangs.org/w/index.php?diff=77873&oldid=77695 * Abbin21 * (-3)
21:01:24 <esowiki> [[Special:Log/newusers]] create * Konfetti * New user account
21:52:25 -!- Arcorann_ has joined.
21:53:29 -!- Arcorann_ has quit (Remote host closed the connection).
21:53:56 -!- Arcorann_ has joined.
22:05:21 -!- V has quit (Remote host closed the connection).
22:06:31 -!- V has joined.
22:06:45 -!- kmc has quit (Ping timeout: 240 seconds).
22:07:47 -!- kmc has joined.
22:27:56 <esowiki> [[Special:Log/newusers]] create * Vpzom * New user account
22:30:05 -!- ineiros has quit (Ping timeout: 260 seconds).
22:47:21 -!- ineiros has joined.
23:10:20 -!- deltaepsilon23 has joined.
23:10:37 -!- deltaepsilon23 has changed nick to delta23.
23:11:01 -!- delta23 has quit (Client Quit).
23:11:18 -!- deltaepsilon23 has joined.
23:11:32 -!- deltaepsilon23 has changed nick to delta23.
23:11:38 -!- delta23 has left.
23:38:01 -!- sftp has quit (Ping timeout: 264 seconds).
23:45:38 -!- FreeFull has quit.
←2020-10-06 2020-10-07 2020-10-08→ ↑2020 ↑all