<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Znc-Nm on Janusworx</title><link>https://janusworx.com/tags/znc-nm/</link><description>Recent content in Znc-Nm on Janusworx</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>feedback@janusworx.com (Mario Jason Braganza)</managingEditor><webMaster>feedback@janusworx.com (Mario Jason Braganza)</webMaster><copyright>© 2026, Mario Jason Braganza</copyright><lastBuildDate>Tue, 03 Feb 2026 11:06:30 +0530</lastBuildDate><atom:link href="https://janusworx.com/tags/znc-nm/index.xml" rel="self" type="application/rss+xml"/><item><title>2026-02-03 Notes</title><link>https://janusworx.com/nm/2026-02-03/</link><pubDate>Tue, 03 Feb 2026 11:06:30 +0530</pubDate><author>feedback@janusworx.com (Mario Jason Braganza)</author><guid>https://janusworx.com/nm/2026-02-03/</guid><description>
&lt;h2 class="relative group"&gt;Goals + Recap
 &lt;div id="goals--recap" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#goals--recap" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input checked="" disabled="" type="checkbox"&gt; Play with and configure Kitty as another option for my terminal&lt;/li&gt;
&lt;li&gt;&lt;input checked="" disabled="" type="checkbox"&gt; Work on ZNC&lt;/li&gt;
&lt;/ul&gt;
&lt;hr style='margin-left: auto; margin-right: auto; margin-bottom: 40px; margin-top: 50px; width:100px; border: none; background-color:rgb(238, 238, 238); color: rgb(238, 238, 238); height: 1px;'/&gt;


&lt;h3 class="relative group"&gt;2026-02-03 11:00
 &lt;div id="2026-02-03-1100" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#2026-02-03-1100" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;While I got the basics working &lt;a href="https://janusworx.com/nm/2026-01-29/" &gt;the other day&lt;/a&gt;, I finished the rest of the work and got &lt;a href="https://sw.kovidgoyal.net/kitty/overview/" target="_blank" rel="noreferrer"&gt;Kitty&lt;/a&gt; working just the way I want it. I can now launch kitty via ulauncher or gnome-terminal and get a Kitty layout for writing just like I used to&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt;, with Tmux and Zellij. And now I can copy and paste text as well! Blessed relief!&lt;/li&gt;
&lt;li&gt;Now on to getting my ZNC up and running!&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-02-03 11:34:&lt;/em&gt; Note to self: I am calling ZNC images in two places in my deployment. Make sure their versions always stay in sync via flux updations&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-02-03 12:12:&lt;/em&gt; Ok, figured out the reason for my znc misery. ZNC can accept both irc as well as http traffic on the same port. And if I want traefik to be able to route both sorts of traffic to znc then I cannot terminate tls at traefik. Which I really, really want. Because I don’t want the headache of keeping track of which applications can maintain their own certs and which don’t. Simplest thing (which ZNC supports) is to add another listener port to ZNC. IRC traffic goes to one port, web traffic to another and hopefully all will be well. That’s the idea, in theory at least. Now to go try it out.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-02-03 12:22:&lt;/em&gt; Ok. Change znc config to accept web connections on another port and redeployed the pod. Now to get web traffic working first&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-02-03 12:29:&lt;/em&gt; It works! My ZNC website is up! Now to go figure out how to route IRC traffic.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-02-03 12:47:&lt;/em&gt; Lunch!&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class="relative group"&gt;2026-02-03 13:10
 &lt;div id="2026-02-03-1310" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#2026-02-03-1310" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Back&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-02-03 13:32:&lt;/em&gt; Ok sorta kinda wrote the ingressRouteTCP rule. Now to deploy and test&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-02-03 14:38:&lt;/em&gt; It works! ZNC is alive! Will know tomorrow if my history buffers hold :)&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-02-03 14:49:&lt;/em&gt; Tried a reboot. Still lost history. Need to configure ZNC probably. Checking that now.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-02-03 15:30:&lt;/em&gt; Tea time&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-02-03 16:00:&lt;/em&gt; Walk&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class="relative group"&gt;2026-02-03 17:40
 &lt;div id="2026-02-03-1740" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#2026-02-03-1740" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Back&lt;/li&gt;
&lt;li&gt;Trying to quickly see if there’s any Lightroom alternative out there in Linux land, that is not Darktable.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-02-03 18:00:&lt;/em&gt; Found one. It’s Darktable! But I found that it now has a Sigmoid workflow, that gives me a very Lightroom-esque workflow. Or maybe it’s just that the interface has changed to where I find it familiar. Anyhoo, this makes me so happy! Finally, I can now invest the time in a new tool :)&lt;/li&gt;
&lt;li&gt;Now to some NMC work.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-02-03 18:48:&lt;/em&gt; Done. Now to get ZNC to update itself. &lt;em&gt;19:15:&lt;/em&gt; Done!&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-02-03 19:25:&lt;/em&gt; Schedule, shutdown complete!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;hr style='margin-left: auto; margin-right: auto; margin-bottom: 40px; margin-top: 50px; width:100px; border: none; background-color:rgb(238, 238, 238); color: rgb(238, 238, 238); height: 1px;'/&gt;

Feedback on this post?&lt;br&gt;
Mail me at &lt;a href="mailto:feedback@janusworx.com?subject=%22Feedback on post: 2026-02-03 Notes
%22" &gt;feedback at this domain&lt;/a&gt;.
&lt;br&gt;
&lt;/p&gt;
&lt;div class="footnotes" role="doc-endnotes"&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id="fn:1"&gt;
&lt;p&gt;3 paned layout.&lt;br&gt;
Large pane on the right. For me. For writing or commands or whatever.&lt;br&gt;
Top left pane to run Hugo Liveserver; bottom left pane to run a script that watches today’s daily note and keeps committing to it to the code repo to auto publish&amp;#160;&lt;a href="#fnref:1" class="footnote-backref" role="doc-backlink"&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description></item><item><title>2026-01-29 Notes</title><link>https://janusworx.com/nm/2026-01-29/</link><pubDate>Thu, 29 Jan 2026 10:34:21 +0530</pubDate><author>feedback@janusworx.com (Mario Jason Braganza)</author><guid>https://janusworx.com/nm/2026-01-29/</guid><description>
&lt;h2 class="relative group"&gt;Goals + Recap
 &lt;div id="goals--recap" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#goals--recap" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Play with and configure Kitty as another option for my terminal&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Work on ZNC&lt;/li&gt;
&lt;/ul&gt;
&lt;hr style='margin-left: auto; margin-right: auto; margin-bottom: 40px; margin-top: 50px; width:100px; border: none; background-color:rgb(238, 238, 238); color: rgb(238, 238, 238); height: 1px;'/&gt;


&lt;h3 class="relative group"&gt;2026-01-29 10:40
 &lt;div id="2026-01-29-1040" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#2026-01-29-1040" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Got tired of being unable to cut and paste out of Tmux and Zellij. Realised what I want is a terminal that lets me do that, not necessarily a muxer. Something that lets me cut and paste text and have layout my little windows in the way I want. The &lt;a href="https://sw.kovidgoyal.net/kitty/overview/" target="_blank" rel="noreferrer"&gt;Kitty&lt;/a&gt; docs suggest this is possible. So I’m giving it a spin.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-29 10:41:&lt;/em&gt; Do some NMC work first.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-29 10:41:&lt;/em&gt; Some tea first!&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-29 11:05:&lt;/em&gt; Ok, now NMC work.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-29 11:26:&lt;/em&gt; Alright, now to go play with Kitty.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-29 12:16:&lt;/em&gt; Found a theme I liked. (Github Dark. The default theme is called default)&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-29 15:45:&lt;/em&gt; Still struggling. Break.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class="relative group"&gt;2026-01-29 18:45
 &lt;div id="2026-01-29-1845" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#2026-01-29-1845" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Back at work. Found an &lt;a href="https://sw.kovidgoyal.net/kitty/sessions/#sessions" target="_blank" rel="noreferrer"&gt;&lt;em&gt;exact&lt;/em&gt; sample&lt;/a&gt; of what I wanted done in the Kitty docs.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-29 19:30:&lt;/em&gt; Adapted it. Applied it. It works. Done!&lt;/li&gt;
&lt;li&gt;Calling it a night&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;hr style='margin-left: auto; margin-right: auto; margin-bottom: 40px; margin-top: 50px; width:100px; border: none; background-color:rgb(238, 238, 238); color: rgb(238, 238, 238); height: 1px;'/&gt;

Feedback on this post?&lt;br&gt;
Mail me at &lt;a href="mailto:feedback@janusworx.com?subject=%22Feedback on post: 2026-01-29 Notes
%22" &gt;feedback at this domain&lt;/a&gt;.
&lt;br&gt;
&lt;/p&gt;</description></item><item><title>2026-01-28 Notes</title><link>https://janusworx.com/nm/2026-01-28/</link><pubDate>Wed, 28 Jan 2026 11:03:17 +0530</pubDate><author>feedback@janusworx.com (Mario Jason Braganza)</author><guid>https://janusworx.com/nm/2026-01-28/</guid><description>
&lt;h2 class="relative group"&gt;Goals + Recap
 &lt;div id="goals--recap" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#goals--recap" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Work on ZNC&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Attend my first contribex meeting&lt;/li&gt;
&lt;/ul&gt;
&lt;hr style='margin-left: auto; margin-right: auto; margin-bottom: 40px; margin-top: 50px; width:100px; border: none; background-color:rgb(238, 238, 238); color: rgb(238, 238, 238); height: 1px;'/&gt;


&lt;h3 class="relative group"&gt;2026-01-28 12:00
 &lt;div id="2026-01-28-1200" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#2026-01-28-1200" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Picking up the pieces after a break is darned hard&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class="relative group"&gt;2026-01-28 19:00
 &lt;div id="2026-01-28-1900" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#2026-01-28-1900" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Got halfway up to speed.&lt;/li&gt;
&lt;li&gt;Will struggle more tomorrow&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;hr style='margin-left: auto; margin-right: auto; margin-bottom: 40px; margin-top: 50px; width:100px; border: none; background-color:rgb(238, 238, 238); color: rgb(238, 238, 238); height: 1px;'/&gt;

Feedback on this post?&lt;br&gt;
Mail me at &lt;a href="mailto:feedback@janusworx.com?subject=%22Feedback on post: 2026-01-28 Notes
%22" &gt;feedback at this domain&lt;/a&gt;.
&lt;br&gt;
&lt;/p&gt;</description></item><item><title>2026-01-15 Notes</title><link>https://janusworx.com/nm/2026-01-15/</link><pubDate>Thu, 15 Jan 2026 10:48:18 +0530</pubDate><author>feedback@janusworx.com (Mario Jason Braganza)</author><guid>https://janusworx.com/nm/2026-01-15/</guid><description>
&lt;h2 class="relative group"&gt;Goals + Recap
 &lt;div id="goals--recap" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#goals--recap" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;I completely borked my Traefik deployment yesterday and brought down all my sites and web apps.
Spent the day fixing it.&lt;br&gt;
Today:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input checked="" disabled="" type="checkbox"&gt; Vote in the local elections&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Continue with my IRC+ZNC quest&lt;/li&gt;
&lt;/ul&gt;
&lt;hr style='margin-left: auto; margin-right: auto; margin-bottom: 40px; margin-top: 50px; width:100px; border: none; background-color:rgb(238, 238, 238); color: rgb(238, 238, 238); height: 1px;'/&gt;


&lt;h3 class="relative group"&gt;2026-01-15 10:50
 &lt;div id="2026-01-15-1050" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#2026-01-15-1050" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Starting with my Duolingo&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-15 11:32:&lt;/em&gt; Break.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class="relative group"&gt;2026-01-15 14:20
 &lt;div id="2026-01-15-1420" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#2026-01-15-1420" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Upgrading Mint.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;hr style='margin-left: auto; margin-right: auto; margin-bottom: 40px; margin-top: 50px; width:100px; border: none; background-color:rgb(238, 238, 238); color: rgb(238, 238, 238); height: 1px;'/&gt;

Feedback on this post?&lt;br&gt;
Mail me at &lt;a href="mailto:feedback@janusworx.com?subject=%22Feedback on post: 2026-01-15 Notes
%22" &gt;feedback at this domain&lt;/a&gt;.
&lt;br&gt;
&lt;/p&gt;</description></item><item><title>2026-01-14 Notes</title><link>https://janusworx.com/nm/2026-01-14/</link><pubDate>Wed, 14 Jan 2026 08:21:12 +0530</pubDate><author>feedback@janusworx.com (Mario Jason Braganza)</author><guid>https://janusworx.com/nm/2026-01-14/</guid><description>
&lt;h2 class="relative group"&gt;Goals + Recap
 &lt;div id="goals--recap" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#goals--recap" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;First day with new time table and I’m already behind. Will need to track how much time I spend on morning tasks and be more realistic&lt;/li&gt;
&lt;li&gt;&lt;input disabled="" type="checkbox"&gt; Continue with my work to get IRC+ZNC working on th cluster.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr style='margin-left: auto; margin-right: auto; margin-bottom: 40px; margin-top: 50px; width:100px; border: none; background-color:rgb(238, 238, 238); color: rgb(238, 238, 238); height: 1px;'/&gt;


&lt;h3 class="relative group"&gt;2026-01-14 10:15
 &lt;div id="2026-01-14-1015" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#2026-01-14-1015" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Switched to doing Duoling on the desktop. It feels slightly better. Will keep at it.&lt;/li&gt;
&lt;li&gt;Tea time.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class="relative group"&gt;2026-01-14 10:30
 &lt;div id="2026-01-14-1030" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#2026-01-14-1030" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Now to start on my IRC+ZNC travails&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-14 11:14:&lt;/em&gt; Think I am going to split them into two separate deployments. They are not going to talk to each other internally anyway. Tackling &lt;del&gt;ZNC&lt;/del&gt; theLounge first.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-14 12:08:&lt;/em&gt; theLounge is up. Moving on to getting ZNC up and running.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-14 12:42:&lt;/em&gt; Creating deployments isn’t the hard part. Creating deployments that are gitops ready is.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-14 12:52:&lt;/em&gt; Lunch&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class="relative group"&gt;2026-01-14 13:10
 &lt;div id="2026-01-14-1310" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#2026-01-14-1310" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Back&lt;/li&gt;
&lt;li&gt;Figured it out. Needed an &lt;a href="https://willvaughn.org/articles/running-znc-bouncer-with-k3s/" target="_blank" rel="noreferrer"&gt;init container&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-14 14:26:&lt;/em&gt; Nap&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class="relative group"&gt;2026-01-14 16:55
 &lt;div id="2026-01-14-1655" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#2026-01-14-1655" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Back from a walk&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-14 18:35:&lt;/em&gt; Borked my traefik totally&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-14 19:42:&lt;/em&gt; Got Traefik running. Will do the rest tomorrow.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;hr style='margin-left: auto; margin-right: auto; margin-bottom: 40px; margin-top: 50px; width:100px; border: none; background-color:rgb(238, 238, 238); color: rgb(238, 238, 238); height: 1px;'/&gt;

Feedback on this post?&lt;br&gt;
Mail me at &lt;a href="mailto:feedback@janusworx.com?subject=%22Feedback on post: 2026-01-14 Notes
%22" &gt;feedback at this domain&lt;/a&gt;.
&lt;br&gt;
&lt;/p&gt;</description></item><item><title>2026-01-13 Notes</title><link>https://janusworx.com/nm/2026-01-13/</link><pubDate>Tue, 13 Jan 2026 10:37:19 +0530</pubDate><author>feedback@janusworx.com (Mario Jason Braganza)</author><guid>https://janusworx.com/nm/2026-01-13/</guid><description>
&lt;h2 class="relative group"&gt;Goals + Recap
 &lt;div id="goals--recap" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#goals--recap" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input checked="" disabled="" type="checkbox"&gt; Get out of my slump&lt;/li&gt;
&lt;li&gt;&lt;input checked="" disabled="" type="checkbox"&gt; Do NMC work&lt;/li&gt;
&lt;li&gt;&lt;input checked="" disabled="" type="checkbox"&gt; Start Duolingo again&lt;/li&gt;
&lt;li&gt;&lt;input checked="" disabled="" type="checkbox"&gt; Redo morning routine to better fit my morning energy&lt;/li&gt;
&lt;li&gt;&lt;input checked="" disabled="" type="checkbox"&gt; Redo my IRC deployment on Janus&lt;/li&gt;
&lt;/ul&gt;
&lt;hr style='margin-left: auto; margin-right: auto; margin-bottom: 40px; margin-top: 50px; width:100px; border: none; background-color:rgb(238, 238, 238); color: rgb(238, 238, 238); height: 1px;'/&gt;


&lt;h3 class="relative group"&gt;2026-01-13 10:40
 &lt;div id="2026-01-13-1040" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#2026-01-13-1040" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Instant distraction. Trying to figure out if my writing life will get any simpler by switching to &lt;a href="https://ox-hugo.scripter.co/" target="_blank" rel="noreferrer"&gt;ox-hugo&lt;/a&gt;. (A few moments later … No it won’t. My weird workflow, still works for me.)&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-13 11:05:&lt;/em&gt; Ok, buckled down and finished up with my day organisation&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-13 11:51:&lt;/em&gt; Done with Duolingo&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-13 13:15:&lt;/em&gt; Lunch&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class="relative group"&gt;2026-01-13 14:15
 &lt;div id="2026-01-13-1415" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#2026-01-13-1415" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Back&lt;/li&gt;
&lt;li&gt;Slowly working on my IRC+ZNC combo&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-13 16:06:&lt;/em&gt; Got distracted with a issue with my network. Back to work&lt;/li&gt;
&lt;li&gt;Move all the old files out. Deleted my namespace. Deleted the deploy on the cluster&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-13 18:25:&lt;/em&gt; Break&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class="relative group"&gt;2026-01-13 20:25
 &lt;div id="2026-01-13-2025" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#2026-01-13-2025" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Been thinking hard about how to achieve two way sync between a container and my home machine. Syncthing still seems to be the best bet&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-13 20:56:&lt;/em&gt; Working on getting a folder setup for ZNC to use&lt;/li&gt;
&lt;li&gt;&lt;em&gt;2026-01-13 22:00:&lt;/em&gt; Got syncthing to work and got znc to look at the folder. But it does not seem to login. Will continue tomorrow&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;hr style='margin-left: auto; margin-right: auto; margin-bottom: 40px; margin-top: 50px; width:100px; border: none; background-color:rgb(238, 238, 238); color: rgb(238, 238, 238); height: 1px;'/&gt;

Feedback on this post?&lt;br&gt;
Mail me at &lt;a href="mailto:feedback@janusworx.com?subject=%22Feedback on post: 2026-01-13 Notes
%22" &gt;feedback at this domain&lt;/a&gt;.
&lt;br&gt;
&lt;/p&gt;</description></item></channel></rss>