Home liberachat/#haskell: Logs Calendar

Logs: liberachat/#haskell

←Prev  Next→ 1,801,490 events total
2025-12-13 05:08:37 chromoblob joins (~chromoblo@user/chromob1ot1c)
2025-12-13 05:12:17 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-12-13 05:14:16 gorignak joins (~gorignak@user/gorignak)
2025-12-13 05:16:35 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds)
2025-12-13 05:17:42 fgarcia joins (~lei@user/fgarcia)
2025-12-13 05:25:10 × euphores quits (~SASL_euph@user/euphores) (Quit: Leaving.)
2025-12-13 05:27:38 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-12-13 05:30:35 × jmcantrell quits (~weechat@user/jmcantrell) (Ping timeout: 240 seconds)
2025-12-13 05:32:15 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds)
2025-12-13 05:39:48 × DragonMaus quits (~dragonmau@user/dragonmaus) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
2025-12-13 05:40:36 DragonMaus joins (~dragonmau@user/dragonmaus)
2025-12-13 05:43:27 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-12-13 05:50:07 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 246 seconds)
2025-12-13 05:58:31 × _d0t quits (~{-d0t-}@user/-d0t-/x-7915216) (Ping timeout: 264 seconds)
2025-12-13 06:01:28 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-12-13 06:03:05 _d0t joins (~{-d0t-}@user/-d0t-/x-7915216)
2025-12-13 06:03:30 euphores joins (~SASL_euph@user/euphores)
2025-12-13 06:06:38 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-12-13 06:10:41 × weary-traveler quits (~user@user/user363627) (Remote host closed the connection)
2025-12-13 06:14:16 × euphores quits (~SASL_euph@user/euphores) (Quit: Leaving.)
2025-12-13 06:17:26 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-12-13 06:18:46 × haritz quits (~hrtz@user/haritz) (Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in)
2025-12-13 06:22:49 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds)
2025-12-13 06:25:20 euphores joins (~SASL_euph@user/euphores)
2025-12-13 06:33:13 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-12-13 06:37:55 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds)
2025-12-13 06:42:15 × pabs3 quits (~pabs3@user/pabs3) (Ping timeout: 240 seconds)
2025-12-13 06:43:10 × tcard_ quits (~tcard@2400:4051:5801:7500:cf17:befc:ff82:5303) (Read error: Connection reset by peer)
2025-12-13 06:43:15 tcard__ joins (~tcard@2400:4051:5801:7500:cf17:befc:ff82:5303)
2025-12-13 06:49:01 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-12-13 06:53:43 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds)
2025-12-13 06:54:14 internatetional joins (~nate@2001:448a:9040:618:262:eeb:a929:fede)
2025-12-13 06:54:38 pabs3 joins (~pabs3@user/pabs3)
2025-12-13 06:57:34 × internatetional quits (~nate@2001:448a:9040:618:262:eeb:a929:fede) (Client Quit)
2025-12-13 06:58:00 × bitdex quits (~bitdex@gateway/tor-sasl/bitdex) (Remote host closed the connection)
2025-12-13 06:58:17 bitdex joins (~bitdex@gateway/tor-sasl/bitdex)
2025-12-13 07:04:47 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-12-13 07:07:43 × pabs3 quits (~pabs3@user/pabs3) (Ping timeout: 240 seconds)
2025-12-13 07:09:46 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-12-13 07:12:56 <gentauro> > :i Data.Ratio.Rational
2025-12-13 07:12:58 <lambdabot> <hint>:1:1: error: parse error on input `:'
2025-12-13 07:13:14 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-12-13 07:13:31 <gentauro> if precision is an issue, why not use `Data.Ratio.Rational` -> https://hackage.haskell.org/package/base-4.21.0.0/docs/Data-Ratio.html
2025-12-13 07:14:28 <gentauro> > 0.1 + 0.2
2025-12-13 07:14:29 <lambdabot> 0.30000000000000004
2025-12-13 07:14:32 <gentauro> xD
2025-12-13 07:15:11 <gentauro> https://0.30000000000000004.com/#ghc
2025-12-13 07:17:25 <gentauro> > 0.1 + 0.2 :: Float
2025-12-13 07:17:26 <lambdabot> 0.3
2025-12-13 07:17:34 <gentauro> > 0.1 + 0.2 :: Rational
2025-12-13 07:17:35 <lambdabot> 3 % 10
2025-12-13 07:18:09 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-12-13 07:18:50 tromp joins (~textual@2001:1c00:3487:1b00:c1b5:cf5e:a84:b18f)
2025-12-13 07:20:03 pabs3 joins (~pabs3@user/pabs3)
2025-12-13 07:22:31 × pabs3 quits (~pabs3@user/pabs3) (Remote host closed the connection)
2025-12-13 07:23:08 pabs3 joins (~pabs3@user/pabs3)
2025-12-13 07:28:13 takuan joins (~takuan@d8D86B9E9.access.telenet.be)
2025-12-13 07:28:58 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-12-13 07:33:43 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 246 seconds)
2025-12-13 07:37:41 × notzmv quits (~umar@user/notzmv) (Remote host closed the connection)
2025-12-13 07:42:08 × jonrh quits (sid5185@id-5185.ilkley.irccloud.com) (Ping timeout: 260 seconds)
2025-12-13 07:43:24 jonrh joins (sid5185@id-5185.ilkley.irccloud.com)
2025-12-13 07:59:55 × euphores quits (~SASL_euph@user/euphores) (Quit: Leaving.)
2025-12-13 08:00:33 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-12-13 08:00:35 Enrico63 joins (~Enrico63@host-95-251-99-143.retail.telecomitalia.it)
2025-12-13 08:00:37 × chromoblob quits (~chromoblo@user/chromob1ot1c) (Ping timeout: 264 seconds)
2025-12-13 08:00:55 × peterbecich quits (~Thunderbi@71.84.33.135) (Ping timeout: 240 seconds)
2025-12-13 08:01:41 chromoblob joins (~chromoblo@user/chromob1ot1c)
2025-12-13 08:05:15 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds)
2025-12-13 08:14:15 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-12-13 08:18:55 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds)
2025-12-13 08:20:59 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-12-13 08:25:35 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds)
2025-12-13 08:28:35 × trickard quits (~trickard@cpe-81-98-47-163.wireline.com.au) (Ping timeout: 240 seconds)
2025-12-13 08:29:03 trickard_ joins (~trickard@cpe-81-98-47-163.wireline.com.au)
2025-12-13 08:29:04 × tzh quits (~tzh@c-76-115-131-146.hsd1.or.comcast.net) (Quit: zzz)
2025-12-13 08:36:16 × tromp quits (~textual@2001:1c00:3487:1b00:c1b5:cf5e:a84:b18f) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-12-13 08:36:43 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-12-13 08:39:29 CiaoSen joins (~Jura@2a02:8071:64e1:da0:5a47:caff:fe78:33db)
2025-12-13 08:43:22 <haskellbridge> <lucabtz> Where can I report an issue with this page https://www.haskell.org/community/ ?
2025-12-13 08:43:23 × annamalai quits (~annamalai@2409:4042:d37:b495::9e0a:ba05) (Remote host closed the connection)
2025-12-13 08:43:38 annamalai joins (~annamalai@2409:4042:d37:b495::9e0a:ba05)
2025-12-13 08:43:46 <haskellbridge> <lucabtz> The Italy Haskell user group points to a betting site
2025-12-13 08:43:57 × annamalai quits (~annamalai@2409:4042:d37:b495::9e0a:ba05) (Remote host closed the connection)
2025-12-13 08:43:59 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds)
2025-12-13 08:44:17 annamalai joins (~annamalai@157.33.198.159)
2025-12-13 08:44:56 <davean> lucabtz: https://github.com/haskell-infra/www.haskell.org
2025-12-13 08:45:01 × chromoblob quits (~chromoblo@user/chromob1ot1c) (Read error: Connection reset by peer)
2025-12-13 08:45:20 acidjnk joins (~acidjnk@p200300d6e7171903a4f8b518d79cc6fa.dip0.t-ipconnect.de)
2025-12-13 08:45:24 chromoblob joins (~chromoblo@user/chromob1ot1c)
2025-12-13 08:45:37 <haskellbridge> <lucabtz> I will report once I have access to a pc
2025-12-13 08:46:17 <davean> You can also just submit a fix or removal.
2025-12-13 08:48:37 × xnyhps quits (~xnyhps@s.xnyhps.nl) (Ping timeout: 246 seconds)
2025-12-13 08:48:52 xnyhps joins (~xnyhps@s.xnyhps.nl)
2025-12-13 08:48:58 × lukec quits (9dfd4d094e@2a03:6000:1812:100::10e) (Ping timeout: 246 seconds)
2025-12-13 08:50:11 lukec joins (9dfd4d094e@2a03:6000:1812:100::10e)
2025-12-13 08:50:56 × _d0t quits (~{-d0t-}@user/-d0t-/x-7915216) (Ping timeout: 244 seconds)
2025-12-13 08:54:01 _d0t joins (~{-d0t-}@user/-d0t-/x-7915216)
2025-12-13 08:54:45 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-12-13 08:58:46 × Sgeo quits (~Sgeo@user/sgeo) (Read error: Connection reset by peer)

All times are in UTC.