2025/07/19

2025-07-19 00:02:10 +0000peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 276 seconds)
2025-07-19 00:07:50 +0000 <koala_man> blerk, celebrated too soon. The compiler could build a basic binary but fails to build anything with cabal
2025-07-19 00:10:19 +0000 <geekosaur> it would not surprise me if we currently have some conflation of arch with platform: I caught one when Serge was adding Windows AArch64 support
2025-07-19 00:10:25 +0000 <geekosaur> so there are likely others
2025-07-19 00:11:17 +0000 <geekosaur> if you think you are tripping over some, please file Cabal bugs
2025-07-19 00:11:33 +0000acidjnk_new3(~acidjnk@p200300d6e70b6693a5441e99b23fb06c.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
2025-07-19 00:11:48 +0000 <geekosaur> (hm, more correctly I caught him trying to add one and asked him what would happen on Apple Silicon)
2025-07-19 00:12:50 +0000peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-07-19 00:15:49 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 00:16:21 +0000 <koala_man> it's failing because it's invoking the host assembler on a target assembly file
2025-07-19 00:17:33 +0000 <geekosaur> oh. I don't know if we support cross-compilation that well
2025-07-19 00:17:41 +0000 <geekosaur> might ask over in #hackage
2025-07-19 00:18:27 +0000 <geekosaur> although at this time of evening (night for most of the crew) and heading into the weekend, you probably won't get much of an answer until around 0830UTC-ish Monday
2025-07-19 00:19:06 +0000ttybitnik(~ttybitnik@user/wolper) (Quit: Fading out...)
2025-07-19 00:23:47 +0000 <koala_man> I should probably just emulate the whole aarch64 userspace
2025-07-19 00:24:17 +0000weary-traveler(~user@user/user363627) (Remote host closed the connection)
2025-07-19 00:28:46 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Read error: Connection reset by peer)
2025-07-19 00:41:21 +0000 <koala_man> at the risk of jinxing it again, it appeared that /usr/local/lib/aarch64-linux-gnu-ghc-9.12.2/lib/settings had ("C compiler command", "gcc") and such, and if I update it to aarch64-linux-gnu-gcc cabal at least succeeded installing a bunch of packages
2025-07-19 00:42:02 +0000trickard(~trickard@cpe-63-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2025-07-19 00:42:16 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au)
2025-07-19 00:42:56 +0000peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 265 seconds)
2025-07-19 00:43:48 +0000phma(~phma@host-67-44-208-39.hnremote.net) (Read error: Connection reset by peer)
2025-07-19 00:44:24 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 00:44:46 +0000phma(phma@2001:5b0:211b:d0a8:5872:6174:f4b6:2963)
2025-07-19 00:47:32 +0000 <geekosaur> that sounds like you need to adjust how you're configuring your cross-compiler
2025-07-19 00:49:16 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 252 seconds)
2025-07-19 00:49:16 +0000Tuplanolla(~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) (Ping timeout: 252 seconds)
2025-07-19 00:49:53 +0000 <geekosaur> this should be part of the bindist `confgure`; if you're having `hadrian` do that, you may need to split it out so you can configure it with the right cross-utilities
2025-07-19 00:51:49 +0000jespada(~jespada@2800:a4:2237:6f00:7121:3b2b:1efd:451) jespada
2025-07-19 00:56:38 +0000jespada(~jespada@2800:a4:2237:6f00:7121:3b2b:1efd:451) (Ping timeout: 272 seconds)
2025-07-19 00:56:57 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 00:59:06 +0000 <koala_man> geekosaur: I'm doing ./configure --host x86_64-linux-gnu --build x86_64-linux-gnu --target aarch64-linux-gnu, shouldn't that be enough?
2025-07-19 00:59:39 +0000 <geekosaur> I don't think that's enough to tell it which binaries to use for `GCC` etc.
2025-07-19 01:00:07 +0000 <geekosaur> also that looks like the main configure, not the bindist
2025-07-19 01:00:17 +0000 <koala_man> I didn't know there rwas a difference
2025-07-19 01:02:04 +0000 <geekosaur> `hadrian` builds a cross-compiler and some wrappers to run it. but those wrappers don't really understand cross-compilers and will generally use host headers, libraries, and utilities
2025-07-19 01:02:12 +0000jespada(~jespada@2800:a4:2237:6f00:44a1:1043:513:768b) jespada
2025-07-19 01:02:25 +0000 <koala_man> I'm doing "./hadrian/build --flavour=quickest --bignum=native -V -j install --prefix=/usr/local". is bindist the one that builds a binary package for installation elsewhere instead of installing directly?
2025-07-19 01:02:46 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2025-07-19 01:03:00 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au)
2025-07-19 01:03:07 +0000 <geekosaur> if you tell hadrian to make a bindist, you will get a (unpacked or packed) bindist which can be installed, but it has its own `configure` that constructs the `settings` file based on what tools it finds on the system. it's not smart so it will find _host_ utilities and headers
2025-07-19 01:03:57 +0000 <geekosaur> oh, also I think if ghc runs things directly it passes target args, but cabal doesn't know it needs to do that when it digs the invocations out of ghc's settings file
2025-07-19 01:04:54 +0000 <geekosaur> so that would explain why ghc can build stuff itself but cabal trying to do the same will use host instead of target stuff
2025-07-19 01:05:03 +0000 <koala_man> I do specify --with-compiler=aarch64-linux-gnu-ghc for cabal
2025-07-19 01:05:31 +0000 <geekosaur> that's not enough, for some things cabal runs gcc directly and gets the invocation from ghc's settings file
2025-07-19 01:05:45 +0000 <geekosaur> which doesn't have a target, as you found
2025-07-19 01:05:56 +0000ski(~ski@remote11.chalmers.se) (Server closed connection)
2025-07-19 01:06:05 +0000 <geekosaur> (specifically I know it does it for "C compiler command")
2025-07-19 01:06:10 +0000ski(~ski@remote11.chalmers.se)
2025-07-19 01:06:45 +0000Square2(~Square@user/square) (Ping timeout: 244 seconds)
2025-07-19 01:06:57 +0000 <geekosaur> and yes, bindist is for when yiou buid something to install elsewhere
2025-07-19 01:06:58 +0000jespada(~jespada@2800:a4:2237:6f00:44a1:1043:513:768b) (Ping timeout: 248 seconds)
2025-07-19 01:07:21 +0000 <geekosaur> it's generally easiest as you can force the installed bindist to use target utilities instead of host
2025-07-19 01:08:26 +0000humasect(~humasect@dyn-192-249-132-90.nexicom.net) (Remote host closed the connection)
2025-07-19 01:08:48 +0000 <geekosaur> and they go into the settings file so cabal will also use them when it inspects ghc's settings to see how to compile stuff itself
2025-07-19 01:11:21 +0000 <koala_man> do I run `./hadrian/build binary-dist`? I tried --help but didn't spot the flags to set the targets
2025-07-19 01:11:25 +0000humasect(~humasect@dyn-192-249-132-90.nexicom.net) humasect
2025-07-19 01:12:10 +0000 <geekosaur> yes
2025-07-19 01:14:28 +0000Unicorn_Princess(~Unicorn_P@user/Unicorn-Princess/x-3540542) (Remote host closed the connection)
2025-07-19 01:16:34 +0000humasect(~humasect@dyn-192-249-132-90.nexicom.net) (Ping timeout: 248 seconds)
2025-07-19 01:17:38 +0000jespada(~jespada@2800:a4:2237:6f00:3569:5753:cf2c:3fc0) jespada
2025-07-19 01:22:13 +0000 <koala_man> you're right, build binary-dist does result in ("C compiler command", "aarch64-linux-gnu-gcc")
2025-07-19 01:22:15 +0000jespada(~jespada@2800:a4:2237:6f00:3569:5753:cf2c:3fc0) (Ping timeout: 244 seconds)
2025-07-19 01:22:16 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 252 seconds)
2025-07-19 01:22:31 +0000 <geekosaur> :thumbs_up:
2025-07-19 01:24:42 +0000 <koala_man> I haven't incorporated it yet, but manually kludging the settings file did result in successfully building an aarch64 version of shellcheck
2025-07-19 01:24:53 +0000 <koala_man> high hopes
2025-07-19 01:27:24 +0000caubert(~caubert@user/caubert) (Ping timeout: 265 seconds)
2025-07-19 01:37:04 +0000hakutaku(~textual@user/hakutaku) hakutaku
2025-07-19 01:39:33 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 01:46:15 +0000caubert(~caubert@user/caubert) (Ping timeout: 276 seconds)
2025-07-19 01:51:11 +0000peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-07-19 01:52:33 +0000werneta(~werneta@syn-071-083-160-242.res.spectrum.com) werneta
2025-07-19 01:55:44 +0000athan(~athan@syn-047-132-161-157.res.spectrum.com) (Quit: Konversation terminated!)
2025-07-19 02:03:48 +0000trickard_trickard
2025-07-19 02:06:26 +0000a_fantom(~fantom@33be818f.skybroadband.com)
2025-07-19 02:10:13 +0000FANTOM(~fantom@33be818f.skybroadband.com) (Ping timeout: 276 seconds)
2025-07-19 02:10:25 +0000trickard(~trickard@cpe-63-98-47-163.wireline.com.au) (Ping timeout: 248 seconds)
2025-07-19 02:10:48 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au)
2025-07-19 02:13:16 +0000jmcantrell(~weechat@user/jmcantrell) (Quit: WeeChat 4.6.3)
2025-07-19 02:14:24 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2025-07-19 02:15:01 +0000jmcantrell(~weechat@user/jmcantrell) jmcantrell
2025-07-19 02:17:23 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 02:21:39 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au)
2025-07-19 02:22:30 +0000jespada(~jespada@2800:a4:2237:6f00:5439:8f18:1f45:ac09) jespada
2025-07-19 02:26:50 +0000jespada(~jespada@2800:a4:2237:6f00:5439:8f18:1f45:ac09) (Ping timeout: 244 seconds)
2025-07-19 02:33:30 +0000td_(~td@i5387092F.versanet.de) (Ping timeout: 252 seconds)
2025-07-19 02:35:31 +0000td_(~td@i5387093C.versanet.de) td_
2025-07-19 02:42:32 +0000jespada(~jespada@2800:a4:2237:6f00:e89a:2bb2:1571:cf27) jespada
2025-07-19 02:43:15 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 02:47:09 +0000jespada(~jespada@2800:a4:2237:6f00:e89a:2bb2:1571:cf27) (Ping timeout: 265 seconds)
2025-07-19 02:49:50 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2025-07-19 02:50:04 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au)
2025-07-19 02:51:41 +0000 <koala_man> geekosaur: sadly no. while the lib/settings file is correct in the resulting .xz file, ./configure and make install doesn't work: https://gist.github.com/koalaman/47af5b5d0105763a63328a4e5ab9b373
2025-07-19 02:52:28 +0000xal(~xal@mx1.xal.systems) (Quit: bye)
2025-07-19 02:53:03 +0000xal(~xal@mx1.xal.systems) xal
2025-07-19 02:53:03 +0000 <koala_man> I'm going back to my sed -e 's/"\(gcc\|g++\|ld\)"/"'"$TARGET"'-\1"/g' -i /usr/local/lib/aarch64-linux-gnu-ghc-*/lib/settings
2025-07-19 02:53:13 +0000 <geekosaur> that looks like bugginess in the configure test, I bet it used host tools to make the test objects it fed to the target ld
2025-07-19 02:53:24 +0000 <geekosaur> file a ghc bug
2025-07-19 02:53:42 +0000 <geekosaur> (in the meantime, though, yes you probably need to massage the settings file by hand)
2025-07-19 03:16:43 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2025-07-19 03:16:57 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au)
2025-07-19 03:17:52 +0000jespada(~jespada@2800:a4:2237:6f00:f891:1157:3fbd:5750) jespada
2025-07-19 03:22:13 +0000trickard_trickard
2025-07-19 03:22:25 +0000jespada(~jespada@2800:a4:2237:6f00:f891:1157:3fbd:5750) (Ping timeout: 248 seconds)
2025-07-19 03:25:05 +0000peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 248 seconds)
2025-07-19 03:27:19 +0000jespada(~jespada@2800:a4:2237:6f00:7c22:1cd4:4804:597b) jespada
2025-07-19 03:31:12 +0000rvalue(~rvalue@about/hackers/rvalue) (Read error: Connection reset by peer)
2025-07-19 03:31:39 +0000rvalue(~rvalue@about/hackers/rvalue) rvalue
2025-07-19 03:32:01 +0000jespada(~jespada@2800:a4:2237:6f00:7c22:1cd4:4804:597b) (Ping timeout: 248 seconds)
2025-07-19 03:40:54 +0000aforemny(~aforemny@2001:9e8:6cc7:cf00:7058:61be:41c0:11e9) aforemny
2025-07-19 03:41:09 +0000aforemny_(~aforemny@2001:9e8:6ce8:ec00:8e85:40b4:db08:8733) (Ping timeout: 252 seconds)
2025-07-19 03:44:31 +0000trickard(~trickard@cpe-63-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2025-07-19 03:44:43 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au)
2025-07-19 03:47:23 +0000monochrom(trebla@216.138.220.146) (Quit: ZNC 1.9.1+deb2build2 - https://znc.in)
2025-07-19 03:48:28 +0000harveypwca(~harveypwc@2601:246:d080:f6e0:27d6:8cc7:eca9:c46c) HarveyPwca
2025-07-19 03:53:28 +0000monochrom(trebla@216.138.220.146)
2025-07-19 03:57:30 +0000hiecaq(~hiecaq@user/hiecaq) hiecaq
2025-07-19 03:57:43 +0000humasect(~humasect@dyn-192-249-132-90.nexicom.net) humasect
2025-07-19 03:59:38 +0000tsuki(~tsuki@49.37.43.51)
2025-07-19 04:00:36 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Read error: Connection reset by peer)
2025-07-19 04:02:22 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 04:02:26 +0000tsuki(~tsuki@49.37.43.51) (Read error: Connection reset by peer)
2025-07-19 04:02:28 +0000humasect(~humasect@dyn-192-249-132-90.nexicom.net) (Ping timeout: 245 seconds)
2025-07-19 04:23:46 +0000caubert(~caubert@user/caubert) (Ping timeout: 252 seconds)
2025-07-19 04:29:16 +0000iphoneprotein(~iphonepro@user/iphoneprotein) iphoneprotein
2025-07-19 04:32:30 +0000jespada(~jespada@2800:a4:2237:6f00:54cc:f6ea:c8d1:5f3b) jespada
2025-07-19 04:35:58 +0000iphoneprotein(~iphonepro@user/iphoneprotein) (Quit: Client closed)
2025-07-19 04:36:22 +0000iphoneprotein(~iphonepro@user/iphoneprotein) iphoneprotein
2025-07-19 04:41:38 +0000jespada(~jespada@2800:a4:2237:6f00:54cc:f6ea:c8d1:5f3b) (Ping timeout: 268 seconds)
2025-07-19 04:41:54 +0000phma(phma@2001:5b0:211b:d0a8:5872:6174:f4b6:2963) (Read error: Connection reset by peer)
2025-07-19 04:42:06 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2025-07-19 04:42:18 +0000phma(phma@2001:5b0:211b:d0a8:5872:6174:f4b6:2963)
2025-07-19 04:42:20 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au)
2025-07-19 04:45:21 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Read error: Connection reset by peer)
2025-07-19 04:45:27 +0000iphoneprotein(~iphonepro@user/iphoneprotein) (Ping timeout: 272 seconds)
2025-07-19 04:45:32 +0000iphoneprotein54(~iphonepro@user/iphoneprotein) iphoneprotein
2025-07-19 04:50:57 +0000iphoneprotein54(~iphonepro@user/iphoneprotein) (Quit: Client closed)
2025-07-19 04:53:05 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 04:55:13 +0000hakutaku(~textual@user/hakutaku) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2025-07-19 04:55:59 +0000takuan(~takuan@d8D86B9E9.access.telenet.be)
2025-07-19 04:58:25 +0000caubert(~caubert@user/caubert) (Ping timeout: 248 seconds)
2025-07-19 05:01:16 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 05:03:43 +0000jespada(~jespada@2800:a4:2237:6f00:15d3:52f9:22f7:7d2e) jespada
2025-07-19 05:09:52 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 05:12:10 +0000jespada(~jespada@2800:a4:2237:6f00:15d3:52f9:22f7:7d2e) (Ping timeout: 244 seconds)
2025-07-19 05:13:25 +0000hakutaku(~textual@178.66.130.92)
2025-07-19 05:17:53 +0000hakutaku(~textual@178.66.130.92) (Ping timeout: 245 seconds)
2025-07-19 05:24:28 +0000humasect(~humasect@dyn-192-249-132-90.nexicom.net) humasect
2025-07-19 05:26:14 +0000euphores(~SASL_euph@user/euphores) euphores
2025-07-19 05:27:16 +0000jespada(~jespada@2800:a4:2237:6f00:4454:7265:5ad9:96e4) jespada
2025-07-19 05:29:46 +0000humasect(~humasect@dyn-192-249-132-90.nexicom.net) (Ping timeout: 252 seconds)
2025-07-19 05:35:37 +0000jespada(~jespada@2800:a4:2237:6f00:4454:7265:5ad9:96e4) (Ping timeout: 252 seconds)
2025-07-19 05:44:51 +0000hiecaq(~hiecaq@user/hiecaq) (Quit: ERC 5.6.0.30.1 (IRC client for GNU Emacs 30.1))
2025-07-19 05:47:23 +0000jespada(~jespada@2800:a4:2237:6f00:958e:d803:4d7c:5d86) jespada
2025-07-19 05:48:12 +0000jmcantrell(~weechat@user/jmcantrell) (Ping timeout: 252 seconds)
2025-07-19 05:51:57 +0000jespada(~jespada@2800:a4:2237:6f00:958e:d803:4d7c:5d86) (Ping timeout: 244 seconds)
2025-07-19 05:59:12 +0000hakutaku(~textual@178.66.130.92)
2025-07-19 06:06:26 +0000caubert(~caubert@user/caubert) (Ping timeout: 252 seconds)
2025-07-19 06:06:38 +0000peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-07-19 06:07:32 +0000jespada(~jespada@2800:a4:2237:6f00:f8e4:b6c0:2169:1a12) jespada
2025-07-19 06:07:53 +0000omnifunctor(~omnifunct@user/semifunctor) omnifunctor
2025-07-19 06:10:10 +0000tromp(~textual@2001:1c00:3487:1b00:b486:fa5:6d97:6c15)
2025-07-19 06:12:05 +0000jespada(~jespada@2800:a4:2237:6f00:f8e4:b6c0:2169:1a12) (Ping timeout: 265 seconds)
2025-07-19 06:16:00 +0000hiecaq(~hiecaq@user/hiecaq) hiecaq
2025-07-19 06:19:53 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 06:21:01 +0000poscat0x04(~poscat@user/poscat) (Remote host closed the connection)
2025-07-19 06:23:54 +0000poscat(~poscat@user/poscat) poscat
2025-07-19 06:24:24 +0000caubert(~caubert@user/caubert) (Ping timeout: 252 seconds)
2025-07-19 06:29:08 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 245 seconds)
2025-07-19 06:42:31 +0000jespada(~jespada@2800:a4:2237:6f00:c80e:7585:9e4e:6b6c) jespada
2025-07-19 06:46:59 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 06:47:07 +0000jespada(~jespada@2800:a4:2237:6f00:c80e:7585:9e4e:6b6c) (Ping timeout: 252 seconds)
2025-07-19 06:49:54 +0000peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Remote host closed the connection)
2025-07-19 06:51:19 +0000hakutaku(~textual@178.66.130.92) (Quit: Textual IRC Client: www.textualapp.com)
2025-07-19 06:51:40 +0000tromp(~textual@2001:1c00:3487:1b00:b486:fa5:6d97:6c15) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-07-19 06:53:46 +0000trickard_trickard
2025-07-19 06:57:30 +0000jespada(~jespada@2800:a4:2237:6f00:a1de:db1f:db28:dc58) jespada
2025-07-19 07:00:00 +0000caconym74(~caconym@user/caconym) (Quit: bye)
2025-07-19 07:00:41 +0000caconym74(~caconym@user/caconym) caconym
2025-07-19 07:02:13 +0000jespada(~jespada@2800:a4:2237:6f00:a1de:db1f:db28:dc58) (Ping timeout: 244 seconds)
2025-07-19 07:03:44 +0000tromp(~textual@2001:1c00:3487:1b00:b486:fa5:6d97:6c15)
2025-07-19 07:05:02 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 07:10:09 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 248 seconds)
2025-07-19 07:12:15 +0000jespada(~jespada@r167-61-127-200.dialup.adsl.anteldata.net.uy) jespada
2025-07-19 07:13:28 +0000hellwolf(~user@92d4-36c3-6995-e20f-0f00-4d40-07d0-2001.sta.estpak.ee) (Ping timeout: 272 seconds)
2025-07-19 07:14:06 +0000hellwolf(~user@ed6b-8865-d7b5-c4d5-0f00-4d40-07d0-2001.sta.estpak.ee) hellwolf
2025-07-19 07:15:10 +0000tromp(~textual@2001:1c00:3487:1b00:b486:fa5:6d97:6c15) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-07-19 07:16:50 +0000jespada(~jespada@r167-61-127-200.dialup.adsl.anteldata.net.uy) (Ping timeout: 252 seconds)
2025-07-19 07:18:00 +0000jespada(~jespada@2800:a4:2237:6f00:80f6:96db:9f15:ab36) jespada
2025-07-19 07:18:58 +0000tromp(~textual@2001:1c00:3487:1b00:b486:fa5:6d97:6c15)
2025-07-19 07:22:39 +0000jespada(~jespada@2800:a4:2237:6f00:80f6:96db:9f15:ab36) (Ping timeout: 265 seconds)
2025-07-19 07:26:06 +0000peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-07-19 07:26:19 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 07:26:44 +0000hakutaku(~textual@178.66.130.92)
2025-07-19 07:26:58 +0000hakutaku(~textual@178.66.130.92) (Changing host)
2025-07-19 07:26:58 +0000hakutaku(~textual@user/hakutaku) hakutaku
2025-07-19 07:27:27 +0000jespada(~jespada@2800:a4:2237:6f00:34f8:108d:a042:e8bc) jespada
2025-07-19 07:31:24 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 276 seconds)
2025-07-19 07:32:57 +0000jespada(~jespada@2800:a4:2237:6f00:34f8:108d:a042:e8bc) (Ping timeout: 252 seconds)
2025-07-19 07:33:30 +0000tromp(~textual@2001:1c00:3487:1b00:b486:fa5:6d97:6c15) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-07-19 07:35:57 +0000caubert(~caubert@user/caubert) (Ping timeout: 276 seconds)
2025-07-19 07:37:25 +0000jespada(~jespada@2800:a4:2237:6f00:e127:545f:9fb2:f18c) jespada
2025-07-19 07:42:28 +0000jespada(~jespada@2800:a4:2237:6f00:e127:545f:9fb2:f18c) (Ping timeout: 265 seconds)
2025-07-19 07:43:26 +0000amadaluzia(~amadaluzi@user/amadaluzia) amadaluzia
2025-07-19 07:49:09 +0000acidjnk_new3(~acidjnk@p200300d6e70b6693a5441e99b23fb06c.dip0.t-ipconnect.de) acidjnk
2025-07-19 07:49:51 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 07:50:54 +0000peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 276 seconds)
2025-07-19 07:55:02 +0000caubert(~caubert@user/caubert) (Ping timeout: 265 seconds)
2025-07-19 07:56:05 +0000werneta(~werneta@syn-071-083-160-242.res.spectrum.com) (Ping timeout: 248 seconds)
2025-07-19 07:57:03 +0000bliminse(~bliminse@user/bliminse) (Quit: leaving)
2025-07-19 08:00:56 +0000bliminse(~bliminse@user/bliminse) bliminse
2025-07-19 08:03:07 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 08:05:21 +0000inline(~inline@ip-005-146-196-034.um05.pools.vodafone-ip.de) (Quit: Leaving)
2025-07-19 08:09:09 +0000amadaluzia(~amadaluzi@user/amadaluzia) (Quit: ZNC 1.10.0 - https://znc.in)
2025-07-19 08:10:07 +0000amadaluzia(~amadaluzi@user/amadaluzia) amadaluzia
2025-07-19 08:12:12 +0000caubert(~caubert@user/caubert) (Ping timeout: 252 seconds)
2025-07-19 08:18:02 +0000jespada(~jespada@2800:a4:2237:6f00:75e7:8c7f:6fe9:a598) jespada
2025-07-19 08:18:16 +0000inline(~inline@ip-005-146-196-034.um05.pools.vodafone-ip.de) Inline
2025-07-19 08:24:48 +0000lxsameer(~lxsameer@Serene/lxsameer) lxsameer
2025-07-19 08:25:53 +0000rvalue(~rvalue@about/hackers/rvalue) (Ping timeout: 248 seconds)
2025-07-19 08:26:04 +0000jespada_(~jespada@2800:a4:222e:b100:8d0a:3b5d:6187:bd3e) jespada
2025-07-19 08:26:56 +0000jespada(~jespada@2800:a4:2237:6f00:75e7:8c7f:6fe9:a598) (Ping timeout: 272 seconds)
2025-07-19 08:36:39 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 08:42:54 +0000rvalue(~rvalue@about/hackers/rvalue) rvalue
2025-07-19 08:42:58 +0000caubert(~caubert@user/caubert) (Ping timeout: 240 seconds)
2025-07-19 08:49:14 +0000tromp(~textual@2001:1c00:3487:1b00:b486:fa5:6d97:6c15)
2025-07-19 08:50:29 +0000lxsameer(~lxsameer@Serene/lxsameer) (WeeChat 4.6.3)
2025-07-19 08:55:38 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 08:55:44 +0000p3n(~p3n@2a00:19a0:3:7c:0:d9c6:7cf6:1) (Quit: ZNC 1.9.1 - https://znc.in)
2025-07-19 09:00:39 +0000Smiles(uid551636@id-551636.lymington.irccloud.com) Smiles
2025-07-19 09:03:02 +0000Tuplanolla(~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) Tuplanolla
2025-07-19 09:12:04 +0000humasect(~humasect@dyn-192-249-132-90.nexicom.net) humasect
2025-07-19 09:14:26 +0000jespada_(~jespada@2800:a4:222e:b100:8d0a:3b5d:6187:bd3e) (Ping timeout: 272 seconds)
2025-07-19 09:16:34 +0000__monty__(~toonn@user/toonn) toonn
2025-07-19 09:20:05 +0000sprotte24(~sprotte24@p200300d16f1e0200c8cbd284cf29dbca.dip0.t-ipconnect.de)
2025-07-19 09:28:45 +0000tromp(~textual@2001:1c00:3487:1b00:b486:fa5:6d97:6c15) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-07-19 09:31:03 +0000humasect(~humasect@dyn-192-249-132-90.nexicom.net) (Remote host closed the connection)
2025-07-19 09:34:55 +0000trickard(~trickard@cpe-63-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2025-07-19 09:35:10 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au)
2025-07-19 09:46:16 +0000tzh(~tzh@c-76-115-131-146.hsd1.or.comcast.net) (Quit: zzz)
2025-07-19 09:55:17 +0000tromp(~textual@2001:1c00:3487:1b00:b486:fa5:6d97:6c15)
2025-07-19 09:58:28 +0000caubert(~caubert@user/caubert) (Ping timeout: 240 seconds)
2025-07-19 09:59:26 +0000Sgeo(~Sgeo@user/sgeo) (Read error: Connection reset by peer)
2025-07-19 10:02:28 +0000biberu(~biberu@user/biberu) biberu
2025-07-19 10:03:57 +0000chexum(~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection)
2025-07-19 10:04:06 +0000HaskellLearner(~HaskellLe@2a02:8108:6a14:e300::d6c4)
2025-07-19 10:04:09 +0000chexum(~quassel@gateway/tor-sasl/chexum) chexum
2025-07-19 10:08:12 +0000biberu(~biberu@user/biberu) (Quit: ZNC - https://znc.in)
2025-07-19 10:10:59 +0000HaskellLearner(~HaskellLe@2a02:8108:6a14:e300::d6c4) (Ping timeout: 272 seconds)
2025-07-19 10:11:11 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 10:38:14 +0000olivial(~benjaminl@user/benjaminl) benjaminl
2025-07-19 10:40:33 +0000olivial_(~benjaminl@c-76-144-39-121.hsd1.or.comcast.net) (Ping timeout: 276 seconds)
2025-07-19 10:48:15 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 10:55:23 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 245 seconds)
2025-07-19 10:57:04 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 11:00:04 +0000caconym74(~caconym@user/caconym) (Quit: bye)
2025-07-19 11:04:19 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 260 seconds)
2025-07-19 11:16:20 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 11:16:21 +0000Square2(~Square@user/square) Square
2025-07-19 11:17:18 +0000Lord_of_Life_(~Lord@user/lord-of-life/x-2819915) Lord_of_Life
2025-07-19 11:17:58 +0000Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (Ping timeout: 244 seconds)
2025-07-19 11:18:37 +0000Lord_of_Life_Lord_of_Life
2025-07-19 11:19:58 +0000caubert(~caubert@user/caubert) (Ping timeout: 240 seconds)
2025-07-19 11:21:45 +0000tromp(~textual@2001:1c00:3487:1b00:b486:fa5:6d97:6c15) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-07-19 11:32:50 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 11:37:09 +0000tromp(~textual@2001:1c00:3487:1b00:b486:fa5:6d97:6c15)
2025-07-19 11:42:18 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 276 seconds)
2025-07-19 11:46:56 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 11:51:17 +0000humasect(~humasect@dyn-192-249-132-90.nexicom.net) humasect
2025-07-19 11:55:52 +0000humasect(~humasect@dyn-192-249-132-90.nexicom.net) (Ping timeout: 252 seconds)
2025-07-19 12:15:13 +0000yegor(~yegor@user/yegorc) yegorc
2025-07-19 12:29:46 +0000Smiles(uid551636@id-551636.lymington.irccloud.com) (Quit: Connection closed for inactivity)
2025-07-19 12:39:14 +0000caubert(~caubert@user/caubert) (Ping timeout: 248 seconds)
2025-07-19 12:47:13 +0000mrvdb-(~mrvdb@185.92.221.186) (Quit: ZNC 1.9.1 - https://znc.in)
2025-07-19 12:48:14 +0000mrvdb(~mrvdb@185.92.221.186) mrvdb
2025-07-19 12:48:24 +0000acidjnk_new3(~acidjnk@p200300d6e70b6693a5441e99b23fb06c.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
2025-07-19 12:48:25 +0000acidjnk_new(~acidjnk@p200300d6e70b66939416f8ce665b0c8c.dip0.t-ipconnect.de) acidjnk
2025-07-19 12:51:33 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 12:54:10 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 252 seconds)
2025-07-19 12:57:28 +0000caubert(~caubert@user/caubert) (Ping timeout: 240 seconds)
2025-07-19 13:03:43 +0000ouilemur(~jgmerritt@user/ouilemur) (Quit: WeeChat 4.6.3)
2025-07-19 13:11:18 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 13:24:35 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2025-07-19 13:24:49 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au)
2025-07-19 13:29:12 +0000Everything(~Everythin@5.248.211.66) Everything
2025-07-19 13:34:25 +0000humasect(~humasect@dyn-192-249-132-90.nexicom.net) humasect
2025-07-19 13:41:15 +0000humasect(~humasect@dyn-192-249-132-90.nexicom.net) (Ping timeout: 276 seconds)
2025-07-19 13:43:44 +0000trickard_trickard
2025-07-19 13:45:47 +0000amadaluzia(~amadaluzi@user/amadaluzia) (Quit: ZNC 1.10.0 - https://znc.in)
2025-07-19 13:47:12 +0000amadaluzia(~amadaluzi@user/amadaluzia) amadaluzia
2025-07-19 13:48:49 +0000ttybitnik(~ttybitnik@user/wolper) ttybitnik
2025-07-19 13:53:29 +0000trickard(~trickard@cpe-63-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2025-07-19 13:53:43 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au)
2025-07-19 13:57:21 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2025-07-19 14:03:49 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au)
2025-07-19 14:14:42 +0000caubert(~caubert@user/caubert) (Ping timeout: 248 seconds)
2025-07-19 14:18:12 +0000ttybitnik(~ttybitnik@user/wolper) (Remote host closed the connection)
2025-07-19 14:18:57 +0000tromp(~textual@2001:1c00:3487:1b00:b486:fa5:6d97:6c15) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-07-19 14:24:56 +0000puke(~puke@user/puke) (Remote host closed the connection)
2025-07-19 14:25:26 +0000puke(~puke@user/puke) puke
2025-07-19 14:26:44 +0000ttybitnik(~ttybitnik@user/wolper) ttybitnik
2025-07-19 14:31:25 +0000opencircuit(~quassel@154.94.15.139) (Remote host closed the connection)
2025-07-19 14:31:37 +0000opencircuit(~quassel@154.94.15.139)
2025-07-19 14:32:59 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 14:35:12 +0000Square2(~Square@user/square) (Ping timeout: 276 seconds)
2025-07-19 14:35:47 +0000weary-traveler(~user@user/user363627) user363627
2025-07-19 14:46:43 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 14:47:08 +0000Unicorn_Princess(~Unicorn_P@user/Unicorn-Princess/x-3540542) Unicorn_Princess
2025-07-19 15:05:14 +0000juri_(~juri@implicitcad.org) (Ping timeout: 260 seconds)
2025-07-19 15:23:33 +0000sprotte24(~sprotte24@p200300d16f1e0200c8cbd284cf29dbca.dip0.t-ipconnect.de) (Quit: Leaving)
2025-07-19 15:27:03 +0000juri_(~juri@implicitcad.org) juri_
2025-07-19 15:29:09 +0000ystael(~ystael@user/ystael) (Ping timeout: 260 seconds)
2025-07-19 15:30:39 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Read error: Connection reset by peer)
2025-07-19 15:32:52 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2025-07-19 15:33:05 +0000trickard_(~trickard@cpe-63-98-47-163.wireline.com.au)
2025-07-19 15:33:35 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 15:36:58 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Read error: Connection reset by peer)
2025-07-19 15:38:58 +0000caubert(~caubert@user/caubert) (Ping timeout: 240 seconds)
2025-07-19 15:43:49 +0000Square2(~Square@user/square) Square
2025-07-19 15:44:59 +0000jmcantrell(~weechat@user/jmcantrell) jmcantrell
2025-07-19 15:56:02 +0000jle`(~jle`@2603:8001:3b00:11:4d9e:2209:133e:f4a4) (Ping timeout: 248 seconds)
2025-07-19 15:56:47 +0000jle`(~jle`@2603:8001:3b00:11:73bf:8e79:8115:5ac5) jle`
2025-07-19 15:56:56 +0000phma(phma@2001:5b0:211b:d0a8:5872:6174:f4b6:2963) (Read error: Connection reset by peer)
2025-07-19 16:01:26 +0000phma(phma@2001:5b0:211f:d78:8667:6fcd:da3b:e408)
2025-07-19 16:04:01 +0000Everything(~Everythin@5.248.211.66) (Quit: leaving)
2025-07-19 16:09:12 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 16:12:38 +0000hiecaq(~hiecaq@user/hiecaq) (Quit: ERC 5.6.0.30.1 (IRC client for GNU Emacs 30.1))
2025-07-19 16:12:58 +0000oxapentane(~oxapentan@user/oxapentane) (Remote host closed the connection)
2025-07-19 16:13:33 +0000oxapentane(~oxapentan@user/oxapentane) oxapentane
2025-07-19 16:15:02 +0000rvalue(~rvalue@about/hackers/rvalue) (Read error: Connection reset by peer)
2025-07-19 16:15:06 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 16:15:34 +0000rvalue(~rvalue@about/hackers/rvalue) rvalue
2025-07-19 16:23:35 +0000Pixi`(~Pixi@user/pixi) Pixi
2025-07-19 16:25:25 +0000biberu(~biberu@user/biberu) biberu
2025-07-19 16:26:01 +0000trickard_trickard
2025-07-19 16:26:19 +0000Pixi(~Pixi@user/pixi) (Ping timeout: 260 seconds)
2025-07-19 16:27:07 +0000pavonia(~user@user/siracusa) (Quit: Bye!)
2025-07-19 16:31:04 +0000Pixi`Pixi
2025-07-19 16:31:36 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Read error: Connection reset by peer)
2025-07-19 16:32:03 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 16:39:36 +0000EvanR_(~EvanR@user/evanr) EvanR
2025-07-19 16:41:04 +0000EvanR(~EvanR@user/evanr) (Ping timeout: 260 seconds)
2025-07-19 16:42:01 +0000Achylles(~Achylles@45.182.57.13) Achylles
2025-07-19 17:13:14 +0000Achylles(~Achylles@45.182.57.13) (Quit: Leaving)
2025-07-19 17:14:30 +0000caubert(~caubert@user/caubert) (Ping timeout: 252 seconds)
2025-07-19 17:18:41 +0000haritz(~hrtz@2a01:4b00:bc2e:7000:d5af:a266:ca31:5ef8)
2025-07-19 17:18:41 +0000haritz(~hrtz@2a01:4b00:bc2e:7000:d5af:a266:ca31:5ef8) (Changing host)
2025-07-19 17:18:41 +0000haritz(~hrtz@user/haritz) haritz
2025-07-19 17:22:56 +0000sprotte24(~sprotte24@p200300d16f1e0200c8cbd284cf29dbca.dip0.t-ipconnect.de)
2025-07-19 17:24:39 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 260 seconds)
2025-07-19 17:25:50 +0000euphores(~SASL_euph@user/euphores) (Quit: Leaving.)
2025-07-19 17:26:43 +0000elnegro(elnegro@r186-54-36-89.dialup.adsl.anteldata.net.uy) elnegro
2025-07-19 17:32:01 +0000euphores(~SASL_euph@user/euphores) euphores
2025-07-19 17:34:34 +0000Sgeo(~Sgeo@user/sgeo) Sgeo
2025-07-19 17:39:24 +0000peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-07-19 17:45:50 +0000athan(~athan@syn-047-132-161-157.res.spectrum.com) athan
2025-07-19 17:48:34 +0000elnegro(elnegro@r186-54-36-89.dialup.adsl.anteldata.net.uy) (Ping timeout: 260 seconds)
2025-07-19 17:48:52 +0000athan(~athan@syn-047-132-161-157.res.spectrum.com) (Remote host closed the connection)
2025-07-19 17:50:11 +0000machinedgod(~machinedg@d75-159-126-101.abhsia.telus.net) machinedgod
2025-07-19 17:51:08 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 17:53:56 +0000GdeVolpiano(~GdeVolpia@user/GdeVolpiano) (Quit: WeeChat 4.5.2)
2025-07-19 17:55:34 +0000GdeVolpiano(~GdeVolpia@user/GdeVolpiano) GdeVolpiano
2025-07-19 18:04:26 +0000GdeVolpiano(~GdeVolpia@user/GdeVolpiano) (Quit: WeeChat 4.5.2)
2025-07-19 18:05:39 +0000GdeVolpiano(~GdeVolpia@user/GdeVolpiano) GdeVolpiano
2025-07-19 18:08:12 +0000trickard___(~trickard@cpe-62-98-47-163.wireline.com.au)
2025-07-19 18:08:49 +0000trickard(~trickard@cpe-63-98-47-163.wireline.com.au) (Ping timeout: 248 seconds)
2025-07-19 18:11:23 +0000athan(~athan@syn-047-132-161-157.res.spectrum.com) athan
2025-07-19 18:12:21 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 18:12:36 +0000tzh(~tzh@c-76-115-131-146.hsd1.or.comcast.net) tzh
2025-07-19 18:19:00 +0000biberu(~biberu@user/biberu) (Quit: ZNC - https://znc.in)
2025-07-19 18:20:20 +0000biberu(~biberu@user/biberu) biberu
2025-07-19 18:28:18 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 245 seconds)
2025-07-19 18:49:27 +0000tromp(~textual@2001:1c00:3487:1b00:b486:fa5:6d97:6c15)
2025-07-19 19:00:10 +0000target_i(~target_i@user/target-i/x-6023099) target_i
2025-07-19 19:00:41 +0000caconym74(~caconym@user/caconym) caconym
2025-07-19 19:11:10 +0000califax(~califax@user/califx) (Ping timeout: 244 seconds)
2025-07-19 19:12:09 +0000califax(~califax@user/califx) califx
2025-07-19 19:13:57 +0000ouilemur(~jgmerritt@user/ouilemur) ouilemur
2025-07-19 19:19:27 +0000weary-traveler(~user@user/user363627) (Remote host closed the connection)
2025-07-19 19:24:58 +0000caubert(~caubert@user/caubert) (Ping timeout: 240 seconds)
2025-07-19 19:27:19 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 19:31:28 +0000caubert(~caubert@user/caubert) (Ping timeout: 240 seconds)
2025-07-19 19:37:04 +0000machinedgod(~machinedg@d75-159-126-101.abhsia.telus.net) (Ping timeout: 260 seconds)
2025-07-19 19:41:03 +0000hakutaku(~textual@user/hakutaku) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2025-07-19 19:41:53 +0000hakutaku(~textual@178.66.130.92)
2025-07-19 19:42:41 +0000hakutaku(~textual@178.66.130.92) (Client Quit)
2025-07-19 19:43:06 +0000hakutaku(~textual@178.66.130.92)
2025-07-19 19:44:09 +0000machinedgod(~machinedg@d75-159-126-101.abhsia.telus.net) machinedgod
2025-07-19 19:44:18 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 19:49:58 +0000machinedgod(~machinedg@d75-159-126-101.abhsia.telus.net) (Ping timeout: 240 seconds)
2025-07-19 19:52:28 +0000caubert(~caubert@user/caubert) (Ping timeout: 240 seconds)
2025-07-19 19:53:42 +0000peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 276 seconds)
2025-07-19 20:00:55 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 20:05:28 +0000caubert(~caubert@user/caubert) (Ping timeout: 240 seconds)
2025-07-19 20:18:01 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 20:24:31 +0000caubert(~caubert@user/caubert) (Ping timeout: 268 seconds)
2025-07-19 20:26:52 +0000 <juri_> anyone want to see an attention mechanism written in haskell? ;)
2025-07-19 20:28:34 +0000phma_(~phma@host-67-44-208-35.hnremote.net)
2025-07-19 20:28:58 +0000harveypwca(~harveypwc@2601:246:d080:f6e0:27d6:8cc7:eca9:c46c) (Quit: Leaving)
2025-07-19 20:29:02 +0000pavonia(~user@user/siracusa) siracusa
2025-07-19 20:30:20 +0000phma(phma@2001:5b0:211f:d78:8667:6fcd:da3b:e408) (Read error: Connection reset by peer)
2025-07-19 20:31:02 +0000 <juri_> dropping it here, to see if i can nerdsnipe someone into helping make haskell the LLM language of choice. https://github.com/CopyLeft-AI/HaskeLLM/blob/main/programs/trainLLM.hs#L1564
2025-07-19 20:31:22 +0000trickard___(~trickard@cpe-62-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2025-07-19 20:31:36 +0000trickard_(~trickard@cpe-62-98-47-163.wireline.com.au)
2025-07-19 20:34:02 +0000phma_phma
2025-07-19 20:37:20 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 20:38:15 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 20:39:07 +0000albet70(~xxx@172-233-90-118.ip.linodeusercontent.com) (Ping timeout: 276 seconds)
2025-07-19 20:45:11 +0000hololeap(~quassel@user/hololeap) (Quit: Bye)
2025-07-19 20:45:22 +0000hololeap(~quassel@user/hololeap) hololeap
2025-07-19 20:46:07 +0000albet70(~xxx@172-233-90-118.ip.linodeusercontent.com) albet70
2025-07-19 20:48:18 +0000gmg(~user@user/gehmehgeh) (Ping timeout: 244 seconds)
2025-07-19 20:48:20 +0000trickard_(~trickard@cpe-62-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2025-07-19 20:48:33 +0000trickard_(~trickard@cpe-62-98-47-163.wireline.com.au)
2025-07-19 20:50:34 +0000gmg(~user@user/gehmehgeh) gehmehgeh
2025-07-19 20:57:05 +0000califax(~califax@user/califx) (Ping timeout: 244 seconds)
2025-07-19 20:57:11 +0000califax_(~califax@user/califx) califx
2025-07-19 20:58:26 +0000califax_califax
2025-07-19 20:58:32 +0000HaskellLearner(~HaskellLe@2a02:8108:6a14:e300::d6c4)
2025-07-19 21:00:24 +0000 <HaskellLearner> hi guys. I have a question about the Integral Typeclass. Is there any other type other than the Int type in the Integral typeclass?
2025-07-19 21:02:38 +0000 <HaskellLearner> sorry i have to leave. But I will be back tomorrow
2025-07-19 21:02:43 +0000HaskellLearner(~HaskellLe@2a02:8108:6a14:e300::d6c4) (Client Quit)
2025-07-19 21:03:29 +0000 <mauke> Integer, Int32, Int64, ...
2025-07-19 21:08:27 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Read error: Connection reset by peer)
2025-07-19 21:09:25 +0000Guest16(~Guest78@2001:1c00:d06:2d00:2858:68e2:66ab:c197)
2025-07-19 21:09:59 +0000Guest16(~Guest78@2001:1c00:d06:2d00:2858:68e2:66ab:c197) (Client Quit)
2025-07-19 21:14:55 +0000Guest22(~Guest78@2001:1c00:d06:2d00:2858:68e2:66ab:c197)
2025-07-19 21:16:07 +0000Guest22(~Guest78@2001:1c00:d06:2d00:2858:68e2:66ab:c197) (Client Quit)
2025-07-19 21:21:03 +0000tromp(~textual@2001:1c00:3487:1b00:b486:fa5:6d97:6c15) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-07-19 21:24:28 +0000machinedgod(~machinedg@d75-159-126-101.abhsia.telus.net) machinedgod
2025-07-19 21:24:57 +0000GdeVolpiano(~GdeVolpia@user/GdeVolpiano) (Quit: WeeChat 4.5.2)
2025-07-19 21:25:07 +0000GdeVolpiano(~GdeVolpia@user/GdeVolpiano) GdeVolpiano
2025-07-19 21:25:19 +0000GdeVolpiano(~GdeVolpia@user/GdeVolpiano) (Client Quit)
2025-07-19 21:25:41 +0000GdeVolpiano(~GdeVolpia@user/GdeVolpiano) GdeVolpiano
2025-07-19 21:27:18 +0000emmanuelux(~emmanuelu@user/emmanuelux) (Ping timeout: 276 seconds)
2025-07-19 21:37:57 +0000takuan(~takuan@d8D86B9E9.access.telenet.be) (Ping timeout: 248 seconds)
2025-07-19 21:44:15 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 21:47:03 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Read error: Connection reset by peer)
2025-07-19 21:49:45 +0000EvanR_EvanR
2025-07-19 21:50:17 +0000 <EvanR> @tell HaskellLearner Integer, Int32, Int64, ...
2025-07-19 21:50:17 +0000 <lambdabot> Consider it noted.
2025-07-19 21:51:56 +0000ouilemur(~jgmerritt@user/ouilemur) (Quit: WeeChat 4.6.3)
2025-07-19 21:54:28 +0000euphores(~SASL_euph@user/euphores) (Ping timeout: 240 seconds)
2025-07-19 21:54:31 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 22:00:10 +0000gmg(~user@user/gehmehgeh) (Remote host closed the connection)
2025-07-19 22:00:52 +0000gmg(~user@user/gehmehgeh) gehmehgeh
2025-07-19 22:05:05 +0000biberu(~biberu@user/biberu) (Read error: Connection reset by peer)
2025-07-19 22:12:46 +0000ouilemur(~jgmerritt@user/ouilemur) ouilemur
2025-07-19 22:17:08 +0000trickard_(~trickard@cpe-62-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2025-07-19 22:17:22 +0000trickard_(~trickard@cpe-62-98-47-163.wireline.com.au)
2025-07-19 22:20:56 +0000__monty__(~toonn@user/toonn) (Quit: leaving)
2025-07-19 22:22:41 +0000caubert(~caubert@user/caubert) (Ping timeout: 248 seconds)
2025-07-19 22:29:00 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Read error: Connection reset by peer)
2025-07-19 22:29:47 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 22:30:00 +0000amadaluzia(~amadaluzi@user/amadaluzia) (Quit: ZNC 1.10.0 - https://znc.in)
2025-07-19 22:36:22 +0000caubert(~caubert@user/caubert) caubert
2025-07-19 22:41:12 +0000wootehfoot(~wootehfoo@user/wootehfoot) (Quit: Leaving)
2025-07-19 22:46:34 +0000peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-07-19 23:01:31 +0000trickard_(~trickard@cpe-62-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2025-07-19 23:01:45 +0000trickard_(~trickard@cpe-62-98-47-163.wireline.com.au)
2025-07-19 23:06:22 +0000peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Remote host closed the connection)
2025-07-19 23:07:30 +0000peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-07-19 23:11:57 +0000falafel(~falafel@2a0c:5a87:3104:8f01::f709) falafel
2025-07-19 23:13:28 +0000werneta(~werneta@syn-071-083-160-242.res.spectrum.com) werneta
2025-07-19 23:22:09 +0000target_i(~target_i@user/target-i/x-6023099) (Quit: leaving)
2025-07-19 23:26:26 +0000ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 268 seconds)
2025-07-19 23:49:25 +0000ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-07-19 23:50:48 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Read error: Connection reset by peer)
2025-07-19 23:53:48 +0000machinedgod(~machinedg@d75-159-126-101.abhsia.telus.net) (Ping timeout: 252 seconds)
2025-07-19 23:54:17 +0000Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-07-19 23:56:10 +0000ttybitnik(~ttybitnik@user/wolper) (Quit: Fading out...)
2025-07-19 23:58:40 +0000trickard_(~trickard@cpe-62-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2025-07-19 23:58:48 +0000hiecaq(~hiecaq@user/hiecaq) hiecaq