

I’m a OOP programmer.
I wrap everything within Arc<Mutex<>>
.
I’m a happy dev.
I’m a OOP programmer.
I wrap everything within Arc<Mutex<>>
.
I’m a happy dev.
This is why I rarely use AI for coding. How to put my thoughts into code is not my main concern. My main concern is that another person should understand my thoughts when reading the code.
HL2 still holds up after 10+ playthroughs.
Last time I played it was when the commentary track was added. Played 80% of the game in one sitting because I was so hooked.
That’s how these ”self driving vehicle” companies generally works.
Fantastic Mr Fox is one of my favorites. His visual style is reminiscent of children’s illustration books, so why not start with an adaptation of a children’s book?
I’ve seen things you people wouldn’t believe
Job description: we’re looking for someone with experience in deploying cutting edge machine learning systems, preferably PhD.
Actual job: Excel spreadsheet
And after all that it is discovered that it was the wrong solution all along because the requirements were poorly specified, so the process must be started all over again
Product Manager: Make a step by step guide of how they think the lightbulb is going to be fixed without explicitly mentioning the broken lightbulb.
It’s also a good way to double check your answers. If you can reach to the same conclusion through different processes, then it’s probably the right answer.
When I grew up I didn’t like drinking water. I thought it tasted bland compared to all the sugary drinks. Looking back, I think our family struggled with sugar addiction without knowing it. We consumed quite a lot of sugar in my childhood.
It wasn’t until my teenage years I questioned the amount of sugary drinks I consumed. So I just cut off all sugary drinks and embraced the way of the water.
Today I’m a proud water enjoyer.
jQuery got popular because Internet Explorer, Firefox, Chrome and other browsers weren’t exactly cross compatible. Writing vanilla JS was risky business in that sense.
It also supported AJAX across all major browsers, which meant the website could make API requests without reloading the entire page. It was super revolutionary to press a button and it only changed a part of the page.
Then Angular and React took it a step forward and that’s where we are now.
JavaScript frameworks are invented because pure HTML and CSS suck for dynamically loaded pages, and vanilla JavaScript suck in general.
What’s not shown is that the car doesn’t have an engine. Management was really eager to release it to the customer. Don’t worry, it’s planned to get fixed later (spoiler: it’s never going to get fixed).
If you’re concerned I think you should consider getting it checked out (or at least browse the ADHD communities to see if there are any other patterns you can spot).
I recently got diagnosed with autism at ~30. I’ve lived my entire life under the impression that I’m ok, only to realize I’ve never really been ok.
One of the diagnostic criteria of ADHD is that it’s life long, which means it can’t be acquired. However, it’s possible to acquire symptoms that are similar to ADHD, but then it’s probably something else.
I was in on the crypto hate. I don’t really have a hate boner for AI.
Sure, there are things to dislike about AI, but it can be moderately useful. In contrast to crypto, AI is the hype because it’s widely used. Crypto was the hype because a few people hit the jackpot.
I think the problem is that many introductory examples use
unwrap
, so many beginner programmers don’t get exposed to alternatives likeunwrap_or
and the likes.