2025/01/11

2025-01-11 00:03:52 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-11 00:05:36 +0100ChaiTRex(~ChaiTRex@user/chaitrex) (Ping timeout: 264 seconds)
2025-01-11 00:06:14 +0100saulosilva(~saulosilv@181.216.220.21) saulosilva
2025-01-11 00:06:30 +0100alecs(~alecs@61.pool85-58-154.dynamic.orange.es) alecs
2025-01-11 00:07:12 +0100 <euouae> c_wraith: answer to what?
2025-01-11 00:08:00 +0100 <c_wraith> how to enumerate rationals efficiently
2025-01-11 00:08:14 +0100ChaiTRex(~ChaiTRex@user/chaitrex) ChaiTRex
2025-01-11 00:11:25 +0100 <euouae> c_wraith: well a straightforward way is a simple generator formula that I extracted from that paper
2025-01-11 00:11:44 +0100 <euouae> I'm not going for 100% efficiency in terms of flops and all that -- just an O(1) memory/time generating formula
2025-01-11 00:13:02 +0100 <euouae> c_wraith: <https://termbin.com/barw> here's my Haskell code of that paper. `rats7` is the fast implementation and it only relies on `inverse` and `next`.
2025-01-11 00:14:55 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 00:16:51 +0100 <euouae> not "fast". I should say "cheap" like O(1) memory/time
2025-01-11 00:18:24 +0100 <c_wraith> ... to be clear, that's not O(1), because Rational isn't constant-space or constant-time
2025-01-11 00:19:01 +0100 <c_wraith> But arbitrary-precision prevents those in general. It's not an issue with Rational.
2025-01-11 00:19:38 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 265 seconds)
2025-01-11 00:20:23 +0100 <euouae> yes
2025-01-11 00:20:56 +0100avdb13(~avdb13@2001-14ba-a0a9-f200--18c.rev.dnainternet.fi)
2025-01-11 00:21:25 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-01-11 00:22:32 +0100alecs(~alecs@61.pool85-58-154.dynamic.orange.es) (Ping timeout: 265 seconds)
2025-01-11 00:30:18 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 00:32:48 +0100saulosilva(~saulosilv@181.216.220.21) (Quit: Client closed)
2025-01-11 00:34:41 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 248 seconds)
2025-01-11 00:37:59 +0100TheCoffeMaker(~TheCoffeM@user/thecoffemaker) (Remote host closed the connection)
2025-01-11 00:38:57 +0100TheCoffeMaker(~TheCoffeM@user/thecoffemaker) TheCoffeMaker
2025-01-11 00:42:40 +0100euouae(~euouae@user/euouae) (Ping timeout: 252 seconds)
2025-01-11 00:45:40 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 00:46:27 +0100mreh(~matthew@host86-146-25-121.range86-146.btcentralplus.com) (Ping timeout: 276 seconds)
2025-01-11 00:52:59 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 265 seconds)
2025-01-11 00:54:41 +0100SlackCoder(~SlackCode@64-94-63-8.ip.weststar.net.ky) SlackCoder
2025-01-11 00:59:10 +0100ahisho(~ahisoooo@88.90.222.87.dynamic.jazztel.es) (Quit: Leaving)
2025-01-11 01:10:45 +0100weary-traveler(~user@user/user363627) user363627
2025-01-11 01:12:02 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 01:16:13 +0100saulosilva(~saulosilv@181.216.220.21) saulosilva
2025-01-11 01:16:16 +0100wootehfoot(~wootehfoo@user/wootehfoot) (Read error: Connection reset by peer)
2025-01-11 01:16:49 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 260 seconds)
2025-01-11 01:23:16 +0100L29Ah(~L29Ah@wikipedia/L29Ah) (Read error: Connection timed out)
2025-01-11 01:23:49 +0100sprotte24(~sprotte24@p200300d16f053e002de39e6a7dd83ed5.dip0.t-ipconnect.de) (Quit: Leaving)
2025-01-11 01:24:42 +0100JuanDaugherty(~juan@user/JuanDaugherty) (Quit: JuanDaugherty)
2025-01-11 01:27:25 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 01:31:52 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-11 01:42:07 +0100supercode(~supercode@user/supercode) (Quit: Client closed)
2025-01-11 01:42:48 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 01:43:52 +0100 <EvanR> "flops" to measure the efficiency of rational numbers
2025-01-11 01:44:17 +0100 <EvanR> xD
2025-01-11 01:44:54 +0100 <EvanR> one of these programming languages comes with rational number backed by ints instead of arbitrary precision
2025-01-11 01:45:07 +0100 <EvanR> I guess this works about as well as "int" for representing integers
2025-01-11 01:47:15 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-11 01:49:30 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-01-11 01:58:10 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 01:59:04 +0100saulosilva(~saulosilv@181.216.220.21) (Quit: Client closed)
2025-01-11 02:02:40 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-11 02:07:08 +0100saulosilva(~saulosilv@181.216.220.21) saulosilva
2025-01-11 02:07:26 +0100saulosilva(~saulosilv@181.216.220.21) (Client Quit)
2025-01-11 02:13:33 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 02:18:03 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 244 seconds)
2025-01-11 02:19:58 +0100weary-traveler(~user@user/user363627) (Remote host closed the connection)
2025-01-11 02:22:39 +0100weary-traveler(~user@user/user363627) user363627
2025-01-11 02:24:19 +0100saulosilva(~saulosilv@181.216.220.21) saulosilva
2025-01-11 02:25:16 +0100 <saulosilva> Hello
2025-01-11 02:28:55 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 02:33:13 +0100 <geekosaur> hi
2025-01-11 02:35:40 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-11 02:35:40 +0100housemate(~housemate@146.70.66.228) housemate
2025-01-11 02:38:31 +0100otto_s(~user@p5de2f8cc.dip0.t-ipconnect.de) (Ping timeout: 264 seconds)
2025-01-11 02:39:54 +0100otto_s(~user@p5de2fce5.dip0.t-ipconnect.de)
2025-01-11 02:40:07 +0100saulosilva(~saulosilv@181.216.220.21) (Quit: Client closed)
2025-01-11 02:46:58 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 02:48:44 +0100acidjnk(~acidjnk@p200300d6e7283f46ed3dd32d3de732cf.dip0.t-ipconnect.de) (Ping timeout: 264 seconds)
2025-01-11 02:49:00 +0100avdb13(~avdb13@2001-14ba-a0a9-f200--18c.rev.dnainternet.fi) (Ping timeout: 246 seconds)
2025-01-11 02:50:20 +0100housemate(~housemate@146.70.66.228) (Remote host closed the connection)
2025-01-11 02:50:52 +0100housemate(~housemate@146.70.66.228) housemate
2025-01-11 02:51:26 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-11 02:52:56 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 02:56:11 +0100housemate(~housemate@146.70.66.228) (Ping timeout: 252 seconds)
2025-01-11 02:56:25 +0100housemate(~housemate@pa49-183-118-117.pa.vic.optusnet.com.au) housemate
2025-01-11 02:56:28 +0100housemate(~housemate@pa49-183-118-117.pa.vic.optusnet.com.au) (Read error: Connection reset by peer)
2025-01-11 02:57:17 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-11 02:57:48 +0100j1n37(~j1n37@user/j1n37) (Read error: Connection reset by peer)
2025-01-11 03:01:03 +0100j1n37(~j1n37@user/j1n37) j1n37
2025-01-11 03:03:42 +0100housemate_(~housemate@146.70.66.228) housemate
2025-01-11 03:03:58 +0100vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 272 seconds)
2025-01-11 03:05:12 +0100vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2025-01-11 03:12:42 +0100vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 276 seconds)
2025-01-11 03:13:19 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 03:14:05 +0100vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2025-01-11 03:18:33 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 276 seconds)
2025-01-11 03:19:00 +0100Tuplanolla(~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) (Quit: Leaving.)
2025-01-11 03:19:58 +0100housemate_(~housemate@146.70.66.228) (Quit: Nothing to see here. I wasn't there. I take IRC seriously. I do not work for any body DIRECTLY although I do represent BOT NET.)
2025-01-11 03:21:15 +0100euouae(~euouae@user/euouae) euouae
2025-01-11 03:28:40 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 03:31:49 +0100dnerchm^(~dnerchm@c-98-242-74-66.hsd1.ga.comcast.net)
2025-01-11 03:33:36 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-11 03:33:47 +0100Jeanne-Kamikaze(~Jeanne-Ka@142.147.89.228) Jeanne-Kamikaze
2025-01-11 03:38:17 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 265 seconds)
2025-01-11 03:44:27 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 03:45:16 +0100swistak(~swistak@185.21.216.141) (Ping timeout: 252 seconds)
2025-01-11 03:47:27 +0100euouae(~euouae@user/euouae) (Remote host closed the connection)
2025-01-11 03:48:51 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 246 seconds)
2025-01-11 03:59:49 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 04:05:08 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-11 04:05:13 +0100nitrix(~nitrix@user/meow/nitrix) (Quit: ZNC 1.8.2 - https://znc.in)
2025-01-11 04:06:16 +0100nitrix(~nitrix@user/meow/nitrix) nitrix
2025-01-11 04:16:00 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 04:19:48 +0100swistak(~swistak@185.21.216.141)
2025-01-11 04:22:42 +0100nitrix(~nitrix@user/meow/nitrix) (Quit: ZNC 1.8.2 - https://znc.in)
2025-01-11 04:22:43 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-11 04:23:43 +0100nitrix(~nitrix@user/meow/nitrix) nitrix
2025-01-11 04:32:26 +0100JuanDaugherty(~juan@user/JuanDaugherty) JuanDaugherty
2025-01-11 04:32:45 +0100orangeFlu(orangeFlu@gateway/vpn/protonvpn/orangeflu) orangeFlu
2025-01-11 04:34:02 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 04:37:07 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-01-11 04:38:08 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 252 seconds)
2025-01-11 04:38:35 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 244 seconds)
2025-01-11 04:38:50 +0100ChanServ+o litharge
2025-01-11 04:38:51 +0100litharge-bo *!*@user/rongwey litharge
2025-01-11 04:40:31 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-01-11 04:41:22 +0100tnt2(~Thunderbi@user/tnt1) (Ping timeout: 252 seconds)
2025-01-11 04:49:25 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 04:50:50 +0100housemate(~housemate@146.70.66.228) housemate
2025-01-11 04:51:50 +0100TheCoffeMaker(~TheCoffeM@user/thecoffemaker) (Quit: So long and thanks for all the fish)
2025-01-11 04:52:19 +0100TheCoffeMaker(~TheCoffeM@user/thecoffemaker) TheCoffeMaker
2025-01-11 04:54:04 +0100TheCoffeMaker(~TheCoffeM@user/thecoffemaker) (Excess Flood)
2025-01-11 04:54:43 +0100TheCoffeMaker(~TheCoffeM@user/thecoffemaker) TheCoffeMaker
2025-01-11 04:57:14 +0100TheCoffeMaker(~TheCoffeM@user/thecoffemaker) (Excess Flood)
2025-01-11 04:57:55 +0100TheCoffeMaker(~TheCoffeM@user/thecoffemaker) TheCoffeMaker
2025-01-11 04:58:13 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 248 seconds)
2025-01-11 05:05:16 +0100aforemny_(~aforemny@2001:9e8:6cc3:c600:66d6:598d:d25f:7909) aforemny
2025-01-11 05:06:22 +0100aforemny(~aforemny@i59F4C56A.versanet.de) (Ping timeout: 252 seconds)
2025-01-11 05:09:17 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 05:10:37 +0100TheCoffeMaker(~TheCoffeM@user/thecoffemaker) (Ping timeout: 244 seconds)
2025-01-11 05:14:26 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 272 seconds)
2025-01-11 05:14:42 +0100TheCoffeMaker(~TheCoffeM@user/thecoffemaker) TheCoffeMaker
2025-01-11 05:20:39 +0100ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 244 seconds)
2025-01-11 05:24:40 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 05:29:06 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-11 05:33:48 +0100olivial(~benjaminl@user/benjaminl) (Read error: Connection reset by peer)
2025-01-11 05:34:03 +0100olivial(~benjaminl@user/benjaminl) benjaminl
2025-01-11 05:40:03 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 05:40:39 +0100Jeanne-Kamikaze(~Jeanne-Ka@142.147.89.228) (Quit: Leaving)
2025-01-11 05:40:45 +0100machinedgod(~machinedg@d108-173-18-100.abhsia.telus.net) (Read error: Connection reset by peer)
2025-01-11 05:41:01 +0100machinedgod(~machinedg@d108-173-18-100.abhsia.telus.net) machinedgod
2025-01-11 05:44:12 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 244 seconds)
2025-01-11 05:51:12 +0100dysthesis(~dysthesis@user/dysthesis) dysthesis
2025-01-11 05:55:25 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 05:55:48 +0100JuanDaugherty(~juan@user/JuanDaugherty) (Quit: JuanDaugherty)
2025-01-11 06:02:31 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 264 seconds)
2025-01-11 06:07:21 +0100euphores(~SASL_euph@user/euphores) (Quit: Leaving.)
2025-01-11 06:07:27 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-01-11 06:12:56 +0100euphores(~SASL_euph@user/euphores) euphores
2025-01-11 06:13:27 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 06:17:47 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 244 seconds)
2025-01-11 06:28:50 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 06:31:33 +0100Flow(~none@gentoo/developer/flow) (Ping timeout: 248 seconds)
2025-01-11 06:33:09 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 248 seconds)
2025-01-11 06:37:14 +0100Flow(~none@gentoo/developer/flow) flow
2025-01-11 06:44:13 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-11 06:48:57 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-11 06:53:45 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex) bitdex
2025-01-11 06:55:06 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn