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

    • secana@programming.devOP
      link
      fedilink
      arrow-up
      2
      ·
      7 months ago

      Cool! What’s your impression of typst? Is it ready to replace latex or is it still in its infancy?

      • KillTheMule@programming.dev
        link
        fedilink
        arrow-up
        3
        ·
        7 months ago

        It’s absolutely awesome. For my use case, it already surpasses latex, but I’m pretty sure that for other usecases there will be a point where latex offers more, at least due to ecosystem support. I for sure made the switch (wrote some personal docs in typst as well), and I’d suggest anybody at least looks into switching, it’s so much better :)

        From a dev perspective, it’s also great that this is useable as a lib, instead of having to muck with an external binary (or rather full external latex installation).

  • secana@programming.devOP
    link
    fedilink
    arrow-up
    5
    ·
    7 months ago

    I started to implement a new feature for https://kellnr.io. Currently, only private crates are displayed in the UI, but the users wished for the possibility to display cached crates from crates.io, as well. Hopefully a new version will be out in the next days, with the new feature.

      • secana@programming.devOP
        link
        fedilink
        arrow-up
        2
        ·
        7 months ago

        Never heard of them. Kellnr is already three years old. It started when only git was supported as the registry protocol. I later added the sparse (http) registry API. Just a few weeks ago, I removed the old git API, as sparse seems established as the new standard. I never thought about namespacing, as Kellnr is aimed as private hosting for individuals or companies, where name squatting isn’t an issue. But theoretically, I could add that.

      • Eddy@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        7 months ago

        libcosmic has everything you need to create applications and applets, it has a widget collection and utilizes iced.rs as the foundation.

  • Azzy@beehaw.org
    link
    fedilink
    arrow-up
    3
    ·
    7 months ago

    Beginning work on a full Minecraft server implementation; Other projects seem to be either frameworks (over full implementations) or relatively dead :(

  • soulsource@discuss.tchncs.de
    link
    fedilink
    arrow-up
    2
    ·
    7 months ago

    I am still in the process of customizing my desktop on my new MNT Reform laptop. This includes some work on my status bar tool. I just fixed decibel scaling for the ALSA volume plugin yesterday: https://github.com/soulsource/swaystatus/tree/feature/alsa

    I am planning to merge the ALSA plugin to the main branch this week.

    Next thing to add is a battery display. Probably using the udev crate, though I am tempted to just use sysfs instead.

      • MXX53@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        7 months ago

        I like it. I’m still super new to it and trying to get my head around the rust way of doing things. I can say for sure that I really like cargo. It solves a lot of the problems I had with C/C++.

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

    I opened/open-sourced my ed2k link generator that I use to generate them for files so I can manage my AniDB mylist more easily.

    I had done most work in 2022 and have been using it since then. For opening it up I still had to check whether I had sensitive code committed. I had to remove a local filepath from my initial commit. But now it’s versioned and open on GitHub.

    Yesterday I started migrating and extending some Mumo project (Mumble Moderator, python app/framework) CI and docs. I plan to further improve it, and to try to reproduce a bug that may be an issue because of changes in a deb/ubuntu library dependency.