I learned to let you all squabble amongst yourselves and get the answer. Since every question is a duplicate, it stands to reason the question I have has already been answered.
Let’s all just wait for the new versions of languages, frameworks and operating systems. LLMs won’t have been trained on those and won’t have answers, people not asking each other online will generate no answers to train on.
Let’s read and train on docs, right? Yeah, right.
I’ve said this before only to hear “we don’t have time to set that up and agree on a common style” and “that’s team B’s responsibility since we’re contributing to their code base.” Guess what kind of issue we kept wasting time on?
There are a couple of takeaways here. I think the main one is acknowledging that many technical problems are deeply human problems and the existence of a technical solution doesn’t mean we shouldn’t apply the human solution as well.
And here I was saying using git in the command line instead of a visual form might make me an elitist.
I’ve been living life on easy mode and not putting real care into my work.
[clicks light switch off and on repeatedly]
Welp, I guess we’re closed for the week.
let a = String::from(“Hello, world!”).into()
I’ll see myself out.
Common criticisms here would be that these endeavors stifle creativity and show the adoption of modern solutions. That said, I find conducting “code archeology” to figure out the idiomatic way of doing something in an old project very rewarding. Because computer programs exist in people’s mind’s, doing that with the support of original developers or subject matter experts is some of the most effective knowledge transfer I’ve ever witnessed.
Industrial controls equipment made by German companies can be programmed in English or German. You can also switch languages (German/English) at any time and the IDE switches over all the keywords.
Shared with my favorite blind iOS dev. Should be a good laugh!
I’m working through rust-exercises.com and taking notes on my thoughts. I may or may not want to use it for a short workshop at work - mostly for fun, since I work with a very different stack.
So far, I don’t know if I like the exercises, because the target audience doesn’t feel like it’s clearly defined: you both solve is_even with an if/else and overflow an i8 to -1. I don’t think I’ve met the person who is that inexperienced and that knowledgeable…
How are folks liking these exercises?
Just learning. I threw together a little CRUD API in Rocket the other day.
Now I’m playing around with Diesel. I don’t love the intermediate New types, coming from EF Core. Is that because Rust ~~~~doesn’t really have constructors?
nebeker
0 post score0 comment score
I’ve taken to writing .http files which are runnable on a number of IDEs and plugins. I don’t need to know what anybody else is using to run them, they live with the code and I’m happy.
That said, I’ve seen people on QA do really cool end-to-end tests at load via very approachable scripting on Postman.
There’s lots of room for “to each their own” here.