100 Days of Code: Day 07

zsh: segmentation fault (core dumped)  build/waybar
zsh: segmentation fault (core dumped)  build/waybar
zsh: segmentation fault (core dumped)  build/waybar
zsh: segmentation fault (core dumped)  build/waybar
zsh: segmentation fault (core dumped)  build/waybar
zsh: segmentation fault (core dumped)  build/waybar
zsh: segmentation fault (core dumped)  build/waybar

I know what breaks it, but I don’t know why.

100 Days of Code: Day 04

After some discussion on the issue, it was decided that the WidnowId class isn’t consistently defined as signed or unsigned. So, by not specifying either, we can adapt if projects do eventually agree.

Neat.


Anyway, not much happening today due to a family event.

The most code I wrote today was in response to a Reddit post, where I showed someone how zparseopts works. Here’s a link to the demo code on TIO. I think I want to make a more comprehensive post on zparseopts, maybe write a compatible Bash function to do the same thing. (Or maybe I should stop taking on new projects.)

That said, I also fixed a bug in p10k-dir-glob.

100 Days of Code: Day 01

One of the most popular languages out there is C++. I have next to no experience in it, but I might as well try.

Today’s project was hacking on Waybar, regarding this issue.

My changes wouldn’t build, but I’m hoping to get feedback or have someone else fix them. Either way, it will help me learn how namespaces work in C++, and contribute to this project in the future.