| 00:13:12 | * | shanoaice quit (Quit: The Lounge - https://thelounge.chat) |
| 00:13:53 | * | shanoaice joined #nim |
| 02:54:17 | * | LuckyMan joined #nim |
| 02:55:34 | LuckyMan | isn't nim on 2.2.10 version? The topic states it's 2.2.8 |
| 02:58:13 | * | LuckyMan quit (Client Quit) |
| 02:58:30 | * | LuckyMan joined #nim |
| 04:01:13 | * | pmp-p quit (Ping timeout: 248 seconds) |
| 04:18:14 | * | LuckyMan quit (Quit: Konversation terminated!) |
| 04:18:30 | * | LuckyMan joined #nim |
| 05:28:15 | * | LuckyMan quit (Quit: Konversation terminated!) |
| 05:28:31 | * | LuckyMan joined #nim |
| 05:54:57 | * | cm quit (Ping timeout: 246 seconds) |
| 05:56:29 | FromDiscord | <[Next-System] systemblue> In reply to @determiedmech1 "int is the pointer": int's size in AVR is 8bits? |
| 05:57:22 | FromDiscord | <[Next-System] systemblue> (edit) "In reply to @determiedmech1 "int is the pointer": ... int's" added "is" | removed "is" |
| 06:18:59 | FromDiscord | <janakali> @[Next-System] systemblue ↵AVR pointers are 16-bit↵8bit pointers would be comically useless - imagine only being able to address 256 bytes of Ram XD |
| 06:19:46 | FromDiscord | <[Next-System] systemblue> In reply to @janakali "<@1436476641726435469> AVR pointers": really? |
| 06:19:50 | * | termer quit (Remote host closed the connection) |
| 06:19:52 | FromDiscord | <[Next-System] systemblue> thanks good info |
| 06:20:00 | FromDiscord | <[Next-System] systemblue> In reply to @janakali "<@1436476641726435469> AVR pointers": lol |
| 06:21:24 | * | termer joined #nim |
| 06:58:27 | * | cm joined #nim |
| 07:03:16 | * | LuckyMan quit (Quit: Konversation terminated!) |
| 07:03:31 | * | LuckyMan joined #nim |
| 07:08:42 | * | benson joined #nim |
| 08:08:17 | * | LuckyMan quit (Quit: Konversation terminated!) |
| 08:08:34 | * | LuckyMan joined #nim |
| 08:43:18 | * | LuckyMan quit (Quit: Konversation terminated!) |
| 08:43:35 | * | LuckyMan joined #nim |
| 08:47:20 | Amun-Ra | systemblue: int must be at least 16-bit |
| 08:47:32 | Amun-Ra | ad it's 16-bit on AVR |
| 08:47:35 | Amun-Ra | and* |
| 08:49:20 | Amun-Ra | note - pointer (to int, whatever) size is independent from int size in C |
| 09:17:32 | FromDiscord | <mratsim> In reply to @aintea "I know Rust recommends": Just use int unless you have strong reasons to use something else. The difference is memory, you don't get speed unless you process through AVX512 and processing 16 int32 at once means 2x faster than int64 |
| 09:18:39 | FromDiscord | <mratsim> or you're on GPU and int64 are like 32x slower than int32 |
| 09:19:11 | FromDiscord | <mratsim> but even there for 128 fp32/int32 units there is still 2 int64 ALU iirc |
| 09:29:43 | Amun-Ra | int would be slightly faster than non-native int32/int64; you must have non-fixed type.high value at the back of your head tho |
| 09:47:21 | FromDiscord | <ezquerra> Is it possible to install nim devel using nimble? `nimble install nim@devel` doesn't work... |
| 09:49:08 | * | GnuYawk12 quit (Ping timeout: 243 seconds) |
| 09:50:40 | * | GnuYawk12 joined #nim |
| 09:52:35 | * | xet7 quit (Remote host closed the connection) |
| 09:53:45 | * | xet7 joined #nim |
| 09:54:42 | * | sdothum_ joined #nim |
| 09:55:33 | * | sdothum quit (Ping timeout: 252 seconds) |
| 09:55:34 | * | sdothum_ is now known as sdothum |
| 11:20:41 | FromDiscord | <nasuray> Try `nimble install nim@#devel` |
| 11:50:50 | * | LuckyMan quit (Quit: Konversation terminated!) |
| 13:45:12 | * | sdothum quit (Remote host closed the connection) |
| 13:47:39 | * | sdothum joined #nim |
| 14:28:34 | * | benson quit (Remote host closed the connection) |
| 14:29:00 | * | benson joined #nim |
| 14:54:17 | * | benson quit (Remote host closed the connection) |
| 14:54:42 | * | benson joined #nim |
| 15:59:26 | FromDiscord | <ezquerra> sent a code paste, see https://play.nim-lang.org/#pasty=atQaEajI |
| 16:17:41 | FromDiscord | <DetermiedNim1> -# ~~mise exec nim@devel -- c -r src/hastur build all~~ |