<< 19-06-2026 >>

00:17:30*redj joined #nim
00:25:30*ephapticpulse quit (Remote host closed the connection)
01:08:43FromDiscord<Aceroph> whats line 27?↵(@riku5543)
01:09:23FromDiscord<Aceroph> nvm
01:53:40FromDiscord<riku5543> Ah, forgot about the playground feature.↵https://play.nim-lang.org/#pasty=WStssyyt↵So I converted the code to Nim 1.6.20 (the same that the playground uses), and I get no segfault there. I uploaded the code if anyone wants to look. I also checked 2.2.10 (latest) and 2.0.0, but they both segfault the same way.↵(Maybe it's some kind of regression? Or my code is just terrible lol (most likely))
02:23:34FromDiscord<[Next-System] systemblue> In reply to @demotomohiro "float is always mapped": really?
02:23:45FromDiscord<[Next-System] systemblue> not depend on CPU bit size?
02:26:47FromDiscord<riku5543> sent a code paste, see https://play.nim-lang.org/#pasty=xLJqmBBj
04:15:46FromDiscord<nnsee> In reply to @riku5543 "Ah, forgot about the": wait, what? why doesn't the playground do 2.x? i swear it used to?
04:17:04FromDiscord<nnsee> i think @pmunch (or whoever has access to the playground machine) needs to run updateimages.sh?
05:30:53FromDiscord<pmunch> I had to delete all the images as the Docker storage leak had killed the service again..
05:31:28FromDiscord<pmunch> But they should've rebuilt by now as I ran updateimages a while ago
05:31:53FromDiscord<pmunch> But I'll try to look into it
06:41:09*Ekho quit (Quit: CORE ERROR, SYSTEM HALTED.)
06:53:01*Ekho joined #nim
06:54:36*acidsys quit (Ping timeout: 252 seconds)
07:01:43*tiorock joined #nim
07:01:43*tiorock quit (Changing host)
07:01:43*tiorock joined #nim
07:01:44*rockcavera quit (Killed (lead.libera.chat (Nickname regained by services)))
07:01:44*tiorock is now known as rockcavera
07:12:22*acidsys joined #nim
07:37:12FromDiscord<demotomohiro> In reply to @bluewhale_unkown_x "really?": If float size depends on CPU bit size, you might get different results on 64bit CPU and 32bit CPU.↵I think you should choose float size based on how much precision you need.
07:55:16FromDiscord<tauruuuuuus> In practice it is, from what I can see it's 32b only on avr and msp430 (source: compiler/platform.nim)
08:16:51*amadaluzia quit (Read error: Connection reset by peer)
08:17:38*amadaluzia joined #nim
08:40:11*xet7 quit (Remote host closed the connection)
09:26:42FromDiscord<mratsim> In reply to @bluewhale_unkown_x "mratsim I think your": endians is not supposed to be used externally. It's for internal purposes only. THe only high level primitive exposed are cryptographic protocols
09:27:05*tokyovigilante joined #nim
10:14:53*rockcavera quit (Remote host closed the connection)
10:20:40FromDiscord<riku5543> I stayed up too late reading this discord server and now I want to make a game 🥴
10:52:03*Skippy8 joined #nim
10:56:33*cm_ joined #nim
10:56:38*cm quit (Read error: Connection reset by peer)
10:56:50*cm_ is now known as cm
11:11:43*Skippy8 quit (Ping timeout: 264 seconds)
11:38:37*Skippy8 joined #nim
11:42:57*Skippy8 quit (Ping timeout: 246 seconds)
11:43:14*Skippy8 joined #nim
11:48:00FromDiscord<gesee37> In reply to @demotomohiro "If float size depends": Always asked myself where float16 went in nim. They were cool, now you need to code them yourself 😭↵I know they are getting replace by bfloat16 but they still have better precision
12:01:37*cm_ joined #nim
12:02:46*cm quit (Ping timeout: 265 seconds)
12:02:47*cm_ is now known as cm
12:28:26FromDiscord<0ffh> Half precision didn't even exist on mainstream CPUs until recently.
12:30:00FromDiscord<0ffh> Though theat's admittedly a subjective measure.