There are a lot more speech programs on Linux now. I was a bit curious and searched through the distribution package managers recently.
Some use Vosk or Onnx as runtimes.
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
There are a lot more speech programs on Linux now. I was a bit curious and searched through the distribution package managers recently.
Some use Vosk or Onnx as runtimes.
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
Incus is worth a look. It’s the fork of LXD, a container and orchestration/hypervisor program for cluster setups and infra models. Incus sits on top of the lower level LXC (Linux Containers).
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
Some nix
language gotchas I’ve experienced while using
NixOS personally:
with
expressions unless with the
inherit
keyword for identifying hidden attributes in scope.rec
keyword unless there’s tracking/control of infinite set recursion (self
naming/references).<nixpkgs>
for any
evaluation chain unless there’s magic compute and “infinite” memory.Tricky is numero three, but crucial for fast feedback regardless of the current thing? I don’t poke around as much to know anymore but; legacy, flakes, community, and possibly others.
Another wandering soul whispering into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by cdd20.
To quiet down Firefox’s network activity at the application level:
Set global (about:policies
) policies in
/etc/firefox/policies/policies.json
Block untrusted connections with
proxy.pac
[?]
in policies.json
. Enable the
file in (about:settings
) network settings.
Additionally user.js is configurable (mine). Firefox derivatives do similar pre-configurations. Chromium derivatives have policy settings too.