A Product alternative research and test just turned into a concrete product idea. Just need to find the time to actually do it.
Have been battling with #Xcode 26.2 problems on my #GitHub Action that publishes #TimeTraverseHub to #TestFlight for the last two hours. Finally, got it working, and now can publish the #dotNET10 version of this #MAUI app.
Here is a small look at it, btw. I have only done the homepage at this time.
Isn't it pretty? :)
Yes. It is optimized-ish for mobile. lol
#blogger #blogspot #indieweb #webdev #devproblems #homepage #webdesign
On the one hand, comments in code are awful because they can mislead and get out of sync. They're an extra maintenance burden.
On the other hand, WTF was I thinking and trying to do with this IF statement in some 10+ year old code? And why am I checking if a value is an empty string immediately inside a check to see if it is unset or an empty string 🙃
The joy of working in multiple programming languages.
Apparently #PHP variable interpolation in strings is lacking features compared to #Python f-strings! #ooops #DevProblems