There’s a short I saw mentioned level 7 spells getting pretty crazy and the rule set makes it hard to accommodate.
Not really knowledgeable about DND but some YouTube short popped up and I clicked on it 🤠
There’s a short I saw mentioned level 7 spells getting pretty crazy and the rule set makes it hard to accommodate.
Not really knowledgeable about DND but some YouTube short popped up and I clicked on it 🤠
It’s the usual if err != nil return err critique.
If you could yoink the question mark operator from rust AND support sum types that would be the dream.
The marshaling isn’t too bad unless you need to do more specific things. I vastly prefer how rust’s serde does it but that language is the forbidden fruit
Yeah it’s pretty crazy how fast you can get going in go. As long as you are aware of a pointer you are mostly good to go.
Just wish it felt better 😫
I’m surprised no one has mentioned golang. We have the usual dichotomy of java and rust but there’s a very very good option for those who are worried about rust adoption.
I vastly prefer writing rust code but go on its own gets you very very similar performance at the cost of developer experience. I think sum types are the #1 requested feature so once that comes I’ll be a much happier boy.
I drink black coffee because I have a problem. Not because I’m trying to get +1 to my role in society
Imagine being so sensitive a little bit of lightness in your coffee is enough of a devaluation to your manhood to make it a thing 😫
I hear what you are saying but I wouldn’t even say that line about if it were women it’d be a national crisis. Time has shown again and again that society will gladly throw away a group of people without needing to devalue your words with a statement like that.
Anyway there’s a lot of things to discuss around this.
We can dive into the societal role of men with being encouraged to bottle up because “grown men don’t cry” and toxic masculinity.
We can talk about rates of gun ownership between genders that is a big factor in suicide risk.
We can unpack the issue with people not having the money for mental health resources. Which can be solved through general wage increases or through the state.
The point is to say that instead of using a crisis to step another group of people we should be approaching these things from a point of intersectionality.
Edit: Just to be on topic I am completely for restrictions on guns as a easier means to dealing with shootings.
The crazy people shouting “dont take my guns” while also touting the line of “it’s a mental health isssue” without being open to addressing the that problem gets me so worked up.
“Um actually 🤓 ☝️”
Have some sense to not post something like this when you are aware of the plight of the average worker in America even if you are in the minority as a tech worker
(I’m also a tech worker)
Yeah its definitely a bit of a leap to start to grasp. I’ve been working with rust for a little but still consider myself a baby but damn is it a fun thing to invest into. So many layers and interesting ideas to learn
What parts are you enjoying??
Hopefully it helps you 🥰
If the code base you are working with dumps a ton of shit into the redux state it might need to be sanitized. I implemented this at my last role and it actually redeemed the dev tools tab to being useable rather then just crashing
I would also mention Redux has kinda fallen out of fashion for some other choices now. I personally use Zustand/Jotai but the move to redux tool kit can be an easier step if it’s an option
Are you using the extension for redux debugging as well? I know you mentioned the usual react extension but just mentioning it in case.
This is a great read.
I would bring up something like this in some of my junior interviews from being self taught. I would call it “unknown unknowns” but never made the jump to Domain knowledge which I’ve heard now
Sounds like my rust experience but then again it’d be non-existing for some of them.