How to install Epic Games store on iPad with iOS 18
More from Christian Fei's Blog - cri.dev
The following Codepen’s are quite old (mostly done in 2012/2013 when I was super into CSS and getting started with programming), but are super cool. They showcase some of my early experiments with CSS3 animations, transformations, and visualizations. See the Pen CSS Gyroscope by Christian Fei (@christian-fei) on CodePen. See the Pen ...
In the past few years I embraced the mantra “Wanna learn something? Recreate it”. What do I mean by it? Here some examples: I wanted to better understand how a static site generator (SSG) worked, so I created devblog, and even converted this very site to be compatible with it Are you easily stunned by charts, real-time updates, and perhaps crypto...
Let’s say you have an eleventy blog, and want to show the tags related to a given blog post. E.g. this post is tagged with eleventy as you can see above. But, it has also other tags attached, e.g. post and featured for example, that are mainly used for creating the posts and featured collections. The HTML/nunjucks code for showing the taglist on...
Recently I converted my old Kindle Paperwhite 3 (jailbroken) to a Tapo surveillance cam viewer. It was fun, but I recently had the idea to make a better use for it. Namely making an image carousel showing nice pics I took over the years. – Project overview The idea is quite simple: create an init.d conf to start the script at boot prepare the...
To manage your custom Kindle scripts I found the following trick super useful. Let’s say you have a script that shows the time on your Kindle e-ink display, under /bin/custom-clock Place your script configuration under /etc/init/.conf (e.g. /etc/init/custom-clock.conf) with the following content: start on started lab126_gui stop on stopping...