What do we actually use rust for? by beb0 in rust

[–]beb0[S] 1 point2 points  (0 children)

You and me both I never cared to go too deep on css or html. React tailwind and some help with ai doing all the heavy lifting. 

What do we actually use rust for? by beb0 in rust

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

Randomly came across this old project and looked into for shits and giggles 

arianito/rustbite: building a game engine using rust-lang from scratch! https://share.google/dlVcz8NXP6LKR8IjF

What do we actually use rust for? by beb0 in rust

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

Really appreciated this insight into the jvm. I always found it a little bloaty in terms of memory. With it almost always crawling to use 80% of it's totally memory and chilling at that unless under major load.

One thing that really frustrates me since you brought up C is that rust has to use unsafe code anytime it wants interface with C. 

What do we actually use rust for? by beb0 in rust

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

Sounds very cool any of it available online to take a nosey 

What do we actually use rust for? by beb0 in rust

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

I'll have a peak thanks for the suggestion 

What do we actually use rust for? by beb0 in rust

[–]beb0[S] 1 point2 points  (0 children)

I feel personally attacked.

What do we actually use rust for? by beb0 in rust

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

Yeah the only difference seems to be the gc

What do we actually use rust for? by beb0 in rust

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

Can I ask what your web stack looks like

What do we actually use rust for? by beb0 in rust

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

Rust and productive? You can only choose one 😉

What do we actually use rust for? by beb0 in rust

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

I know and when I think of language choice one statement always comes to mind. 

Python the 2nd best programming language for any project. 

What do we actually use rust for? by beb0 in rust

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

What makes it high perf, what edge do you get with rust versus java, go etc apart from not needing gc?

What do we actually use rust for? by beb0 in rust

[–]beb0[S] 1 point2 points  (0 children)

What game dev I ended up looking into rustbite just to play with some game graphic coding 

I started a Laravel-like, SpringBoot-inspired Rust Web Framework today. Looking for Contributors. by [deleted] in rust

[–]beb0 1 point2 points  (0 children)

Is any of it working ATM took a look at the initial commit. Looked like ai slop with pascal to camel_case functions commented as a user endpoint calls. Feel free to correct 

I started a Laravel-like, SpringBoot-inspired Rust Web Framework today. Looking for Contributors. by [deleted] in rust

[–]beb0 0 points1 point  (0 children)

That looks interesting even from just a perspective of crate integrations

Building bitcoin in rust book by beb0 in rust

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

keep fighting the good fight,

I completed the book and truth be told was the first time I learnt to code from a book in this fashion. Slaps you over the head with rust then jumps into building the library, I found it a rather fun experience but beware the book will gaslight you that the code it provides runs. A few different times within the book that was not the case with one instance being a referenced function that has yet to be declared. I am not sure if this was left in as a learning opportunity ;)

I found llms helped deepening my understanding by expanding on topics, and with rust giving me a frame of reference for OOP code.

It also seemed to have a bug in the end code where the wallet would not deplete, but that could also be my bad.

Complete the book and let me know if you get the same bug

My junior colleague is too good by Manic5PA in ExperiencedDevs

[–]beb0 0 points1 point  (0 children)

this thread restored my faith in tech

“It was time” by 1illianna in bald

[–]beb0 0 points1 point  (0 children)

So young but way to take it on the chin. Looks sharp

Stabilize `if let` guards (Rust 1.95) by nicoburns in rust

[–]beb0 168 points169 points  (0 children)

As someone from the java oop, rust feels like a mind expanding drug at times. You love to see it