Build stuff; Break stuff; Have fun!

log

I've recently reestablished an old rule I had used for a while to keep my place clean. But over the years it disappeared, and I no longer adhered to that rule. Now that everything is messy again, I was reminded of the rule once more.

Rule of 2. Pick up two things every time you enter a room, leave your car, etc.

This is such a helpful rule. And I need to get used to it again. Every place can benefit from it; the same is true for coding. Here I try to clean up a file; I update code in it. But this has limits. If the code changes I need to make will create a massive PR just to complete the feature, I try to focus only on the feature. Just to make the work not harder for every reviewer.


39 of #100DaysToOffload
#log
Thoughts? Discuss...

When I closed the notebook lid, I was really confident that I had written my daily post. But in the morning, I noticed that I totally missed that. 😩 And I had already prepared most of the post. So maybe I will remember posting it in the evening today.


38 of #100DaysToOffload
#log
Thoughts? Discuss...

There is a post about how I migrated to WEZterm, which I still need to write at some time in the future.

Preliminary skirmish

But let’s assume I already wrote the post. I’m really happy with the terminal. I needed to migrate away from Alacritty+Tmux because of the lack of Windows support from Tmux. Overall it was a good decision to migrate. The only thing that currently bothers me is that there is a “bug” where the font rendering misses some characters but brings them back on config reload. (cmd+r)

Here starts the main post

After starting my journey with Claude Code, I needed a handy shortcut to open CC in a 1/3 split pane. Here is the part of my config, which is doing the Job:

config.keys = {
        --...
	{
		key = "c",
		mods = "LEADER|SHIFT",
		action = act.SplitPane({
			direction = "Right",
			command = { args = { "bash", "-lc", "claude" } },
			size = { Percent = 33 },
		}),
	},
	--...
}

You'll hit leader & shift+c and it will open a 1/3 sidebar with Claude Code in it. Done.

For me it is a nice little helper. Hopefully for someone else too. Let me know if this was helpful.


37 of #100DaysToOffload
#log #dev #claude #wezterm
Thoughts? Discuss...

I’ve missed my post slot after 6 posts. So today is a small summary of 6+1 posts.

Read more...

Claude, I gave you a simple task. Just replace a string with another one in all mock files.

Why are you writing different Python and Bash scripts?

Why are you creating duplicates you then have to remove again?

Claude, I think you are drunk. Lets /clear your brain and start again.


35 of #100DaysToOffload
#log #dev #claude
Thoughts? Discuss...

Over the weekend, I've tried to work on a conversion from HTML to PDF and to DOCX.

It all started with wkhtmltopdf. I noticed (much too late) that this project is not maintained anymore. So a replacement was needed. I found one with Puppeteer, and it works really well. It feels a bit too much for the task, but it creates a PDF out of my static HTML page, which is enough.

While at it, I fired up Claude Code and asked to do the same for the HTML to DOCX conversion. Oh boy, I didn't know that this task was a nightmare. For years I had this conversion planned for a tool but never found the time to do it. Now with CC, I thought it would be an easy task that is done in minutes.

After some more than an hour, I stopped and thought, this is not worth the effort. I don't blame CC or the tools I've used for this job. I blame the DOCX format for being so shitty.

I've tried pandoc, html2docx and html-2-docx, and none of them produced the output I've expected or needed. There are also commercial tools, which I thought would be too much for what I require. And it still is not worth paying money for something I require so rarely I could do the adjustments myself every time I require it.

So I stepped back and thought, maybe this feature needs to keep lying in my to-do list for the next years. I had already put enough effort into it, and it will not save the time I already invested in it.

Perhaps in some years, I will try it again. 🤷


34 of #100DaysToOffload
#log #dev
Thoughts? Discuss...

Another day, another post written on the fly.

I wrote, after I removed the Twitter/X app, that without reading and scrolling there, I will have more time to write posts. Haha. What a good joke that was. 😅

Now I do the same on Mastodon and Bluesky but with less toxic content. It’s an improvement, but not towards more content output from my side.

At least I recognized the bad behavior, immediately closed the apps, opened Obsidian, and started writing about my mistake.

Today is again a day full of stuff I didn’t plan to do, but it needs to be done. Sadly, no time for writing a quality post.

I need to get back to my stuff. 👋


33 of #100DaysToOffload
#log
Thoughts? Discuss...

So, here is my unnecessary post to keep my personal streak running.

Quite busy today, so it's challenging to write something between my appointments.

But I wish everyone who reads this a nice day. 😎


32 of #100DaysToOffload
#log
Thoughts? Discuss...

Today is the first day at work after our vacation. I was gone for about 10 days. So I've started with checking my emails, and I thought I'd get overwhelmed by the sheer amount of emails, but it's not too bad. 75% were dependency updates, and the rest were some meeting invitations or changes.

Besides work, I also did this first workout after 10 days. It still amazes me how fast the body degrades. I was able to do all my reps, but the muscles are sore. On vacation we also had all-inclusive with drinks and food. And I used it. Possibly not the best for my body. 🫠

I'm happy to be back in my routine. It's always a bit hard for me to not have a routine for the day and week. Let's see what the week will bring.

After I've completed writing the text above, I've realized talking about 10 days sounds sooo huge, but it's just 10 days. Not a year or something else. 😅


31 of #100DaysToOffload
#log
Thoughts? Discuss...

Wow, the release was already 3 months ago. 😲 On 06/07/2025, I made the first public release of my Pelletyze app. In the first week of July, I had some intense coding sessions, getting everything to a point where I was confident enough to release it to the world. I'm really happy with how everything turned out.

Section of Pelletyze.com landing page, which says “Track, Analyze, and Optimize!” in the headline.

Weiterlesen...