| 2026-03-13 00:07:41 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 00:08:30 +0100 | jzargo2 | (~jzargo@user/jzargo) (Read error: Connection reset by peer) |
| 2026-03-13 00:12:18 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
| 2026-03-13 00:23:05 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 00:29:56 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
| 2026-03-13 00:30:19 +0100 | qqq | (~qqq@185.54.22.246) (Ping timeout: 264 seconds) |
| 2026-03-13 00:41:08 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 00:41:14 +0100 | CiaoSen | (~Jura@2a02:8071:64e1:da0:5a47:caff:fe78:33db) (Ping timeout: 244 seconds) |
| 2026-03-13 00:44:26 +0100 | arandombit | (~arandombi@user/arandombit) (Ping timeout: 268 seconds) |
| 2026-03-13 00:45:01 +0100 | qqq | (~qqq@185.54.22.246) |
| 2026-03-13 00:45:36 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 255 seconds) |
| 2026-03-13 00:46:44 +0100 | peterbecich | (~Thunderbi@71.84.33.135) peterbecich |
| 2026-03-13 00:50:02 +0100 | chewybread | (~chewybrea@user/chewybread) chewybread |
| 2026-03-13 00:50:32 +0100 | arandombit | (~arandombi@user/arandombit) arandombit |
| 2026-03-13 00:51:24 +0100 | jreicher | (~joelr@user/jreicher) (Ping timeout: 246 seconds) |
| 2026-03-13 00:53:04 +0100 | jreicher | (~joelr@user/jreicher) jreicher |
| 2026-03-13 00:54:51 +0100 | Square2 | (~Square4@user/square) Square |
| 2026-03-13 00:55:13 +0100 | Googulator38 | (~Googulato@2a01-036d-0106-2025-4c0a-eafd-fab1-553f.pool6.digikabel.hu) (Quit: Client closed) |
| 2026-03-13 00:55:29 +0100 | Googulator38 | (~Googulato@2a01-036d-0106-2025-4c0a-eafd-fab1-553f.pool6.digikabel.hu) |
| 2026-03-13 00:56:30 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 00:57:15 +0100 | Square | (~Square@user/square) (Ping timeout: 244 seconds) |
| 2026-03-13 00:57:24 +0100 | chewybread | (~chewybrea@user/chewybread) (Ping timeout: 264 seconds) |
| 2026-03-13 01:00:50 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
| 2026-03-13 01:10:57 +0100 | peterbecich | (~Thunderbi@71.84.33.135) (Ping timeout: 268 seconds) |
| 2026-03-13 01:11:47 +0100 | machinedgod | (~machinedg@d172-219-48-230.abhsia.telus.net) machinedgod |
| 2026-03-13 01:11:53 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 01:15:19 +0100 | peterbecich | (~Thunderbi@71.84.33.135) peterbecich |
| 2026-03-13 01:17:05 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
| 2026-03-13 01:18:00 +0100 | Tuplanolla | (~Tuplanoll@88-114-89-88.elisa-laajakaista.fi) (Ping timeout: 255 seconds) |
| 2026-03-13 01:24:31 +0100 | arandombit | (~arandombi@user/arandombit) (Ping timeout: 268 seconds) |
| 2026-03-13 01:27:15 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 01:27:59 +0100 | jonnie | (~jonnie@user/jonnie) (Ping timeout: 252 seconds) |
| 2026-03-13 01:31:52 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
| 2026-03-13 01:32:35 +0100 | <dibblego> | @src last |
| 2026-03-13 01:32:35 +0100 | <lambdabot> | last [x] = x |
| 2026-03-13 01:32:35 +0100 | <lambdabot> | last (_:xs) = last xs |
| 2026-03-13 01:32:35 +0100 | <lambdabot> | last [] = error "Prelude.last: empty list" |
| 2026-03-13 01:32:54 +0100 | xff0x | (~xff0x@2405:6580:b080:900:855c:3368:d601:eb86) (Ping timeout: 244 seconds) |
| 2026-03-13 01:34:38 +0100 | <dibblego> | @src init |
| 2026-03-13 01:34:38 +0100 | <lambdabot> | init [x] = [] |
| 2026-03-13 01:34:38 +0100 | <lambdabot> | init (x:xs) = x : init xs |
| 2026-03-13 01:34:38 +0100 | <lambdabot> | init [] = error "Prelude.init: empty list" |
| 2026-03-13 01:35:55 +0100 | werneta_ | (~werneta@71.83.160.242) werneta |
| 2026-03-13 01:38:55 +0100 | ChaiTRex | (~ChaiTRex@user/chaitrex) (Ping timeout: 258 seconds) |
| 2026-03-13 01:41:41 +0100 | qqq | (~qqq@185.54.22.246) (Ping timeout: 244 seconds) |
| 2026-03-13 01:42:37 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 01:42:40 +0100 | jonnie | (~jonnie@user/jonnie) jonnie |
| 2026-03-13 01:42:51 +0100 | peterbecich | (~Thunderbi@71.84.33.135) (Ping timeout: 246 seconds) |
| 2026-03-13 01:47:48 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds) |
| 2026-03-13 01:48:30 +0100 | <EvanR> | if you want both might want to do both at once! |
| 2026-03-13 01:54:05 +0100 | emmanuelux | (~em@user/emmanuelux) emmanuelux |
| 2026-03-13 01:54:54 +0100 | acidjnk_new | (~acidjnk@p200300d6e700e551a4c32391cc3108f5.dip0.t-ipconnect.de) (Ping timeout: 245 seconds) |
| 2026-03-13 01:56:55 +0100 | qqq | (~qqq@185.54.22.246) |
| 2026-03-13 01:58:37 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 02:05:13 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
| 2026-03-13 02:07:31 +0100 | qqq | (~qqq@185.54.22.246) (Ping timeout: 244 seconds) |
| 2026-03-13 02:07:54 +0100 | terrorjack | (~terrorjac@2a01:4f8:271:2d98::2) (Quit: The Lounge - https://thelounge.chat) |
| 2026-03-13 02:16:40 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 02:20:57 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
| 2026-03-13 02:21:02 +0100 | <statusbot> | Maintenance update: Hackage will be down as part of maintenance. -- http://status.haskell.org/pages/maintenance/537c07b0cf1fad5830000093/69b3665ff71ca90595aa36fb |
| 2026-03-13 02:25:07 +0100 | <sclv> | top |
| 2026-03-13 02:32:09 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 02:36:55 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
| 2026-03-13 02:43:55 +0100 | dtman34_ | (~dtman34@c-73-242-68-179.hsd1.mn.comcast.net) (Ping timeout: 245 seconds) |
| 2026-03-13 02:44:48 +0100 | lol__ | (~lol@2603:3016:1e01:b980:2033:5039:4076:a9fc) |
| 2026-03-13 02:45:30 +0100 | jcarpenter2 | (~lol@2603:3016:1e01:b980:b5f8:9e30:8739:5bae) (Ping timeout: 246 seconds) |
| 2026-03-13 02:45:32 +0100 | lol_ | (~lol@2603:3016:1e01:b980:b5f8:9e30:8739:5bae) (Ping timeout: 252 seconds) |
| 2026-03-13 02:46:52 +0100 | dtman34 | (~dtman34@2601:447:d183:2302:b0c5:8965:1c3f:d560) dtman34 |
| 2026-03-13 02:46:53 +0100 | califax | (~califax@user/califx) (Remote host closed the connection) |
| 2026-03-13 02:47:25 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 02:47:58 +0100 | califax | (~califax@user/califx) califx |
| 2026-03-13 02:51:22 +0100 | glguy_ | (glguy@libera/staff/glguy) glguy |
| 2026-03-13 02:51:57 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
| 2026-03-13 02:54:59 +0100 | glguy | (glguy@libera/staff/glguy) (Read error: Connection reset by peer) |
| 2026-03-13 02:57:46 +0100 | preflex | (~preflex@user/mauke/bot/preflex) (Remote host closed the connection) |
| 2026-03-13 02:57:57 +0100 | preflex | (~preflex@user/mauke/bot/preflex) preflex |
| 2026-03-13 03:02:47 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 03:04:13 +0100 | <Axman6> | Is hackage down for anyone else? I'vew been getting Varnish errors since yesterday |
| 2026-03-13 03:04:35 +0100 | <geekosaur> | currently under maintenance, previously decidedly iffy for over a week |
| 2026-03-13 03:04:36 +0100 | <Axman6> | Apparently planned maintenance |
| 2026-03-13 03:06:31 +0100 | tusko | (~uwu@user/tusko) (Quit: Lost terminal) |
| 2026-03-13 03:07:14 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
| 2026-03-13 03:13:32 +0100 | cptaffe | (~cptaffe@user/cptaffe) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2026-03-13 03:13:52 +0100 | cptaffe | (~cptaffe@user/cptaffe) cptaffe |
| 2026-03-13 03:14:07 +0100 | <Axman6> | Well at least local hoogle server works in this repo! |
| 2026-03-13 03:16:14 +0100 | <davean> | geekosaur: yah we're moving boxes on it to one with more RAM. |
| 2026-03-13 03:16:14 +0100 | <geekosaur> | fwiw I've been using Flora and Stackage for lookups. (Now if only the CI build that's currently stuck could…) |
| 2026-03-13 03:18:08 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 03:18:30 +0100 | <geekosaur> | also I think https://hoogle.mangoiv.com |
| 2026-03-13 03:22:56 +0100 | qqq | (~qqq@185.54.22.246) |
| 2026-03-13 03:23:12 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds) |
| 2026-03-13 03:23:27 +0100 | craunts795335385 | (~craunts@209.35.161.190) |
| 2026-03-13 03:27:02 +0100 | chewybread | (~chewybrea@user/chewybread) chewybread |
| 2026-03-13 03:33:30 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 03:34:00 +0100 | chewybread | (~chewybrea@user/chewybread) (Ping timeout: 264 seconds) |
| 2026-03-13 03:34:47 +0100 | somemathguy | (~somemathg@user/somemathguy) (Quit: WeeChat 4.1.1) |
| 2026-03-13 03:39:21 +0100 | qqq | (~qqq@185.54.22.246) (Remote host closed the connection) |
| 2026-03-13 03:40:00 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
| 2026-03-13 03:46:08 +0100 | AlexZenon_2 | (~alzenon@5.139.232.240) |
| 2026-03-13 03:47:48 +0100 | AlexZenon | (~alzenon@5.139.232.240) (Ping timeout: 264 seconds) |
| 2026-03-13 03:51:34 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 03:52:20 +0100 | terrorjack | (~terrorjac@2a01:4f8:271:2d98::2) terrorjack |
| 2026-03-13 03:53:18 +0100 | craunts795335385 | (~craunts@209.35.161.190) (Quit: The Lounge - https://thelounge.chat) |
| 2026-03-13 03:54:57 +0100 | haritz | (~hrtz@user/haritz) (Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in) |
| 2026-03-13 03:56:36 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
| 2026-03-13 04:06:55 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 04:11:53 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
| 2026-03-13 04:15:41 +0100 | xff0x | (~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) |
| 2026-03-13 04:20:44 +0100 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) (Remote host closed the connection) |
| 2026-03-13 04:22:19 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 04:24:06 +0100 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) humasect |
| 2026-03-13 04:26:50 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds) |
| 2026-03-13 04:37:41 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 04:40:23 +0100 | machinedgod | (~machinedg@d172-219-48-230.abhsia.telus.net) (Ping timeout: 272 seconds) |
| 2026-03-13 04:42:01 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
| 2026-03-13 04:42:40 +0100 | jcarpenter2 | (~lol@2603:3016:1e01:b980:2033:5039:4076:a9fc) |
| 2026-03-13 04:44:44 +0100 | <davean> | Hackage is back up on a more properly sized but notably more expensive box. Pour one out for HF's wallet. |
| 2026-03-13 04:49:48 +0100 | <haskellbridge> | <sm> great davean. How much ram now ? |
| 2026-03-13 04:50:47 +0100 | <davean> | sm: doubled to 64GiB, slightly slower CPUs which might not be ideal but was what was available, but hackage's main issue is that it is an entirely in-memory DB (acid-state) so it eats RAM |
| 2026-03-13 04:53:04 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 04:53:20 +0100 | <davean> | Just loading the data off disk is 24GiB |
| 2026-03-13 04:54:14 +0100 | <haskellbridge> | <sm> that should help a lot. Browsing feels good |
| 2026-03-13 04:54:44 +0100 | <davean> | well, don't consider it solved yet, we need full load to return. |
| 2026-03-13 04:54:50 +0100 | <davean> | but yes, it should |
| 2026-03-13 04:55:00 +0100 | <davean> | its twice the RAM but its like 3x the cost now. |
| 2026-03-13 04:55:42 +0100 | <davean> | Because thats how prices roll. We'll need a longer term solution or HF to figure out the bill long term. I'd prefer both frankly. |
| 2026-03-13 04:55:50 +0100 | <haskellbridge> | <sm> I'm guessing.. $500/mo |
| 2026-03-13 04:55:53 +0100 | <haskellbridge> | <sm> ? |
| 2026-03-13 04:56:02 +0100 | <davean> | Right ballpark but short by a bit |
| 2026-03-13 04:56:15 +0100 | <davean> | I think it is like $560 |
| 2026-03-13 04:57:30 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
| 2026-03-13 04:58:03 +0100 | <davean> | I'll be honest, if I had a budget I'd just have done this from the start, but money is tight. |
| 2026-03-13 04:58:24 +0100 | <davean> | The spreadsheet had a "this might be good enough" next to the hackage line from the start |
| 2026-03-13 04:58:35 +0100 | <davean> | and, it was, for a while, and it progressively got worse. |
| 2026-03-13 04:59:01 +0100 | <haskellbridge> | <sm> +1 |
| 2026-03-13 05:00:08 +0100 | <haskellbridge> | <sm> I suppose there'll be another peak in about 20h where it's getting crawled or whatever |
| 2026-03-13 05:00:44 +0100 | <haskellbridge> | <sm> good luck new hackage |
| 2026-03-13 05:00:52 +0100 | <probie> | Move away from acid-state? |
| 2026-03-13 05:00:54 +0100 | <davean> | watch it, but I honestly expect this to solve it mostly. |
| 2026-03-13 05:00:59 +0100 | <davean> | probie: Thats a HUGE project |
| 2026-03-13 05:01:11 +0100 | <davean> | I mean I did work on it, but then I had to plan an entire migration of all haskell infra |
| 2026-03-13 05:01:14 +0100 | <davean> | and now I'm burned out :-p |
| 2026-03-13 05:01:38 +0100 | <haskellbridge> | <sm> somebody might vibe code a rust rewrite |
| 2026-03-13 05:01:41 +0100 | <davean> | I'm just starting to enjoy anything related to haskell again |
| 2026-03-13 05:01:59 +0100 | <davean> | sm: haha. I have a runnign hackage core which can be multimaster :) |
| 2026-03-13 05:08:26 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 05:08:51 +0100 | <geekosaur> | you're free to fork and rewrite hackage-server; it'll be a lot of work |
| 2026-03-13 05:09:40 +0100 | <haskellbridge> | <sm> well thanks for your work davean. Are you being compensated ? I hope so. (No intent to pry if that's not public info) |
| 2026-03-13 05:12:04 +0100 | <statusbot> | Maintenance update: Hackage is back up and with more resources provisioned. -- http://status.haskell.org/pages/maintenance/537c07b0cf1fad5830000093/69b3665ff71ca90595aa36fb |
| 2026-03-13 05:12:11 +0100 | <davean> | sm: lol no |
| 2026-03-13 05:15:19 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds) |
| 2026-03-13 05:16:42 +0100 | <haskellbridge> | <sm> feels like there ought to be more money in this ecosystem |
| 2026-03-13 05:18:48 +0100 | <davean> | sm: well, we'd need better fundraising. |
| 2026-03-13 05:22:47 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 05:23:42 +0100 | <haskellbridge> | <sm> I know there's some great donors, but it seems not enough.. |
| 2026-03-13 05:27:08 +0100 | craunts795335385 | (~craunts@209.35.160.178) |
| 2026-03-13 05:27:52 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
| 2026-03-13 05:28:37 +0100 | <haskellbridge> | <sm> certainly we shouldn't be burning out unpaid maintainers of critical systems. If I become emperor, Haskell will be recognised as a distinguished world technology to receive at least sustainabilty funding. |
| 2026-03-13 05:29:35 +0100 | <haskellbridge> | <sm> It can happen. I'll vision it. Not the emperor part. |
| 2026-03-13 05:31:31 +0100 | <haskellbridge> | <sm> but people like jmct are here and have a much better grasp of the situation. Are we drastically underfunded given Haskell's value to humanity ? Or not so much ? |
| 2026-03-13 05:32:10 +0100 | <davean> | jmct went to bed when hackage came back up |
| 2026-03-13 05:32:36 +0100 | <haskellbridge> | <sm> +1 |
| 2026-03-13 05:34:01 +0100 | <davean> | Talk to jmct tomorrow maybe |
| 2026-03-13 05:35:38 +0100 | peterbecich | (~Thunderbi@71.84.33.135) peterbecich |
| 2026-03-13 05:38:10 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 05:40:32 +0100 | machinedgod | (~machinedg@d172-219-48-230.abhsia.telus.net) machinedgod |
| 2026-03-13 05:42:55 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds) |
| 2026-03-13 05:43:03 +0100 | jmcantrell | (~weechat@user/jmcantrell) (Ping timeout: 255 seconds) |
| 2026-03-13 05:45:55 +0100 | machinedgod | (~machinedg@d172-219-48-230.abhsia.telus.net) (Ping timeout: 264 seconds) |
| 2026-03-13 05:46:06 +0100 | peterbecich | (~Thunderbi@71.84.33.135) (Ping timeout: 246 seconds) |
| 2026-03-13 05:46:19 +0100 | xff0x_ | (~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) |
| 2026-03-13 05:47:18 +0100 | xff0x | (~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Ping timeout: 256 seconds) |
| 2026-03-13 05:53:31 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 05:54:16 +0100 | euphores | (~SASL_euph@user/euphores) (Quit: Leaving.) |
| 2026-03-13 05:58:07 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
| 2026-03-13 06:08:52 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 06:14:01 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
| 2026-03-13 06:24:14 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 06:28:40 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds) |
| 2026-03-13 06:29:35 +0100 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) (Remote host closed the connection) |
| 2026-03-13 06:37:55 +0100 | peterbecich | (~Thunderbi@71.84.33.135) peterbecich |
| 2026-03-13 06:39:38 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 06:42:22 +0100 | divlamir | (~divlamir@user/divlamir) (Read error: Connection reset by peer) |
| 2026-03-13 06:42:28 +0100 | divlamir_ | (~divlamir@user/divlamir) divlamir |
| 2026-03-13 06:43:19 +0100 | divlamir_ | divlamir |
| 2026-03-13 06:44:12 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds) |
| 2026-03-13 06:44:29 +0100 | michalz | (~michalz@185.246.207.221) |
| 2026-03-13 06:45:02 +0100 | takuan | (~takuan@d8D86B9E9.access.telenet.be) |
| 2026-03-13 06:49:53 +0100 | craunts795335385 | (~craunts@209.35.160.178) (Quit: The Lounge - https://thelounge.chat) |
| 2026-03-13 06:52:03 +0100 | hsw | (~hsw@106.104.102.45) (Quit: Leaving) |
| 2026-03-13 06:54:59 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 07:00:25 +0100 | <jeremyn> | davean: I'd be interested in helping with a cheaper Hackage architecture. Gleaned a bit of the current state. Anything I can look at to get started? |
| 2026-03-13 07:01:52 +0100 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) humasect |
| 2026-03-13 07:02:07 +0100 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) (Remote host closed the connection) |
| 2026-03-13 07:02:13 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
| 2026-03-13 07:02:36 +0100 | <davean> | jeremyn: email me at davean@haskell.foundation or something, Its been way too long a night to talk now. |
| 2026-03-13 07:07:12 +0100 | Pozyomka | (~pyon@user/pyon) (Ping timeout: 256 seconds) |
| 2026-03-13 07:07:56 +0100 | <jeremyn> | davean: happy to. i'll shoot an email over. no rush |
| 2026-03-13 07:13:02 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 07:17:31 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
| 2026-03-13 07:20:16 +0100 | jeremyn | (~jeremy@user/jeremyn) (Quit: Konversation terminated!) |
| 2026-03-13 07:22:32 +0100 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) humasect |
| 2026-03-13 07:23:13 +0100 | chewybread | (~chewybrea@user/chewybread) chewybread |
| 2026-03-13 07:23:47 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 07:28:00 +0100 | chewybread | (~chewybrea@user/chewybread) (Ping timeout: 264 seconds) |
| 2026-03-13 07:28:30 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
| 2026-03-13 07:38:15 +0100 | jreicher | (~joelr@user/jreicher) (Ping timeout: 255 seconds) |
| 2026-03-13 07:39:10 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 07:39:15 +0100 | jreicher | (~joelr@user/jreicher) jreicher |
| 2026-03-13 07:43:46 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
| 2026-03-13 07:54:33 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 07:59:02 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
| 2026-03-13 08:00:12 +0100 | Square | (~Square@user/square) Square |
| 2026-03-13 08:01:57 +0100 | Square2 | (~Square4@user/square) (Ping timeout: 244 seconds) |
| 2026-03-13 08:03:00 +0100 | Square | (~Square@user/square) (Remote host closed the connection) |
| 2026-03-13 08:04:16 +0100 | Square | (~Square@user/square) Square |
| 2026-03-13 08:04:27 +0100 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
| 2026-03-13 08:05:45 +0100 | chromoblob | (~chromoblo@user/chromob1ot1c) (Ping timeout: 248 seconds) |
| 2026-03-13 08:06:49 +0100 | chromoblob | (~chromoblo@user/chromob1ot1c) chromoblob\0 |
| 2026-03-13 08:09:54 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 08:10:30 +0100 | <gentauro> | jreicher: it seems like they use `TOR` under the hood |
| 2026-03-13 08:11:41 +0100 | <gentauro> | jreicher: I see this from time to time -> `server disconnected smp11.simplex.im,[ADDR].onion ()` and `server connected smp11.simplex.im,[ADDR].onion ()` |
| 2026-03-13 08:12:11 +0100 | gentauro | and yes, somebody working at TOR recommended it (Y) |
| 2026-03-13 08:14:03 +0100 | <gentauro> | jreicher: and here they are all compared to each other: https://www.securemessagingapps.com/ |
| 2026-03-13 08:14:21 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
| 2026-03-13 08:14:23 +0100 | <gentauro> | perhaps simplex-chat can become the new pandoc? Like a Haskell app that people just use cos it so good? |
| 2026-03-13 08:14:29 +0100 | gentauro | lets hope <3 |
| 2026-03-13 08:16:29 +0100 | m1dnight_ | (~m1dnight@d8d861a17.access.telenet.be) m1dnight |
| 2026-03-13 08:16:54 +0100 | m1dnight | (~m1dnight@d8D861A17.access.telenet.be) (Ping timeout: 256 seconds) |
| 2026-03-13 08:24:51 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 08:28:54 +0100 | chewybread | (~chewybrea@user/chewybread) chewybread |
| 2026-03-13 08:29:20 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
| 2026-03-13 08:29:26 +0100 | califax_ | (~califax@user/califx) califx |
| 2026-03-13 08:30:58 +0100 | peterbecich | (~Thunderbi@71.84.33.135) (Ping timeout: 248 seconds) |
| 2026-03-13 08:31:14 +0100 | califax | (~califax@user/califx) (Quit: ZNC 1.10.1 - https://znc.in) |
| 2026-03-13 08:31:14 +0100 | califax_ | califax |
| 2026-03-13 08:35:27 +0100 | <haskellbridge> | <sm> simplex-chat is good stuff. Among non-programming-related Haskell apps, it's #2 by github stars, with 10k. #3 is kmonad with 5k. Pandoc is way out in front with 42k. |
| 2026-03-13 08:36:27 +0100 | CiaoSen | (~Jura@2a02:8071:64e1:da0:5a47:caff:fe78:33db) CiaoSen |
| 2026-03-13 08:40:09 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 08:46:42 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 246 seconds) |
| 2026-03-13 08:50:28 +0100 | Googulator38 | (~Googulato@2a01-036d-0106-2025-4c0a-eafd-fab1-553f.pool6.digikabel.hu) (Ping timeout: 240 seconds) |
| 2026-03-13 08:53:22 +0100 | takuan | (~takuan@d8D86B9E9.access.telenet.be) (Read error: No route to host) |
| 2026-03-13 08:55:00 +0100 | takuan | (~takuan@d8D86B9E9.access.telenet.be) |
| 2026-03-13 08:55:51 +0100 | sord937 | (~sord937@gateway/tor-sasl/sord937) sord937 |
| 2026-03-13 08:57:27 +0100 | Square | (~Square@user/square) (Ping timeout: 255 seconds) |
| 2026-03-13 08:58:12 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 09:01:57 +0100 | <gentauro> | sm thx -> https://youtu.be/Dhj1eauljwU?t=810 (13:30 ish). I need that to make the "CoPilot" back to "Print Screen" on my new Lenovo (Y) |
| 2026-03-13 09:02:08 +0100 | gentauro | first time I hear of `kmonad` |
| 2026-03-13 09:02:51 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 255 seconds) |
| 2026-03-13 09:06:33 +0100 | <gentauro> | the author <3 https://tony-zorman.com/posts/DUCK.html |
| 2026-03-13 09:10:37 +0100 | <jreicher> | Thanks for that comparison site; I've been looking for info like that for a while! |
| 2026-03-13 09:13:34 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 09:17:15 +0100 | chewybread | (~chewybrea@user/chewybread) (Ping timeout: 245 seconds) |
| 2026-03-13 09:18:05 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
| 2026-03-13 09:23:14 +0100 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) (Remote host closed the connection) |
| 2026-03-13 09:25:52 +0100 | merijn | (~merijn@62.45.136.136) merijn |
| 2026-03-13 09:28:47 +0100 | Milan_Vanca | (~milan@user/Milan-Vanca:32634) Milan_Vanca |
| 2026-03-13 09:30:01 +0100 | merijn | (~merijn@62.45.136.136) (Ping timeout: 248 seconds) |
| 2026-03-13 09:31:49 +0100 | chewybread | (~chewybrea@user/chewybread) chewybread |
| 2026-03-13 09:33:17 +0100 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) humasect |
| 2026-03-13 09:36:24 +0100 | chewybread | (~chewybrea@user/chewybread) (Ping timeout: 264 seconds) |
| 2026-03-13 09:41:09 +0100 | merijn | (~merijn@62.45.136.136) merijn |
| 2026-03-13 09:41:52 +0100 | chromoblob | (~chromoblo@user/chromob1ot1c) (Read error: Connection reset by peer) |
| 2026-03-13 09:42:12 +0100 | chromoblob | (~chromoblo@user/chromob1ot1c) chromoblob\0 |
| 2026-03-13 09:44:45 +0100 | tzh | (~tzh@c-76-115-131-146.hsd1.or.comcast.net) (Quit: zzz) |
| 2026-03-13 09:45:52 +0100 | merijn | (~merijn@62.45.136.136) (Ping timeout: 256 seconds) |
| 2026-03-13 09:46:07 +0100 | <haskellbridge> | <sm> +1 |
| 2026-03-13 09:50:21 +0100 | img | (~img@user/img) (Quit: ZNC 1.10.1 - https://znc.in) |
| 2026-03-13 09:51:36 +0100 | img | (~img@user/img) img |
| 2026-03-13 09:52:23 +0100 | __monty__ | (~toonn@user/toonn) toonn |
| 2026-03-13 09:52:27 +0100 | <gentauro> | jreicher: this video helped me commit: https://www.youtube.com/watch?v=0cRu98XSap0. I can't wait to run the terminal CLI on my Jolla 2026 (bye bye Apple and iPhone) |
| 2026-03-13 09:52:50 +0100 | oskarw | (~user@user/oskarw) oskarw |
| 2026-03-13 09:53:05 +0100 | vpan | (~vpan@212.117.1.172) |
| 2026-03-13 09:56:25 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 09:56:42 +0100 | gentauro | and I got the comparison link from the video tbh |
| 2026-03-13 09:58:19 +0100 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) (Remote host closed the connection) |
| 2026-03-13 10:07:36 +0100 | emmanuelux | (~em@user/emmanuelux) (Quit: bye) |
| 2026-03-13 10:13:16 +0100 | <__monty__> | gentauro: FYI on the topic of SimpleX, there's some distasteful behavior on the part of the presumed founder, https://mstdn.social/@rysiek/114652944792605010 |
| 2026-03-13 10:23:33 +0100 | chele | (~chele@user/chele) chele |
| 2026-03-13 10:35:37 +0100 | danza | (~danza@user/danza) danza |
| 2026-03-13 10:38:20 +0100 | sord937 | (~sord937@gateway/tor-sasl/sord937) (Remote host closed the connection) |
| 2026-03-13 10:38:46 +0100 | Googulator38 | (~Googulato@team.broadbit.hu) |
| 2026-03-13 10:39:18 +0100 | sord937 | (~sord937@gateway/tor-sasl/sord937) sord937 |
| 2026-03-13 10:43:36 +0100 | halloy7365 | (~halloy736@2404:4400:a100:9177:c434:5898:4c6a:82b) |
| 2026-03-13 10:49:47 +0100 | Axman4971 | (~Axman6@user/axman6) Axman6 |
| 2026-03-13 10:51:10 +0100 | halloy7365 | (~halloy736@2404:4400:a100:9177:c434:5898:4c6a:82b) (Quit: halloy7365) |
| 2026-03-13 10:52:07 +0100 | Axman6 | (~Axman6@user/axman6) (Ping timeout: 264 seconds) |
| 2026-03-13 10:56:12 +0100 | chewybread | (~chewybrea@240b:10:9502:4100:80a2:daac:f3ad:170) |
| 2026-03-13 10:56:12 +0100 | chewybread | (~chewybrea@240b:10:9502:4100:80a2:daac:f3ad:170) (Changing host) |
| 2026-03-13 10:56:12 +0100 | chewybread | (~chewybrea@user/chewybread) chewybread |
| 2026-03-13 10:56:33 +0100 | xff0x_ | (~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Ping timeout: 246 seconds) |
| 2026-03-13 11:01:00 +0100 | chewybread | (~chewybrea@user/chewybread) (Ping timeout: 264 seconds) |
| 2026-03-13 11:03:52 +0100 | dhil | (~dhil@5.151.29.141) dhil |
| 2026-03-13 11:14:27 +0100 | bggd_ | (~bgg@2a01:e0a:fd5:f510:1f72:48bb:4da7:7102) |
| 2026-03-13 11:15:19 +0100 | marinelli | (~weechat@gateway/tor-sasl/marinelli) (Quit: marinelli) |
| 2026-03-13 11:18:38 +0100 | chexum_ | (~quassel@gateway/tor-sasl/chexum) chexum |
| 2026-03-13 11:20:09 +0100 | marinelli | (~weechat@gateway/tor-sasl/marinelli) marinelli |
| 2026-03-13 11:21:00 +0100 | madresch | (~Thunderbi@user/madresch) (Ping timeout: 245 seconds) |
| 2026-03-13 11:22:44 +0100 | chexum | (~quassel@gateway/tor-sasl/chexum) (Ping timeout: 258 seconds) |
| 2026-03-13 11:23:10 +0100 | somemathguy | (~somemathg@user/somemathguy) somemathguy |
| 2026-03-13 11:26:25 +0100 | Enrico63 | (~Enrico63@host-82-61-84-117.retail.telecomitalia.it) Enrico63 |
| 2026-03-13 11:30:50 +0100 | haritz | (~hrtz@2a01:4b00:bc2e:7000:d5af:a266:ca31:5ef8) |
| 2026-03-13 11:30:50 +0100 | haritz | (~hrtz@2a01:4b00:bc2e:7000:d5af:a266:ca31:5ef8) (Changing host) |
| 2026-03-13 11:30:50 +0100 | haritz | (~hrtz@user/haritz) haritz |
| 2026-03-13 11:32:50 +0100 | madresch | (~Thunderbi@user/madresch) madresch |
| 2026-03-13 11:33:12 +0100 | madresch | (~Thunderbi@user/madresch) (Client Quit) |
| 2026-03-13 11:33:33 +0100 | madresch | (~Thunderbi@user/madresch) madresch |
| 2026-03-13 11:34:48 +0100 | arandombit | (~arandombi@user/arandombit) arandombit |
| 2026-03-13 11:40:58 +0100 | Enrico63 | (~Enrico63@host-82-61-84-117.retail.telecomitalia.it) (Ping timeout: 240 seconds) |
| 2026-03-13 12:01:23 +0100 | marinelli | (~weechat@gateway/tor-sasl/marinelli) (Quit: marinelli) |
| 2026-03-13 12:01:52 +0100 | chewybread | (~chewybrea@240b:10:9502:4100:80a2:daac:f3ad:170) |
| 2026-03-13 12:01:52 +0100 | chewybread | (~chewybrea@240b:10:9502:4100:80a2:daac:f3ad:170) (Changing host) |
| 2026-03-13 12:01:52 +0100 | chewybread | (~chewybrea@user/chewybread) chewybread |
| 2026-03-13 12:02:10 +0100 | fun-safe-math | (~fun-safe-@97.115.234.213) () |
| 2026-03-13 12:03:51 +0100 | fun-safe-math | (~fun-safe-@97.115.234.213) fun-safe-math |
| 2026-03-13 12:05:17 +0100 | divlamir | (~divlamir@user/divlamir) (Remote host closed the connection) |
| 2026-03-13 12:06:51 +0100 | marinelli | (~weechat@gateway/tor-sasl/marinelli) marinelli |
| 2026-03-13 12:09:19 +0100 | chewybread | (~chewybrea@user/chewybread) (Ping timeout: 268 seconds) |
| 2026-03-13 12:09:24 +0100 | arandombit | (~arandombi@user/arandombit) (Ping timeout: 264 seconds) |
| 2026-03-13 12:10:55 +0100 | Pozyomka | (~pyon@user/pyon) pyon |
| 2026-03-13 12:23:06 +0100 | Milan_Vanca | (~milan@user/Milan-Vanca:32634) (Quit: WeeChat 4.7.2) |
| 2026-03-13 12:25:35 +0100 | somemathguy | (~somemathg@user/somemathguy) (Ping timeout: 245 seconds) |
| 2026-03-13 12:32:28 +0100 | Googulator38 | (~Googulato@team.broadbit.hu) (Ping timeout: 240 seconds) |
| 2026-03-13 12:35:32 +0100 | weary-traveler | (~user@user/user363627) (Remote host closed the connection) |
| 2026-03-13 12:42:05 +0100 | divlamir | (~divlamir@user/divlamir) divlamir |
| 2026-03-13 12:48:38 +0100 | somemathguy | (~somemathg@user/somemathguy) somemathguy |
| 2026-03-13 12:51:44 +0100 | weary-traveler | (~user@user/user363627) user363627 |
| 2026-03-13 12:55:42 +0100 | chewybread | (~chewybrea@user/chewybread) chewybread |
| 2026-03-13 13:07:14 +0100 | danza | (~danza@user/danza) (Ping timeout: 248 seconds) |
| 2026-03-13 13:08:09 +0100 | acidjnk | (~acidjnk@p200300d6e700e5713cf8b3ec8a6333bb.dip0.t-ipconnect.de) acidjnk |
| 2026-03-13 13:09:35 +0100 | FirefoxDeHuk | (~FirefoxDe@user/FirefoxDeHuk) FirefoxDeHuk |
| 2026-03-13 13:12:30 +0100 | xff0x | (~xff0x@ai084147.d.east.v6connect.net) |
| 2026-03-13 13:18:12 +0100 | FirefoxDeHuk | (~FirefoxDe@user/FirefoxDeHuk) (Quit: Client closed) |
| 2026-03-13 13:41:58 +0100 | marinelli | (~weechat@gateway/tor-sasl/marinelli) (Remote host closed the connection) |
| 2026-03-13 13:42:30 +0100 | marinelli | (~weechat@gateway/tor-sasl/marinelli) marinelli |
| 2026-03-13 13:45:45 +0100 | Putonlalla | (~Putonlall@it-cyan.it.jyu.fi) (Ping timeout: 268 seconds) |
| 2026-03-13 13:48:51 +0100 | machinedgod | (~machinedg@d172-219-48-230.abhsia.telus.net) machinedgod |
| 2026-03-13 13:54:06 +0100 | Putonlalla | (~Putonlall@it-cyan.it.jyu.fi) Tuplanolla |
| 2026-03-13 13:58:53 +0100 | sixfourtwelve | (~ethanmorg@static.82.129.225.46.clients.your-server.de) (Quit: leaving) |
| 2026-03-13 14:03:08 +0100 | <mesaoptimizer> | https://www.youtube.com/watch?v=gEWBHP0PvRw |
| 2026-03-13 14:03:29 +0100 | <mesaoptimizer> | Simon Marlow's talk on the use of Haskell at Meta is very interesting |
| 2026-03-13 14:05:40 +0100 | sixfourtwelve | (~ethanmorg@static.82.129.225.46.clients.your-server.de) sixfourtwelve |
| 2026-03-13 14:12:21 +0100 | L29Ah | (~L29Ah@wikipedia/L29Ah) () |
| 2026-03-13 14:16:27 +0100 | FloorCalc | (~user@user/FloorCalc) FloorCalc |
| 2026-03-13 14:18:43 +0100 | L29Ah | (~L29Ah@wikipedia/L29Ah) L29Ah |
| 2026-03-13 14:22:31 +0100 | FloorCalc | (~user@user/FloorCalc) (Quit: ERC 5.6.0.30.1 (IRC client for GNU Emacs 30.2)) |
| 2026-03-13 14:24:25 +0100 | aka_dude | (~aka_dude@2a03:f80:30:f490::1) (Quit: Gateway shutdown) |
| 2026-03-13 14:24:59 +0100 | FloorCalc | (~user@user/FloorCalc) FloorCalc |
| 2026-03-13 14:25:04 +0100 | FloorCalc | (~user@user/FloorCalc) (Remote host closed the connection) |
| 2026-03-13 14:25:12 +0100 | L29Ah | (~L29Ah@wikipedia/L29Ah) () |
| 2026-03-13 14:25:37 +0100 | aka_dude | (~aka_dude@192.71.166.120) |
| 2026-03-13 14:27:36 +0100 | L29Ah | (~L29Ah@wikipedia/L29Ah) L29Ah |
| 2026-03-13 14:28:27 +0100 | jmcantrell_ | (~weechat@user/jmcantrell) jmcantrell |
| 2026-03-13 14:32:19 +0100 | kimiamania4 | (~b4b260c9@user/kimiamania) (Quit: PegeLinux) |
| 2026-03-13 14:32:51 +0100 | rekahsoft | (~rekahsoft@bras-base-orllon1103w-grc-20-76-67-111-168.dsl.bell.ca) rekahsoft |
| 2026-03-13 14:33:30 +0100 | kimiamania40 | (~b4b260c9@user/kimiamania) kimiamania |
| 2026-03-13 14:43:02 +0100 | bggd_ | (~bgg@2a01:e0a:fd5:f510:1f72:48bb:4da7:7102) (Quit: std::move) |
| 2026-03-13 14:53:59 +0100 | tromp | (~textual@2001:1c00:3487:1b00:1807:41fe:bcf2:17ca) |
| 2026-03-13 14:55:34 +0100 | nwoob | (~nikhil@user/nwoob) nwoob |
| 2026-03-13 14:56:15 +0100 | nwoob | (~nikhil@user/nwoob) () |
| 2026-03-13 14:57:24 +0100 | chexum_ | (~quassel@gateway/tor-sasl/chexum) (Ping timeout: 258 seconds) |
| 2026-03-13 14:57:49 +0100 | chexum | (~quassel@gateway/tor-sasl/chexum) chexum |
| 2026-03-13 15:07:44 +0100 | jmcantrell_ | (~weechat@user/jmcantrell) (Ping timeout: 256 seconds) |
| 2026-03-13 15:09:24 +0100 | chewybread | (~chewybrea@user/chewybread) (Ping timeout: 264 seconds) |
| 2026-03-13 15:11:35 +0100 | rainbyte | (~rainbyte@2800:810:5f9:49::91b) (Read error: Connection reset by peer) |
| 2026-03-13 15:13:28 +0100 | rainbyte | (~rainbyte@2800:810:5f9:49::91b) rainbyte |
| 2026-03-13 15:20:07 +0100 | Sgeo | (~Sgeo@user/sgeo) Sgeo |
| 2026-03-13 15:22:18 +0100 | chewybread | (~chewybrea@user/chewybread) chewybread |
| 2026-03-13 15:32:27 +0100 | ezzieyguywuf | (~Unknown@user/ezzieyguywuf) ezzieyguywuf |
| 2026-03-13 15:52:45 +0100 | vpan | (~vpan@212.117.1.172) (Quit: Leaving.) |
| 2026-03-13 15:58:36 +0100 | madresch | (~Thunderbi@user/madresch) (Ping timeout: 264 seconds) |
| 2026-03-13 15:59:21 +0100 | chewybread | (~chewybrea@user/chewybread) (Remote host closed the connection) |
| 2026-03-13 16:04:08 +0100 | infinity0 | (~infinity0@pwned.gg) (Ping timeout: 252 seconds) |
| 2026-03-13 16:06:31 +0100 | danza | (~danza@user/danza) danza |
| 2026-03-13 16:11:05 +0100 | weary-traveler | (~user@user/user363627) (Remote host closed the connection) |
| 2026-03-13 16:15:17 +0100 | sam113101 | (~sam@modemcable200.189-202-24.mc.videotron.ca) (Remote host closed the connection) |
| 2026-03-13 16:15:41 +0100 | sam113101 | (~sam@modemcable200.189-202-24.mc.videotron.ca) sam113101 |
| 2026-03-13 16:24:28 +0100 | infinity0 | (~infinity0@pwned.gg) infinity0 |
| 2026-03-13 16:25:13 +0100 | madresch | (~Thunderbi@user/madresch) madresch |
| 2026-03-13 16:43:38 +0100 | Square | (~Square@user/square) Square |
| 2026-03-13 16:50:25 +0100 | gabiruh | (~gabiruh@vps19177.publiccloud.com.br) (Quit: ZNC 1.7.5 - https://znc.in) |
| 2026-03-13 16:51:14 +0100 | gabiruh | (~gabiruh@vps19177.publiccloud.com.br) gabiruh |
| 2026-03-13 16:55:42 +0100 | Googulator | (~Googulato@team.broadbit.hu) |
| 2026-03-13 17:02:51 +0100 | CiaoSen | (~Jura@2a02:8071:64e1:da0:5a47:caff:fe78:33db) (Ping timeout: 268 seconds) |
| 2026-03-13 17:17:42 +0100 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) humasect |
| 2026-03-13 17:20:28 +0100 | Googulator | (~Googulato@team.broadbit.hu) (Ping timeout: 240 seconds) |
| 2026-03-13 17:36:59 +0100 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) (Remote host closed the connection) |
| 2026-03-13 17:39:19 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds) |
| 2026-03-13 17:43:50 +0100 | gabiruh | (~gabiruh@vps19177.publiccloud.com.br) (Quit: ZNC 1.7.5 - https://znc.in) |
| 2026-03-13 17:44:06 +0100 | gabiruh | (~gabiruh@vps19177.publiccloud.com.br) gabiruh |
| 2026-03-13 17:50:43 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 17:53:39 +0100 | chele | (~chele@user/chele) (Remote host closed the connection) |
| 2026-03-13 17:54:37 +0100 | rainbyte | (~rainbyte@2800:810:5f9:49::91b) (Read error: Connection reset by peer) |
| 2026-03-13 17:55:14 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
| 2026-03-13 17:56:04 +0100 | rainbyte | (~rainbyte@2800:810:5f9:49::91b) rainbyte |
| 2026-03-13 17:56:32 +0100 | jmcantrell_ | (~weechat@user/jmcantrell) jmcantrell |
| 2026-03-13 17:58:00 +0100 | AlexZenon_2 | AlexZenon |
| 2026-03-13 17:58:35 +0100 | AlexNoo | (~AlexNoo@5.139.232.240) |
| 2026-03-13 18:03:14 +0100 | AlexNoo | (~AlexNoo@5.139.232.240) (Ping timeout: 248 seconds) |
| 2026-03-13 18:06:13 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 18:06:51 +0100 | chromoblob | (~chromoblo@user/chromob1ot1c) (Remote host closed the connection) |
| 2026-03-13 18:07:07 +0100 | chromoblob | (~chromoblo@user/chromob1ot1c) chromoblob\0 |
| 2026-03-13 18:10:08 +0100 | gabiruh | (~gabiruh@vps19177.publiccloud.com.br) (Quit: ZNC 1.7.5 - https://znc.in) |
| 2026-03-13 18:11:14 +0100 | chromoblob | (~chromoblo@user/chromob1ot1c) (Ping timeout: 248 seconds) |
| 2026-03-13 18:11:24 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 255 seconds) |
| 2026-03-13 18:12:26 +0100 | gabiruh | (~gabiruh@vps19177.publiccloud.com.br) gabiruh |
| 2026-03-13 18:12:54 +0100 | haskellbridge | (~hackager@96.28.224.214) (Remote host closed the connection) |
| 2026-03-13 18:13:24 +0100 | haskellbridge | (~hackager@96.28.224.214) hackager |
| 2026-03-13 18:13:24 +0100 | ChanServ | +v haskellbridge |
| 2026-03-13 18:14:12 +0100 | danza5317 | (~danza@user/danza) danza |
| 2026-03-13 18:14:19 +0100 | danza | (~danza@user/danza) (Read error: Connection reset by peer) |
| 2026-03-13 18:22:16 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-03-13 18:24:40 +0100 | messewix | (~jmc@108-222-24-229.lightspeed.miamfl.sbcglobal.net) |
| 2026-03-13 18:24:40 +0100 | messewix | (~jmc@108-222-24-229.lightspeed.miamfl.sbcglobal.net) (Changing host) |
| 2026-03-13 18:24:40 +0100 | messewix | (~jmc@user/messewix) messewix |
| 2026-03-13 18:27:14 +0100 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
| 2026-03-13 18:33:27 +0100 | gmg | (~user@user/gehmehgeh) (Quit: Leaving) |
| 2026-03-13 18:37:26 +0100 | dhil | (~dhil@5.151.29.141) (Ping timeout: 268 seconds) |
| 2026-03-13 18:37:48 +0100 | danza5317 | (~danza@user/danza) (Remote host closed the connection) |
| 2026-03-13 18:38:08 +0100 | merijn | (~merijn@62.45.136.136) merijn |
| 2026-03-13 18:41:09 +0100 | sm | (znc@plaintextaccounting/sm) (Ping timeout: 245 seconds) |
| 2026-03-13 18:42:54 +0100 | merijn | (~merijn@62.45.136.136) (Ping timeout: 255 seconds) |
| 2026-03-13 18:42:57 +0100 | sm_ | (znc@plaintextaccounting/sm) sm |
| 2026-03-13 18:47:02 +0100 | chromoblob | (~chromoblo@user/chromob1ot1c) chromoblob\0 |