| 25 Nov 2024 |
spacekitteh | hmm, i'm trying to include support for the web gui and now it hangs while linking :/ | 03:47:01 |
spacekitteh | ah, 'cus npm tried to access the internet lmao | 03:55:58 |
spacekitteh | hmm, cmake isn't picking up cJSON | 04:40:20 |
spacekitteh | so i've got it up and running but i'm yet to figure out how to actually get devices to join it. hmm. | 08:25:37 |
spacekitteh | I can't be the first person trying to use matter over thread on nixos, right? | 10:54:27 |
@hexa:lossy.network | https://developers.home-assistant.io/docs/core/integration-quality-scale/ | 15:23:10 |
@hexa:lossy.network | new quality scale | 15:23:12 |
@hexa:lossy.network | legacy quality means it is configurable only via YAML | 15:23:30 |
@hexa:lossy.network | bronze (the new minimum to get accepted) requires a config-flow | 15:23:45 |
@hexa:lossy.network | in practice this has been the case for years | 15:23:50 |
@hexa:lossy.network | hrm 😕 | 17:25:27 |
@hexa:lossy.network | if you must get a low power machine for home infrastructure, make sure it supports AVX | 17:25:48 |
@hexa:lossy.network | https://github.com/NixOS/nixpkgs/issues/358973 | 17:26:02 |
@hexa:lossy.network | tensorflow consumers on 24.11 crash with SIGILL without AVX (not AVX2). | 17:26:53 |
@hexa:lossy.network | an N100 has AVX2 for example | 17:27:26 |
K900 | What is even out there still that doesn't have AVX1 | 17:27:54 |
@hexa:lossy.network | I suspect Celeron and Pentium | 17:28:09 |
@hexa:lossy.network | * I suspect Celeron and Pentium CPUs | 17:28:11 |
@hexa:lossy.network | https://www.intel.com/content/www/us/en/products/sku/212324/intel-celeron-processor-n4505-4m-cache-up-to-2-90-ghz/specifications.html | 17:28:24 |
@hexa:lossy.network | https://www.intel.com/content/www/us/en/products/sku/128984/intel-pentium-silver-j5005-processor-4m-cache-up-to-2-80-ghz/specifications.html | 17:28:42 |
@hexa:lossy.network | these were the two CPUs for which I received bug reports | 17:28:54 |
@hexa:lossy.network | and the Penitum J6005 from 2021 also doesn't have AVX | 17:29:33 |
@hexa:lossy.network | I'd say these series are meh. | 17:29:41 |
K900 | Wait what | 17:29:43 |
K900 | Aren't those just little cores | 17:29:49 |
@hexa:lossy.network | * and the Penitum N6005 from 2021 also doesn't have AVX | 17:30:04 |
K900 | ...or do little cores on higher end stuff also not have AVX? | 17:30:04 |
@hexa:lossy.network | the N6005 has 4 Tremont Cores https://en.wikipedia.org/wiki/Tremont_(microarchitecture) | 17:34:24 |
@hexa:lossy.network | so yeah, all low power cores | 17:34:48 |
K900 | OK so the small cores have AVX starting with Gracemont | 17:36:28 |