Wanna learn something? Recreate it
Related
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 ...
If you navigate to store.epicgames.com on an iPad with iOS 18 beta you’ll have the ability to scan a QR code on your iPhone to download Epic’s app store. But you don’t want that! You want to install it on your iPad to play Fortnite, Fall Guys and Rocket League! There is an easy way around it. – update 2024-10-12 The procedure to install the store...
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...