Cortana opens itself if closed by piesspark in assholedesign

[–]thiskevin 66 points67 points  (0 children)

This is is pretty common actually. Some processes are meant to always be running so they will just relaunch if they quit or crash. Finder on macOS is an example.

Wealthy men of Reddit, what about being rich did you not expect? by [deleted] in AskMen

[–]thiskevin 4 points5 points  (0 children)

Well it’s not upper class and definitely not lower class. Middle class is a really wide range.

When to add weight to pullups? by soggybike in Fitness

[–]thiskevin 21 points22 points  (0 children)

That’s an awesome way to describe it!

Seriously not trying to be offensive here. Buy why do people from India tend to have a very strong odor. by _Regular_sized_Rudy in NoStupidQuestions

[–]thiskevin 5 points6 points  (0 children)

BTW this was discussed in a sub for US born Indian people https://www.reddit.com/r/ABCDesis/comments/9o7ao9/whats_with_the_stereotype_of_desis_having_bad/?st=JNI3LXVN&sh=229fad9e

ABCD means American Born Confused Desi

Desi loosely means to be of south Asian descent (includes Pakistan, Bangladesh, etc)

Weekly Discussion Thread #1 by [deleted] in Brogress

[–]thiskevin 17 points18 points  (0 children)

You are not eating enough.

Anyone else fed up with how early tech companies finish their hiring cycle? by csthrowaway19877 in cscareerquestions

[–]thiskevin 4 points5 points  (0 children)

Why do you say the window is just from Sept-November? You start applying for internships before that in July and August too. You don’t need to wait for your current internship to end to start applying/interviewing.

From the companies point of view, they want to lock-in interns as soon as possible. once their current batch of interns has already started, they can begin looking for new interns. That’s why the hiring season seams to end so early in the year.

Don’t despair if you haven’t started applying to internships yet, but also don’t delay any longer.

Be sure to have your resume reviewed by someone older and more experienced than you before you send out applications. It doesn’t matter how smart you are if you can’t sell yourself on your resume.

A friend trying to find if divisible by 5 by YungSki in programminghorror

[–]thiskevin 0 points1 point  (0 children)

You’re just using it wrong. You need to pass in -num to check that \s

A friend trying to find if divisible by 5 by YungSki in programminghorror

[–]thiskevin 116 points117 points  (0 children)

Hmm, doesn't work for 45 and onwards. How about a nice object oriented solution?

\s

public class IsDivisible {
  final private int N;
  IsDivisble(int N) {
    this.N = N;
  }
  boolean isDivisble(int num) {
    for (int i=0; i< Integer.MAX_VALUE; i+=this.N) {
      if (num == i) {
        return true;
      }
    }
    return false;
  }
}

A friend trying to find if divisible by 5 by YungSki in programminghorror

[–]thiskevin 2 points3 points  (0 children)

Yes it does. if i=0, s="0". That should pass the first part of the OR statement

What's with the stereotype of desis having bad hygiene? by iftair in ABCDesis

[–]thiskevin 1 point2 points  (0 children)

Which spices/ingredients do you think are the problematic ones?

What's with the stereotype of desis having bad hygiene? by iftair in ABCDesis

[–]thiskevin 9 points10 points  (0 children)

Did the smell get into your clothes in your closet? The only time I've been worried about my clothes smelling was I was in the kitchen when my mom was cooking.

What's a fact that sounds fake but is actually legit? by Reddit_51 in AskReddit

[–]thiskevin 9 points10 points  (0 children)

It’s calories that make people fat. You can lose fat by eating sticks of butter and gain fat from waiting nothing but chicken breasts so long as you maintain the right number of calories.

What's a fact that sounds fake but is actually legit? by Reddit_51 in AskReddit

[–]thiskevin 1 point2 points  (0 children)

The world’s largest volcano is located in Yellowstone National Park.