25 Nov 2024 |
Mic92 | hexa: https://github.com/nix-community/harmonia -> https://github.com/Mic92/dotfiles/blob/0b146b64f02ac88c7a946413ead6b1604a750dd9/machines/eve/modules/harmonia.nix#L5 | 22:10:21 |
Mic92 | Phaer already tested it today | 22:10:37 |
Mic92 | but since I rewrote a lot another tester before a release would be nice | 22:10:51 |
hexa | I just bumped my infra to the current head | 22:11:25 |
Mic92 | No more linked C++ dependencies and builtin zstd compression | 22:13:35 |
26 Nov 2024 |
spacekitteh | ipset v7.22: The set with the given name does not exist
otbr-agent[84842]: 00:00:00.033 [I] Platform------: Execute command `ipset flush otbr-ingress-allow-dst-swap` = 256
otbr-agent[84842]: 00:00:00.033 [I] Platform------: Got an error when executing command `ipset flush otbr-ingress-allow-dst-swap`: `Resource temporarily unavailable`
hmm. i have no clue about ipset, nor this message
| 00:11:45 |
hexa | and ipset is just a data structure that holds ip addresses | 00:37:09 |
hexa | * and ipset is just a tool to manage data structures that holds ip addresses | 00:37:20 |
hexa | it is used in combination with iptables for quick matches on large sets | 00:37:28 |
hexa | nftables has its own data structures, so ipset is probably as obsolete as iptables | 00:37:42 |
spacekitteh | i see i see | 02:06:04 |
Mic92 | hexa: any issues with harmonia? | 07:12:01 |
hexa | not really | 12:25:01 |
28 Nov 2024 |
| Coelacanthus changed their profile picture. | 21:09:00 |
29 Nov 2024 |
| bl1nk changed their profile picture. | 01:11:45 |
| bl1nk changed their profile picture. | 01:12:00 |
1 Dec 2024 |
| mighty-heron joined the room. | 12:32:02 |
| freewalkr joined the room. | 15:30:21 |
freewalkr | hi everyone!
to = "on"; in my nix automation trigger config gets converted into to: on yaml config home assistant interprets this as to: true and throws an error expected str for dictionary value @ data['to'] is this a known issue? has anyone solved it? | 15:33:09 |
freewalkr | i see the same line in example config given in wiki page should it even work? | 15:35:05 |
K900 | This is a YAML 1.2 thing I think? | 15:40:34 |
K900 | @hexa did that ever get fixed | 15:40:38 |
hexa | I rolled that back to 1.1 a while ago | 15:41:54 |
hexa | zigbee2mqtt 2.0 is going to hit early january 2025 with breaking changes | 17:40:41 |
hexa | https://github.com/Koenkk/zigbee2mqtt/discussions/24198 | 17:40:43 |
hexa | there's stuff you can do to prepare today to not get hit hard 😄 | 17:40:52 |
K900 | Honestly I still don't get how we ended up with MQTT as de facto standard RPC protocol for embedded things | 17:45:54 |
K900 | It's not even good at any of those things | 17:46:05 |
hexa | everything is a string 🥳 | 17:48:10 |
hexa | it is what was popular in early home automation tinkering setups | 17:48:40 |