Secure and seamless passkeys: A deployment checklist (web.dev)
1 points by mooreds 1m ago 0 comments
Classifying Dithering Algorithms with ML (community.wolfram.com)
1 points by amai 24m ago 0 comments
Futa – A functionally useless AI terminal assistant
7 nail_ 1 6/8/2025, 3:51:38 PM github.com ↗
I did notice that you have a Python interface to ollama listed in requirements.txt (which doesn't really help with packaging anyway) but aren't using it in the code. (In case it's what you were looking for: there aren't currently any ways to describe dependencies that are installed for the system and aren't available as Python packages, but PEP 725 could mean they happen eventually, maybe.) Also, you can use `text=True` (or specify an `encoding` or `errors`) in the arguments for the `subprocess.run` call, to get textual stdout/stderr directly rather than decoding them afterward; and `capture_output=True` is an easier way to get both streams than setting them both to `PIPE`. And you can iterate over a file in text mode directly (which gives a line at a time), rather than reading the whole thing and calling `.splitlines`, simplifying further:
Anyway, I appreciate the commitment to the bit.