Showing GPX tracks on my blog
On my blog, I’ve had the ability to link posts to a location for some time now. There is also a map that shows all posts with a location.
Tech, life and everything else
Welcome to the Thoughts section of my blog. Thoughts are better kept on my blog than on Twitter or other online platforms.
On my blog, I’ve had the ability to link posts to a location for some time now. There is also a map that shows all posts with a location.
So Telegram now has ads. But unlike the ads from Google, Facebook or Apple, the ads are not personalized and much more privacy friendly. The ads simply consist of a maximum 160-character message with no external links and are displayed only in large public channels.
Windows 11 is even better than I expected and my first impression was. Next to running Linux GUI apps, there’s also winget included, the Windows Package Manager. winget allows installing and updating apps directly from the terminal. (I first blogged about it last year in May.)
It’s remarkable that when Facebook is offline for a few hours, panic seems to break out everywhere.
So far I have been running my Raspberry Pi with an SD card. But since I don’t quite trust SD cards (I’ve heard that they wear out quickly when a lot is written to them), I’ve now equipped the Pi with an SSD.
Recently I wrote about finding new uses for my Raspberry Pi 4. Besides Tailscale I also installed Pi-Hole to filter advertising DNS requests.
At the moment, I don’t need a new laptop. But should I ever need one (which will probably be someday), it will be the Framework Laptop.
I’m noticing how I’ve been ordering more and more just from Amazon over the past few months. I should feel bad about supporting such a profit-hungry corporation, but the fast deliveries, easy returns, and wide selection of products are just too tempting.
On Saturday morning I experimented a bit. Whenever I used SQLite in a Go application, I used the popular package mattn/go-sqlite3. Not a bad choice, after all it implements the database/sql interface. One drawback, however, is the need for a C compiler, since Cgo is used to run the original SQLite code in the background.
After being cut off from DSL for about 30 hours, I finally have landline Internet again. On the one hand, it makes me angry that the provider didn’t solve this faster (the whole street with hundreds of residents was offline), but on the other hand, it also showed me my dependence on the Internet. I could not really do anything, not even watch TV, because that is also only possible via the Internet. After my vacation, I will take care of creating redundancy via LTE to be safe from such failures…