| 1 Jul 2021 |
dotlambda | Maybe we can ask https://linuxnet.ca/ieee/oui/ to provide a versioned file | 22:05:22 |
dotlambda | We should also tell upstream, i.e. Home Assistant, that relying on outdated data (from April 2020) is not the smartest idea. | 22:09:08 |
CRTified | Oh wow, the code doesn't even update the vendor list, so it's always the build-time version that's used 🤔 | 22:11:11 |
dotlambda | In reply to @schnecfk:ruhr-uni-bochum.de Oh wow, the code doesn't even update the vendor list, so it's always the build-time version that's used 🤔 That's what I meant with "HA doesn't do that" | 22:11:47 |
CRTified | I mean, the mechanism to just update the list is there, even described in the project description | 22:11:51 |
CRTified | Oh, I thought that it was meant completely FreeBSD-specific | 22:13:23 |
CRTified | * Oh, I thought that it was meant completely FreeBSD-specific, nvm then | 22:13:26 |
dotlambda | CRTified I won't file an upstream about this any time soon so please go ahead and do so if you feel like it. | 22:14:33 |
dotlambda | * CRTified I won't file an upstream issue about this any time soon so please go ahead and do so if you feel like it. | 22:15:21 |
CRTified | Not really in a condition to do so, sorry 😕 | 22:21:56 |
CRTified | So it would probably stay on my todo for a long time, too. But given the move to UI-only config I also don't know whether I'll maintain my HA-config that much or whether I'll just pin nixpkgs to a working version and wait for a suitable alternative | 22:23:02 |
@hexa:lossy.network |
Last-Modified: Thu, 01 Jul 2021 22:01:33 GMT
| 23:59:54 |
| 2 Jul 2021 |
@hexa:lossy.network | sounds like a version to me 🤣 | 00:00:01 |
@hexa:lossy.network | we could download the file from archive.org instead | 00:05:02 |
@hexa:lossy.network | and remember (or forget) to update it once every month | 00:05:19 |
@hexa:lossy.network | maybe add an updateScript, that checks the last changed header, so r-ryantm can update it? | 00:05:56 |
dotlambda | In reply to @hexa:lossy.network maybe add an updateScript, that checks the last changed header, so r-ryantm can update it? It's updated daily as far as I know. I don't know if we want daily PRs. | 06:56:28 |
dotlambda | Actually no, that's just on linuxnet.ca | 06:59:18 |
| Irenes joined the room. | 21:38:06 |
| 3 Jul 2021 |
@hexa:lossy.network | the latest tts release depends on gruut, which depends on python-crfsuite, which has a native library that needs to be built. | 19:12:27 |
@hexa:lossy.network | Redacted or Malformed Event | 19:15:41 |
@hexa:lossy.network | _________________ ERROR collecting tests/test_itemsequence.py __________________
ImportError while importing test module '/build/python-crfsuite-0.9.7/tests/test_itemsequence.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/nix/store/2nhfiak8a30vw67mxksc2kdb69np2jcw-python3-3.8.9/lib/python3.8/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_itemsequence.py:5: in <module>
import pycrfsuite
pycrfsuite/__init__.py:2: in <module>
from ._pycrfsuite import *
E ModuleNotFoundError: No module named 'pycrfsuite._pycrfsuite'
| 19:16:11 |
| 4 Jul 2021 |
dotlambda | I just learned that https://www.nabucasa.com/config/remote/ wasn't designed with MITM in mind. Wouldn't it make way more sense to use self-signed certificate? | 09:27:59 |
| 5 Jul 2021 |
@hexa:lossy.network | dotlambda: imo pulling the oui.txt into its own derivation and setting the last-changed date as veresion is the best we're going to get | 11:47:23 |
@hexa:lossy.network | * dotlambda: imo pulling the oui.txt into its own derivation and setting the last-changed date as version is the best we're going to get | 11:47:32 |
@hexa:lossy.network | we can leave it lagging behind, every once in a while r-ryantm while come across it hopefully and execute it's updatescript | 11:48:06 |
@hexa:lossy.network | it's just the way it is I guess | 11:48:17 |
@hexa:lossy.network | for stable source links we could use archive.org though | 11:49:54 |
@hexa:lossy.network | yeah, I don't like any of this | 12:01:52 |
@hexa:lossy.network | we need to create something like https://github.com/Mic92/iana-etc | 13:21:39 |