XP.css
I shared a link to 98.css the other day. Now there is also XP.css in the style of Windows XP. This brings back some memories, because I actually worked quite a lot with Windows XP. But I am curious about 7.css and 10.css. 😂
Tech, life and everything else
I shared a link to 98.css the other day. Now there is also XP.css in the style of Windows XP. This brings back some memories, because I actually worked quite a lot with Windows XP. But I am curious about 7.css and 10.css. 😂
During the apprenticeship our instructor always wanted us to practice 10-finger typing together. A good idea, because I believe that if you really master this skill, you can put the words (or the code) you think about on the screen with an incredible speed. We used to do this with the program “TIPP10”, which is available both as an offline and an online version.
Many may not know it, but I am the founder of AndroidPub, a Medium publication about Android development. (The site is still running on a subdomain of my first domain, although I registered it’s own domain a long time ago.)
I almost never play computer games, but what I sometimes like are classic logic games like Minesweeper or Sudoku. And I must say, the versions from GNOME (on Linux), GNOME Mines and GNOME Sudoku are really nice. Simple design, plain and focused on the game with the most important features. I have also just discovered on the GNOME Wiki that there are a number of other simple games available, like 2048, Four in a row or Chess (Chess is probably not so simple). I install most apps via Flatpak and Flathub, but most distributions should also have them directly in their repositories. The advantages of Flatpak are that it is very easy to install and you always get the latest version.
🖼️ View
To answer the question from an anonymous reader:
The first Windows I used was Windows 2000 on the computer my parents gave me sometime in primary school. But with 98.css it is now even possible to make websites in the style of Windows 98. Wouldn’t that be an idea for the next homepage redesign?
Telegram wanted to launch a cryptocurrency, but now they stopped that experiment because a US court stopped them and the US has too much power they rather didn’t want to feel.
Like of: I Now Know How To use Git
After Kev Quirk was initially skeptical about Git and was desperate about using it, he finally made it thanks to community help and realized that Git is better than he thought:
Yesterday and today I worked very hard on making my blog faster. In the Google Search Console I saw that my blog suddenly gets half as many clicks since a few days and that my pages are only “moderately” fast. I don’t really care about the number of clicks, but I do want the site to be fast. PageSpeed Insights also showed me that the time until the “First Contentful Paint” seems to be longer than a second for many users (and it has to be under a second for it to be considered fast).
I have taken the following measures:
With Fast or Slow my blog now reaches 100% in every category. Hopefully Google will soon notice that the site is now much faster.
I am now versioning my DNS configuration. With the tool DNSControl it is possible for a number of DNS providers and registrars to manage the DNS and name server settings of your own domains. For example, it is possible to configure several DNS services at the same time (for example as backup DNS) or to make major changes by making a small code change and deploy them through continuous integration. In my configuration I even let JavaScript code generate part of the configuration. A great tool, I think!