Jan-Lukas Else

Tech, life and everything else

šŸ’¬ Micro

This section is for short notes, thoughts or IndieWeb interactions.


Published on in šŸ’¬ Micro

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…

View

Published on in šŸ’¬ Micro

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.

View

Published on in šŸ’¬ Micro

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…

View

SourceHut is banning cryptocurrency projects

Published on in šŸ’¬ Micro

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.

View

Published on in šŸ’¬ Micro

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? šŸ˜…

View

98.css (again)

Published on in šŸ’¬ Micro

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?

View

Published on in šŸ’¬ Micro

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.

View

Published on in šŸ’¬ Micro

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…

View

Published on in šŸ’¬ Micro

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. šŸ‘

View

Published on in šŸ’¬ Micro

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.

View

Jan-Lukas Else