I have a blog post I want to publish about running #Frigate + #CoralAI on #Fedora #Silverblue which has been in draft mode for ~2 weeks now...
One of these days, I promise
28.2.2025 05:24I have a blog post I want to publish about running #Frigate + #CoralAI on #Fedora #Silverblue which has been in draft mode for ~2 weeks...Yesterday I fiddled for a couple of hours to get the coral TPU back to a working state for the CCTV system.
Since I'm not using an arm-based system (i.e: Raspberry-pi) , this was a bit more "interesting". Inmutable OS on top of it (Silverblue).
I should write a blog post so I don't forget when I need it (again).
The next step is to integrate CCTV into smart home panels.
#HomeAssistant #Frigate #coral #Fedora #SilverBlue
28.1.2025 16:51Yesterday I fiddled for a couple of hours to get the coral TPU back to a working state for the CCTV system.Since I'm not using an...I just upgraded my home PC from a (quite) old CPU to a newer one.
It's always great not having to fiddle with drivers and move out/in new hardware like it's just a Lego block replacement
8.1.2025 04:16I just upgraded my home PC from a (quite) old CPU to a newer one.It's always great not having to fiddle with drivers and move out/in new...For those unaware in the fediverse, this linked post has the best description of what recursion is:
https://fosstodon.org/deck/@mrkz/113081859187288160
4.9.2024 23:23For those unaware in the fediverse, this linked post has the best description of what recursion...I'm at the office today for work.
I forgot to bring the laptop.
Idea: a new LLM model that provides new man pages example sections, considering the most searched occurrences for such commands.
(Yes I'm aware of https://tldr.sh/, which is super useful, FWIW).
7.8.2024 00:25Idea: a new LLM model that provides new man pages example sections, considering the most searched occurrences for such commands. (Yes...I'll start sharing content about how much FLOSS I use at home.
I started the series with a post about how I began using OpenWRT at home and my experience with it at first:
https://blog.mrkz.mx/en/posts/2024/07/using-openwrt/
19.7.2024 05:05I'll start sharing content about how much FLOSS I use at home.I started the series with a post about how I began using OpenWRT at home...Jumping into the #btrfs train.
Let's see how it goes (and maybe look into #nfs later on)
8.7.2024 04:09Jumping into the #btrfs train.Let's see how it goes (and maybe look into #nfs later on)I've started my braindump using #LogSeq and a #git repository for multiple machine synchronization.
So far I like that pages are markdown so it's easier to link between them and links are followed when viewing the git web interface.
28.6.2024 02:10I've started my braindump using #LogSeq and a #git repository for multiple machine synchronization.So far I like that pages are...How to write easily readable perl code
Don't write perl
16.6.2024 03:56How to write easily readable perl codeDon't write perl#programmerjokesI like writing unit tests for #golang better than I do for #python.
🤔
13.6.2024 00:14I like writing unit tests for #golang better than I do for #python.🤔In GIT, for changing branches, you prefer:
what did a bit tell other bit?
See you in the bus
18.4.2024 22:25what did a bit tell other bit?See you in the bus#DadJokeI always struggle when I hot-patch my dotfiles content locally without doing a proper commit.
Changes tend to accumulate and then I need to spend more time reviewing `main` vs unstaged/uncommitted changes.
Never again.
18.4.2024 01:45I always struggle when I hot-patch my dotfiles content locally without doing a proper commit.Changes tend to accumulate and then I need to...TIL: How to get the command output into the default (") paste register in #vim
:let @" = system("<command>")
next time you paste, you'll be entering the command output into the current buffer.
PS: change the double quotes for another register you'd want to use instead:
e.g: (let @a = system(""), then use "ap to paste)
TIL: about lvalues, xvalues and rvalues in C++ 🎉
13.3.2024 18:09TIL: about lvalues, xvalues and rvalues in C++ 🎉I'm on the "As important as the code/change itself" boat, but I'm curious about what the fediverse take is 😃
12.3.2024 22:19I'm on the "As important as the code/change itself" boat, but I'm curious about what the fediverse take is 😃In a software project, having good commit hygiene (not piling up PR fixup commits, meaningful commit messages, etc) is:
#git #programming #softwaredevelopment #scm
Commands you need to look at the manual again because you always forget:
* find with -exec option (especially on the +/; delimiters part)
29.2.2024 19:24Commands you need to look at the manual again because you always forget:* find with -exec option (especially on the +/; delimiters...Bonus C++ learning of the day:
Structs can inherit structs, which (if I'm not mistaken) gives the same ability as embedding structs in Golang.
22.2.2024 21:41Bonus C++ learning of the day:Structs can inherit structs, which (if I'm not mistaken) gives the same ability as embedding structs in...