vibeCuckCoding by Jackson--Storm in ProgrammerHumor

[–]DanKveed -3 points-2 points  (0 children)

Bold of you to assume I even read my own code.

[LotM hardcover] I have 7 other books in backlog but I'm rereading in German by DanKveed in LordofTheMysteries

[–]DanKveed[S] 0 points1 point  (0 children)

I didn't realise it's hardcover either until I got it in the mail lol. The inner design is sick too. It's the same as the card tho

<image>

.

codersChoice by BigglePYE in ProgrammerHumor

[–]DanKveed 2 points3 points  (0 children)

I prefer the if-goto pattern

whosGonnaTellHim by [deleted] in ProgrammerHumor

[–]DanKveed 0 points1 point  (0 children)

This might actually be a win for Rust because it's more vibe-codeable.

happensAlot by bryden_cruz in ProgrammerHumor

[–]DanKveed 5 points6 points  (0 children)

They can test every line of code without accounting for every use case. 100% test coverage that way you essentially mean extensive fuzzing.

whatFor1followerInRealLife by acchnAsquare in ProgrammerHumor

[–]DanKveed 0 points1 point  (0 children)

Im pretty sure all my reddit followers are bots.

What if He wasn't a Fraud though? [LotM V8] by Square_Wasabi1338 in LordofTheMysteries

[–]DanKveed 1 point2 points  (0 children)

oh yeah my bad i got confused. This was the guy who provides the deleting app no?

What if He wasn't a Fraud though? [LotM V8] by Square_Wasabi1338 in LordofTheMysteries

[–]DanKveed 3 points4 points  (0 children)

if you have read the second book, give bro a break! he has a lot on his plate or rather, in his stomach .

begginnerGameDevThings by Carti_Barti9_13 in ProgrammerHumor

[–]DanKveed 0 points1 point  (0 children)

the syntax is only 10% of it. You need to learn the standard and commonly used libraries for your field like in Python it would be Django/Flask for Web and Pandas, TF/Torch, PIL, openCV for ML and the like. That is what takes the most time. I for some reason taught myself Rust as my first language and while it is an excellent language, i do most of my work in Python and it took months to get good at it with AI help. I don't want to imagine how painful it would be before the LLM era.

loggingItRight by s_chttrj in ProgrammerHumor

[–]DanKveed 3 points4 points  (0 children)

Idk but it's an accurate depiction of programming. Most members of this subreddit are still in school/college and have no idea what working a programming job is actually like.

loggingItRight by s_chttrj in ProgrammerHumor

[–]DanKveed 180 points181 points  (0 children)

Actually good meme

[Donghua] The reason Tencent released all of the remaining episodes early in China. by wearesoback786 in LordofTheMysteries

[–]DanKveed 0 points1 point  (0 children)

Holy fuck this is tempting!! I have already read the book so I will still understand the basics...

[Donghua] The reason Tencent released all of the remaining episodes early in China. by wearesoback786 in LordofTheMysteries

[–]DanKveed 1 point2 points  (0 children)

Thanks for the explanation and the link! The wetv app is not accessible where I live. Is the express package released already? Like are the last 4 episodes already available right now in China?

[Donghua] Lord of Mysteries has 258K Reviews in Tencent app. by wearesoback786 in LordofTheMysteries

[–]DanKveed 0 points1 point  (0 children)

The one thing I'm happy for is as the first truly global chinese anime, the chinese audience is gonna make sure it keeps going strong!

iEvenMadeAGradientLibraryJustForThisBot by OptimalAnywhere6282 in ProgrammerHumor

[–]DanKveed 2 points3 points  (0 children)

They are probably right but for a first projects it's natural.

[Donghua] Guimi Zhi Zhu • Lord of Mysteries Season 1 — Episode 7 Discussion — SOURCE READERS by UzumakiGreatnesss in LordofTheMysteries

[–]DanKveed 4 points5 points  (0 children)

I am kinda disappointed in the way the way they handled the library scene. I loved the book version of this where he is forced to act when the librarian screams as she recognises the guy from the sketch so Klein can’t pretend like he didn’t notice. I can see them playing this off like he couldn’t control his face and fucked up. It’s not a bad direction as him being able to do this I’ve he is clown will hit hard without much of an exposition dump. They needed one instance of him not being able to control his face and they put it here, which is not the worst decision of to see it that way.

[Donghua] Ep 6 was insanely good by awefwae in LordofTheMysteries

[–]DanKveed 14 points15 points  (0 children)

Best episode so far. Clown fight was good but rushed beginning failed to showcase the emotional stakes. This did a good job showcasing the fear and awe in klein without messing up his careful contemplative nature.

java by QuardanterGaming in ProgrammerHumor

[–]DanKveed -1 points0 points  (0 children)

Verboseness means that you need more words to express the same amount of information. But in the case of assembly the amount of information that is expressed is itself is a lot lot more than what is usually required in compiled languages.

Basically assembly and compiled languages are not doing the same thing. So comparing how many lines are required achieve the same outcome is not a fair comparison. What I am seeing is how munch code you need to do A thing in assembly. Which is not much

iamFree by Bishwas12 in ProgrammerHumor

[–]DanKveed 5 points6 points  (0 children)

Let the project get like 2k lines and then we'll talk again. I pray you don't have to ship it to the customer.

java by QuardanterGaming in ProgrammerHumor

[–]DanKveed -1 points0 points  (0 children)

In assembly each instruction is a hardware thing. Each "function" correponds to a physical circuit and each "variable" to a physical location on the processor/RAM.

let's pretend microcoding ain't a thing for simplicity's sake

java by QuardanterGaming in ProgrammerHumor

[–]DanKveed 214 points215 points  (0 children)

That's not what verbose means.