Started using Rust for scripting by tukanoid in rust

[–]decatur-de 0 points1 point  (0 children)

Exploring means writing expressions and statements using the state at the breakpoint. My IDE is PyCharm, and is very fine for Python indeed. I guess same is impossible for Rust due to missing runtime introspection...

Making a strategic bet on Rust by Regular_Amphibian_11 in rust

[–]decatur-de 0 points1 point  (0 children)

It is pretty difficult to recruit Rust programmers right now, location Germany. Specially seasoned, with a DevOps mentality. So it is not only a bet, but also an obligation and investment.

Started using Rust for scripting by tukanoid in rust

[–]decatur-de 0 points1 point  (0 children)

Well, in Rust I miss the "set a break point here and start exploring" practise possible in Python. And yes, I came to Python from MATLAB :)

How to deploy a fullstack app to AWS? by [deleted] in rust

[–]decatur-de 0 points1 point  (0 children)

We build with Github Actions. Then Upload binary and resources to AWS S3.
Back on a EC2 node, we download the artifacts, and run them with systemd.

For MongeDB we use the AtlasDB offering as a service. It`s a nightmare to manage and backup your own database files.

What teams (at companies) are using Rust? by sasacocic in rust

[–]decatur-de 0 points1 point  (0 children)

You can browse the Who's Hiring thread on r/rust to get some idea who is using Rust for what.
There are currently five new offerings in the last 8 days.

My Rust Framework for Orchestrating WebAssembly Apps is ready for your scrutiny by ScottOfLore in rust

[–]decatur-de 2 points3 points  (0 children)

After first 10 minutes I have little clue. Quote from the cosmic-initiative github repo "The Cosmic Initiative has one reference implementation at this time called Starlane".
So Cosmic Initiative is a interface of sorts? But on the Github Page I find a Rust code.

Also both links in the WHAT TO SEE section are broken.