secana

joined 7 months ago
[–] [email protected] 1 points 36 minutes 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.

[–] [email protected] 1 points 36 minutes ago

How is the overall ML story with Rust? Is it usable in comparison to Python?

 

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

[–] [email protected] 1 points 2 days ago

The selling point of Ice (the underlying framework for libcosmic) is the cross-platform compatibility. Can I use libcosmic cross-plat as well, or is it more a specialisation of Ice for Linux with the clear focus on the Cosmic desktop? Would be cool to re-use some widget etc.

[–] [email protected] 3 points 1 week ago (1 children)

Never heard of it. I used the Rust book when I started learning it.

 

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

[–] [email protected] 2 points 1 week ago (3 children)

Is rust common in schools now or is it your personal interest that lets you use it?

 

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

[–] [email protected] 1 points 2 weeks ago (1 children)

Never used bstr. What was interesting about it?

 

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

[–] [email protected] 1 points 1 month ago (1 children)

Ah yes, compiles times. Off all the things that could be better in rust, my number 1.

[–] [email protected] 3 points 1 month ago

Didn't know that one. Thanks for sharing.

[–] [email protected] 7 points 1 month ago (1 children)

I get the feeling that there are much more game engines in rust, than games :P

[–] [email protected] 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).

 

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

[–] [email protected] 1 points 1 month ago

That worked! Thank you! The trick is really to embed the bookmarks into each other :)

[–] [email protected] 1 points 1 month ago (2 children)

Thanks for the reply. When I disable the toolbar, the bookmarks are correctly placed in a folder but the folder is not visible in the toolbar anymore. So I can either have the bookmarks separately in the toolbar, or in a folder but not in the toolbar. The combination of both seems to be only possible if I move the bookmarks by hand in the UI :/

 

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?

 

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

 

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

 

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?

 

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

 

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

view more: next ›