| 3 Jul 2021 |
@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 |
| spacesbot joined the room. | 19:21:03 |
Zhaofeng Li | In reply to @hexa:lossy.network we need to create something like https://github.com/Mic92/iana-etc Looking at the list of assignments, I'm surprised how "easy" it is to get a port assignment. For example, there is "norp" (TDP/UDP/SCTP 1528) assigned this year. | 19:35:57 |
Zhaofeng Li | There are no specs that I can find and the name even has a typo ("Not Only a Routeing Protocol") | 19:36:36 |
@hexa:lossy.network | yeah, with the iana you just kindly ask for allocations | 19:37:10 |
@hexa:lossy.network | everyone can do that | 19:37:12 |
@hexa:lossy.network | with OUI otoh you pay for your allocation | 19:37:18 |
Zhaofeng Li | That's weird, given that port numbers are much more precious than MAC and IPv4 addresses | 19:40:55 |
@hexa:lossy.network | uh, I think the important ports are allocated, lots of them have useless allocations | 19:42:14 |
@hexa:lossy.network | and everyone else reuses ports despite their official allocation | 19:42:27 |
@hexa:lossy.network | so what does it matter | 19:42:30 |
@hexa:lossy.network | https://www.iana.org/form/ports-services | 19:43:14 |
@hexa:lossy.network | here you go | 19:43:17 |
@hexa:lossy.network | make it good! | 19:43:24 |
| spacesbot | 19:49:35 |
| 6 Jul 2021 |
| nurelin joined the room. | 11:44:03 |
@hexa:lossy.network | dotlambda: let's start with an archive.org pinned version and add a TODO marker | 13:48:53 |
@hexa:lossy.network | can't be bothered to get this right until tomorrow | 13:49:34 |
@hexa:lossy.network | In reply to @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'
it imported the source module instead of the built one, and that went nowhere. rm'ing the src module was the solution here. | 13:51:43 |
| iclanzan set a profile picture. | 15:57:45 |
@hexa:lossy.network | dotlambda: looks like we have more time. https://github.com/home-assistant/core/pull/52573 | 18:32:20 |