lade...
random avatar

mrkz - Network

Posts Subscribe

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...

https://fosstodon.org/@mrkz/1140...

I have a blog post I want to publish about running + on 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...
https://fosstodon.org/@mrkz/1140...

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...

https://fosstodon.org/@mrkz/1139...

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.

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...
https://fosstodon.org/@mrkz/1139...

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...

https://fosstodon.org/@mrkz/1137...

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...
https://fosstodon.org/@mrkz/1137...

For those unaware in the fediverse, this linked post has the best description of what recursion...

https://fosstodon.org/@mrkz/1130...

For those unaware in the fediverse, this linked post has the best description of what recursion is:

fosstodon.org/deck/@mrkz/11308

4.9.2024 23:23For those unaware in the fediverse, this linked post has the best description of what recursion...
https://fosstodon.org/@mrkz/1130...

I'm at the office today for work.I forgot to bring the laptop.

https://fosstodon.org/@mrkz/1130...

I'm at the office today for work.
I forgot to bring the laptop.

:oh_no: :oh_no_bubble:

30.8.2024 15:15I'm at the office today for work.I forgot to bring the laptop.
https://fosstodon.org/@mrkz/1130...

Idea: a new LLM model that provides new man pages example sections, considering the most searched occurrences for such commands. (Yes...

https://fosstodon.org/@mrkz/1129...

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 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...
https://fosstodon.org/@mrkz/1129...

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...

https://fosstodon.org/@mrkz/1128...

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:

blog.mrkz.mx/en/posts/2024/07/

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...
https://fosstodon.org/@mrkz/1128...

Jumping into the #btrfs train.Let's see how it goes (and maybe look into #nfs later on)

https://fosstodon.org/@mrkz/1127...

Jumping into the train.

Let's see how it goes (and maybe look into later on)

8.7.2024 04:09Jumping into the #btrfs train.Let's see how it goes (and maybe look into #nfs later on)
https://fosstodon.org/@mrkz/1127...

I've started my braindump using #LogSeq and a #git repository for multiple machine synchronization.So far I like that pages are...

https://fosstodon.org/@mrkz/1126...

I've started my braindump using and a 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...
https://fosstodon.org/@mrkz/1126...

How to write easily readable perl codeDon't write perl#programmerjokes

https://fosstodon.org/@mrkz/1126...

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#programmerjokes
https://fosstodon.org/@mrkz/1126...

I like writing unit tests for #golang better than I do for #python.🤔

https://fosstodon.org/@mrkz/1126...

I like writing unit tests for better than I do for .

🤔

13.6.2024 00:14I like writing unit tests for #golang better than I do for #python.🤔
https://fosstodon.org/@mrkz/1126...

In GIT, for changing branches, you prefer: #git #scm #programmingcheckoutswitchOther (comment)

https://fosstodon.org/@mrkz/1125...

In GIT, for changing branches, you prefer:

checkout
switch
Other (comment)

27.5.2024 23:16In GIT, for changing branches, you prefer: #git #scm #programmingcheckoutswitchOther (comment)
https://fosstodon.org/@mrkz/1125...

what did a bit tell other bit?See you in the bus#DadJoke

https://fosstodon.org/@mrkz/1122...

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#DadJoke
https://fosstodon.org/@mrkz/1122...

I always struggle when I hot-patch my dotfiles content locally without doing a proper commit.Changes tend to accumulate and then I need to...

https://fosstodon.org/@mrkz/1122...

I 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...
https://fosstodon.org/@mrkz/1122...

TIL: How to get the command output into the default (") paste register in #vim :let @" = system("<command>")next...

https://fosstodon.org/@mrkz/1120...

TIL: How to get the command output into the default (") paste register in

: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)

15.3.2024 00:05TIL: How to get the command output into the default (") paste register in #vim :let @" = system("<command>")next...
https://fosstodon.org/@mrkz/1120...

TIL: about lvalues, xvalues and rvalues in C++ 🎉

https://fosstodon.org/@mrkz/1120...

TIL: about lvalues, xvalues and rvalues in C++ 🎉

13.3.2024 18:09TIL: about lvalues, xvalues and rvalues in C++ 🎉
https://fosstodon.org/@mrkz/1120...

I'm on the "As important as the code/change itself" boat, but I'm curious about what the fediverse take is 😃

https://fosstodon.org/@mrkz/1120...

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 😃
https://fosstodon.org/@mrkz/1120...

In a software project, having good commit hygiene (not piling up PR fixup commits, meaningful commit messages, etc) is:#git #programming...

https://fosstodon.org/@mrkz/1120...

In a software project, having good commit hygiene (not piling up PR fixup commits, meaningful commit messages, etc) is:

As important as the code/change itself
Irrelevant
It depends (please elaborate)

12.3.2024 22:17In a software project, having good commit hygiene (not piling up PR fixup commits, meaningful commit messages, etc) is:#git #programming...
https://fosstodon.org/@mrkz/1120...

Commands you need to look at the manual again because you always forget:* find with -exec option (especially on the +/; delimiters...

https://fosstodon.org/@mrkz/1120...

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...
https://fosstodon.org/@mrkz/1120...

Bonus C++ learning of the day:Structs can inherit structs, which (if I'm not mistaken) gives the same ability as embedding structs in...

https://fosstodon.org/@mrkz/1119...

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...
https://fosstodon.org/@mrkz/1119...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members