Jan-Lukas Else

Thoughts of an IT expert

πŸ‘¨β€πŸ’» Dev

Welcome to the Dev section of my blog with development related articles.


Miniflux scraper rules

Published on in πŸ‘¨β€πŸ’» Dev

Speaking of web comics that I follow via RSS, ATOM or JSON feed: ideally I would like to see the comics directly in my feed reader (Miniflux). Some feeds already show the images directly in the content, others do not.

View

Be careful when using β€œ::file-selector-button”!

Published on in πŸ‘¨β€πŸ’» Dev
Updated on

A reader pointed out to me today that the styling of buttons on my sites was broken in the Firefox ESR version 78. I took this notice as a reason to search for the root cause, because I had already noticed the error in the Tor browser, but I always thought it was due to some security rules.

View

Find broken links with GoBlog

Published on in πŸ‘¨β€πŸ’» Dev

Even though it is often said that the Internet does not forget, it does forget some things. When people shut down their websites, delete sites or even sell their domains.

View

Firefox 87 with some nice changes

Published on in πŸ‘¨β€πŸ’» Dev

Firefox 87 was released with a new feature for everyone developing websites with light and dark modes.

View

Tor support in GoBlog

Published on in πŸ‘¨β€πŸ’» Dev

I don’t know of any other blogging software that supports this: Serve a blog directly as a Tor hidden service.

View

How I sync my Nextcloud with an S3 bucket using Drone CI and rclone

Published on in πŸ‘¨β€πŸ’» Dev

A few days ago, an OVH data center went up in flames and was completely destroyed. This reminded me that it is important to store backups in another place on earth if possible, so better not in the same data center as the server that might burn down.

View

How a clever organization of Go structs can save memory

Published on in πŸ‘¨β€πŸ’» Dev

Sometimes I like to take a look at the commit history of various open source projects, applications I use myself or dependencies I use in my applications. Today I was scrolling through the commit history of chi, the HTTP router I use for my blog software.

View

Telegram Instant View templates

Published on in πŸ‘¨β€πŸ’» Dev
Updated on

A blog follower contacted me yesterday and reported that he had created a template for my blog for Telegram’s Instant View.

View

Advent of Code 2020 in Go: Week 1 and Week 2

Published on in πŸ‘¨β€πŸ’» Dev

Instead of making a post every other day with all the solutions, here are my approaches for the rest of week 1 and week 2 of Advent of Code 2020.

View

Advent of Code 2020 in Go: Day 3 and 4

Published on in πŸ‘¨β€πŸ’» Dev

Here are my solutions for Day 3 and 4 of Advent of Code.

View

Previous

Next

Jan-Lukas Else