/ #tech  #blog 

Posting from iOS

Having a git based blog makes it slightly difficult to post while on the go. I have read at least two accounts of people who pulled that off, but neither workflow quite worked for me. Here’s where I’m at: use WorkingCopy to clone this sites jcfischer/invisible_ch repository use a Siri shortcut to convert urls to markdown links use a Siri shortcut to export images from Photos to WorkingCopy by saving it through the Files app in the repository that WorkingCopy hosts Using iA Writer to edit files that are stored in A git repository (add WorkingCopy as a file provider in iA Writer) Things I tried that didn’t work: ...

Jens-Christian Fischer
/ #tech  #fadecandy 

Lights

My daughter and I have started working on a LED light installation with several hundred LEDs. We are using the wonderful Fadecandy board by Adafruit. A couple of weeks ago, she hooked up their 8x8 Matrix to the Fadecandy and started to explore programming the lights with Processing. But we have bigger plans. I ordered a bunch of LED strips with 50 WS2812 Neopixels spaced out around 10cm and we started to work on hooking them up with power and data connections today. ...

Jens-Christian Fischer
/ #wordpress  #hugo 

Rescue Old Blog

Two days ago, when I resurrected this blog, I thought I’d just start from scratch, leaving the 930+ old blog posts forever gone. Then I read how Amit moved from Squarespace to Hugo using the ExitWP tool to convert a Wordpress XML export to markdown files. I had an old export file lieing around and after just a few minutes with ExitWP I had 936 Markdown files, spanning 10 years (2003 — 2013) of my old blog content. ...

Jens-Christian Fischer
/ #tech 

Setup Matomo

I like Analytics on a website, I don’t want to use Google Analytics. That leaves me with only a few options, one it to run my own analytics software somewhere I control. Previously I used Piwik with good success, so it seems sensible to set that up. Piwik has been renamed to Matomo and I haven’t found a simple complete installer. Server Setup I know that I should use something like Ansible to set it up, but I’m doing it by hand for now. ...

Jens-Christian Fischer