alex_is

joined 1 month ago
[–] alex_is@infosec.exchange 0 points 4 days ago (1 children)

@TehPers @cm0002 I guess I can somewhat empathize with the author. But you're right, the author seems to be frustrated that some things are inherently complex. Though, Rust has terrific documentation and a lot of literature to get enough understanding to where things aren't necessarily runes anymore, but rich in meaning.
I will say though, does nalgebra require custom derive macros? If you need to parse ast on the regular to use a library, I can definitely agree with his point on complexity.

[–] alex_is@infosec.exchange 2 points 4 days ago

@SorteKanin I realize that cost too. I''d love to run Rust up and down my stack. But JS is very much still king unfortunately. The sheer breadth of materials, mature frameworks and libraries make it the prudent choice. But the documentation/example part is something I feel deeply. I remember struggling with iced.rs when I had to use it. Sure, there were examples, but it was a complete shift in thinking and implementing complex widgets and visuals was really hard. I felt a lot of similarities to that when I tried Dioxus. It is a terrific framework, it just needs time to mature, as does pretty much ever front end Rust framework.

[–] alex_is@infosec.exchange 2 points 5 days ago

@BB_C @jwr1

that's awesome. gave me a chuckle. gotta love rust (i use a lot of rust)

[–] alex_is@infosec.exchange 5 points 1 month ago

@turbohz oh hell yea. Godot is pretty cool. Honestly, I think it's the first of the more notable engines to actually have Rust integration. Unreal would be way better if you could use Rust. I tried the C# stuff for a while and I just disliked the language a lot (used it professionally for years too)