<< 03-08-2025 >>

00:43:46FromDiscord<henrikkkk134> discordapp.com/invite/GU5hWXZnjp @everyone
01:34:47FromDiscord<griffith1deadly> In reply to @henrikkkk134 "discordapp.com/invite/GU5hWXZnjp @everyone": <@&371760044473319454> can't we just have one channel with alert "don't write, autoban" and autoban bot for that spammers?
01:40:23FromDiscord<Elegantbeef> Honeypots do in fact work
02:54:08FromDiscord<albassort> im vegan can we have a maple syrup pot
02:55:03*jn quit (Ping timeout: 265 seconds)
02:55:07*jn_ joined #nim
02:55:07*jn_ quit (Changing host)
02:55:07*jn_ joined #nim
03:24:55FromDiscord<Elegantbeef> Not with the tariffs
05:33:54*amadaluzia quit (Ping timeout: 276 seconds)
06:11:52*skippy8 joined #nim
07:14:04*derpydoo joined #nim
07:34:24*nils` quit (Ping timeout: 252 seconds)
07:57:44*adr-denzel joined #nim
07:59:50*adr-denzel_ joined #nim
08:00:08*adr-denzel_ left #nim (#nim)
08:00:31*adr-denzel quit (Client Quit)
08:04:06*CypherCat quit (Changing host)
08:04:06*CypherCat joined #nim
08:39:54*nils` joined #nim
10:58:09*nils` quit (Ping timeout: 260 seconds)
11:03:22*derpydoo quit (Ping timeout: 276 seconds)
11:56:43*nils` joined #nim
12:46:12*ntat joined #nim
13:27:51*amadaluzia joined #nim
13:31:12FromDiscord<fernads> Hello guys
13:31:55FromDiscord<fernads> Does someone recommend switching from linux to windows? For purposes of development I mean
13:36:53FromDiscord<lainlaylie> no
13:39:14FromDiscord<0xfab_10> nope unless you need windows specific stuff
13:39:26FromDiscord<Robyn [She/Her]> In reply to @fernads "Does someone recommend switching": If you don't use Linux as your main OS, no, you'd be better off spinning up a dev environment using WSL
13:39:30FromDiscord<ieltan> Just crosscompil
13:39:39FromDiscord<0xfab_10> try that with gtk4
13:39:49FromDiscord<Robyn [She/Her]> But I am also heavily biased as someone who ditched Windows since I was a kid lol
14:21:03*ntat quit (Remote host closed the connection)
14:21:29*ntat joined #nim
14:31:33*ntat quit (Remote host closed the connection)
14:36:14*ntat joined #nim
14:37:04*amadaluzia quit (Quit: ZNC 1.10.1 - https://znc.in)
14:41:24FromDiscord<Phil> Is... query params parsing just borked on prologue?
14:43:47*ntat quit (Read error: Connection reset by peer)
14:44:11*ntat joined #nim
14:50:44*ntat quit (Read error: Connection reset by peer)
14:51:06*ntat joined #nim
15:00:33*ntat quit (Remote host closed the connection)
15:01:19*ntat joined #nim
15:30:57FromDiscord<fernads> thx guys
15:58:14FromDiscord<Phil> In reply to @isofruit "Is... query params parsing": To reply to myself: Yes, the official procs are busted, but you can still access the query string from the request
18:20:50FromDiscord<woosaaahh> Hi everyone !↵I'd like too learn Nim again. Last time I tried, I had issues at work because of the AV software flagging the compiler and my own compiled tools.↵It was before 2020, does modern (stable) releases of nim still have issues ?
18:21:11*nils` quit (Ping timeout: 252 seconds)
18:21:13FromDiscord<woosaaahh> (edit) "does" => "do"
18:46:41FromDiscord<blashyrk> Am I crazy or assigning some ref object from an openarray to a variable incurs a deep copy?
18:46:51FromDiscord<blashyrk> (edit) "Am I crazy or assigning some ref object from an openarray ... to" added "param"
18:51:29FromDiscord<blashyrk> Is there at least some warning/lint I can enable to warn me against this happening?
18:59:41FromDiscord<lainlaylie> can we see some code
19:01:21*nils` joined #nim
19:02:19FromDiscord<blashyrk> sent a code paste, see https://play.nim-lang.org/#pasty=HfkMpGYV
19:02:34FromDiscord<blashyrk> (edit) "https://play.nim-lang.org/#pasty=gbZQWqAk" => "https://play.nim-lang.org/#pasty=DaQOgVqW"
19:02:46FromDiscord<blashyrk> (edit) "https://play.nim-lang.org/#pasty=bIDXaUTF" => "https://play.nim-lang.org/#pasty=iLfiBsrp"
19:03:20FromDiscord<blashyrk> (edit) "https://play.nim-lang.org/#pasty=BVYHaQqC" => "https://play.nim-lang.org/#pasty=VmcicnJQ"
19:06:53FromDiscord<blashyrk> I only even realized because of `perf` https://media.discordapp.net/attachments/371759389889003532/1401642493556293764/image.png?ex=689104cb&is=688fb34b&hm=75162eaf88c6a8cc676a99b13139fe0b13752d3cbf5d4365b2676614bc46fd4a&
19:14:48FromDiscord<blashyrk> Ok changing `let myRefObj = myRefObjs[index]` to `let myRefObj: lent MyRefObj = myRefObjs[index]` fixes this behavior buuut... Shouldn't this be the default behavior? o_O
19:17:07FromDiscord<demotomohiro> sent a code paste, see https://play.nim-lang.org/#pasty=VSqWFDQN
19:18:49FromDiscord<blashyrk> I don't know how I'm triggering the deep copy then o_O... And why assigning to explicitly annotated `lent MyRefObj` from the openarray works as expected... Could this be a compiler bug?
19:24:43FromDiscord<demotomohiro> How about to check if it really does deep copy like my code or read generated C code?
19:33:15FromDiscord<blashyrk> sent a code paste, see https://play.nim-lang.org/#pasty=AuywGTRy
19:33:38FromDiscord<blashyrk> sent a code paste, see https://play.nim-lang.org/#pasty=mNwaTeaO
19:36:34FromDiscord<blashyrk> sent a code paste, see https://play.nim-lang.org/#pasty=eJTeOZKi
19:38:58FromDiscord<demotomohiro> How `ShapeRef` type is defined?
19:39:44FromDiscord<blashyrk> sent a code paste, see https://play.nim-lang.org/#pasty=piOPGaPF
19:42:34FromDiscord<blashyrk> In reply to @demotomohiro "How `ShapeRef` type is": If access to the repo would help, I can give it to you, I was gonna open source the thing anyway once it's done
19:46:51FromDiscord<blashyrk> Forgot to add, mm is atomicArc if that makes any difference
19:54:21*ntat quit (Quit: Leaving)
19:58:16*nyeaa49284230101 joined #nim
20:25:39FromDiscord<lainlaylie> can't reproduce
20:30:04FromDiscord<blashyrk> In reply to @lainlaylie "can't reproduce": Not sure what causes this... I am running this in multiple threads and am sharing the container as `world {.cursor.}: WorldRef` etc etc↵I suppose I can give access to the repo to whoever wants to take a look because I've already shared all self-contained snippets
20:39:14*Jjp137 quit (Quit: Leaving)
20:48:47*Jjp137 joined #nim
21:20:54*amadaluzia joined #nim
21:29:45FromDiscord<Robyn [She/Her]> In reply to @woosaaahh "Hi everyone ! I'd": Sometimes yeah, but I think it's fine now? If it isn't, switching to a different compiler like MSVC fixes a majority of issues with false positives
21:50:01*skippy8 quit (Quit: WeeChat 4.6.3)