2025/02/03

Newest at the top

2025-02-03 15:57:49 +0100lxsameer(~lxsameer@Serene/lxsameer) (Ping timeout: 252 seconds)
2025-02-03 15:50:57 +0100sawilagar(~sawilagar@user/sawilagar) (Quit: Leaving)
2025-02-03 15:48:59 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 260 seconds)
2025-02-03 15:44:35 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-03 15:41:56 +0100vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2025-02-03 15:40:39 +0100jespada(~jespada@2800:a4:2315:e400:dc3a:2af1:31c:f0bc) jespada
2025-02-03 15:40:17 +0100vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 248 seconds)
2025-02-03 15:38:52 +0100 <dminuoso> Just a plain old typeclass.
2025-02-03 15:38:48 +0100 <dminuoso> And Show is a typical `turn things into strings` example anyway. You do not need MPTC for this.
2025-02-03 15:36:59 +0100 <dminuoso> lxsameer: Well yes, constraints are the way you limit polymorphic values to specific types (namely those that you have instances for)
2025-02-03 15:28:36 +0100tnt2tnt1
2025-02-03 15:28:36 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 276 seconds)
2025-02-03 15:28:03 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-03 15:27:46 +0100eL_Bart0(eL_Bart0@dietunichtguten.org) (Ping timeout: 252 seconds)
2025-02-03 15:27:10 +0100pavonia(~user@user/siracusa) siracusa
2025-02-03 15:18:51 +0100CiaoSen(~Jura@2a05:5800:26f:a800:ca4b:d6ff:fec1:99da) (Ping timeout: 276 seconds)
2025-02-03 15:17:47 +0100weary-traveler(~user@user/user363627) user363627
2025-02-03 15:13:01 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex) (Quit: = "")
2025-02-03 15:05:25 +0100chexum(~quassel@gateway/tor-sasl/chexum) chexum
2025-02-03 15:05:00 +0100chexum(~quassel@gateway/tor-sasl/chexum) (Ping timeout: 264 seconds)
2025-02-03 15:01:18 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 276 seconds)
2025-02-03 14:56:32 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-03 14:55:42 +0100prasad(~Thunderbi@c-73-75-25-251.hsd1.in.comcast.net)
2025-02-03 14:51:56 +0100tnt2tnt1
2025-02-03 14:49:38 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-03 14:49:34 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 265 seconds)
2025-02-03 14:37:25 +0100Square2(~Square4@user/square) (Ping timeout: 248 seconds)
2025-02-03 14:24:31 +0100L29Ah(~L29Ah@wikipedia/L29Ah) L29Ah
2025-02-03 14:13:34 +0100lortabac(~lortabac@2a01:e0a:541:b8f0:55ab:e185:7f81:54a4) (Quit: WeeChat 4.4.2)
2025-02-03 14:13:29 +0100sprotte24(~sprotte24@p200300d16f26a80008f1d39836015ac5.dip0.t-ipconnect.de) (Quit: Leaving)
2025-02-03 14:12:35 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 252 seconds)
2025-02-03 14:08:28 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-03 13:46:32 +0100merijn(~merijn@77.242.116.146) merijn
2025-02-03 13:44:34 +0100merijn(~merijn@77.242.116.146) (Ping timeout: 260 seconds)
2025-02-03 13:44:17 +0100rvalue-rvalue
2025-02-03 13:40:47 +0100 <int-e> and it's unsafe precisely because of that
2025-02-03 13:40:45 +0100 <mreh> oh, handy
2025-02-03 13:40:36 +0100 <int-e> there's unsafeNew that skips that step
2025-02-03 13:40:34 +0100 <mreh> thanks again!
2025-02-03 13:40:32 +0100 <mreh> int-e: yeah, just trying to grok that now
2025-02-03 13:40:21 +0100 <mreh> it doesn't matter, I'm going to write to every element, thanks everyone
2025-02-03 13:40:19 +0100 <int-e> mreh: it initializes all bytes to 0, https://hackage.haskell.org/package/vector-0.13.2.0/docs/src/Data.Vector.Storable.Mutable.html#sto…
2025-02-03 13:39:35 +0100 <mreh> apparently storables have a zero
2025-02-03 13:38:57 +0100 <merijn> And/or return garbage
2025-02-03 13:37:51 +0100 <merijn> mreh: Crash, presumably :p
2025-02-03 13:37:24 +0100 <mreh> if ST is deterministic what does Data-Vector-Storable-Mutable.new do with unitialised memory?
2025-02-03 13:36:33 +0100rvalue(~rvalue@user/rvalue) (Ping timeout: 248 seconds)
2025-02-03 13:35:40 +0100rvalue-(~rvalue@user/rvalue) rvalue
2025-02-03 13:35:26 +0100L29Ah(~L29Ah@wikipedia/L29Ah) (Read error: Connection timed out)
2025-02-03 13:34:59 +0100 <mreh> thanks