emotional_soup_88
- 1 Post
- 14 Comments
emotional_soup_88@programming.devto
Hardware@lemmy.world•Tired of sky-high memory prices? Buckle up, we're in this for the long haul - We haven't even hit the peak, TechInsights tells El RegEnglish
1·10 days agoRight! Mine do indeed have heat spreaders. :)
emotional_soup_88@programming.devto
Hardware@lemmy.world•Tired of sky-high memory prices? Buckle up, we're in this for the long haul - We haven't even hit the peak, TechInsights tells El RegEnglish
2·11 days agoDo RAM modules ever wear out? As in, will my six year old DDR4 sticks work a few more years?
emotional_soup_88@programming.devto
Programmer Humor@programming.dev•My code is self-documentingEnglish
18·14 days agoWait until you write code that is self-hosting!
emotional_soup_88@programming.devOPto
Programming@programming.dev•My first successfull program in CEnglish
2·1 month agoThanks! I’m doing this on Linux, which I failed to mention in the post. I terminated the program with ctrl + c, but it was still interesting to me how such a short, seemingly uncomplicated snippet could tax my Ryzen 7 5800 X3D so much that the fans needed to increase their speed. Couldn’t a malicious actor theoretically disrupt a target machine by having an unnoticeably insignificant program loop in the background, taxing the CPU to it’s usable limits? This is off topic of course, but still interesting.
emotional_soup_88@programming.devOPto
Programming@programming.dev•My first successfull program in CEnglish
4·1 month agoThank you so much! :D Yeah, I noticed there were no remainders. I’ll try with float and see what I can come up with.
emotional_soup_88@programming.devOPto
Programming@programming.dev•My first successfull program in CEnglish
2·1 month agoThanks! Really important to have fun with it too! :)
emotional_soup_88@programming.devOPto
Programming@programming.dev•My first successfull program in CEnglish
1·1 month agoThis is amazing(ly curious)! I put in a letter, the program went into an infinite loop and my chassi fans sped up like crazy.
emotional_soup_88@programming.devOPto
Programming@programming.dev•My first successfull program in CEnglish
2·1 month agoChecking it out now. Thanks!
emotional_soup_88@programming.devOPto
Programming@programming.dev•My first successfull program in CEnglish
1·1 month agoThanks! I really appreciate the more advanced steps too! Now I have something to do next weekend! :D
emotional_soup_88@programming.devOPto
Programming@programming.dev•My first successfull program in CEnglish
4·1 month agoLooking into it now! Thanks! :)
emotional_soup_88@programming.devOPto
Programming@programming.dev•My first successfull program in CEnglish
7·1 month agoSigning off now, but I did have the strength left to do this:
else if (choice == 4) { if (num2 == 0) printf("\nhttps://en.wikipedia.org/wiki/Division_by_zero\n\n"); else { memory = num1 / num2; printf("\nThe quotient of %d and %d is %d\n\n", num1, num2, memory); } }Cheers!
emotional_soup_88@programming.devOPto
Programming@programming.dev•My first successfull program in CEnglish
16·1 month agoThank you! I really appreciate your guidance! It almost feels like you could have experience from teaching or the likes, since you are so good at explaining! Or maybe that just comes with being a senior SE? Either way, thanks again!
https://www.youtube.com/watch?v=Pu7LvnxV6N0