<< 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