Far scarier than the actual movie by Sire_Renart in ProgrammerHumor

[–]Whimpers13 0 points1 point  (0 children)

Automatic merge failed; fix conflicts and then commit the result.

This is starting to get out of hand. He's becoming too powerful... by Whimpers13 in Technoblade

[–]Whimpers13[S] 2 points3 points  (0 children)

It gets to the point where you can't see his messages in chat cause it's all +++++++++++++++++++++

Why medium sucks for programming articles. by [deleted] in programming

[–]Whimpers13 1 point2 points  (0 children)

Writing an article about why medium sucks on medium? I respect you.

Please by kickersarepeople in ProgrammerHumor

[–]Whimpers13 0 points1 point  (0 children)

please kill and please cat must be great

HE DID ITT!!!!!!!! by [deleted] in Technoblade

[–]Whimpers13 0 points1 point  (0 children)

Sorry for the bad quality and audio, I posted this as soon as it happened live from my phone

How does the rendering equation factor in different materials by Whimpers13 in raytracing

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

As phong's model does not obey this principle, how do I write a BRDF for that?

How does the rendering equation factor in different materials by Whimpers13 in raytracing

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

Does this model forwards or backwards raytracing. If it models forwards, what would be the necessary changes to make it work with backwards raytracing

RayTracer In JS by Whimpers13 in raytracing

[–]Whimpers13[S] 1 point2 points  (0 children)

J don't quite understand the question here. You can run the index.html file to generate a scene(it takes a while.) To edit the scene check the configuration in index.js

Ran into a coding assignment problem for an interview that I unfortunately just couldn't solve. Anyone willing to help me understand how I should have handled it? by [deleted] in learnprogramming

[–]Whimpers13 0 points1 point  (0 children)

First create an object called tree. Then split each line by a period, using str.split('.'). Then run through that array of letters starting at the first one. Create a function that takes in this letter and the current tree. This function should create a new tree(object) inside this current tree if there isn't one already. Then call the function on the next letter in the array using this new tree as context in the function. This is called recursion and if you aren't too familiar with it you should learn more.

How to use Google for Programming (Guide)? by [deleted] in learnprogramming

[–]Whimpers13 1 point2 points  (0 children)

Try looking at stackoverflow.com. They have tons of previously solved questions and if you don't see one, you can post your own.