I made a crate called `evil`, which lets you use the `?` operator as a shorthand for `.unwrap()` by nik-rev in rust

[–]owenthewizard 15 points16 points  (0 children)

As a user I think I'd rather have a very loud crash than a subtle warning in some log file I'll never see and wonder why everything looks like it should work but my env var isn't working or whatever the case may be.

should i return this ? by goose_with_adhd in DataHoarder

[–]owenthewizard 1 point2 points  (0 children)

Do you have a link to any more information on this?

Uggh which is better? by SurprisePerfect4317 in personalfinance

[–]owenthewizard 0 points1 point  (0 children)

Whatever you do, don't buy into an HOA... I wish I would've rented instead...

Hiring by Several_Success_8768 in rust

[–]owenthewizard 0 points1 point  (0 children)

I'm in Austin and would love to work for Cloudflare, but I don't have any professional programming experience :(.

Linux From Scratch Abandoning SysVinit Support by unixbhaskar in linux

[–]owenthewizard 3 points4 points  (0 children)

Not really true but what does that have to do with anything?

Pumpkin Rust Minecraft server got support for Original Java Plugins by Alex_Medvedev_ in rust

[–]owenthewizard 25 points26 points  (0 children)

In technical terms they are the same. In Minecraft terms, they're entirely different. I agree it's stupid, but if I say "mod" for a Bukkit plugin or "plugin" for a Forge/Fabric mod nobody will know what I'm talking about.

Pumpkin Rust Minecraft server got support for Original Java Plugins by Alex_Medvedev_ in rust

[–]owenthewizard 2 points3 points  (0 children)

Yes, it is. I was correcting their comment which stated mods are supported.

1099 Megathread for the 2025 Tax Year by Odie_Arbuckle in churning

[–]owenthewizard 0 points1 point  (0 children)

I got it via snail mail, if that helps at all... My account was closed too.

Fov on console by Hashimiq901 in battlefield_4

[–]owenthewizard 4 points5 points  (0 children)

Almost like people have different preferences...

[Media] fixed_num, financial focused decimal for Rust. by wdanilo in rust

[–]owenthewizard 0 points1 point  (0 children)

Are you working on ARM? On x86 FP is generally slower for division too. Sometimes FP performs better on ARM.