Available for hire

Could not find any match !

An update for remark-svelte-auto-import

With the recent creation of the remark-imagetools plugin I decided to push an update for remark-svelte-auto-import . Other than adding some additional debugging capabilities it is just a maintenance version so my code bases for these plugins won’t drift apart.

remark-imagetools: Image scaling and manipulation in Markdown

Using Markdown within a svelte project is a really handy and easy way to edit a page and still have all svelte features available. The mdsvex integration comes with remark support allowing to add plenty of features so the force is strong with Markdown . imagetools is another kind of great packages which allows to scaling and image manipulation while specifying an image URL. Here is a little example of it’s power:
Read More

A Dashboard to monitor restic backups

Since I got some time on my hands I decided to do a little project using python and svelte5 . Primarily meant as a refresher to use unfamiliar technologies and as a way to setup an experimental playground. I prefer to do something useful so I came up with this dashboard for restic . restic is a very fast and reliable backup software which I’m using for over a year now and so far has never disappointed me.
Read More

Unlock your LUKS drive through USB or passphrase

It’s always advisable to keep your data as secure as possible. A great way of doing this is LUKS . Linux Mint for instance supports this out of the box as part of the installation process. Usually an encrypted drive can be unlocked using a passphrase which generally works fine but what if you want to use a more robust key? What if you want to automatically unlock a drive with a key located on a USB drive?
Read More