2025/06/03

2025-06-03 01:37:35 +0200Digit(~user@user/digit) (Ping timeout: 252 seconds)
2025-06-03 02:30:51 +0200catman(~catman@user/catman) (Quit: WeeChat 4.6.3)
2025-06-03 02:35:35 +0200catman(~catman@user/catman) catman
2025-06-03 03:30:46 +0200OftenFaded31(~OftenFade@user/tisktisk) (Quit: Client closed)
2025-06-03 03:59:18 +0200 <haskellbridge> <absta> How is the Wayland implementation going?
2025-06-03 03:59:37 +0200 <haskellbridge> <absta> I guess writing Haskell FFI is a pain..
2025-06-03 04:07:34 +0200 <geekosaur> https://discourse.haskell.org/t/haskell-wlroots-bindings/8426 https://discourse.haskell.org/t/tiny-wlhs-a-hybrid-haskell-and-c-wayland-compositor/10803 now you know as much as I do
2025-06-03 04:09:15 +0200 <haskellbridge> <absta> Seems like it stalled..
2025-06-03 04:10:43 +0200 <geekosaur> yes 😞
2025-06-03 04:47:04 +0200down200(~down200@shell.lug.mtu.edu) (Ping timeout: 276 seconds)
2025-06-03 04:47:07 +0200down200-(~down200@shell.lug.mtu.edu) down200
2025-06-03 04:49:39 +0200 <haskellbridge> <absta> I guess there are not enough interest in it..
2025-06-03 04:50:30 +0200 <haskellbridge> <absta> geekosaur: How do you think about trying yourself? I heard XOrg is going to be deprecated soon
2025-06-03 04:50:54 +0200 <geekosaur> neither liskin nor I know enough about Wayland to do it
2025-06-03 04:52:06 +0200 <haskellbridge> <absta> Owww
2025-06-03 04:56:49 +0200td_(~td@i53870908.versanet.de) (Ping timeout: 276 seconds)
2025-06-03 04:58:09 +0200 <haskellbridge> <absta> Is Wayland protocol quite difficult to learn? Or is it the depth you have to know about it?
2025-06-03 04:58:18 +0200td_(~td@i53870931.versanet.de) td_
2025-06-03 05:08:22 +0200 <geekosaur> the latter
2025-06-03 05:08:38 +0200 <geekosaur> you can't just write a window manager, you have to write a whole compositor
2025-06-03 05:25:34 +0200 <haskellbridge> <absta> Welp, TinyWM example looked rather simple to me..
2025-06-03 05:27:24 +0200 <haskellbridge> <absta> BTW Last I checked, progress has stopped before building a proper Wayland haskell binding
2025-06-03 05:27:37 +0200 <haskellbridge> <absta> I guess it takes lots of effort