22

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

[-] secana@programming.dev 10 points 2 weeks ago

I ported the frontend for https://kellnr.io from vuex to pinia, which makes the code to hold state in the frontend much cleaner.

15

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

36
20

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

15

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

16

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

[-] secana@programming.dev 9 points 1 month ago

I release a new version of https://kellnr.io with some bug fixes and updated Docker images (Ubuntu 24.04 base).

24

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

9

Hi,

I want to sort my bookmarks in Firefox with home-manager into folders, but fail.

Simple example:

firefox = {
      profiles."user" = {
        bookmarks = [
          {
            name = "Nix";
            toolbar = true;
            bookmarks = [
              {
                name = "NixOS Search";
                url = "https://search.nixos.org/packages";
              }
              {
                name = "NixOS Options";
                url = "https://nixos.org/manual/nixos/unstable/options";
              }
              {
                name = "Home-Manager Options";
                url = "https://nix-community.github.io/home-manager/options.xhtml";
              }
              {
                name = "Home-Manager Options Search";
                url = "https://home-manager-options.extranix.com/";
              }
            ];
          }
        ];
      };

My assumption was that I get a folder "Nix" in the bookmarks toolbar that contains the four bookmarks. But instead the four bookmarks are added to the toolbar side-by-side without being in a folder.

How can I achieve that?

21

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

10

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

[-] secana@programming.dev 13 points 2 months ago

Or use https://kellnr.io to host your crates. It automatically builds the corresponding docs and hosts them for you. Disclaimer: I'm the author.

14
submitted 2 months ago by secana@programming.dev to c/nix@programming.dev

Hi! I ran into the issue that my kube config, which I manage with home-manager is world read- and writable. I hoped that there is an easy option to set file permissions with home-manager, e.g. home.file."foo".permissions = 0644 but something like this does not exist. All solutions a short web search turns up are overly complicated for something that seems to be a trivial task.

What is the easiest way to set permissions for a file with home-manager?

21

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

[-] secana@programming.dev 96 points 3 months ago

https://tauri.app/ is very popular and does not need electron. It uses the OS native we view.

[-] secana@programming.dev 9 points 3 months ago

The runtime is even called "common language runtime" (clr), as it is intended to support many different languages, which the jvm never was.

[-] secana@programming.dev 12 points 3 months ago

I released https://kellnr.io 5.2.1 with a few smaller fixes and additions.

[-] secana@programming.dev 10 points 3 months ago

If that really works without any drawbacks, I hope it gets merged into Rust main.

[-] secana@programming.dev 11 points 4 months ago

The Windows linker needs a lib file to link a DLL. See here how it's done https://kellnr.io/blog/cross-plat-native-lib

[-] secana@programming.dev 13 points 4 months ago

Good idea. We could try to reach TWIR on Mastodon.

[-] secana@programming.dev 10 points 4 months ago

If a few big names here could possibly help. If someone from the Rust project itself or someone well known from YouTube posts here and engages in discussions, more people would be interested to join.

[-] secana@programming.dev 33 points 5 months ago

I advocate for that since years. We need to normalize to pay for OSS. The biggest issue I see is not that people are unwilling to pay (donate) for the software they use daily, but the the payment itself is to complicated. There is not "the one" app store for OSS that every OS uses that makes donations easy. Additionally taking care of taxes for donations is too much of a burden, so the app store needs to handle that as well. And voila: You have the Apple App store or Android Play store.

[-] secana@programming.dev 7 points 5 months ago

Any advantages over distrobox? Sounds very similar.

view more: next ›

secana

joined 7 months ago