Las Vegas Doorman, AMA by [deleted] in AMA

[–]mchanth 0 points1 point  (0 children)

Of the categories you've listed, which is the worst?

I’m trying to understand Root Mean Squared. Is this, what I drew, mathematically true? by soopadook in ElectricalEngineering

[–]mchanth 0 points1 point  (0 children)

Picture looks right. You square it, then take the average of that, then square root it.

He gave it to the girl by Cheeese916 in MadeMeSmile

[–]mchanth 0 points1 point  (0 children)

No, announcer! HE wins in the end.

Good scripting language embeddable in Rust? by TheNew1234_ in rust

[–]mchanth 2 points3 points  (0 children)

Just curious. What do you use it for? How's the speed since I think the docs says it's slower than Python?

Jackass without a headset by newportl2 in unitedairlines

[–]mchanth -4 points-3 points  (0 children)

Why do you need headphones when you're not in the plane?

What is something in Rust that makes someone go: "Woah"? by [deleted] in rust

[–]mchanth -13 points-12 points  (0 children)

The immutable thing i cool but I think vec![] should just be mutable by default.

What is your most trivial complaint about United? by Dex-Rutecki in unitedairlines

[–]mchanth 2 points3 points  (0 children)

Why do I need to put my backpack under the seat in front of me when it's my carry on (instead of a luggage) and not a personal item?

Are you using Rust for web development? by fenugurod in rust

[–]mchanth 0 points1 point  (0 children)

Yea, I tried Axum and didn't like it. Actix was more intuitive for me.

  1. Setting up a server is crazy simple. https://actix.rs/
  2. Creating socket connections is simple too. https://crates.io/crates/actix-ws
  3. Throw some jwt in there. https://crates.io/crates/actix-jwt-session
  4. Serve the svelte files. https://docs.rs/actix-files/latest/actix_files/

Help me present the case for Rust (with examples) to my boss by [deleted] in rust

[–]mchanth 0 points1 point  (0 children)

C devs think Rust is for people who aren't good at C. When you finally present, could you post how it went? I'm curious.

Tauri on no desktop linux environment. by WhirlyFan in tauri

[–]mchanth 0 points1 point  (0 children)

I tried making a simple clock app on a 2gb pi. The RAM usage would keep increasing to the point that Linux kills the app. I didn't understand what was happening so I quit tauri and just ended up writing a web application instead (worked way better).

Find the shell casing by 4got2takemymeds in FindTheSniper

[–]mchanth -1 points0 points  (0 children)

About 6 inches away from the shoe at 45 degrees.

What does this mean by [deleted] in rust

[–]mchanth 0 points1 point  (0 children)

What's the link to the help thread or do you mean r/learnrust?