tiny_fingers

joined 1 year ago
[–] tiny_fingers@programming.dev 3 points 11 months ago (4 children)

Have you tried any non alcoholic beers? Some aren’t terrible but not sure if there are any that are fruity though.

[–] tiny_fingers@programming.dev 4 points 11 months ago (1 children)

I’ve moved away from GR over to StoryGraph for the most part. Found it suits my use case quite well.

If the changes in one app will never be pulled into the other, completely separated would probably be fine but I’d personally just fork it due to sheer laziness.

[–] tiny_fingers@programming.dev 1 points 1 year ago* (last edited 1 year ago)

JFC. That's like a 3/5th screen advertisement with enough room for 1 fucking post. Might as well only show ads at that point.

As someone learning Rust right now (reading through The Book and doing rustlings), most of the basic concepts have been straight forward and easily carried over from the languages I currently work with.

However, as someone who hasn't touched c or c++ in the 20 years or so since university, the ownership stuff has made my brain hurt. That section in The Book has been a real slog for me and I've had go through that section several times now, but still haven't truly 'got it' yet.

All that said, I do like the compiler helping ensure I'm writing good code and in that regards, I can see why the author says that Rust is easy. Instead of beating your head on a desk trying to track down some obscure bug, with Rust, there's a good chance it'll tell you where the bug is and why it won't let you compile (at least based on my beginner understanding).