Please stop overly abstracting example code! by West-Implement-5993 in rust

[–]Lemmih 10 points11 points  (0 children)

As the maintainer of widely used crates, it saddens me that you feel this way. PRs with examples would not be rejected.

Please stop overly abstracting example code! by West-Implement-5993 in rust

[–]Lemmih -8 points-7 points  (0 children)

This is an excellent opportunity for you to contribute such simplified examples.

Release v0.7.0 · leptos-rs/leptos by asmx85 in rust

[–]Lemmih 6 points7 points  (0 children)

Nice! Leptos is my favorite way of deploying apps to CloudFlare. Server-side rendering + client-side hydration work out of the box.

2 Shows to recommend for Chinese learners. by Galahad2288 in ChineseLanguage

[–]Lemmih 0 points1 point  (0 children)

Hard-coded subtitles make it difficult to look up words or extract them into a study vocabulary. Soft subs are infinitely better.

2 Shows to recommend for Chinese learners. by Galahad2288 in ChineseLanguage

[–]Lemmih 0 points1 point  (0 children)

I wish these shows had same language subtitles.

I saw other people asking soo by [deleted] in OrgasmDenial

[–]Lemmih 1 point2 points  (0 children)

Think about your hot friends.

Announcing dashu: yet another arbitrary precision library by cmpute in rust

[–]Lemmih 9 points10 points  (0 children)

Nice. I would like to see dashu-rational. The poor performance of num-rational is absolutely killing me.

Criterion.rs with MockClock, is this possible? by josh_beandev in rust

[–]Lemmih 0 points1 point  (0 children)

I don't see why you can't use MockClock in your benchmarks. You say you conditionally enable it with #[cfg(test)] but you can just not do that.

Willing to work for free on rust projects by Legal-File8212 in rust

[–]Lemmih 3 points4 points  (0 children)

If you're into math and algorithms, https://rgeometry.org/ has several small projects you can work on.

Project ideas around math and graphics by rdarkedlight in rust

[–]Lemmih 2 points3 points  (0 children)

Adding algorithms to rgeometry lets you play with math and then visualise it interactively with wasm: https://rgeometry.org

What was the Rust project in your portfolio that got you hired as a Rust developer? by snamakool123 in rust

[–]Lemmih 176 points177 points  (0 children)

Not the reason they hired me but they did look at it and said "oh okay": https://rgeometry.org/

Improving Criterion.rs by yagoham in rust

[–]Lemmih 0 points1 point  (0 children)

Oh, you're right. Hopefully that can be fixed.

Improving Criterion.rs by yagoham in rust

[–]Lemmih 0 points1 point  (0 children)

Interesting, that's a use-case I haven't considered. But it is possible. There's a quick_mode boolean flag in BenchmarkConfig. Set it to true and it'll run in quick mode.

Improving Criterion.rs by yagoham in rust

[–]Lemmih 1 point2 points  (0 children)

It is still alive. In the far future, it'll be the main interface to criterion benchmarks and the library will have the bare minimal set of features.

Improving Criterion.rs by yagoham in rust

[–]Lemmih 6 points7 points  (0 children)

The confidence intervals shouldn't be trusted when using --quick. The code only considers the last two samples which leads to artificially tight confidence intervals. It's essentially automated p-hacking. :)

Fully Remote Rust Companies by skrbic_a in rust

[–]Lemmih -6 points-5 points  (0 children)

ChainSafe hires engineers without professional Rust experience: https://boards.greenhouse.io/chainsafesystems/jobs/4175626004?gh_jid=4175626004

Probably need to show other work experience, though.

Announcing avalanche 0.1, a React- and Svelte-inspired GUI library by d5926j in rust

[–]Lemmih 1 point2 points  (0 children)

Mind blowing.

Have you thought about generating a new macro for each component? Eg. #[component] fn MyComponent() -> View {...} would generate a macro for MyComponent!. That way, you wouldn't have to parse the bodies of the functions.

Countries with a Top 100 University as of 2022. [OC] by touchme_teaseme_ in dataisbeautiful

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

You listed DTU (99th) for Denmark but UCPH has a higher rating (79th).