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.
I was told that it’s great that there’s lots of links here. Links are kind of a chore, but an obsessive habit (from academic times). There’s some semi automation happening but the main downsides are:
The other con pro (take your pick):
Insanely knowledgeable people are also out there online too. On occasion, when I bother with emails, I always end up learning extremely fascinating stuff.
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.
Jargon is strangely funny out of context. I have a crude setup that de-jargons and disambiguates stuff, which causes those of you much more knowledgeable than me to ??? occasionally.
Maybe the best kind of educational mischief looks just wrong enough to prompt an assisted investigation. I’ve surprisingly tricked quite a few people into understanding web feeds.
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.
I know there’s a lot of interest in meshes (and alternative networks). I tried
out a yggdrasil
mesh for a good whole ten minutes or so some planets ago. I
have notes running around somewhere in the (a)ether.
If I can hack a good intuition on networking this (new) year, I’ll perform my final pseudo disappearing act.
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.
Contact forms are magical informants. Can you smell what kind of spam the spammers (and scammers) are cooking?
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.
Two newer meta-ish search engines for encyclopedias (about 30+ wikis):
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.
The best CSS Framework? I don’t know. Complexity moves in mysterious ways. The many interpretations model must be satisfied.
I’d say, choices reflect environmental factors (social or otherwise) at play. If you’re lucky enough to choose, then suitability favors what draws the finish line closer?
I’ve no advice since I’d rarely have the time/luxury to choose anyway. I’m usually thinking about the possibility of more types, sub–types ( in #1: , classless, etc), and the transposition strategy and speed between each class/type.
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.
Mathematical Markup Language (MathML)? I’ve thought about LaTeX/TeX strategies on the web for a bit ever since someone asked years ago about different approaches. I never got to poking around on my blog, but since then the masters have delivered unto us;
In format conversion land we’ve been given; LaTeXML, make4ht, texmath, temml, and Pandoc.
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.