Well there’s your problem :P every language has bad code examples
Well there’s your problem :P every language has bad code examples
Even though most of the specifics you point to are wrong, it’s a good point overall:
Rust, being #1, should be better than all other languages. The fact that it’s just decent makes it seem overhyped, and all the downvotes on haters make it look like a cult.
Back when it was small, the cult-like following was OK. But now that the language is becoming more mainstream I think the Rust evangelizers need to tone it down a bit or they risk pushing people away.
On your point, TypeScript is a decent language too. There can be two good things.
In OP’s defense I have heard this said unironically by several engineers at my last job.
“Rust is going to replace JavaScript thanks to webassembly, so we should be moving all of our code to that.”
“Our client should be in the same language as our backend, just like in GWT”
Did you inline all those types just to make it ugly? Normally each of those subtypes would have been in a separate typedef, each with documentation.
Apologies for the tangent:
I know we’re just having fun, but in the future consider adding the word “some” to statements about groups. It’s just one word, but it adds a lot of nuance and doesn’t make the joke less funny.
That 90’s brand of humor of “X group does Y” has led many in my generation to think in absolutes and to get polarized as a result. I’d really appreciate your help to work against that for future generations.
Totally optional. Thank you
We should always add a mental asterisk to the names of male researchers who discovered things while women were oppressed.
That said, this meme is playing loose and fast with the specifics, which undermines that important message.
Just picking the first one:
Payne’s work was her Ph.D. thesis and Russell did not tell her not to publish it, her advisor did. The advisor told her not to rock the boat in her thesis. This is good advice that even Einstein was given. Payne, badass, declined.
When Russell later reproduced her research, he cited her thesis as the “most important research” he’d seen on the subject.
The real snub with Payne is that her title was “Technical Advisor” for 20 years despite being well regarded as a full time professor. It wasn’t until the 50’s she was recognized as a professor, when she was also made chair of the department.
Source: https://www.amnh.org/learn-teach/curriculum-collections/cosmic-horizons-book/cecilia-payne-profile
Too long, didn’t read
I see your concern, but in practice that’s not what happens in languages like Java and Python with exceptions. Not checking for exceptions is a choice because everyone knows you need to check in your top-level functions. Forgetting to catch is a problem that only hits newbies.
Oof, some of these comments. Sorry on behalf of the edge lords, OP.
But the entire point of Rust and Result is… to force you to make a choice of what should happen
Checked exceptions also force you to handle it and take way less boilerplate.
Zigbee or really any Bluetooth alternative.
Bluetooth is a poorly engineered protocol. It jumps around the spectrum while transmitting, which makes it difficult and power intensive for bluetooth receivers to track.
Yes. Supplier markup is 50% above cost, so set up a price watch and wait for it to go on clearance. You’ll get it 50% off.
I got mine new at Best Buy last year when they were clearing out M1 stock.
In summary, a bunch of 60 year old C developers with social deficits hijacking the conversation when he gives a talk or tries to get anything done. E.g. the link was people interrupting a QA session to complaining “I don’t want to learn Rust”.
This post was maybe true 5 years ago, but PC laptops have really started to suck. My macbook air was only $300 and it’s way better than my work’s $1k+ Dell laptop in terms of performance and battery life.
Removed by mod
They’d have to block all investment platforms. Even ETrade and Chase have ads like that.
Because security through obscurity is not security at all.
I’ve been a big fan of monorepos because it leads to more consistent style and coding across the whole company. It makes the code more transparent so you can see what’s going on with the rest of the company, too, which helps reduce code islands and duplicated work. It enables me to build everything from source, which helps catch bugs that would only show up in prod due to version drift. It also means that I can do massive refactorings across the company without breaking anything.
That said, tooling is slowly improving for decentralized repos, so some of these may be doable on git now/soon.
They just added a fee so that AWS can’t copy it without paying. What’s the big deal.
To say it’s “completely incorrect” is an exaggeration at best. The paper you cited is far more nuanced than that.