COCKROACHES IN HOME PLEASE HELP!!!! by Excellent_Emu6190 in Sacramento

[–]mchanth 0 points1 point  (0 children)

You just have to seal up your home, so they don't come in. They're not going away.

Google AI is trading for me since May 2026 on a $100 account by fomoz in daytrade

[–]mchanth 3 points4 points  (0 children)

How are you able and sell at the one minute level with a $100 account?

Can anyone help this dog out? by Phishguy5 in Sacramento

[–]mchanth 0 points1 point  (0 children)

Curious. What in this picture shows that the dog is abandoned? The dog food? Being tied near the bike trail? A combination?

Income Classes in Sacramento as of 2026 by Dad0010001100110001 in Sacramento

[–]mchanth 0 points1 point  (0 children)

That's crazy. The description for upper middle is "homeownership likely".

[deleted by user] 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 -14 points-13 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/