2025/01/06

2025-01-06 00:02:46 +0100vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2025-01-06 00:06:16 +0100sawilagar(~sawilagar@user/sawilagar) (Ping timeout: 272 seconds)
2025-01-06 00:08:24 +0100prasad(~Thunderbi@c-73-75-25-251.hsd1.in.comcast.net) (Ping timeout: 252 seconds)
2025-01-06 00:09:29 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 00:11:12 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-01-06 00:13:53 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 248 seconds)
2025-01-06 00:15:56 +0100weary-traveler(~user@user/user363627) user363627
2025-01-06 00:24:51 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 00:25:05 +0100vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 248 seconds)
2025-01-06 00:26:46 +0100vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2025-01-06 00:27:10 +0100dysthesis(~dysthesis@user/dysthesis) dysthesis
2025-01-06 00:27:49 +0100olivial(~benjaminl@user/benjaminl) (Ping timeout: 248 seconds)
2025-01-06 00:29:34 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 265 seconds)
2025-01-06 00:31:12 +0100chiselfuse(~chiselfus@user/chiselfuse) (Remote host closed the connection)
2025-01-06 00:31:47 +0100chiselfuse(~chiselfus@user/chiselfuse) chiselfuse
2025-01-06 00:36:15 +0100olivial(~benjaminl@user/benjaminl) benjaminl
2025-01-06 00:36:49 +0100vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 265 seconds)
2025-01-06 00:38:32 +0100vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2025-01-06 00:40:15 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 00:41:22 +0100Core2677(~rosco@171.5.26.74) rosco
2025-01-06 00:44:04 +0100rosco(~rosco@171.5.0.29) (Ping timeout: 260 seconds)
2025-01-06 00:44:47 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 244 seconds)
2025-01-06 00:47:28 +0100wootehfoot(~wootehfoo@user/wootehfoot) wootehfoot
2025-01-06 00:49:18 +0100elnegro(elnegro@r186-54-16-212.dialup.adsl.anteldata.net.uy) elnegro
2025-01-06 00:53:16 +0100elnegro(elnegro@r186-54-16-212.dialup.adsl.anteldata.net.uy) ()
2025-01-06 00:55:16 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 01:00:08 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 264 seconds)
2025-01-06 01:02:29 +0100olivial(~benjaminl@user/benjaminl) (Ping timeout: 248 seconds)
2025-01-06 01:06:42 +0100chiselfu1e(~chiselfus@user/chiselfuse) chiselfuse
2025-01-06 01:08:05 +0100dysthesis(~dysthesis@user/dysthesis) (Remote host closed the connection)
2025-01-06 01:08:10 +0100olivial(~benjaminl@user/benjaminl) benjaminl
2025-01-06 01:08:36 +0100chiselfuse(~chiselfus@user/chiselfuse) (Ping timeout: 264 seconds)
2025-01-06 01:10:39 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 01:12:01 +0100olivial(~benjaminl@user/benjaminl) (Remote host closed the connection)
2025-01-06 01:17:19 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-06 01:19:33 +0100olivial(~benjaminl@user/benjaminl) benjaminl
2025-01-06 01:21:46 +0100xff0x(~xff0x@2405:6580:b080:900:9eea:e9b7:c052:2e2b) (Ping timeout: 265 seconds)
2025-01-06 01:22:21 +0100 <Leary> kaol: I imagine the issue arises due `i1` being existential: <https://github.com/kaol/snaplet-customauth/blob/master/Snap/Snaplet/CustomAuth/AuthManager.hs#L45>. You shouldn't expect to treat existentials like ordinary datatypes and have everything "just work". The first thing I'd try would be to pattern match on the constructor: `modify \mgr@AuthManager{} -> mgr{ ... }`.
2025-01-06 01:23:10 +0100 <Leary> due to*
2025-01-06 01:23:59 +0100__monty__(~toonn@user/toonn) (Quit: leaving)
2025-01-06 01:28:42 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 01:30:24 +0100sprotte24(~sprotte24@p200300d16f49e900bc53369c93ac6b88.dip0.t-ipconnect.de) (Quit: Leaving)
2025-01-06 01:32:05 +0100olivial(~benjaminl@user/benjaminl) (Ping timeout: 260 seconds)
2025-01-06 01:33:15 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 260 seconds)
2025-01-06 01:36:10 +0100 <Leary> The other piece of advice I'd give is to shrink your existentials as much as possible, such that you more rarely hit these issues (and when you do, you know better why). That can mean either: exposing types that don't actually need to be hidden; splitting out constructors and fields not related to the existential type; writing all your big data types non-existenially and giving them trivial existential wrappers; etc.
2025-01-06 01:37:18 +0100tessier(~tessier@ec2-184-72-149-67.compute-1.amazonaws.com) (Quit: leaving)
2025-01-06 01:37:37 +0100 <Leary> s/big/non-trivial/
2025-01-06 01:40:31 +0100olivial(~benjaminl@user/benjaminl) benjaminl
2025-01-06 01:44:04 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 01:45:48 +0100olivial(~benjaminl@user/benjaminl) (Ping timeout: 246 seconds)
2025-01-06 01:47:00 +0100sshine(~simon@142.132.168.56) ()
2025-01-06 01:48:36 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 246 seconds)
2025-01-06 01:49:34 +0100olivial(~benjaminl@user/benjaminl) benjaminl
2025-01-06 01:49:50 +0100YuutaW(~YuutaW@2404:f4c0:f9c3:502::100:17b7) (Quit: ZNC 1.8.2 - https://znc.in)
2025-01-06 01:51:48 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 01:56:05 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 244 seconds)
2025-01-06 02:04:52 +0100machinedgod(~machinedg@d108-173-18-100.abhsia.telus.net) machinedgod
2025-01-06 02:07:07 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 02:12:44 +0100dtman34(~dtman34@c-174-53-203-90.hsd1.mn.comcast.net) (Ping timeout: 260 seconds)
2025-01-06 02:14:54 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-06 02:15:07 +0100xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp)
2025-01-06 02:19:22 +0100werneta(~werneta@syn-071-083-160-242.res.spectrum.com) werneta
2025-01-06 02:20:07 +0100werneta(~werneta@syn-071-083-160-242.res.spectrum.com) (Client Quit)
2025-01-06 02:25:58 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 02:30:44 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 264 seconds)
2025-01-06 02:31:30 +0100acidjnk_new(~acidjnk@p200300d6e7283f7061700689b604dec0.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
2025-01-06 02:34:41 +0100Smiles(uid551636@id-551636.lymington.irccloud.com) Smiles
2025-01-06 02:41:20 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 02:42:46 +0100otto_s(~user@p5b044693.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
2025-01-06 02:44:21 +0100ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 244 seconds)
2025-01-06 02:44:27 +0100otto_s(~user@p5de2f29b.dip0.t-ipconnect.de)
2025-01-06 02:44:58 +0100cyphase(~cyphase@user/cyphase) (Ping timeout: 252 seconds)
2025-01-06 02:47:18 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 276 seconds)
2025-01-06 02:50:05 +0100ss4(~wootehfoo@user/wootehfoot) wootehfoot
2025-01-06 02:50:41 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-01-06 02:52:21 +0100wootehfoot(~wootehfoo@user/wootehfoot) (Ping timeout: 248 seconds)
2025-01-06 02:55:12 +0100athan(~athan@syn-173-042-095-241.biz.spectrum.com) athan
2025-01-06 02:57:39 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 03:04:23 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-06 03:04:40 +0100user363627(~user@user/user363627) user363627
2025-01-06 03:07:07 +0100nkatte(~nkatte@user/nkatte) (Quit: nkatte)
2025-01-06 03:07:50 +0100emergence(emergence@vm0.max-p.me) (Quit: emergence)
2025-01-06 03:08:07 +0100emergence(emergence@vm0.max-p.me) emergence
2025-01-06 03:08:45 +0100weary-traveler(~user@user/user363627) (Ping timeout: 246 seconds)
2025-01-06 03:09:07 +0100cyphase(~cyphase@user/cyphase) cyphase
2025-01-06 03:12:22 +0100emergence(emergence@vm0.max-p.me) (Read error: Connection reset by peer)
2025-01-06 03:12:31 +0100Core2677(~rosco@171.5.26.74) (Read error: Connection reset by peer)
2025-01-06 03:12:37 +0100emergence(emergence@vm0.max-p.me) emergence
2025-01-06 03:12:37 +0100emergence(emergence@vm0.max-p.me) (Client Quit)
2025-01-06 03:12:48 +0100rosco(~rosco@171.5.26.74) rosco
2025-01-06 03:12:59 +0100ss4(~wootehfoo@user/wootehfoot) (Quit: Leaving)
2025-01-06 03:13:14 +0100emergence(emergence@vm0.max-p.me) emergence
2025-01-06 03:13:15 +0100wootehfoot(~wootehfoo@user/wootehfoot) wootehfoot
2025-01-06 03:14:21 +0100Core1174(~rosco@2403:6200:8976:5488:1065:5768:5cec:6ab5) rosco
2025-01-06 03:15:41 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 03:17:17 +0100rosco(~rosco@171.5.26.74) (Ping timeout: 265 seconds)
2025-01-06 03:19:10 +0100dtman34(~dtman34@2601:447:d080:1a3c:effe:71d9:1c5c:6a1a) dtman34
2025-01-06 03:19:29 +0100eluo(~eluo@2600:1700:3190:b2f0:2c76:d8ec:d3b4:e88b)
2025-01-06 03:19:50 +0100Tuplanolla(~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) (Quit: Leaving.)
2025-01-06 03:19:55 +0100eluo(~eluo@2600:1700:3190:b2f0:2c76:d8ec:d3b4:e88b) (Client Quit)
2025-01-06 03:20:09 +0100tessier(~tessier@ec2-184-72-149-67.compute-1.amazonaws.com) tessier
2025-01-06 03:21:16 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-06 03:31:51 +0100anpad(~pandeyan@user/anpad) (Quit: ZNC 1.8.2 - https://znc.in)
2025-01-06 03:32:19 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 03:36:58 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-06 03:39:23 +0100dysthesis(~dysthesis@user/dysthesis) dysthesis
2025-01-06 03:39:53 +0100anpad(~pandeyan@user/anpad) anpad
2025-01-06 03:40:54 +0100anpad(~pandeyan@user/anpad) (Client Quit)
2025-01-06 03:47:40 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 03:47:51 +0100rosco(~rosco@171.5.26.74) rosco
2025-01-06 03:49:40 +0100ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 265 seconds)
2025-01-06 03:50:17 +0100anpad(~pandeyan@user/anpad) anpad
2025-01-06 03:50:29 +0100Core1174(~rosco@2403:6200:8976:5488:1065:5768:5cec:6ab5) (Ping timeout: 248 seconds)
2025-01-06 03:50:33 +0100wootehfoot(~wootehfoo@user/wootehfoot) (Read error: Connection reset by peer)
2025-01-06 03:57:20 +0100rosco(~rosco@171.5.26.74) (Ping timeout: 260 seconds)
2025-01-06 03:57:24 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 265 seconds)
2025-01-06 04:00:33 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 246 seconds)
2025-01-06 04:01:53 +0100rosco(~rosco@171.5.26.74) rosco
2025-01-06 04:06:17 +0100rosco(~rosco@171.5.26.74) (Ping timeout: 244 seconds)
2025-01-06 04:07:53 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 04:12:52 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 265 seconds)
2025-01-06 04:23:36 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 04:27:59 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-06 04:28:21 +0100vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 248 seconds)
2025-01-06 04:31:41 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-01-06 04:34:11 +0100rosco(~rosco@2403:6200:8976:5488:1065:5768:5cec:6ab5) rosco
2025-01-06 04:36:19 +0100dysthesis(~dysthesis@user/dysthesis) (Remote host closed the connection)
2025-01-06 04:38:58 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 04:39:52 +0100 <Square> I have memory that you could shorten proxy creation as "Proxy :: Proxy MyType" in some way.
2025-01-06 04:40:55 +0100 <glguy> Proxy @MyType
2025-01-06 04:42:12 +0100 <glguy> Or with a different extension: Proxy :: _ MyType
2025-01-06 04:43:31 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-06 04:43:58 +0100xdminsy(~xdminsy@117.147.71.240) (Read error: Connection reset by peer)
2025-01-06 04:44:03 +0100 <Square> glguy, That was probably it. Thanks!
2025-01-06 04:44:26 +0100xdminsy(~xdminsy@117.147.71.240) xdminsy
2025-01-06 04:54:21 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 05:00:30 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Quit: peterbecich)
2025-01-06 05:00:48 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-01-06 05:01:30 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 260 seconds)
2025-01-06 05:03:39 +0100nkatte(~nkatte@user/nkatte) nkatte
2025-01-06 05:06:22 +0100 <Leary> Has anyone gotten anti-aliasing working in OpenGL/GLFW-b recently? I was using gloss/brillo for a toy holiday project, but it was impressively ugly. I dug into the underlying libraries somewhat, and it seemed that running `multisample $= Enabled; windowHint (WindowHint'Samples (Just 4))` prior to window cration should suffice to enable basic 4x MSAA, but it didn't make a difference.
2025-01-06 05:07:43 +0100rosco(~rosco@2403:6200:8976:5488:1065:5768:5cec:6ab5) (Ping timeout: 252 seconds)
2025-01-06 05:12:25 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 05:16:46 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-06 05:23:58 +0100weary-traveler(~user@user/user363627) user363627
2025-01-06 05:27:13 +0100nkatte(~nkatte@user/nkatte) (Quit: nkatte)
2025-01-06 05:27:47 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 05:27:55 +0100user363627(~user@user/user363627) (Ping timeout: 244 seconds)
2025-01-06 05:32:17 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 248 seconds)
2025-01-06 05:37:27 +0100 <Leary> Alternatively, any recommendations for writing simple graphical applications in Haskell with pretty output? I'm basically just rendering a bunch of solid circles for some variants on Conway's Game of Life.
2025-01-06 05:39:25 +0100 <glguy> Generate an image file? JuicyPixels
2025-01-06 05:40:27 +0100 <Leary> I'd like it to run and display in realtime, possibly at high frame rates. Can JuicyPixels actually accomodate that?
2025-01-06 05:41:55 +0100 <glguy> I don't think so
2025-01-06 05:43:09 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 05:43:36 +0100 <glguy> Can GTK do what you want? I've found gi-gtk to be OK. Another option could be to maybe a web app served from Haskell and do the visualization in the browser. This isn't my specialty so I'm just throwing out what comes to mind.
2025-01-06 05:48:17 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 272 seconds)
2025-01-06 05:50:39 +0100 <Leary> I'm not fond of webapps, but I'll have a look at gi-gtk. There do seem to be various options that can presumably do what I want (sdl2, vulkan, etc.), it's just that they all look pretty low-level.
2025-01-06 05:51:03 +0100 <Leary> Since what I'm trying to do isn't complicated, I'm hoping for a simpler option (like gloss) that actually achieves "pretty".
2025-01-06 05:55:16 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 05:58:50 +0100pavonia(~user@user/siracusa) (Quit: Bye!)
2025-01-06 05:59:17 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 252 seconds)
2025-01-06 06:00:21 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 276 seconds)
2025-01-06 06:02:58 +0100JuanDaugherty(~juan@user/JuanDaugherty) JuanDaugherty
2025-01-06 06:05:27 +0100myxos(~myxos@syn-065-028-251-121.res.spectrum.com) (Ping timeout: 252 seconds)
2025-01-06 06:08:15 +0100myxos(~myxos@syn-065-028-251-121.res.spectrum.com) myxokephale
2025-01-06 06:10:40 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 06:14:59 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 245 seconds)
2025-01-06 06:25:01 +0100JuanDaugherty(~juan@user/JuanDaugherty) (Quit: JuanDaugherty)
2025-01-06 06:26:02 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 06:30:28 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-06 06:41:25 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 06:43:10 +0100Guest78(~Guest78@37.228.251.150) (Ping timeout: 240 seconds)
2025-01-06 06:48:03 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-06 06:52:06 +0100 <EvanR> Leary, write the graphics code in C and call it from haskell xD
2025-01-06 06:53:34 +0100rekahsoft(~rekahsoft@bras-base-orllon1103w-grc-06-76-69-85-220.dsl.bell.ca) rekahsoft
2025-01-06 06:58:29 +0100sawilagar(~sawilagar@user/sawilagar) sawilagar
2025-01-06 06:59:29 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 07:04:17 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 272 seconds)
2025-01-06 07:04:39 +0100rekahsoft(~rekahsoft@bras-base-orllon1103w-grc-06-76-69-85-220.dsl.bell.ca) (Ping timeout: 246 seconds)
2025-01-06 07:14:50 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 07:17:23 +0100Square(~Square@user/square) (Read error: Connection reset by peer)
2025-01-06 07:18:52 +0100 <Leary> Yeah, that'll get me out of the weeds. <.<
2025-01-06 07:19:14 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-06 07:19:30 +0100 <EvanR> graphics is pain
2025-01-06 07:20:10 +0100 <EvanR> if you're luck enough for there to be a system lying around which is ready and works, then unavoidably eventually you will find something that is not pixel perfect and the whole thing must be rewritten from scratch
2025-01-06 07:22:10 +0100takuan(~takuan@178-116-218-225.access.telenet.be)
2025-01-06 07:30:12 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 07:34:55 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 260 seconds)
2025-01-06 07:38:33 +0100andreas303(andreas303@is.drunk.and.ready-to.party) (Quit: fBNC - https://bnc4free.com)
2025-01-06 07:44:04 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 07:48:21 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 248 seconds)
2025-01-06 07:53:17 +0100sawilagar(~sawilagar@user/sawilagar) (Quit: Leaving)
2025-01-06 07:56:02 +0100Sgeo(~Sgeo@user/sgeo) (Read error: Connection reset by peer)
2025-01-06 07:59:27 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 08:00:38 +0100Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius) (Ping timeout: 272 seconds)
2025-01-06 08:01:19 +0100Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius) Raito_Bezarius
2025-01-06 08:03:00 +0100andreas303(andreas303@is.drunk.and.ready-to.party) andreas303
2025-01-06 08:03:57 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-06 08:13:20 +0100CiaoSen(~Jura@2a05:5800:2dc:1e00:ca4b:d6ff:fec1:99da) CiaoSen
2025-01-06 08:14:49 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 08:19:27 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 244 seconds)
2025-01-06 08:30:13 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 08:30:55 +0100sord937(~sord937@gateway/tor-sasl/sord937) sord937
2025-01-06 08:35:29 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 272 seconds)
2025-01-06 08:37:37 +0100randomstuff(~randomstu@syn-069-206-166-125.res.spectrum.com)
2025-01-06 08:38:51 +0100YuutaW(~YuutaW@2404:f4c0:f9c3:502::100:17b7) YuutaW
2025-01-06 08:45:36 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 08:49:55 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-06 08:56:11 +0100machinedgod(~machinedg@d108-173-18-100.abhsia.telus.net) (Read error: Connection reset by peer)
2025-01-06 08:56:26 +0100machinedgod(~machinedg@d108-173-18-100.abhsia.telus.net) machinedgod
2025-01-06 09:00:02 +0100caconym(~caconym@user/caconym) (Quit: bye)
2025-01-06 09:00:42 +0100caconym(~caconym@user/caconym) caconym
2025-01-06 09:16:48 +0100homo(~homo@user/homo) (Ping timeout: 244 seconds)
2025-01-06 09:23:43 +0100Smiles(uid551636@id-551636.lymington.irccloud.com) (Quit: Connection closed for inactivity)
2025-01-06 09:27:26 +0100Smiles(uid551636@id-551636.lymington.irccloud.com) Smiles
2025-01-06 09:28:56 +0100acidjnk_new(~acidjnk@p200300d6e7283f019464203255df1d25.dip0.t-ipconnect.de) acidjnk
2025-01-06 09:37:03 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2025-01-06 09:38:43 +0100JuanDaugherty(~juan@user/JuanDaugherty) JuanDaugherty
2025-01-06 09:40:03 +0100merijn(~merijn@77.242.116.146) merijn
2025-01-06 09:42:10 +0100target_i(~target_i@user/target-i/x-6023099) target_i
2025-01-06 09:44:17 +0100weary-traveler(~user@user/user363627) (Remote host closed the connection)
2025-01-06 09:53:37 +0100igemnace(~igemnace@user/igemnace) (Quit: ZNC 1.9.0+deb2build3 - https://znc.in)
2025-01-06 09:55:04 +0100merijn(~merijn@77.242.116.146) (Ping timeout: 265 seconds)
2025-01-06 09:56:32 +0100igemnace(~igemnace@user/igemnace) igemnace
2025-01-06 09:57:16 +0100merijn(~merijn@77.242.116.146) merijn
2025-01-06 10:00:28 +0100talismanick(~user@2601:644:937c:ed10::ae5) talismanick
2025-01-06 10:13:42 +0100larry_schemer(~larry_sch@82-183-35-178.customers.ownit.se)
2025-01-06 10:26:05 +0100xff0x_(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp)
2025-01-06 10:28:21 +0100xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Ping timeout: 248 seconds)
2025-01-06 10:31:00 +0100mari-estel(~mari-este@user/mari-estel) mari-estel
2025-01-06 10:32:39 +0100euphores(~SASL_euph@user/euphores) (Read error: Connection reset by peer)
2025-01-06 10:33:39 +0100euphores(~SASL_euph@user/euphores) euphores
2025-01-06 10:33:47 +0100CrunchyFlakes(~CrunchyFl@ip923482e1.dynamic.kabel-deutschland.de) (Ping timeout: 244 seconds)
2025-01-06 10:34:28 +0100lxsameer(~lxsameer@Serene/lxsameer) lxsameer
2025-01-06 10:34:57 +0100CrunchyFlakes(~CrunchyFl@ip923482e1.dynamic.kabel-deutschland.de)
2025-01-06 10:35:30 +0100merijn(~merijn@77.242.116.146) (Ping timeout: 252 seconds)
2025-01-06 10:35:40 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-01-06 10:37:14 +0100zmt01(~zmt00@user/zmt00) zmt00
2025-01-06 10:37:24 +0100xff0x_(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Ping timeout: 244 seconds)
2025-01-06 10:38:55 +0100l__k(~student@81.177.126.51)
2025-01-06 10:39:17 +0100merijn(~merijn@77.242.116.146) merijn
2025-01-06 10:39:39 +0100xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp)
2025-01-06 10:41:09 +0100zmt00(~zmt00@user/zmt00) (Ping timeout: 276 seconds)
2025-01-06 10:41:32 +0100ubert(~Thunderbi@p200300ecdf117cd6da3de5ea36e45cd9.dip0.t-ipconnect.de) ubert
2025-01-06 10:41:50 +0100xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Client Quit)
2025-01-06 10:41:57 +0100l_k(~student@85.172.76.246) (Ping timeout: 265 seconds)
2025-01-06 10:43:21 +0100 <smiesner> is there something less important than the upcoming CLC election one can participate in with a more 'junior' haskell experience?
2025-01-06 10:44:56 +0100 <mari-estel> huh... hackage volunteers?
2025-01-06 10:46:59 +0100jespada(~jespada@2800:a4:91:5400:40b8:4e90:c2e3:9823) jespada
2025-01-06 10:47:10 +0100xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp)
2025-01-06 10:47:33 +0100 <smiesner> nice call mari-estel
2025-01-06 10:48:42 +0100 <mari-estel> v
2025-01-06 10:48:51 +0100 <merijn> smiesner: Contribute to cabal-install or GHC? :)
2025-01-06 10:49:15 +0100l_k(~student@213.24.126.98)
2025-01-06 10:50:49 +0100 <smiesner> actually, for university I am in the middle of writing a DSL using happy and alex. however GHC seems A LOT
2025-01-06 10:52:05 +0100l__k(~student@81.177.126.51) (Ping timeout: 244 seconds)
2025-01-06 10:53:04 +0100 <mari-estel> other packages looking for contributions recently were... if i recall correctly, hoogle, hasktags and maybe hakyll
2025-01-06 10:55:01 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-01-06 11:00:59 +0100larry_schemer(~larry_sch@82-183-35-178.customers.ownit.se) ()
2025-01-06 11:09:08 +0100merijn(~merijn@77.242.116.146) (Ping timeout: 244 seconds)
2025-01-06 11:14:45 +0100xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Ping timeout: 248 seconds)
2025-01-06 11:17:46 +0100JuanDaugherty(~juan@user/JuanDaugherty) (Quit: JuanDaugherty)
2025-01-06 11:24:38 +0100merijn(~merijn@77.242.116.146) merijn
2025-01-06 11:26:51 +0100Tuplanolla(~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) Tuplanolla
2025-01-06 11:29:07 +0100 <geekosaur> lots of packages looking for contributors, a scary amount of https://github.com/haskell has low bus factors
2025-01-06 11:30:19 +0100 <mari-estel> huh i thought that was the usual risky haskell life, but authors asked for help in haskell-cafe for the ones i listed
2025-01-06 11:34:25 +0100merijn(~merijn@77.242.116.146) (Ping timeout: 252 seconds)
2025-01-06 11:34:50 +0100 <Hecate> smiesner: alex & happy recently got a new more active maintainer (sebastian graf), so I think there is some desire to see things improve in this direction. You should definitely get in touch with him!
2025-01-06 11:36:38 +0100merijn(~merijn@77.242.116.146) merijn
2025-01-06 11:44:50 +0100infinity0(~infinity0@pwned.gg) (Ping timeout: 272 seconds)
2025-01-06 11:48:44 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2025-01-06 11:55:13 +0100CiaoSen(~Jura@2a05:5800:2dc:1e00:ca4b:d6ff:fec1:99da) (Ping timeout: 248 seconds)
2025-01-06 12:00:15 +0100athan(~athan@syn-173-042-095-241.biz.spectrum.com) (Quit: Konversation terminated!)
2025-01-06 12:00:36 +0100mreh(~mreh@2a00:23c7:2803:ef01:726:b994:99d0:ce89) mreh
2025-01-06 12:00:48 +0100__monty__(~toonn@user/toonn) toonn
2025-01-06 12:00:59 +0100mreh(~mreh@2a00:23c7:2803:ef01:726:b994:99d0:ce89) (Client Quit)
2025-01-06 12:02:30 +0100mreh(~matthew@host86-146-25-121.range86-146.btcentralplus.com) mreh
2025-01-06 12:05:11 +0100infinity0(~infinity0@pwned.gg) infinity0
2025-01-06 12:07:42 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-01-06 12:08:53 +0100merijn(~merijn@77.242.116.146) (Ping timeout: 252 seconds)
2025-01-06 12:08:54 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 276 seconds)
2025-01-06 12:08:54 +0100tnt2tnt1
2025-01-06 12:12:51 +0100agent314(~quassel@138.199.43.74) agent314
2025-01-06 12:14:45 +0100ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 276 seconds)
2025-01-06 12:15:52 +0100paul_j(~user@8.190.187.81.in-addr.arpa)
2025-01-06 12:19:33 +0100xff0x(~xff0x@2405:6580:b080:900:5ca2:2d01:5d11:fdea)
2025-01-06 12:21:33 +0100merijn(~merijn@77.242.116.146) merijn
2025-01-06 12:28:19 +0100merijn(~merijn@77.242.116.146) (Ping timeout: 245 seconds)
2025-01-06 12:30:53 +0100wootehfoot(~wootehfoo@user/wootehfoot) wootehfoot
2025-01-06 12:35:34 +0100merijn(~merijn@77.242.116.146) merijn
2025-01-06 12:40:35 +0100merijn(~merijn@77.242.116.146) (Ping timeout: 260 seconds)
2025-01-06 12:51:55 +0100merijn(~merijn@77.242.116.146) merijn
2025-01-06 12:52:11 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-01-06 12:57:00 +0100merijn(~merijn@77.242.116.146) (Ping timeout: 276 seconds)
2025-01-06 12:57:50 +0100ubert(~Thunderbi@p200300ecdf117cd6da3de5ea36e45cd9.dip0.t-ipconnect.de) (Quit: ubert)
2025-01-06 12:58:20 +0100ubert(~Thunderbi@p200300ecdf117cd663d0e823abcbc892.dip0.t-ipconnect.de) ubert
2025-01-06 13:03:43 +0100Smiles(uid551636@id-551636.lymington.irccloud.com) (Quit: Connection closed for inactivity)
2025-01-06 13:08:11 +0100merijn(~merijn@77.242.116.146) merijn
2025-01-06 13:27:12 +0100ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 246 seconds)
2025-01-06 13:28:32 +0100CiaoSen(~Jura@2a05:5800:2dc:1e00:ca4b:d6ff:fec1:99da) CiaoSen
2025-01-06 13:34:14 +0100mari-estel(~mari-este@user/mari-estel) ()
2025-01-06 13:37:48 +0100nkatte(~nkatte@user/nkatte) nkatte
2025-01-06 13:39:42 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-01-06 13:40:21 +0100JuanDaugherty(~juan@user/JuanDaugherty) JuanDaugherty
2025-01-06 13:52:59 +0100michalz(~michalz@185.246.207.221)
2025-01-06 14:23:14 +0100ljdarj1(~Thunderbi@user/ljdarj) ljdarj
2025-01-06 14:23:38 +0100pavonia(~user@user/siracusa) siracusa
2025-01-06 14:23:39 +0100ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 260 seconds)
2025-01-06 14:23:39 +0100ljdarj1ljdarj
2025-01-06 14:30:56 +0100randomstuff(~randomstu@syn-069-206-166-125.res.spectrum.com) (Quit: Client closed)
2025-01-06 14:46:02 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex) (Quit: = "")
2025-01-06 14:49:46 +0100homo(~homo@user/homo) homo
2025-01-06 14:57:26 +0100comerijn(~merijn@77.242.116.146) merijn
2025-01-06 14:59:46 +0100merijn(~merijn@77.242.116.146) (Ping timeout: 252 seconds)
2025-01-06 15:00:53 +0100CiaoSen(~Jura@2a05:5800:2dc:1e00:ca4b:d6ff:fec1:99da) (Ping timeout: 248 seconds)
2025-01-06 15:02:21 +0100turlando(~turlando@user/turlando) (Quit: No Ping reply in 180 seconds.)
2025-01-06 15:03:38 +0100turlando(~turlando@user/turlando) turlando
2025-01-06 15:13:34 +0100Smiles(uid551636@id-551636.lymington.irccloud.com) Smiles
2025-01-06 15:20:46 +0100Square(~Square@user/square) Square
2025-01-06 15:30:21 +0100juri_(~juri@implicitcad.org) (Ping timeout: 244 seconds)
2025-01-06 15:39:49 +0100ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 248 seconds)
2025-01-06 15:41:56 +0100machinedgod(~machinedg@d108-173-18-100.abhsia.telus.net) (Ping timeout: 244 seconds)
2025-01-06 15:56:06 +0100fthelp
2025-01-06 15:56:06 +0100helpGuest4880
2025-01-06 15:56:12 +0100Guest4880ft
2025-01-06 15:57:49 +0100ft(~ft@p3e9bc047.dip0.t-ipconnect.de) (Quit: leaving)
2025-01-06 15:58:03 +0100ft(~ft@p3e9bc047.dip0.t-ipconnect.de) ft
2025-01-06 16:03:55 +0100Sgeo(~Sgeo@user/sgeo) Sgeo
2025-01-06 16:04:01 +0100gmg(~user@user/gehmehgeh) (Quit: Leaving)
2025-01-06 16:10:03 +0100weary-traveler(~user@user/user363627) user363627
2025-01-06 16:16:48 +0100drdo(~drdo@bl9-110-63.dsl.telepac.pt) drdo
2025-01-06 16:17:59 +0100mari-estel(~mari-este@user/mari-estel) mari-estel
2025-01-06 16:24:40 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-01-06 16:32:29 +0100juri_(~juri@implicitcad.org) juri_
2025-01-06 16:40:51 +0100SlackCoder(~SlackCode@64-94-63-8.ip.weststar.net.ky) (Remote host closed the connection)
2025-01-06 16:43:59 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-01-06 16:50:30 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2025-01-06 16:55:55 +0100homo(~homo@user/homo) (Ping timeout: 264 seconds)
2025-01-06 17:16:28 +0100prasad(~Thunderbi@c-73-75-25-251.hsd1.in.comcast.net)
2025-01-06 17:30:52 +0100siborg(sid630849@user/rawles) rawles
2025-01-06 17:34:03 +0100jespada(~jespada@2800:a4:91:5400:40b8:4e90:c2e3:9823) (Ping timeout: 244 seconds)
2025-01-06 17:35:30 +0100sprotte24(~sprotte24@p200300d16f49780014fb0420edc350bc.dip0.t-ipconnect.de)
2025-01-06 17:38:52 +0100jespada(~jespada@2800:a4:ab:8800:f5ef:79b1:7a4e:df14) jespada
2025-01-06 17:40:35 +0100homo(~homo@user/homo) homo
2025-01-06 17:44:47 +0100rvalue(~rvalue@user/rvalue) rvalue
2025-01-06 17:49:28 +0100gmg(~user@user/gehmehgeh) gehmehgeh
2025-01-06 17:51:02 +0100weary-traveler(~user@user/user363627) (Remote host closed the connection)
2025-01-06 17:51:27 +0100ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 276 seconds)
2025-01-06 17:54:23 +0100weary-traveler(~user@user/user363627) user363627
2025-01-06 17:55:06 +0100weary-traveler(~user@user/user363627) (Remote host closed the connection)
2025-01-06 17:59:06 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-01-06 17:59:43 +0100SlackCoder(~SlackCode@208.26.70.132) SlackCoder
2025-01-06 18:06:54 +0100orangeFlu(~orangeFlu@240-100-179-143.ftth.glasoperator.nl) (Ping timeout: 244 seconds)
2025-01-06 18:09:21 +0100RedFlamingos(~RedFlamin@user/RedFlamingos) RedFlamingos
2025-01-06 18:11:10 +0100RedFlamingos(~RedFlamin@user/RedFlamingos) (Client Quit)
2025-01-06 18:11:35 +0100RedFlamingos(~RedFlamin@user/RedFlamingos) RedFlamingos
2025-01-06 18:16:01 +0100comerijn(~merijn@77.242.116.146) (Ping timeout: 248 seconds)
2025-01-06 18:20:39 +0100mari-5886(~mari-este@user/mari-estel) mari-estel
2025-01-06 18:22:55 +0100mari-estel(~mari-este@user/mari-estel) (Ping timeout: 244 seconds)
2025-01-06 18:31:45 +0100Guest64(~Guest64@2600:1014:b0ae:1a38:1822:ec2b:771d:2b4e)
2025-01-06 18:33:30 +0100 <haskellbridge> <sm> Leary, you might want to ask in #haskell-game:matrix.org (https://matrix.to/#/#haskell-game:matrix.org) too
2025-01-06 18:33:57 +0100SlackCoder(~SlackCode@208.26.70.132) (Remote host closed the connection)
2025-01-06 18:41:09 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 252 seconds)
2025-01-06 18:41:40 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-01-06 18:42:48 +0100olivial(~benjaminl@user/benjaminl) (Read error: Connection reset by peer)
2025-01-06 18:43:03 +0100olivial(~benjaminl@user/benjaminl) benjaminl
2025-01-06 18:44:48 +0100l_k(~student@213.24.126.98) (Ping timeout: 265 seconds)
2025-01-06 18:45:57 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-01-06 18:48:09 +0100ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) ash3en
2025-01-06 18:49:10 +0100ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Client Quit)
2025-01-06 18:49:58 +0100ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) ash3en
2025-01-06 18:54:19 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2025-01-06 18:57:46 +0100ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Quit: ash3en)
2025-01-06 19:09:34 +0100mari-5886(~mari-este@user/mari-estel) ()
2025-01-06 19:13:16 +0100gmg(~user@user/gehmehgeh) (Quit: Leaving)
2025-01-06 19:16:56 +0100l_k(~student@217.107.125.3)
2025-01-06 19:20:13 +0100tzh(~tzh@c-76-115-131-146.hsd1.or.comcast.net) tzh
2025-01-06 19:23:46 +0100lxsameer(~lxsameer@Serene/lxsameer) (Ping timeout: 252 seconds)
2025-01-06 19:24:03 +0100Guest64(~Guest64@2600:1014:b0ae:1a38:1822:ec2b:771d:2b4e) (Quit: Client closed)
2025-01-06 19:28:45 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-01-06 19:32:02 +0100Lord_of_Life_(~Lord@user/lord-of-life/x-2819915) Lord_of_Life
2025-01-06 19:33:30 +0100Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (Ping timeout: 272 seconds)
2025-01-06 19:35:01 +0100Lord_of_Life_Lord_of_Life
2025-01-06 19:36:04 +0100ljdarj1(~Thunderbi@user/ljdarj) ljdarj
2025-01-06 19:38:34 +0100ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 244 seconds)
2025-01-06 19:38:34 +0100ljdarj1ljdarj
2025-01-06 19:39:22 +0100ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) ash3en
2025-01-06 19:39:25 +0100gmg(~user@user/gehmehgeh) gehmehgeh
2025-01-06 19:41:53 +0100gmg(~user@user/gehmehgeh) (Remote host closed the connection)
2025-01-06 19:44:21 +0100ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Quit: ash3en)
2025-01-06 19:44:54 +0100gmg(~user@user/gehmehgeh) gehmehgeh
2025-01-06 19:47:14 +0100orangeFlu(~orangeFlu@240-100-179-143.ftth.glasoperator.nl) orangeFlu
2025-01-06 19:50:31 +0100l__k(~student@217.107.127.143)
2025-01-06 19:51:33 +0100l_k(~student@217.107.125.3) (Ping timeout: 252 seconds)
2025-01-06 19:51:49 +0100sord937(~sord937@gateway/tor-sasl/sord937) (Quit: sord937)
2025-01-06 19:52:41 +0100Smiles(uid551636@id-551636.lymington.irccloud.com) (Quit: Connection closed for inactivity)
2025-01-06 19:53:37 +0100Too2manyQ5(~Too2manyQ@mwg-atl27.infosec.fedex.com)
2025-01-06 19:55:51 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 20:00:16 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 244 seconds)
2025-01-06 20:04:19 +0100julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752) julie_pilgrim
2025-01-06 20:11:15 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 20:14:32 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 264 seconds)
2025-01-06 20:15:47 +0100remedan(~remedan@ip-62-245-108-153.bb.vodafone.cz) (Quit: Bye!)
2025-01-06 20:18:02 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-06 20:18:36 +0100ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) ash3en
2025-01-06 20:19:32 +0100machinedgod(~machinedg@d108-173-18-100.abhsia.telus.net) machinedgod
2025-01-06 20:20:12 +0100orangeFlu(~orangeFlu@240-100-179-143.ftth.glasoperator.nl) (Quit: Lost terminal)
2025-01-06 20:24:43 +0100prasad(~Thunderbi@c-73-75-25-251.hsd1.in.comcast.net) (Ping timeout: 264 seconds)
2025-01-06 20:28:47 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 20:31:03 +0100newyear2025(~newyear@2.219.56.221) (Ping timeout: 244 seconds)
2025-01-06 20:32:46 +0100julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752) (Remote host closed the connection)
2025-01-06 20:33:05 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 248 seconds)
2025-01-06 20:36:22 +0100hawer(~newyear@2.219.56.221)
2025-01-06 20:38:23 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-01-06 20:38:59 +0100jespada(~jespada@2800:a4:ab:8800:f5ef:79b1:7a4e:df14) (Quit: My Mac has gone to sleep. ZZZzzz…)
2025-01-06 20:41:29 +0100ACuriousMoose(~ACuriousM@156.34.161.188) (Quit: The Lounge - https://thelounge.chat)
2025-01-06 20:44:11 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 20:51:01 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-06 20:52:05 +0100remedan(~remedan@ip-62-245-108-153.bb.vodafone.cz) remedan
2025-01-06 20:54:07 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2025-01-06 20:55:59 +0100ACuriousMoose(~ACuriousM@156.34.161.188) ACuriousMoose
2025-01-06 21:00:03 +0100caconym(~caconym@user/caconym) (Quit: bye)
2025-01-06 21:00:43 +0100caconym(~caconym@user/caconym) caconym
2025-01-06 21:01:03 +0100yahb2(~yahb2@user/tomsmeding/bot/yahb2) (Remote host closed the connection)
2025-01-06 21:01:16 +0100yahb2(~yahb2@user/tomsmeding/bot/yahb2) yahb2
2025-01-06 21:01:16 +0100ChanServ+v yahb2
2025-01-06 21:02:13 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 21:03:39 +0100wootehfoot(~wootehfoo@user/wootehfoot) (Read error: Connection reset by peer)
2025-01-06 21:06:42 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 244 seconds)
2025-01-06 21:07:13 +0100ACuriousMoose(~ACuriousM@156.34.161.188) (Ping timeout: 244 seconds)
2025-01-06 21:07:29 +0100rvalue(~rvalue@user/rvalue) (Read error: Connection reset by peer)
2025-01-06 21:09:21 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-01-06 21:10:46 +0100rvalue(~rvalue@user/rvalue) rvalue
2025-01-06 21:14:38 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 21:19:16 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-06 21:25:31 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2025-01-06 21:29:17 +0100yahb2(~yahb2@user/tomsmeding/bot/yahb2) (Remote host closed the connection)
2025-01-06 21:29:30 +0100yahb2(~yahb2@user/tomsmeding/bot/yahb2) yahb2
2025-01-06 21:29:31 +0100ChanServ+v yahb2
2025-01-06 21:29:57 +0100__monty__(~toonn@user/toonn) (Ping timeout: 244 seconds)
2025-01-06 21:29:59 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 21:34:55 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 260 seconds)
2025-01-06 21:39:52 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-01-06 21:40:20 +0100yahb2(~yahb2@user/tomsmeding/bot/yahb2) (Remote host closed the connection)
2025-01-06 21:40:33 +0100yahb2(~yahb2@user/tomsmeding/bot/yahb2) yahb2
2025-01-06 21:40:33 +0100ChanServ+v yahb2
2025-01-06 21:43:54 +0100weary-traveler(~user@user/user363627) user363627
2025-01-06 21:45:22 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 21:49:42 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-06 21:53:47 +0100emmanuelux_(~emmanuelu@user/emmanuelux) emmanuelux
2025-01-06 21:55:24 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2025-01-06 21:56:04 +0100stef204(~stef204@user/stef204) stef204
2025-01-06 21:57:16 +0100emmanuelux(~emmanuelu@user/emmanuelux) (Ping timeout: 272 seconds)
2025-01-06 21:58:21 +0100mreh(~matthew@host86-146-25-121.range86-146.btcentralplus.com) (Quit: Lost terminal)
2025-01-06 22:00:46 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 22:05:25 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 248 seconds)
2025-01-06 22:06:38 +0100Smiles(uid551636@id-551636.lymington.irccloud.com) Smiles
2025-01-06 22:13:52 +0100ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Quit: ash3en)
2025-01-06 22:14:26 +0100JuanDaugherty(~juan@user/JuanDaugherty) (Quit: JuanDaugherty)
2025-01-06 22:16:09 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 22:16:51 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-01-06 22:18:06 +0100michalz(~michalz@185.246.207.221) (Remote host closed the connection)
2025-01-06 22:20:02 +0100stef204(~stef204@user/stef204) (Quit: WeeChat 4.2.1)
2025-01-06 22:20:34 +0100homo_(~homo@user/homo) homo
2025-01-06 22:22:03 +0100HappyNewYear2025(~newyear@2.219.56.221)
2025-01-06 22:23:01 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 248 seconds)
2025-01-06 22:23:09 +0100homo(~homo@user/homo) (Ping timeout: 276 seconds)
2025-01-06 22:25:14 +0100hawer(~newyear@2.219.56.221) (Ping timeout: 244 seconds)
2025-01-06 22:31:51 +0100Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius) (Ping timeout: 252 seconds)
2025-01-06 22:34:13 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-06 22:38:46 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2025-01-06 22:47:17 +0100Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius) Raito_Bezarius
2025-01-06 22:48:17 +0100Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius) (Max SendQ exceeded)