home.social

#catacomb — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #catacomb, aggregated by home.social.

fetched live
  1. Spent this weekend implementing a simple addition to Charon: It now shows the travel speed while GPS is active.

    Initially I calculated it myself based on GPS position, but then I realized I could just use the GPS NMEA sequence that reports the travel speed directly (and much more accurately). Luckily this means there's now also a fallback when not using GPS NMEA mode.

  2. St. Lawrence is pictured here on the right holding a cross and codex in this fresco from the #catacomb of San Senatore in Albano Laziale, just outside #Rome. Interestingly only he and Christ have halos.

    📷🇮🇹 flic.kr/p/HCXoUu

    #photography #archaeology #iconography #Italy

    @photography @visualarts @humanities @travel

  3. St. Lawrence is pictured here on the right holding a cross and codex in this fresco from the #catacomb of San Senatore in Albano Laziale, just outside #Rome. Interestingly only he and Christ have halos.

    📷🇮🇹 flic.kr/p/HCXoUu

    #photography #archaeology #iconography #Italy

    Christ with Saints, Catacomb o...

  4. I have been avoiding the flashlight on my Fairphone 5, since it seemed pretty bright at max brightness, thereby possibly burning out pretty quickly over extended use.

    With Epitaph 1.4.0, I've finally gotten around to fixing that, by changing the flashlight from a button to a slider.

    git.sr.ht/~undeadleech/epitaph

  5. Gorm 1.2.2 fixes an issue where access points supporting WPS weren't showing up in the list of available APs:

    git.sr.ht/~undeadleech/gorm/re

  6. Kumo 1.9.0 brings some minor QoL changes, including a color indicator for ephemeral mode and preloading tabs opened in the background.

    You can find the full changelog here:
    git.sr.ht/~undeadleech/kumo/re

  7. Charon 1.9.0 adds support for navigation TTS (using third-party apps) and improves distance calculation of the active navigation segments:

    git.sr.ht/~undeadleech/charon/

  8. I am so done with Flathub.

    First you have to spend hours rebuilding the entire world just to package the simplest thing, then you have to fight with Flathub admins about the application not feeling native enough on Gnome, which apparently is the only desktop environment that exists.

    It is such an incredible waste of developer time just because you can't find any maintainers that know how to properly package an application…

  9. Catacomb 1.6.0 brings a small improvement for the Fairphone 5, working around the frequent wakeups from suspend by quickly resuspending after wakeup without inputs, and keeping the screen off on wakeup without power button press.

    git.sr.ht/~undeadleech/catacom

  10. Since squeekboard is no longer maintained, I decided to take some time to add focus-based visibility to wvkbd:

    lists.sr.ht/~mil/sxmo-devel/pa

    Surprised to see it wasn't implemented before, considering how simple it is. If this is not desired upstream, maybe it's time to write my own…

  11. Fresco of a menorah from the #Jewish #catacomb of Vigna Randanini in #Rome. Discovered in 1859, off the Via Appia, the catacomb attests to the presence of a thriving Jewish community. The site developed over the second through fourth centuries CE. 📷🇮🇹 flic.kr/p/2shRfnh #photography #archaeology

    Fresco of Menorah, Jewish Cata...

  12. Decided to add Kumo to the list of projects built with :

    servo.org/made-with

    Lots of cool projects there. Once my touch support fixes are upstreamed, it might be a nice project to try and get some broken websites working in it.

  13. Curious if anyone has used or in general and has some suggestions for interesting new features/applications.

    I've got a couple ideas, but none of them really spark joy. Best idea so far is turning my stuff into a proper distro, but I'm not that fond of maintaining all of that by myself.

  14. Charon 1.8.0 changes the default tile size from 256 to 512:

    git.sr.ht/~undeadleech/charon/

    While this is mostly a lateral move, it simplifies the offline tile archive generation. Instead of 8+ hours of requesting tiles from a server, I can now render 75k+ tiles locally in under 10 minutes. This should make it easier to fulfill offline tile addition requests.

  15. Apparently the Fairphone 5 microphone not working with automatic wireguard call profile switching was just a race condition with q6voiced:

    gitlab.postmarketos.org/postma

    This means I now have calls working at a usable level with great quality on the Fairphone 5.

    Since ArchLinux users must love the bleeding edge, I'm shipping this as default with my packages, so it should work out of the box going forward:

    git.sr.ht/~undeadleech/catacom

  16. Epitaph 1.3.0 improves FP5 GPS support and ignores single-tap drawer expansion during calls:

    git.sr.ht/~undeadleech/epitaph

  17. Kumo 1.8.1 fixes a couple bugs that probably went unnoticed by everyone but me. Baby steps.

    git.sr.ht/~undeadleech/kumo/lo

    Maybe it's time to get calls working on my Fairphone 5…

  18. Charon 1.7.0 brings idle inhibition while the GPS is locked and fixes issues with startup on some compositors:

    git.sr.ht/~undeadleech/charon/

    First time doing a release through SourceHut, seems like I should put the changelog in the tag's message.

  19. After about 3 hours, I'm finally done migrating all Catacomb projects over from GitHub to SourceHut:

    sr.ht/~undeadleech/catacomb

    I was surprised to realize that GitHub did not automatically subscribe me to many of my own projects, finding some open issues in the process.

    Didn't think it was going to take this long, but there's been a lot of projects piling up. If someone finds some old GitHub links, please let me know.

  20. Kumo 1.8.0 automatically unloads inactive tabs, to preserve resources and enhance initial loading speed.

    github.com/catacombing/kumo/re

  21. ArchLinux 7.0.0, now available at a Fairphone 5 near you.

  22. Aevum 2.3.1 uses the RTC offset to schedule alarms on systems with read-only RTCs. This finally fixes the last remaining reason I had to use the PinePhone Pro over the Fairphone 5.

    github.com/catacombing/aevum/r

  23. Took me a bit of time (and ~$15 worth of Flathub CI costs) to figure out, but a Flatpak of Kumo with Servo support is now available:

    flathub.org/en/apps/org.cataco

    Don't use Flatpak myself, but I'm kinda curious if Servo works with the Flatpak.

  24. Just released version 1.7.0 of Kumo:

    github.com/catacombing/kumo/re

    The most significant change is the introduction of Servo as an optional rendering engine besides WebKit.

    Originally wanted to give this some more time to cook, but my hand was forced after updating my WebKit fork to the latest version of WebKit.

    Easiest way to try is Flatpak, it should be available there in a couple hours.

  25. Over a year ago I tried adding Servo support to my browser and failed. A month ago I tried again, but some crucial things were still missing upstream.

    After spending the weekend adding touch context menu support to Servo, I finally managed to get it in a spot where I'm willing to let other people try.

    It's not quite ready for release yet, but if testing reveals no issues, I'll hopefully be able to publish a new version in the coming weeks.