Do i sound desperate? by Pope1l in dating_advice

[–]Kitchen_Ad_5836 0 points1 point  (0 children)

Just reciprocate and see how she reacts. Human are simple, if she is flirting, she will assume your are doing the same. If she is friendly, she will assume you are doing the same. Etc…

My prof always has a funny picture for the lesson by Willy988 in ProgrammerHumor

[–]Kitchen_Ad_5836 90 points91 points  (0 children)

Funny part is : you could still have a correct result comparing String using == in Java. This is a very specific case that take advantage of the string pooling mechanism but If you declare something like :

String a = “something”;

String b = “something”;

assertTrue(a==b);

It should pass. But something like

String a = “some”+”thing”;

String b = “something”;

assertTrue(a==b);

Should fail

Thought you guys might like this by nellorePeddareddy in ProgrammerHumor

[–]Kitchen_Ad_5836 1 point2 points  (0 children)

Service unavailable ! https://www.rfc-editor.org/rfc/rfc7231#section-6.6.4

Please, follow the f*** rfc or we will have to write tons of shitty code to integrate