2025/05/02

Newest at the top

2025-05-02 19:47:49 +0200haskellbridge(~hackager@syn-024-093-192-219.res.spectrum.com) hackager
2025-05-02 19:45:02 +0200haskellbridge(~hackager@syn-024-093-192-219.res.spectrum.com) (Remote host closed the connection)
2025-05-02 19:44:59 +0200todi(~todi@p57803331.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
2025-05-02 19:39:33 +0200todi(~todi@p57803331.dip0.t-ipconnect.de) todi
2025-05-02 19:37:19 +0200todi(~todi@p57803331.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
2025-05-02 19:37:15 +0200OftenFaded(~OftenFade@user/tisktisk) (Quit: OftenFaded)
2025-05-02 19:07:58 +0200 <geekosaur> IRC isn't markdown, `backticks` and _underscores_ don't do anything
2025-05-02 19:05:03 +0200ElKowar(~ElKowar@srv-fin.xware-gmbh.de) (Ping timeout: 252 seconds)
2025-05-02 19:04:35 +0200freedrull(~deploy@167.99.155.33) freedrull
2025-05-02 19:04:21 +0200freedrul1(~deploy@167.99.155.33) (Ping timeout: 248 seconds)
2025-05-02 18:59:29 +0200sajenim(~sajenim@user/sajenim) (Ping timeout: 248 seconds)
2025-05-02 18:37:51 +0200 <Leary> Ideally we would wrap the `Map` and give it a sane `Monoid` instance so that conflicting keybinds would be combined and run in sequence, but such a change isn't backwards compatible.
2025-05-02 18:37:32 +0200 <Leary> We use a bog-standard key-value `Map` for storing keybinds, and its implementation assumes you prefer to keep earlier/leftmost values.
2025-05-02 18:35:10 +0200 <Leary> A compiler for a general purpose language can only be so clever. It will tell you if your syntax is bad or the types don't match, but it can't tell you your logic differs from your intentions.
2025-05-02 18:30:37 +0200 <OftenFaded> I see
2025-05-02 18:30:34 +0200 <OftenFaded> so the compilation is essentially to identify system breaking conflicts only
2025-05-02 18:23:25 +0200 <Leary> Nope. One of them would just get lost.
2025-05-02 18:11:57 +0200 <OftenFaded> oh its the ?
2025-05-02 18:11:52 +0200 <OftenFaded> waht-- why do ticks not `code`
2025-05-02 18:11:12 +0200 <OftenFaded> I had two very different/separate actions bound to a single keybind combo--would this conflict be logged somewhere? Also, shouldn't this error be found during `xmonad --recompile`?
2025-05-02 17:53:56 +0200m5zs7k(aquares@web10.mydevil.net) m5zs7k
2025-05-02 17:51:03 +0200m5zs7k(aquares@web10.mydevil.net) (Ping timeout: 244 seconds)
2025-05-02 17:40:15 +0200OftenFaded(~OftenFade@user/tisktisk) OftenFaded
2025-05-02 16:33:55 +0200OftenFaded(~OftenFade@user/tisktisk) (Quit: Client closed)
2025-05-02 16:15:19 +0200OftenFaded(~OftenFade@user/tisktisk) OftenFaded
2025-05-02 16:14:01 +0200_qw(~eqw@user/eqw) eqw
2025-05-02 15:28:09 +0200_qw(~eqw@user/eqw) (Ping timeout: 265 seconds)
2025-05-02 15:03:35 +0200_qw(~eqw@user/eqw) eqw
2025-05-02 15:02:45 +0200_qw(~eqw@user/eqw) (Ping timeout: 248 seconds)
2025-05-02 14:56:13 +0200_qw(~eqw@user/eqw) eqw
2025-05-02 14:55:22 +0200_qw(~eqw@user/eqw) (Ping timeout: 252 seconds)
2025-05-02 14:37:51 +0200_qw(~eqw@user/eqw) eqw
2025-05-02 14:37:00 +0200_qw(~eqw@user/eqw) (Ping timeout: 260 seconds)
2025-05-02 11:25:30 +0200Digitpresumes it's not typo'd a missing " in the config, like above^, or it would have failed on compile
2025-05-02 11:07:45 +0200Solitary(~Solitary@user/solitary) Solitary
2025-05-02 09:59:14 +0200OftenFaded(~OftenFade@user/tisktisk) (Quit: Client closed)
2025-05-02 08:53:04 +0200catman(~catman@user/catman) catman
2025-05-02 08:50:54 +0200catman(~catman@user/catman) (Ping timeout: 252 seconds)
2025-05-02 08:45:39 +0200 <OftenFaded> sad day, guess I'll be getting used to rxvt for awhile lol
2025-05-02 08:44:27 +0200 <OftenFaded> looks like I only have xdm. I found a /var/log/syslog but it is just filled with kernel and networking info
2025-05-02 08:30:57 +0200 <geekosaur> sddm uses ~/.local/share/sddm/xorg-session.log
2025-05-02 08:28:11 +0200 <Leary> OftenFaded: It's not the job of a window manager. Whether or where a session log is written depends on how your system is configured, so it may take some googling to find, but `journalctl -b0` and `less ~/.xsession-errors` are likely candidates.
2025-05-02 08:12:14 +0200todi(~todi@p57803331.dip0.t-ipconnect.de) todi
2025-05-02 08:11:39 +0200todi1(~todi@183.96.168.66) (Ping timeout: 272 seconds)
2025-05-02 08:10:57 +0200 <OftenFaded> xmonad.errors only has a long ghc command in it
2025-05-02 08:08:44 +0200 <OftenFaded> does xmonad create session logs by default or does that require configuring first?
2025-05-02 08:04:14 +0200 <Leary> OftenFaded: Sounds like alacritty is crashing on launch; check your session log for errors.
2025-05-02 08:00:16 +0200 <OftenFaded> Does anyone know a trick to get alacritty spawned by keybind if `spawn "alacritty` in xmonad.hs only blinks the screen?
2025-05-02 07:56:49 +0200OftenFaded(~OftenFade@user/tisktisk) OftenFaded
2025-05-02 07:43:11 +0200Natch(~natch@c-92-34-7-158.bbcust.telenor.se)