home.social
  1. After about 5 years we finally did it, the next version of is released now!

    github.com/navit-gps/navit/rel

    It brings loads of bug fixes and also some new features :)

    For everyone reading who doesn't know what Navit is, it's a fully offline based software for many different systems. With it also works well on . But we also have an app for .
    The docs can be found here:
    navit.readthedocs.io/en/v0.5.7/

  2. Sometimes you have an idea, try to bring it to life and it actually works.
    I just built a GitHub Actions Workflow which builds a static version of a fdroid repo and does a deployment to GitHub pages. github.com/jkoan/fdroid-repo

  3. Heute bin ich endlich mal dazu gekommen einen kurzen Blogbeitrag zu meiner Bereitstellung einer Wunschlisten-Anwendung die im betrieben und über erreichbar gemacht wird zu veröffentlichen:
    jkoan.de/posts/homelab-anwendu


    @ubernauten
    @homelab_de

  4. I finally got around to doing something with my blog again. I added to my based site.
    Now I just need to write the next post on the integration with @ubernauten
    Short Post:
    jkoan.de/posts/decap-cms-das-a

  5. The wiki has been offline since a long time now. But I finally got around to revisit the migration from to @readthedocs. So far it's not finished, but there is great progress. I already opened the PR at github.com/navit-gps/navit/pul to get the nice preview from
    Preview:
    navit--1281.org.readthedocs.bu
    Any ideas how to make the Doc's even better?

  6. Today I (re-)discovered which is really useful for optimizing and reimplanting the binfile driver for .
    I am currently in the process of writing the structure of the binfile tile format as a structure which is really easy. Only thing I find that Okteta is missing is the ability to jump to the next struct in order.
    The tile format is basically a singly-linked list and it would be nice if it would be possible to jump to the next item.