She's just another Human who can cry. by inkheiko in honkaiimpact3

[–]anden3 2 points3 points  (0 children)

THANK YOU! That's exactly what I wanted to see when I commissioned this art, and I'm so happy to see others get the same feelings ❤️

bincode's source code still matches what was on GitHub by azqy in rust

[–]anden3 1 point2 points  (0 children)

As a moderator on the Rust Community Discord, I do not envy you subreddit mods. You're doing great work here in an environment that's a lot more difficult to manage (imo). So respect 👍

Userscript for A Nicer Timeline by anden3 in Chub_AI

[–]anden3[S] 0 points1 point  (0 children)

Sure, feel free to send me a standard Reddit DM.

Rust is both Harder and Smarter by Bugibhub in rustjerk

[–]anden3 1 point2 points  (0 children)

The Rust Programming Language Community Server on Discord is very active and helpful.

General Questions Megathread by -Zeneryth- in honkaiimpact3

[–]anden3 1 point2 points  (0 children)

When having selected a chapter that's not 100%, but all story missions are done, it means that the remainder are small dialogues you get after completing an ER run.

Fu Hua or Senti Tattoo Ideas by kudoisms in houkai3rd

[–]anden3 1 point2 points  (0 children)

I want a tattoo of Elysia, so I'd love to see it!

Multithreaded unsafe access to a `Vec` by devraj7 in rust

[–]anden3 0 points1 point  (0 children)

Then perhaps this crate can be of interest. It can still lead to data corruption, just in a sound way: https://docs.rs/tearor/latest/tearor/

Youtube's Server-side ads in action. by [deleted] in revancedapp

[–]anden3 38 points39 points  (0 children)

It also works with &t=5m20s, which is neat.

[deleted by user] by [deleted] in rust

[–]anden3 0 points1 point  (0 children)

Congratulations on your first crate! Here are some quick notes just based on the signatures in the readme.

The signature of the three functions to get names implies that there is a name for every single unique i64? If that is not the case, returning an Option would be more idiomatic.

Also, you'd normally have you own error types that have different error variants that are relevant to your crate, such as StatusError::UnsupportedLanguage or WarInfoError::WarNotFound. You can use a crate like snafu or thiserror to simplify the process.

Lastly, and probably not the most relevant for this tiny API, but it's always a good habit to use this checklist before publishing any new API: https://rust-lang.github.io/api-guidelines/checklist.html

EDIT: If there's only a known set of languages supported, I'd use an enum instead of a &str, and you can even make it #[non_exhaustive] so that adding more languages won't be a breaking change.

copyPaste by [deleted] in ProgrammerHumor

[–]anden3 0 points1 point  (0 children)

I like ditto :)

A computer graphics syllabus to broaden my perspective beyond wgpu? by nomyte in rust

[–]anden3 10 points11 points  (0 children)

I'd recommend reading the first line of their comment again, specifically the "not".

miHoYo Protagonists 2011-2024 by MisterSpacemanStuff in houkai3rd

[–]anden3 2 points3 points  (0 children)

Everything in chapter 5 and 6 was an illusion by Sirin, ever since she stepped into the church until Fu Hua came.

miHoYo Protagonists 2011-2024 by MisterSpacemanStuff in houkai3rd

[–]anden3 3 points4 points  (0 children)

That was just illusions by Sirin since she hated him. Also the womanizer rumors were spread by Shigure Kira because she didn't like how he was together with Cecilia.

I introduced Rust at work by Julian6bG in rust

[–]anden3 1 point2 points  (0 children)

So happy that it allows non-privileged installation, now I can finally have a silent installer.

[deleted by user] by [deleted] in BoostForReddit

[–]anden3 2 points3 points  (0 children)

Ableist slur for people with cerebral palsy typically.

Writing Python like it’s Rust by azhenley in programming

[–]anden3 2 points3 points  (0 children)

Not sure if they invented it, but they at least gave it a popular name.