2025/08/16

Newest at the top

2025-08-16 11:06:22 +0200todi(~todi@p57803331.dip0.t-ipconnect.de) todi
2025-08-16 10:51:34 +0200todi(~todi@p57803331.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
2025-08-16 10:41:32 +0200dweller(~dweller@178.62.146.60) dwelli
2025-08-16 10:41:17 +0200dweller(~dweller@178.62.146.60) (Server closed connection)
2025-08-16 09:58:24 +0200thunderrd(~thunderrd@node-ic6.pool-125-24.dynamic.nt-isp.net) thunderrd
2025-08-16 09:44:55 +0200thunderrd(~thunderrd@125.24.92.214) (Remote host closed the connection)
2025-08-16 09:10:52 +0200werneta(~werneta@syn-071-083-160-242.res.spectrum.com) (Ping timeout: 260 seconds)
2025-08-16 08:22:09 +0200thunderrd(~thunderrd@125.24.92.214) thunderrd
2025-08-16 08:18:08 +0200thunderrd(~thunderrd@node-ic6.pool-125-24.dynamic.totinternet.net) (Remote host closed the connection)
2025-08-16 08:14:21 +0200thunderrd(~thunderrd@node-ic6.pool-125-24.dynamic.totinternet.net) thunderrd
2025-08-16 08:07:02 +0200thunderrd(~thunderrd@node-ic6.pool-125-24.dynamic.nt-isp.net) (Remote host closed the connection)
2025-08-16 07:28:00 +0200thunderrd(~thunderrd@node-ic6.pool-125-24.dynamic.nt-isp.net) thunderrd
2025-08-16 07:26:56 +0200thunderrd(~thunderrd@node-ic6.pool-125-24.dynamic.totinternet.net) (Remote host closed the connection)
2025-08-16 07:00:05 +0200thunderrd(~thunderrd@node-ic6.pool-125-24.dynamic.totinternet.net) thunderrd
2025-08-16 06:54:49 +0200thunderrd(~thunderrd@125.24.92.214) (Remote host closed the connection)
2025-08-16 06:50:49 +0200thunderrd(~thunderrd@125.24.92.214) thunderrd
2025-08-16 06:48:33 +0200L29Ah(~L29Ah@wikipedia/L29Ah) (Read error: Connection timed out)
2025-08-16 06:31:32 +0200rekahsoft(~rekahsoft@bras-base-orllon1103w-grc-15-174-95-4-83.dsl.bell.ca) rekahsoft
2025-08-16 06:30:54 +0200rekahsoft(~rekahsoft@bras-base-orllon1103w-grc-15-174-95-4-83.dsl.bell.ca) (Remote host closed the connection)
2025-08-16 04:42:04 +0200spwl(~gwpl@user/gwentpl) gwentpl
2025-08-16 04:41:57 +0200gwentpl(~gwpl@user/gwentpl) (Ping timeout: 260 seconds)
2025-08-16 04:11:31 +0200td_(~td@i5387093C.versanet.de)
2025-08-16 04:09:42 +0200td_(~td@i53870931.versanet.de) (Ping timeout: 252 seconds)
2025-08-15 23:09:17 +0200L29Ah(~L29Ah@wikipedia/L29Ah) L29Ah
2025-08-15 22:39:23 +0200L29Ah(~L29Ah@wikipedia/L29Ah) (Read error: Connection reset by peer)
2025-08-15 22:36:31 +0200haskellbridge(~hackager@syn-096-028-224-214.res.spectrum.com) hackager
2025-08-15 22:34:12 +0200haskellbridge(~hackager@syn-096-028-224-214.res.spectrum.com) (Remote host closed the connection)
2025-08-15 20:05:12 +0200werneta(~werneta@syn-071-083-160-242.res.spectrum.com) werneta
2025-08-15 18:05:43 +0200Digit(~user@user/digit) Digit
2025-08-15 18:04:39 +0200Digit(~user@user/digit) (Read error: Connection reset by peer)
2025-08-15 15:24:44 +0200tv(~tv@user/tv) tv
2025-08-15 14:34:26 +0200 <liskin> Well there's so many things I should do
2025-08-15 14:34:12 +0200 <liskin> Hm, the "live" docs probably use old ghc. I should fix that.
2025-08-15 13:31:26 +0200ft(~ft@p508db692.dip0.t-ipconnect.de) ft
2025-08-15 12:29:36 +0200L29Ah(~L29Ah@wikipedia/L29Ah) L29Ah
2025-08-15 10:39:27 +0200L29Ah(~L29Ah@wikipedia/L29Ah) (Ping timeout: 252 seconds)
2025-08-15 08:21:19 +0200ft(~ft@p508db692.dip0.t-ipconnect.de) (Quit: leaving)
2025-08-15 06:17:53 +0200haskellbridge(~hackager@syn-096-028-224-214.res.spectrum.com) hackager
2025-08-15 06:17:10 +0200haskellbridge(~hackager@syn-096-028-224-214.res.spectrum.com) (Remote host closed the connection)
2025-08-15 05:53:29 +0200 <haskellbridge> <iqubic (she/her)> I know Haskell well enough to understand the XMonad code, but actually learning all the library functions and types involved to make this work will take me a long while. I've figured out where NixOS put its session output, so I can use this module as it currently is.
2025-08-15 05:52:07 +0200 <geekosaur> I've never been very happy about people having to figure out where their session output is (if it's there at all: some systems cap it via cgroups) to use it
2025-08-15 05:51:17 +0200 <geekosaur> I want to
2025-08-15 05:51:04 +0200 <haskellbridge> <iqubic (she/her)> Anyways, what exists now works for me. You don't need to worry about spawning a new window for ManageDebug output unless you want to.
2025-08-15 05:48:42 +0200 <geekosaur> which is why the type has a MonadIO constraint
2025-08-15 05:48:34 +0200 <geekosaur> "io" is short for liftIO
2025-08-15 05:47:17 +0200 <haskellbridge> <iqubic (she/her)> Wait... is that still running unsafePerformIO? I can't tell.
2025-08-15 05:46:36 +0200 <haskellbridge> <iqubic (she/her)> https://xmonad.github.io/xmonad-docs/xmonad/src/XMonad.Core.html#trace
2025-08-15 05:46:07 +0200 <geekosaur> I guess that means I can get away with plumbing a Handle to an xmessage through there after all
2025-08-15 05:45:23 +0200 <geekosaur> hah. it's from XMonad.Core
2025-08-15 05:44:52 +0200 <haskellbridge> <iqubic (she/her)> I'm going to assume this is some weirdness related to X.C.Prime and just not worry about this.