Dev Leader · @devleader
69 followers · 416 posts · Server hachyderm.io
Dev Leader · @devleader
66 followers · 409 posts · Server hachyderm.io
Vida Informática · @vidainformatica_arg
31 followers · 33 posts · Server mastodon.la
JIMMY JOSE · @hacker_hash_6
1 followers · 35 posts · Server universeodon.com
JIMMY JOSE · @hacker_hash_6
1 followers · 34 posts · Server universeodon.com
JIMMY JOSE · @hacker_hash_6
1 followers · 33 posts · Server universeodon.com
JIMMY JOSE · @hacker_hash_6
1 followers · 32 posts · Server universeodon.com
JIMMY JOSE · @hacker_hash_6
1 followers · 29 posts · Server universeodon.com

I was solving a coding problem and I was like why tf is this not working help, so I gave up and went to the solution and I had done everything right! Except... my if statement looked like this:

let limit = 0;
if (rarity = "common") {
limit = 1;
}

instead of...

let limit = 0;
if (rarity === "common") {
limit = 1;
}
Lmao I went from "I am stupid how can I not solve this problem" to "lmao ok i am stupid but not in the way i thought"

Lesson: I need to stop doubting myself, oftentimes the devil is just in the details

#Coding #codinglife #codingisfun #codingbootcamp #codingmemes #creativecoding #codingforkids #codingdays #codingpics #htmlcoding #learncoding #codingquotes #codinglove #codingtips #codingclass #linux #coder #programming #JavaScript #programmers #webdeveloper #programmer #softwareengineer #computerscience #software #MachineLearning #softwaredevelopment #programminglife

Last updated 2 years ago

JIMMY JOSE · @hacker_hash_6
1 followers · 26 posts · Server universeodon.com
JIMMY JOSE · @hacker_hash_6
1 followers · 25 posts · Server universeodon.com
JIMMY JOSE · @hacker_hash_6
1 followers · 24 posts · Server universeodon.com
JIMMY JOSE · @hacker_hash_6
1 followers · 23 posts · Server universeodon.com
Garrett Klein · @gklein88
71 followers · 877 posts · Server dragonscave.space

@_Davidsmith Sounds like a Tuesday!

#programminglife

Last updated 2 years ago

Dev Leader · @devleader
6 followers · 53 posts · Server hachyderm.io
Dev Leader · @devleader
6 followers · 53 posts · Server hachyderm.io
Dev Leader · @devleader
6 followers · 51 posts · Server hachyderm.io
Dev Leader · @devleader
3 followers · 31 posts · Server hachyderm.io

Not pair programming at all at work?

I think it's too easy for us to focus on our *own* tasks at hand, but there are so many benefits to working together.

youtube.com/shorts/GQLTO74B5mw

#shorts #programming #programmer #programminglife #softwareengineering

Last updated 2 years ago

Dev Leader · @devleader
3 followers · 31 posts · Server hachyderm.io
Dev Leader · @devleader
0 followers · 1 posts · Server hachyderm.io

Build your own ChatGPT!

Well... almost 🙂

David Shapiro has been creating some helpful YouTube videos about his approach to getting the concept of memories to work with OpenAI.

I'm not big on using Python (nothing personal, I just prefer C#🙂) so I decided to try porting his code for his chatbot RAVEn to C#.

In this example, I've built on top of the NexusLabs.OpenAi open source project.
â €

#chatgpt #ai #artificialintelligence #openai #chatbot #programming #coding #howto #programminglife

Last updated 2 years ago