Seeing a video like this from Jeff Geerling about the MNT Reform Laptop, I am both amazed and puzzled. It’s probably a cool project to work on such an open hardware and source project as a hobby. And it’s great that there’s still the alternative to proprietary hardware. But has this any other use than just being a toy for people that have more than a thousand bucks to spend on such a thing? Especially given that it’s the opposite of powerful. Thinking about it more, the only thing that comes to mind are people who are under surveillance and need to make really sure, to stay private at all costs.
🔗 Links: XXXX-01
This is a collection of links I stumbled across and found worth sharing. Also see the blogroll for links to blogs I regularly read.
I posted about GoToSocial, but another Mastodon-alternative and Fediverse software, Takahē, seems to make fast progress and has some unique features like support for multiple domains or multiple identities per user. I haven’t tried running it yet, but it looks promising!
How many things do I own?
Even though starting my job has put me in a situation where I can sometimes afford stuff just like that, and maybe buy the occasional thing without thinking much when I should have before, I still make sure to keep the number of things I own low.
“The unreasonable effectiveness of simple HTML”
Terence Eden has written memorably why it is important to write simple HTML. Especially for pages that might be important to some people.
hckr news
Half a year ago I introduced an alternative site that provides RSS feeds for Hacker News. However, I banned this feed from my feed reader some time ago and another alternative feed shows me the top links of the previous day the following day. Sometimes, though, I check the site manually.
A decentralized social network based on WordPress
I got a webmention from Alexander Kirk, mentioning one of my recent posts.
“The Complete List of Trump’s Twitter Insults (2015-2021)”
The New York Times has published a (very) long list of Trump’s Twitter insults. I’m curious to see if the internet becomes a little less toxic in the future, but I have little hope.
Maddy Mail Server
It’s already been a while, but I once (successfully) ran my own mail server for some time. I did this using the open source Mailcow project, which does all the configuration work for you and wraps everything nicely in Docker containers. There are also a few posts about it here on the blog.
Generics in Go
As someone who properly learned to program using Java and still works with Java almost every day, I am used to generics. Flexible parameters whose constraints do not yet have to be set during definition. The fact that there are no generics in Go took some getting used to.
Simple.css and classless CSS frameworks
Kev Quirk recently released his new project Simple.css, a CSS stylesheet that focuses on vanilla HTML without classes.