<< 18-06-2026 >>

00:19:54karolyithere might be many endians but this one's mine.
00:35:06*rockcavera quit (Read error: Connection reset by peer)
00:35:25*rockcavera joined #nim
00:35:25*rockcavera quit (Changing host)
00:35:25*rockcavera joined #nim
00:41:13*xet7 quit (Ping timeout: 248 seconds)
00:54:08*xet7 joined #nim
01:28:27*Vyrnexis joined #nim
01:44:53*amadaluzia quit (Remote host closed the connection)
02:05:09*amadaluzia joined #nim
02:37:49*hygo quit (Ping timeout: 276 seconds)
02:39:16*hygo joined #nim
02:51:03*Skippy8 joined #nim
03:24:10*rockcavera quit (Remote host closed the connection)
04:18:53*Skippy8 quit (Remote host closed the connection)
04:19:44*Skippy8 joined #nim
05:36:59*Skippy8 quit (Ping timeout: 245 seconds)
07:25:23FromDiscord<mratsim> In reply to @karolyi "there might be many": oh don't worry I have mine toohttps://github.com/mratsim/constantine/blob/master/constantine/serialization/endians.nim
07:37:21FromDiscord<[Next-System] systemblue> sent a long message, see https://pasty.ee/BSZJlZuY
07:37:31FromDiscord<[Next-System] systemblue> decodeLE, encodeBE etc...
07:38:01FromDiscord<[Next-System] systemblue> and slicearray makes you to use zerocopy, zero overhead, compile time static length slice type
07:39:23FromDiscord<[Next-System] systemblue> In reply to @mratsim "oh don't worry I": mratsim I think your library should provide more dev-friendly APIs
07:39:43FromDiscord<[Next-System] systemblue> ptr UncheckedArray is too hard for general devs
07:59:01FromDiscord<amun0666> I have a separate swaps module, all endian related functions are a part of my stream. https://dpaste.com/64SNM6DWF
11:28:30*alexdaguy joined #nim
11:30:16*lucerne90 joined #nim
13:01:14*Skippy8 joined #nim
13:08:29*alexdaguy quit (Quit: w)
14:13:33*systemdsucks joined #nim
14:13:44systemdsuckshello
14:15:12systemdsucksthis page have 'the' spelled as 'tde' three times https://conf.nim-lang.org/
14:16:12*systemdsucks left #nim (#nim)
14:27:56strogon14Also 'tdat' instead of 'that'. I reported this on the forum now.
14:44:41FromDiscord<0ffh> In reply to @strogon14 "Also 'tdat' instead of": https://discord.com/channels/371759389889003530/710891208834285598/1517137784291201247
16:24:24*amadaluzia quit (Read error: Connection reset by peer)
16:26:26*amadaluzia joined #nim
16:28:48*amadaluzia quit (Read error: Connection reset by peer)
16:29:23*amadaluzia joined #nim
16:31:07*Skippy8 quit (Ping timeout: 276 seconds)
16:50:09*amadaluzia quit (Read error: Connection reset by peer)
16:50:33*amadaluzia joined #nim
16:55:30*amadaluzia quit (Read error: Connection reset by peer)
16:57:18*amadaluzia joined #nim
17:27:17*Skippy8 joined #nim
17:52:45*Skippy8 quit (Ping timeout: 244 seconds)
18:01:53*Skippy8 joined #nim
18:36:09*ChanServ quit (*.net *.split)
18:48:29FromDiscord<Aceroph> is the size of float constant?
18:48:41FromDiscord<Aceroph> also, is uint and int the only two primitives whose byte order matter?
18:53:06*Skippy8 quit (Ping timeout: 248 seconds)
18:53:34FromDiscord<demotomohiro> float is always mapped to float64:↵https://nim-lang.org/docs/manual.html#types-preminusdefined-floatingminuspoint-types
18:55:28FromDiscord<demotomohiro> https://en.wikipedia.org/wiki/Endianness#Floating_point
19:06:18FromDiscord<Aceroph> oh okay, because where i read, it said platform's fastest type
19:25:44*redj quit (Ping timeout: 245 seconds)
20:35:36*th3r00t joined #nim
21:32:45*rockcavera joined #nim
22:03:10*amadaluzia quit (Read error: Connection reset by peer)
22:05:18*amadaluzia joined #nim
22:28:57*th3r00t quit (Ping timeout: 248 seconds)
22:48:22*th3r00t joined #nim
23:38:42*ephapticpulse joined #nim
23:48:33FromDiscord<riku5543> sent a code paste, see https://play.nim-lang.org/#pasty=vxceQeFm
23:54:43FromDiscord<riku5543> (I could also just iterate over the index to the file length and modify things that way, but mitems seems more elegant, also sorry if this is the wrong channel 😭)