Jan-Lukas Else

Tech, life and everything else

2020-06


reveal.js

Published on in 🔗 Links
Updated on

Someone reminded me about reveal.js and I just took a look at the project site. It seems like reveal.js got a completely new website and a major update to version 4. I already used reveal.js for a few slides and liked it. However I didn’t consider it for my recent university presentations, because there I needed a PDF version of my slides (and the PDF export somehow didn’t work quite well with my past slides) and I didn’t really had the time to experiment. Next time I will try reveal.js again.

View

Published on in 💬 Micro

A small life update:

I’ve been quiet for the last few days. But that’s not because something bad happened to me. I am still alive and I have spent a lot of time with my partner, first preparing her oral exam and then celebrating her excellent results. Additionally I had to give a presentation myself.

And as it seems, the summer heat is coming right on time after these tests. The last days it was already around 20 to 25 degrees. Today even 30 degrees. In the sun it is everything but pleasant and I prefer to hide in the apartment.

View

Best Motherf*cking Website

Published on in 🔗 Links

I don’t really like the language of this website (it would also have been possible to communicate the content in more civilised language), but I agree with the content:

View

Principles or convenience?

Published on in 💭 Thoughts

Actually, I’m more of a fan of free, libre and open source software. So if possible I prefer to use Libre Office instead of Microsoft Office. But now, for two presentations for university, I tried Google Presentation. And what can I say? It’s actually not the bad. It is very easy to use. The suggestions, similar to those in PowerPoint, are very good for giving slides an attractive design. And also the slide master editor is somehow easier to use than I remember from Libre Office.

View

Obese websites and planet-sized metronomes

Published on in 🔗 Links

Kevin Galligan wrote a metronome with HTML, CSS and JS, which has a total size of less than 1 KB. Because the existing ones were as large as 11 MB without more functionality. In the accompanying blog post he rants about the modern web (with data-based proofs) and explains how he achieved to make the metronome app as small as 1 KB.

View

My current Wiki approach

Published on in ✍️ Posts

I see a lot of people blogging about really clever knowledge base systems like Zettelkasten or a tool called Roam. But that isn’t something for me for a couple of reasons.

View

Platforms

Published on in 💭 Thoughts

I built myself a TikTokToJsonFeed tool a month ago to follow some profiles, because I don’t want to install the app or create myself an account there. That tool uses a JavaScript library called tiktok-scraper. Unfortunately TikTok changed some things in the UI or unofficial API and now the scraper is broken. This and the fact that platforms like TikTok or Instagram (and many more) block IPs when they detect scrapers is actually a big warning sign. ⚠️ Such platforms don’t want to do anything but keep users on them, show them ads and make the big bucks.

View

Cache Hugo modules in Drone CI

Published on in 👨‍💻 Dev

Today I modified my theme to use Twemoji for emojis. To add the SVG files to the theme, I used a Hugo module mount in the config of my theme:

View

Photoprism 📸

Published on in 🔗 Links

I’m currently “managing” (or better say storing) my photos using Nextcloud. Whenever I take photos with the camera, I copy them to a YEAR/MONTH based folder structure. Also the photos from my phone get automatically uploaded to a folder with all phone photos.

View

🤩 Emojis 🤩

Published on in 💬 Micro

I stumbled over Twemoji by Twitter 🐦 and a Hugo module for Twemoji and thought it might be a good idea to use Twemoji on my blog (I didn’t use the Hugo module, but integrated it directly into my theme - with a few optimizations). In my Flatpak Firefox on Ubuntu most emojis don’t have a color and it isn’t really fun to use emojis in my blog posts when they don’t look great everywhere. Twemoji replaces the Unicode emojis in the browser with SVG images. So if you have JavaScript enabled in your browser, you’ll see emojis that look like on Twitter, otherwise you’ll see the default Unicode emojis from your operating system. So expect an increased use of emojis here. 🤓😂

View

Jan-Lukas Else