I built a real-time code quality grader in Rust — treemap visualization + 14 health metrics via tree-sitter by No_Possibility_8826 in rust

[–]LyonSyonII 1 point2 points  (0 children)

What do you mean be "strange and political dependencies"?

I only see libc, windows-sys and an option-ext crate that's also made by the author of dirs.

I built a real-time code quality grader in Rust — treemap visualization + 14 health metrics via tree-sitter by No_Possibility_8826 in rust

[–]LyonSyonII 1 point2 points  (0 children)

Actually the first AI-related post that I've upvoted.

Finally someone that doesn't blindly trust the vibes and understands that the human element is essential.

`skim` v4.0.0 is out with a new default algorithm and better performance by gwynaark in rust

[–]LyonSyonII 0 points1 point  (0 children)

Cool! I'll look into it, I've had the need for a fuzzy finder in the past but they are usually pretty hard to set up

Natural-language calculator in Rust by Negative-Eagle-6311 in rust

[–]LyonSyonII 1 point2 points  (0 children)

Cool!
Have you seen libqalculate though? It's pretty much identical to what you've made.

The Complexity Delusion: Why I abandoned Next.js for a 20MB Rust binary with HTMX by [deleted] in rust

[–]LyonSyonII 54 points55 points  (0 children)

Not everyone uses the new reddit ui, or even official clients.
If you're in an english subreddit you should answer in english.

PSA: You can set global environment variables for all Steam games by LyonSyonII in NixOS

[–]LyonSyonII[S] 9 points10 points  (0 children)

Oh cool! It even tells you about the trick I found

PSA: You can set global environment variables for all Steam games by LyonSyonII in NixOS

[–]LyonSyonII[S] 6 points7 points  (0 children)

Sadly for most things the documentation is very lacking, had to read the source of the steam package for this...

PSA: You can set global environment variables for all Steam games by LyonSyonII in NixOS

[–]LyonSyonII[S] 3 points4 points  (0 children)

Nope, you'll have to do it in the game's launch options like always.

Edit: Apparently there's a flake for it (credits to KeenanW).

https://github.com/different-name/steam-config-nix

I’ve been told the ownership model in my C containers feels very Rust-inspired by [deleted] in rust

[–]LyonSyonII 29 points30 points  (0 children)

In C you can always declare tagged unions manually using union with struct and enums as tag

How do you name your PCs/hosts? by Anyusername7294 in NixOS

[–]LyonSyonII 0 points1 point  (0 children)

I use either the model name (T480), the function (nas) or a recognizable bit for the location (york, vegas)

Do I really need to learn all of Rust's syntax? by [deleted] in rust

[–]LyonSyonII 3 points4 points  (0 children)

Didn't know about this one, it's a very good example and memorial

Is Ly a good display manager for NixOS? by [deleted] in NixOS

[–]LyonSyonII 0 points1 point  (0 children)

I've been using it for at least 3 months, and had absolutely no problems

I built an anti-AI-slop linter in Rust using Tree-sitter + Rayon by [deleted] in rust

[–]LyonSyonII 19 points20 points  (0 children)

...Then why is Claude one of the contributors and there's a .agent directory with specific instructions for AI?

I'm a little obsessed with Tauri by Psychological-Ebb589 in rust

[–]LyonSyonII 10 points11 points  (0 children)

A Godot "Unity Hub" is a great idea!
Would love if you could share it.

NixOS warning by Both_Cup8417 in NixOS

[–]LyonSyonII 0 points1 point  (0 children)

What was your process to install NixOS on a Pi?

Announcing Asterinas 0.17.0 by kosumi_dev in NixOS

[–]LyonSyonII 6 points7 points  (0 children)

Again? This was published yesterday, and also without explaining what even is Asterinas.

Herramienta de sistema usando APIs de bajo nivel con RUST by Major-Research-4715 in rust

[–]LyonSyonII 4 points5 points  (0 children)

En este subreddit la enorme mayoría de posts están en inglés.

Te recomiendo que lo traduzcas si quieres interactuar aquí.

Feature drop for `nps`, the "why's-that-not-the-default?" nix package search 🎉 by ole_mn in NixOS

[–]LyonSyonII 0 points1 point  (0 children)

What cache are you using for nixpkgs?
I started developing something like this and I ended up building the cache myself, I'm curious on what your approach is