2026/06/17

Newest at the top

2026-06-17 20:27:23 +0000target_i(~target_i@user/target-i/x-6023099) target_i
2026-06-17 20:15:36 +0000notzmv(~umar@user/notzmv) (Ping timeout: 252 seconds)
2026-06-17 20:15:23 +0000spew(~spew@user/spew) (Read error: Connection reset by peer)
2026-06-17 20:11:59 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds)
2026-06-17 20:07:24 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-17 20:02:33 +0000vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2026-06-17 19:56:44 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds)
2026-06-17 19:55:10 +0000peterbecich(~Thunderbi@71.84.33.135) (Ping timeout: 245 seconds)
2026-06-17 19:52:03 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-17 19:46:59 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds)
2026-06-17 19:44:57 +0000sam113101(~sam@modemcable200.189-202-24.mc.videotron.ca) sam113101
2026-06-17 19:43:23 +0000sam113101(~sam@modemcable200.189-202-24.mc.videotron.ca) (Quit: WeeChat 4.9.0)
2026-06-17 19:42:31 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-17 19:28:55 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds)
2026-06-17 19:27:21 +0000 <[exa]> but essentially if your API complexity is insane, servant just does it
2026-06-17 19:27:02 +0000 <[exa]> which might kinda sound like an oxymoron, right
2026-06-17 19:26:49 +0000 <[exa]> servant is for extremely integrated deployments of distributed softwares
2026-06-17 19:25:58 +0000 <vms14> servant feels like the one you might want to use for something serious, but i do not know
2026-06-17 19:25:11 +0000 <vms14> i should keep an eye on other options too i guess
2026-06-17 19:24:59 +0000 <vms14> i'll try scotty for now and see how it goes
2026-06-17 19:24:46 +0000 <vms14> ty guys for the feedback and recommendations
2026-06-17 19:24:28 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-17 19:23:58 +0000 <monochrom> :(
2026-06-17 19:23:57 +0000peterbecich(~Thunderbi@71.84.33.135) peterbecich
2026-06-17 19:23:54 +0000Xe(~Xe@perl/impostor/xe) Xe
2026-06-17 19:23:48 +0000 <vms14> i also like how simple the hello world is
2026-06-17 19:23:32 +0000 <vms14> :D
2026-06-17 19:23:24 +0000 <vms14> then ask ai for a hello world and ghc it
2026-06-17 19:23:10 +0000 <vms14> indebian is just to apt install libghc-scotty-dev
2026-06-17 19:23:03 +0000 <vms14> [exa]: yes
2026-06-17 19:22:53 +0000leppard(~noOne@ipservice-092-208-182-236.092.208.pools.vodafone-ip.de) Inline
2026-06-17 19:22:44 +0000 <[exa]> vms14: did it hello?
2026-06-17 19:22:39 +0000Xe(~Xe@perl/impostor/xe) (Read error: Connection reset by peer)
2026-06-17 19:22:24 +0000Googulator73(~Googulato@84-236-126-95.pool.digikabel.hu)
2026-06-17 19:22:07 +0000Googulator73(~Googulato@84-236-126-95.pool.digikabel.hu) (Client Quit)
2026-06-17 19:22:00 +0000 <vms14> i was trying to install scotty and run a hello world
2026-06-17 19:21:53 +0000Googulator73(~Googulato@84-236-126-95.pool.digikabel.hu)
2026-06-17 19:21:34 +0000Googulator73(~Googulato@84-236-126-95.pool.digikabel.hu) (Quit: Client closed)
2026-06-17 19:18:35 +0000 <[exa]> oh it's got builtin database pooling support, that kinda helps yeah
2026-06-17 19:16:42 +0000 <[exa]> I wonder about the definition of "easier" there
2026-06-17 19:15:34 +0000 <geekosaur> supposedly it's easier to get working
2026-06-17 19:14:08 +0000spew(~spew@user/spew) spew
2026-06-17 19:13:36 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 246 seconds)
2026-06-17 19:12:29 +0000 <[exa]> also there's spock but I failed to see what's the difference there
2026-06-17 19:12:13 +0000 <[exa]> vms14: +1 for scotty, it's tiny and works just right for almost all cases (think kindof like sqlite-- it's not magically greatest, but "just" covers 98% usecases)
2026-06-17 19:09:05 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-17 19:08:40 +0000 <monochrom> (for the next time I want to write another toy webapp :) )
2026-06-17 19:08:08 +0000 <monochrom> scotty looks nice. Thanks.
2026-06-17 18:59:55 +0000 <jaror> but it relies more on typeclasses
2026-06-17 18:59:39 +0000 <jaror> There's also mig-server which is a more modern take and it seems to be less imperative