My IPhone has been declaring I have 1 unread message, but I can't find it.
The solution was actually easy.
"Hey Siri, read me my unread messages."
Siri read my one message and closed it.
I'm blogging about programming, but ... hey look over there - it's something shiny!
My IPhone has been declaring I have 1 unread message, but I can't find it.
The solution was actually easy.
"Hey Siri, read me my unread messages."
Siri read my one message and closed it.
Back in 1979 some friends of mine in Dallas were really into buying silver, as in pre-1965 silver quarters. They firmly believed the US financial system was on the verge of collapse due to congressional overspending. The US dollar would be worthless due to runaway inflation and the silver coins would be worth a fortune and be the de facto currency.
Was that a good investment? Let's see. In 1979, silver was about $11. per oz.
This year, 2022, my ounce of silver is worth $24.
What if I'd invested that $24 in the S&P 500 in 1979? The index has risen 12% on average since 1979, so my stocks in 2022 would have a value of $3,120.
So, $24 from silver or $3,120 from the stock market? You decide.
I just updated my advertising profile at Google. It's easy.
Visit https://adssettings.google.com/ and you'll see something like this:
You can click on subjects and remove them from your ad lineup. I removed "cats", but kept "dogs".
I've been updating my website fincher.org, and needed a remote ftp client to access my dreamhost linux server. After some research I settled on CyberDuck. It's awesome! Did I mention it's free?
In Texas we have the luxury (duty?) to select an electrical provider and a plan. We have http://powertochoose.org/, the official website of the Public Utility Commission of Texas to help Texans select a provider and a plan.
I like GeekYourRate.com/ since it does all the math for me and can save me hundreds of dollars a year.
I host https://www.fincher.org with a great hosting service, Dreamhost. They recently upgraded my server from Apache 2.2 to 2.4. It broke my whole site.
I wrote a Content Management System (CMS) 20 years ago using Server Side includes and Perl (yes, Perl). It has worked flawlessly for decades and then got tripped up on this upgrade.
What happened? Testing for empty variables happened. For example, if I want a page to have Google ads, I would define a variable at the top of a file
and then later include a file that tests for that variable,
... include file with Google Ads ...
<!--#endif -->
SSILegacyExprParser to on, but in my experience, falling behind on upgrades, eventually bites you in the behind.