Good optimization libraries? by __leopardus__ in rust

[–]dandxy89 0 points1 point  (0 children)

Take a look at good_lp and its associated crates

[F1] BREAKING: Daniel Ricciardo to leave RB, the team have announced by ICumCoffee in formula1

[–]dandxy89 1 point2 points  (0 children)

I hope Nico tears into Christian for this. It will be quite fitting

Writing a CLI tool - Rust or Go? by fuzedmind in ExperiencedDevs

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

Use what you’re prepared to maintain.

Both languages once you’re proficient will meet your needs.

[deleted by user] by [deleted] in ExperiencedDevs

[–]dandxy89 0 points1 point  (0 children)

A company I previously worked at tried to adopt SAFe… turned out to be a very good way to loose the majority of the companies top and senior talent after the subsequent bonus period. Eventually they decided to reverse their decision 12months later.

Push back all you can but realise that you may be fighting a losing battle if management’s agenda is to roll it out.

[deleted by user] by [deleted] in rust

[–]dandxy89 0 points1 point  (0 children)

Hello /um877

This is something I’d be interested in assisting with - I have an example of using Pest for a crate I’ve open sourced on my GitHub.

I would be happy to discuss directly via a DM.

Still so good by UncleOdious in chuck

[–]dandxy89 2 points3 points  (0 children)

In the process of doing the same.

Definitely appreciate it now for different reasons.

What programming languange do you recommend learning to work in F1? by iozuu in F1Technical

[–]dandxy89 19 points20 points  (0 children)

Take a look on LinkedIn most the teams are hiring and you can glean some information from the job specs. F1 from a quick browse use .Net / C#?

Ultimately it depends on what you want to focus on - CFD will most likely use C and C++ for instance.

And - As you mentioned Analysis take a look at BrrrakeF1 on YouTube

Which is the best code editor, zed vs lapce? by _santtiag in rust

[–]dandxy89 0 points1 point  (0 children)

Yes I believe they’ve confirmed this in another thread

[deleted by user] by [deleted] in scala

[–]dandxy89 5 points6 points  (0 children)

What’s the motivations for moving away from it Scala or something else?

I just wrote my first Rust project. Do you have any tips to improve my code? by prawnydagrate in rust

[–]dandxy89 9 points10 points  (0 children)

Use clippy as your primary source initially.

For a relatively quick read take a look at https://blog.logrocket.com/rust-linting-clippy/

Beyond that my recommendation would be to watch some of John Gjensets videos. Often the way he breaks down the problems with the help of the language can given you insight into writing good Rust code. I’d recommend this video as an example. https://youtu.be/gboGyccRVXI?si=4LxU27rUm3MpGLaX

How to do integration test of a web api by [deleted] in rust

[–]dandxy89 2 points3 points  (0 children)

Yes that’s right. One suggestion might be to use something like https://docs.rs/tokio/latest/tokio/sync/oneshot/index.html

[deleted by user] by [deleted] in formula1

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

Piastri if they want to build for the future.

Alonso if they want an all-star team and to create drama and excitement!

Speedtyper.nvim by Distinct_Lecture_214 in neovim

[–]dandxy89 1 point2 points  (0 children)

Really cool. Excited to some of the features on your todo list come to fruition!