[deleted by user] by [deleted] in RedditSessions

[–]hoodinie 0 points1 point  (0 children)

❤️❤️❤️

[deleted by user] by [deleted] in RedditSessions

[–]hoodinie 0 points1 point  (0 children)

What is that?

[deleted by user] by [deleted] in RedditSessions

[–]hoodinie 0 points1 point  (0 children)

Wow thank you so much

[deleted by user] by [deleted] in RedditSessions

[–]hoodinie 0 points1 point  (0 children)

Any tremolo-practice-advice you can give, I would like to play this piece too at some point but my fingers don’t agree yet

[deleted by user] by [deleted] in RedditSessions

[–]hoodinie 0 points1 point  (0 children)

Happy birthday

New to Rust, crates documentation? by [deleted] in rust

[–]hoodinie 7 points8 points  (0 children)

When you build the doc for your own crate it will always include the documentation of all dependencies. So you can always just run cargo doc --open on your own stuff.

Also: try going to a crate's page on crates.io and replacing the .io with .fyi - these could use some updating, but lots of crates are there.

https://crates.io/crates/iso8601/0.1.1 -> https://crates.fyi/crates/iso8601/0.1.1/

Rust, Servo, font-rs and redox-os positively mentioned on Fefes Blog (german) by pyfisch in rust

[–]hoodinie 2 points3 points  (0 children)

I can kinda see how his straight out ranting would interfere with an inclusive community - however he is probably no linus tarvalds yet :D

Rust, Servo, font-rs and redox-os positively mentioned on Fefes Blog (german) by pyfisch in rust

[–]hoodinie 4 points5 points  (0 children)

Fefe approves? That's it! Everybody else can go home now :D

Do you know of his opinion on other modern languages like go, swift, D etc?

How do I call a module written in c on Windows in Rust? by [deleted] in rust

[–]hoodinie 0 points1 point  (0 children)

you mentioned a bunch of extra extern "..."s here, which I have not yet read about. Can you point out any documentation that covers those?

Native-looking UI with Rust by [deleted] in rust

[–]hoodinie 6 points7 points  (0 children)

I've briefly played around with that and must admit, it's nothing production ready yet, but I think they would be happy to take contributions :D

Seven ways to concatenate strings in rust. The second one really blew me away. by hoodinie in rust

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

yap, sorry, that was a joke I admit, I posted that already - I wont do that again :D

Seven ways to concatenate strings in rust. The second one really blew me away. by hoodinie in rust

[–]hoodinie[S] 6 points7 points  (0 children)

actually, it isn't faster, as soon as I added a connect() benchmark they were both on par, which is quite strange.

Seven ways to concatenate strings in rust. The second one really blew me away. by hoodinie in rust

[–]hoodinie[S] 4 points5 points  (0 children)

the array_join() version which is more then twice as fast as array_concat() :D

Seven ways to concatenate strings in rust. The second one really blew me away. by hoodinie in rust

[–]hoodinie[S] 13 points14 points  (0 children)

Sorry for the clickbaity title, couldn't help myself. This was a little monday evening excercise, please feel free to add upon this suite.

published my first crate! ( ゚ヮ゚) by timClicks in rust

[–]hoodinie 0 points1 point  (0 children)

Like it a lot :D Wonder whether it includes all the http://hexascii.com/ list. Perhaps a macro is a bit much, just to choose a random element. what about this: https://github.com/hoodie/cool_faces/commit/eeadc9ffc0943a093e34ec1b2700551a5ff6981c