2024/11/04

Newest at the top

2024-11-04 22:47:47 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2024-11-04 22:46:03 +0100LainExperiments(~LainExper@user/LainExperiments) (Quit: Client closed)
2024-11-04 22:44:27 +0100emfrom(~emfrom@37.169.23.60)
2024-11-04 22:37:57 +0100ChanServ+v yahb2
2024-11-04 22:37:57 +0100yahb2(~yahb2@user/tomsmeding/bot/yahb2) yahb2
2024-11-04 22:37:04 +0100morb(~morb@pool-108-41-100-120.nycmny.fios.verizon.net) (Ping timeout: 252 seconds)
2024-11-04 22:37:03 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 252 seconds)
2024-11-04 22:35:38 +0100LainExperiments(~LainExper@user/LainExperiments) LainExperiments
2024-11-04 22:35:33 +0100JuanDaugherty(~juan@user/JuanDaugherty) (Quit: JuanDaugherty)
2024-11-04 22:32:31 +0100yahb2(~yahb2@user/tomsmeding/bot/yahb2) (Remote host closed the connection)
2024-11-04 22:32:25 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2024-11-04 22:31:52 +0100morb(~morb@pool-108-41-100-120.nycmny.fios.verizon.net)
2024-11-04 22:31:25 +0100michalz(~michalz@185.246.207.221) (Remote host closed the connection)
2024-11-04 22:27:36 +0100ChanServ+v yahb2
2024-11-04 22:27:36 +0100yahb2(~yahb2@user/tomsmeding/bot/yahb2) yahb2
2024-11-04 22:24:43 +0100JuanDaugherty(~juan@user/JuanDaugherty) JuanDaugherty
2024-11-04 22:21:31 +0100sord937(~sord937@gateway/tor-sasl/sord937) (Quit: sord937)
2024-11-04 22:19:04 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 260 seconds)
2024-11-04 22:14:05 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2024-11-04 22:09:04 +0100yahb2(~yahb2@user/tomsmeding/bot/yahb2) (Remote host closed the connection)
2024-11-04 22:07:42 +0100lxsameer(~lxsameer@Serene/lxsameer) (Ping timeout: 276 seconds)
2024-11-04 22:07:29 +0100briandaed(~root@185.234.210.211) (Remote host closed the connection)
2024-11-04 22:06:42 +0100Server+Cnt
2024-11-04 22:06:40 +0100ircbrowse_tom(~ircbrowse@user/tomsmeding/bot/ircbrowse-tom) ircbrowse_tom
2024-11-04 22:03:41 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 265 seconds)
2024-11-04 22:01:16 +0100morb(~morb@pool-108-41-100-120.nycmny.fios.verizon.net) (Ping timeout: 265 seconds)
2024-11-04 21:59:05 +0100LainExperiments6(~LainExper@user/LainExperiments) (Ping timeout: 256 seconds)
2024-11-04 21:58:43 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2024-11-04 21:56:49 +0100morb(~morb@pool-108-41-100-120.nycmny.fios.verizon.net)
2024-11-04 21:55:07 +0100CoolMa7(~CoolMa7@95.91.137.87) CoolMa7
2024-11-04 21:53:59 +0100LainExperiments(~LainExper@user/LainExperiments) (Ping timeout: 256 seconds)
2024-11-04 21:50:31 +0100LainExperiments6(~LainExper@user/LainExperiments) LainExperiments
2024-11-04 21:48:14 +0100 <monochrom> I use a much simpler hello world. It just counts how many times it has been visited. And the count isn't even saved permanently.
2024-11-04 21:47:00 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) (Ping timeout: 246 seconds)
2024-11-04 21:45:29 +0100 <Inst> monochrom: I'm just making 100 different hello worlds. Getting servant to expose a directory is a hello-world
2024-11-04 21:45:15 +0100 <Inst> thanks for the help, i guess
2024-11-04 21:42:58 +0100wootehfoot(~wootehfoo@user/wootehfoot) (Read error: Connection reset by peer)
2024-11-04 21:42:41 +0100remedan(~remedan@ip-62-245-108-153.bb.vodafone.cz) remedan
2024-11-04 21:42:15 +0100 <Clint> warp's pretty simple for just serving a directory
2024-11-04 21:41:50 +0100 <tomsmeding> Inst: the playground uses snap-server; relatively bare-bones, but works and is not extremely heavy-weight
2024-11-04 21:41:35 +0100 <geekosaur> the thing about servant is that it heavily uses type level programming. on the one hand that means it's pretty thoroughly debugged at compile time. on the other it makes it harder to use, so for very simple jobs you may want something easier to wrangle
2024-11-04 21:40:54 +0100remedan(~remedan@ip-62-245-108-153.bb.vodafone.cz) (Quit: Bye!)
2024-11-04 21:40:38 +0100 <monochrom> To expose a directory, just use apache. >:)
2024-11-04 21:40:25 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2024-11-04 21:40:18 +0100 <Inst> and i'm annoyed because i'm using Data.List.intersperse and Data.Foldable.fold
2024-11-04 21:40:00 +0100 <Inst> or maybe I just don't understand captureall, I'm trying to rig servant to just expose a directory
2024-11-04 21:39:41 +0100 <Inst> any you could recommend?
2024-11-04 21:39:05 +0100 <tomsmeding> there are various alternatives with various feature sets and library designs
2024-11-04 21:38:46 +0100 <Inst> i mean you could just say there is no alternative
2024-11-04 21:38:30 +0100 <tomsmeding> is that new enough?