Performance Comparison of Lemire Website: WordPress vs. Simplified Saaze

, 3 min read

In the previous post Example Theme for Simplified Saaze: Lemire I demonstrated the transition from a website using WordPress to Simplified Saaze. This very blog also uses Simplified Saaze. This post shows how much better performance-wise this transitions was. The comparison is therefore…

Vodafone Internet Outage

, 1 min read

Today, 08-Jan-2024, starting at 18:49 (CET), internet provided by Vodafone was unavailable. I called the hotline of Vodafone and they confirmed that they had a major outage in my region. This means: my homepage, i.e., this blog, is unavailable. In 2022 the internet router was defective. This time…

Example Theme for Simplified Saaze: Lemire

, 8 min read

Another theme for Simplified Saaze called "Lemire". You can inspect it here. This theme is modeled after the blog from Daniel Lemire. That blog is powered by WordPress and hosted on SiteGround and performance enhanded by Cloudflare since 2019. Prof. Lemire started blogging in 2004. The…

Converting Bachelor Thesis from LaTeX to Markdown

, 8 min read

1. Problem statement. You have a Bachelor Thesis in LaTeX. This thesis is converted to Markdown. I had written on a similar topic here: Converting Journal Article from LaTeX to Markdown. 2. Solution. I already knew that a Pandoc approach does not work. For the conversion I modified the two Perl…

Our Neighborhood in the Milky Way in 3D

, 3 min read

Press release High-resolution three-dimensional maps of the Milky Way have previously been limited to the immediate vicinity of the Sun. In a collaboration led by the Max Planck Institute for Astrophysics with researchers from Harvard, the Space Telescope Science Institute, and the University of…

Linux on Android Devices

, 2 min read

Android is based on Linux. Unfortunately, the Linux on Android devices is severely restricted, in particular you cannot easily become the root user. Using Termux and the like you can get a little bit of the "usual" Linux feeling on Android devices. In addition to that, each hardware…

Introduction to mle: Small Terminal Based Editor

, 9 min read

1. Motivation. I am a regular user of vi/vim/neovim. But one thing, though, is a little bit annoying, when using neovim: even on a fast machine starting neovim takes quite a considerable time to start. Though, this is mostly caused by an elaborate initialization file. mle is a text editor written…

Cloudflare Dashboard Down

, 5 min read

This blog is self-hosted. One could think that this situation is particularly prone to outages. Actually, this hosting is quite stable compared to professional services. This to my own surprise. Today Cloudflare has its snafu-moments: Cloudflare is assessing a loss of power impacting data centres…

David Heinemeier Hansson on Cloud Computing

, 3 min read

This is in continuation of Nima Badizadegan on Cloud Computing. David Heinemeier Hansson, creator of Ruby on Rails, cofounder of the HEY e-mail service, prolific writer, made a number of noticeable remarks on cloud costs. David Heinemeier Hansson from 37signals.com wrote We stand to save $7m over…

Simplified Saaze Monitored with PHPSPY

, 5 min read

This blog uses the PHP-based Simplified Saaze software. I measured Simplified Saaze using XHProf: Profiling PHP Programs Profiling PHP Programs #2 Still I am interested whether I missed anything. In multiple talks Rasmus Lerdorf, the creator of PHP, advertises PHPSPY. PHPSPY was written by Adam…

Pagefind: Searching in Static Sites

, 4 min read

Pagefind is a JavaScript library, which you add to your static site. By that you then have complete search-functionality. Pagefind has the following advantages over other JavaScript libraries: Easy to install, no JavaScript dependency hell. Easy to add the CSS and the two lines with <script>…

Converting Journal Article from LaTeX to Markdown

, 11 min read

1. Problem statement. You have a scientific journal article in LaTeX format on arXiv but want it in Markdown format for a personal blog. In our case we take the article "A Parsec-Scale Galactic 3D Dust Map out to 1.25 kpc from the Sun" from Gordian Edenhofer et al. The original paper is…

Performance Comparison of Ristorante Panorama Website: WordPress vs. Simplified Saaze

, 2 min read

In the previous post Example Theme for Simplified Saaze: Panorama I demonstrated the transition from a website using WordPress to Simplified Saaze. This very blog also uses Simplified Saaze. This post shows how much better performance-wise this transitions was. The comparison is therefore…

Example Theme for Simplified Saaze: Panorama

, 8 min read

1. Features. Here is another theme called Panorama for Simplified Saaze. The example content is from Ristorante Panorama. This theme has below properties: It is geared towards restaurants with menus Responsive with media-breaks for 1-column, 2-column, 3-column, and printer output RSS and…

Malcolm Gladwell: Meritocracies don't work

, 16 min read

Malcolm Gladwell was invited to Google Zeitgeist again. He gave a talk on meritocracies and their failures. This is somewhat a follow-up on his earlier talk given on Google Zeitgeist. I had written on this prior talk here: Malcolm Gladwell: Don't go to Harvard, go to the Lousy Schools!. The talk is…

Performance Comparison gzip vs Brotli

, 2 min read

The NGINX web-server offers gzip, deflate, and Brotli compression. My current nginx.conf file uses brotli_comp_level 10; It looks that indeed the default Brotli compression level 6 is a sweet spot for Brotli. 1. Measurement. I used below software versions: Arch Linux kernel 6.4.12-arch1-1 Brotli…

From Hiawatha to NGINX

, 8 min read

Since mid of August I switched from Hiawatha web-server to NGINX web-server. I initially intended to use OpenLiteSpeed web-server. See Installing OpenLiteSpeed on Arch Linux, but installation and configuration of OpenLiteSpeed turned out to be complicated. I had previously experimented and used…

Crucial 4TB SSD in Asrock A300M

, 3 min read

Task at hand: Increase SSD storage on Asrock A300M mini-PC, as existing SSD is 90% full. Solution: Buy a new 2 TB SSD, or use an existing 2 TB SSD, for example a Samsung. Bad idea: Buy a new 4 TB SSD from Crucial and insert it into the A300M. 1. Problem statement. Since May 2020 I own an Asrock…

Mixing PHP into Markdown

, 2 min read

Markdown is a simple language to write documents, which are finally converted to HTML. There are many conversion programs to convert from Markdown to HTML. This blog uses MD4C for this. The CommonMark specification says: An HTML block is a group of lines that is treated as raw HTML (and will not…

Installing OpenLiteSpeed on Arch Linux

, 3 min read

Unfortunately the AUR package for installing OpenLiteSpeed is broken. Additionally, the manual installation of OpenLiteSpeed via self-compilation is a mess. 1. Downloading rpm. Here we describe using the rpm repository of /edge/centos/8/x86_64/RPMS/. Essentially, this is a precompiled binary in…