secana

joined 1 year ago
[–] secana 10 points 6 months ago (3 children)

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

[–] secana 3 points 6 months ago (2 children)

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

[–] secana 1 points 6 months 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.

36
submitted 7 months ago by secana to c/rust
[–] secana 3 points 7 months 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?

[–] secana 2 points 7 months ago (3 children)

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

[–] secana 1 points 7 months ago (1 children)

What is missing in the existing ones?

 

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

[–] secana 1 points 7 months 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?

[–] secana 1 points 8 months ago (1 children)

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

[–] secana 3 points 8 months ago

Didn't know that one. Thanks for sharing.

[–] secana 7 points 8 months ago (1 children)

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

[–] secana 9 points 8 months 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?

[–] secana 1 points 8 months ago

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

 

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?

 

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

view more: ‹ prev next ›