Hi rustaceans! What are you working on this week? Did you discover something new, you want to share?

  • codemonk@programming.dev
    link
    fedilink
    arrow-up
    7
    ·
    2 months ago

    Still working on my app launcher. Currently working on on user config. Recently I added support for app icons and there freedesktop.org icon themes. Icon themes are more complicated than I expected. Themes can have multiple fallbacks themes which themselves can have multiple fallback themes. Totally makes sense. I just did not think about it too much before implementing it. Allowed me to implement a nice breadth-first search. Most themes have a single fallback theme, so it is not of much use, but hey, I follow the spec. 😅

      • codemonk@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        2 months ago

        Haven’t seen it indeed. Afaik, app icons should be fine. In case they are not, I have an idea, what the issue might be. Thank you.

        Reading through the bug tracker, the GNOME approach seems to be one I see way to often: “The standard is outdated in our view and does not suit us. Let’s just treat it as obsolete and make our own incompatible thing. If this breaks stuff, its not our problem.” I prefer those that say: “We need an updated standard.” But they seem to be the minority, at least these days.

  • sugar_in_your_tea@sh.itjust.works
    link
    fedilink
    arrow-up
    5
    ·
    2 months ago

    Still working on my p2p “lemmy.” I finished a wave of FE work, so now updating the BE to match. Next steps:

    • queries - built-in Iroh queries don’t cut it
    • sync between peers
    • new DB structure - multiple communities, voting, etc
    • integrate initial moderation system

    Once that’s done, I’ll need another wave of FE work and then lots of testing before I’m ready to publish code. Hopefully I’ll get there next month.

  • _hovi_@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    2 months ago

    Recently did my portfolio website using Leptos, that was pretty cool. Currently, working on adding modded Minecraft launcher support to my plugin for rofi called rofi-games so the instances can be launched from there