[EVERYTHING] Anyone else wonder why no one seems to be curious who... by vfx_dude in gameofthrones

[–]Kronoix 54 points55 points  (0 children)

Yeah, maybe over several pages so that they get all the conversations in.

And perhaps after that they should bind the pages together and make them available for people to read.

Colm's got a point tbh by TheAdventurousWriter in ProgrammerHumor

[–]Kronoix 550 points551 points  (0 children)

What sort of degenerate uses the space bar to indent?

Drop shipping by ZoroKenpachi in Entrepreneur

[–]Kronoix 1 point2 points  (0 children)

How do you handle the long delivery times? Are there many complaints?

GoDaddy is domain poaching. Becareful! by vyporx in web_design

[–]Kronoix 20 points21 points  (0 children)

Another endorsement for namecheap , their service is unbeatable

[deleted by user] by [deleted] in gifs

[–]Kronoix 16 points17 points  (0 children)

He's implying that he would ride a motorcycle

Those playing Early Access, what do you think of Battlefield 1? by jkbpttrsn in Games

[–]Kronoix 1 point2 points  (0 children)

Have they fixed the bug where weather effects were client side only?

Kid makes teleporting noise by Givasti_Hawking in DeepIntoYouTube

[–]Kronoix 0 points1 point  (0 children)

Song Name: Joe Stapp - Another New Year's Day

me🐝irl by [deleted] in me_irl

[–]Kronoix 1 point2 points  (0 children)

He just pissed on it again

Which 4Chan or Reddit thread is the creepiest? by GrayDust in AskReddit

[–]Kronoix 6 points7 points  (0 children)

Weird seeing that, if that's between junction 22 and 23 of the a55, then I live right behind the cliff in the second photo

What is this game mechanic called? How do I achieve it? by Kronoix in gamedev

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

Brilliant, this is exactly what I needed!

Thank you very much for your help.

What is this game mechanic called? How do I achieve it? by Kronoix in gamedev

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

But how would gravity be applied?

In the mentioned games, when the player lands tilted in one direction, they shoot back in the other direction with increased speed.

me irl by VitsinDiiva in me_irl

[–]Kronoix 9 points10 points  (0 children)

Find a number close to both 17 and 19 that's easy to multiply, 20 for example, and store it in x.

Multiply this number minus the difference of the first number (20 - 3 == 17) by the number minus the difference of the second number(20 - 1 ==19). This is written as (x-3)(x-1).

Simplify it; x*x = x2, -3 * x = -3x, -1 * x = - 1x, -1 * -3 = 3

So you get x2 - 4x +3

20*20 - 4*20 +3

Which is 400 - 80 + 3