2026/05/02

Newest at the top

2026-05-02 06:55:38 +0000tromp(~textual@2001:1c00:340e:2700:987d:e7a7:d267:ed7)
2026-05-02 06:54:10 +0000hadronized(2d33342fd7@2a03:6000:1812:100::14e0) (Ping timeout: 248 seconds)
2026-05-02 06:52:51 +0000ggb(a62ffbaf4f@2a03:6000:1812:100::3ac) ggb
2026-05-02 06:52:40 +0000gmg(~user@user/gehmehgeh) (Remote host closed the connection)
2026-05-02 06:51:18 +0000sherbert(d006a0b946@2a03:6000:1812:100::155) sherbert
2026-05-02 06:49:14 +0000akspecs(00cc8321af@sourcehut/user/akspecs) akspecs
2026-05-02 06:49:07 +0000sherbert(d006a0b946@2a03:6000:1812:100::155) (Ping timeout: 244 seconds)
2026-05-02 06:48:39 +0000ggb(a62ffbaf4f@2a03:6000:1812:100::3ac) (Ping timeout: 245 seconds)
2026-05-02 06:47:35 +0000bheesham(3aa22d8375@2a03:6000:1812:100::e40) bheesham
2026-05-02 06:46:47 +0000thatonelutenist(8216c46202@2a03:6000:1812:100::fb3) thatonelutenist
2026-05-02 06:46:07 +0000akspecs(00cc8321af@sourcehut/user/akspecs) (Ping timeout: 244 seconds)
2026-05-02 06:45:30 +0000thatonelutenist(8216c46202@2a03:6000:1812:100::fb3) (Ping timeout: 244 seconds)
2026-05-02 06:43:30 +0000bheesham(3aa22d8375@2a03:6000:1812:100::e40) (Ping timeout: 248 seconds)
2026-05-02 06:39:41 +0000 <mesaoptimizer> lucid2 for HTML and HTMX, servant because type safe DSL sounds nice
2026-05-02 06:38:41 +0000 <mesaoptimizer> I'm using servant and lucid2
2026-05-02 06:38:02 +0000 <[exa]> API complexity is over the roof=> servant, you need something that doesn't behave like rest/crud/website at all=> wai, all other cases=> scotty/spock
2026-05-02 06:37:07 +0000tusko(~uwu@user/tusko) tusko
2026-05-02 06:35:12 +0000 <[exa]> mesaoptimizer: depends on the amount of advanced stuff you need to push in
2026-05-02 06:35:10 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2026-05-02 06:30:21 +0000tusko(~uwu@user/tusko) (Ping timeout: 265 seconds)
2026-05-02 06:30:16 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-05-02 06:25:08 +0000LdyIQ(~SaintGena@user/SaintGenavieve) (Quit: Leaving)
2026-05-02 06:23:13 +0000connrs(~connrs@user/connrs) connrs
2026-05-02 06:23:06 +0000connrs(~connrs@user/connrs) (Remote host closed the connection)
2026-05-02 06:19:46 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds)
2026-05-02 06:15:19 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-05-02 06:12:55 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds)
2026-05-02 06:06:19 +0000tusko(~uwu@user/tusko) tusko
2026-05-02 06:06:02 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-05-02 05:52:48 +0000 <mesaoptimizer> oh, waaaaaaaaaai and servant exist
2026-05-02 05:52:21 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 255 seconds)
2026-05-02 05:47:58 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-05-02 05:47:35 +0000alter2000(~alter2000@user/alter2000) alter2000
2026-05-02 05:47:17 +0000 <mesaoptimizer> is scotty the current recommended web server for serving a backend?
2026-05-02 05:46:57 +0000puke(~puke@user/puke) puke
2026-05-02 05:40:00 +0000craunts795335385(~craunts@152.32.100.66)
2026-05-02 05:38:55 +0000craunts795335385(~craunts@152.32.100.66) (Client Quit)
2026-05-02 05:38:35 +0000puke(~puke@user/puke) (Quit: puke)
2026-05-02 05:37:54 +0000craunts795335385(~craunts@152.32.100.66)
2026-05-02 05:35:42 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 246 seconds)
2026-05-02 05:31:14 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-05-02 05:26:32 +0000 <gentauro> janus: if I already defined a Monoid, I can use this instead of `fold` if I just want to perform the binary op the types placed in a list
2026-05-02 05:25:54 +0000bkani(~bkani@user/bkani) (Ping timeout: 246 seconds)
2026-05-02 05:25:39 +0000 <yahb2> type Monoid :: * -> Constraint ; class Semigroup a => Monoid a where ; ... ; mconcat :: [a] -> a ; -- Defined in ‘GHC.Internal.Base’
2026-05-02 05:25:39 +0000 <gentauro> % :i mconcat
2026-05-02 05:25:30 +0000 <yahb2> Oops, something went wrong
2026-05-02 05:25:30 +0000 <gentauro> % :t mconcat
2026-05-02 05:23:29 +0000machinedgod(~machinedg@d172-219-48-230.abhsia.telus.net) (Ping timeout: 265 seconds)
2026-05-02 05:21:48 +0000bkani(~bkani@user/bkani) bkani
2026-05-02 05:19:32 +0000alhazrod(uid662262@user/alhazrod) (Quit: Connection closed for inactivity)