Although there are definitely reasons to hate Windows, there are also reasons to like Windows 11: Linux GUI apps, Android apps, winget package manager and improved window tiling. It would be even better, when one wouldnāt need to toogle all the privacy and telemety settings firstā¦
š¬ Micro
This section is for short notes, thoughts or IndieWeb interactions.
One simple thing to noticeably reduce the routerās power consumption: turn off 2.4 GHz Wi-Fi. Meanwhile, almost every device supports 5 GHz.
After three days of AWS Developer training, I am fascinated about all the AWS products and features. But I also think that AWS has a huge lock-in power. Once you moved everything to the Amazon cloud, it will probably be very hard to get out of it again. And then prices will increase and you have a problem. š
This training definitely helped me getting more experience with the cloud. Now I have to learn for the DVA-C01 certification exam. Feels like studying againā¦
SourceHut is banning cryptocurrency projects
SourceHut, a source code hosting service, is banning cryptocurrency- and blockchain-projects:
These domains are strongly associated with fraudulent activities and high-risk investments which take advantage of people who are suffering from economic hardship and growing global wealth inequality. Few to no legitimate use-cases for this technology have been found; instead it is mostly used for fraudulent āget rich quickā schemes and to facilitate criminal activity, such as ransomware, illicit trade, and sanctions evasion. These projects often encourage large-scale energy waste and electronics waste, which contributes to the declining health of Earthās environment. The presence of these projects on SourceHut exposes new victims to these scams and is harmful to the reputation of SourceHut and its community.
We recognize that the basic idea of a blockchain, as it were, may be generally useful. However, most projects which market themselves with blockchain technology are subject to the same social ills as cryptocurrency. Consequently, we have chosen to include āblockchainā related projects in this ban for the time being.
Thatās a really good summary, in my opinion. Iām not deep into the cryptocurrency and blockchain topic, but I donāt want to be, because everything Iāve seen so far has always been unnecessarily complicated and could be solved more easily without blockchain, or were just made-up problems.
Because I used Prometheus and Grafana at work, I also tried them at home and I must say, monitoring isnāt as boring as I always thought. Next up Kubernetes? š
98.css (again)
I already shared ā98.cssā on my blog in 2020. Itās a CSS framework that styles semantic HTML to look like Windows 98.
It was recently reshared on Hacker News and I found the creatorās comment about it:
Hey HN - author here.
This was my burnout recovery project in April of 2020. Very much a labor of love and a surprising way to realize I still liked programming. I wrote some scattered thoughts here.
I also ārunā this project quite differently than I usually do - when I receive a pull request instead of merging it I do a quick glance through the userās github to make sure theyāre not a spammer before giving them commit access and asking them to merge their own PR. It has worked wonders.
Thatās a pretty interesting aproach to managing an open source project. Letās hope nobody does a force push, removing everything. š
Now my question: Did somebody already use this project for a blog design?
Maybe it wasnāt the best decision to name my blog software āGoBlogā, because it has a negative meaning in Indonesian. But whatever, I wonāt rename it now⦠I even bought a domain with the name.
GoBlog syncs the editor state between browsers in real-time now. ⨠Thanks to WebSockets!
This way I can start writing on one device, continue on another and publish from just another one. WebSocket connections get also reestablished, when they fail, because the Internet connection changed etc. This was a fun programming evening. š
Tomorrow I will continue with some issues from GitHubā¦
Some IndieWeb protocols are complicated and there are sometimes no programming libraries to simplify the use of them, but ActivityPub is another beast. Although the standard is documented, the way the specific implementations (Mastodon etc.) work often isnāt and itās hard to debug. So huge respect for the big rework. š
Another change in my infrastructure setup: I replaced rathole with Chisel. There wasnāt any particular reason, I use it in the same way: Itās making a few services and websites hosted on my home server available on my VPS to publish using Caddy and a static IP. Chisel is just a bit more simple to configure using command line flags. And itās written in Go.