Jan-Lukas Else

Jan-Lukas Else

Tech, life and everything else

💬 Micro

This section is for short notes, thoughts or IndieWeb interactions.


All the Nextcloud apps I use

Published on in 💬 Micro

These are the Nextcloud apps that are activated on my Nextcloud instance:

  • Accessibility: Has an option to activate a dark theme
  • Activity: It’s really nice to have an activity log of created, changed and deleted files
  • Brute-force settings
  • Calendar
  • Checksum: Lets you calculate checksum of files
  • Deck: I often use this when organizing the learning for exams
  • Deleted files
  • File sharing
  • Gallery
  • Log Reader
  • Markdown Editor
  • Metadata: Lets you see metadata of pictures etc.
  • Monitoring
  • Notes: I use it for all my notes, there’s a great Android app
  • Notifications
  • Optical character recognition
  • PDF viewer
  • Preview Generator: Lets you pre-generate preview images of new photos via a Cronjob
  • Privacy
  • Right click
  • Share by mail
  • Tasks: I don’t really use it, but it may be a good alternative to Todoist and other tasks managers
  • Text: Nextcloud’s new text editor. It’s really nice and supports markdown
  • Theming
  • Versions
  • Video player
  • Viewer

View

Automatic Webmention sending

Published on in 💬 Micro

My dynamic Hugo backend (it’s not just Micropub anymore) should now send Webmention requests automatically after publishing a post. I first thought about using the Telegraph API for that, but then just took the webmention library written in Go by Will Norris.

View

Published on in 💬 Micro

Codecademy was once a great source to learn new programming languages, but it seems in the last year, they started to push harder to increase revenue. After login you get presented a page to buy Pro access (and you need to find that small “Back” link), Pro banners everywhere and popular courses like the one to learn Python 3 are Pro-only anymore. Seems like I need to find another source to learn some Python basics for my seminar paper about Falcon.

View

Series on jlelse.blog

Published on in 💬 Micro

Like Jamie Tanna, I now added the series taxonomy (more on taxonomies in the Hugo documentation) to my blog. The first series is “Using Windows”. I plan to make more use of this feature in the future.

View

Published on in 💬 Micro
Updated on

I’m expanding my hugo-micropub endpoint all the time. My next planned features are:

  1. automatic webmention sending, probably by using Telegraph
  2. automatic posting to my Microblog.pub instance
  3. support for updating entries (I already built support for querying content items)

View

Published on in 💬 Micro
Updated on

This is my first micro-post on my blog in the new micro section. I updated my theme to better handle posts with no titles. And: I added support for likes. (You’ll probably see some in the future.)

View

Jan-Lukas Else