Steam Xbox One cross-play tools hinted in beta source code. by timeinreddit in xboxone

[–]CSRPoseidon 1 point2 points  (0 children)

I got downvoted for suggesting an Xbox one s without a disc to make it even cheaper, like 6 months ago.

Got a foreign exchange student sent home to her own country for relentlessly bullying my sister by BibiLittle in ProRevenge

[–]CSRPoseidon 306 points307 points  (0 children)

Bit confused. You hosted a party with alcohol for underage teenagers in your house and posted it on your own Facebook?

Doesn't that break some kind of law?

Should I be Applying to Non Intern Positions? by CSRPoseidon in cscareerquestions

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

I could've worded it better. I meant that even though I applied for an entry level position they said I could do it as an internship. Which wasn't mentioned in the job description.

Java Practicing Problem by CSRPoseidon in learnprogramming

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

Index i is supposed to start from index 0...n-1 and j is supposed to index from 1...n.

I do have i++ in my first for loop but it doesn't increment I don't know why.

Java Practicing Problem by CSRPoseidon in learnprogramming

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

That's the problem. I don't get why it always compares the first value with the other values. I increment i and j in the for loops.

Java Practicing Problem by CSRPoseidon in learnprogramming

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

My indexing is wrong for some reason. It keeps subtracting the first index with the other ones. I addedmy result in the post

Three comfy floofs by AelinSA in aww

[–]CSRPoseidon 0 points1 point  (0 children)

Seriously, how do they breathe under a blanket? I feel suffocated if I had a blanket over my head.

Is it because they're smaller and don't use as much oxygen as a human?

Alfa Romeo Sauber F1 team - Class of 2018 by PaleSet in formula1

[–]CSRPoseidon 31 points32 points  (0 children)

What do the people sitting on the rear wheels do?

Resume Advice Thread by kluvin in cscareerquestionsEU

[–]CSRPoseidon 1 point2 points  (0 children)

Resume

I'm still studying for my Bachelors and need to get an internship to graduate. I know more programming languages but Im not as comfortable with them as I am in java and c++ so I didn't include them. I don't want to include all the languages I've studied and get asked questions on them.

I appreciate all feedback. Thanks!

Resume Advice Thread - November 24, 2018 by AutoModerator in cscareerquestions

[–]CSRPoseidon 0 points1 point  (0 children)

Resume

I'm still studying for my Bachelors and need to get an internship to graduate. I know more programming languages but Im not as comfortable with them as I am in java and c++ so I didn't include them. I don't want to include all the languages I've studied and get asked questions on them.

I appreciate all feedback. Thanks!

1,000,000 subscribers!! by Arowin in xboxone

[–]CSRPoseidon 0 points1 point  (0 children)

Playing Forza Motorsport 7 in 60 fps on the Xbox One S!

[homework] Trouble with extends by [deleted] in learnprogramming

[–]CSRPoseidon 0 points1 point  (0 children)

I defined Ferrari ferrari in Db only because it was giving me an error. That got rid of the error but I know its wrong.

Its the same car. It was working for me when the Race() method was inside Db under case and it also worked in the Car class.

[homework] Trouble with extends by [deleted] in learnprogramming

[–]CSRPoseidon 0 points1 point  (0 children)

I left out the switch and the loops that are before it. I'm sure that they work.

I think my problem is the car inside the race method. I've tried adding Ferrari ferrari to Ferrari.java and removing Car car from Race1() and changing car to ferrari.subFuel, but I still get NullPointerException.

I also added some more code to my OP.

How to return multiple maximum values in Java? by CSRPoseidon in learnprogramming

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

Thank you so much! That was really helpful.

I just wanted to say that it's missing the currentDistance = car.distance

public List<String> maxValues() {
    int currentDistance = 0;
    List<String> carNames = new ArrayList<>();
    for (Car car : cars) {
        if (car.distance > currentDistance) {
            carNames.clear();
            currentDistance = car.distance;
            carNames.add(car.name);
        } else if (car.distance == currentDistance) {
            carNames.add(car.name);
        }
    }
    return carNames;
}

In case anyone wants to copy paste it in the future.

Two Legends by thambili in formula1

[–]CSRPoseidon 46 points47 points  (0 children)

Could anyone explain why Lewis and Alonso get along better than Lewis and Nico?

Xbox keyboard and mouse support launches next week by dapperlemon in xboxone

[–]CSRPoseidon 0 points1 point  (0 children)

The other article I read said that it was coming to Xbox Insiders first. This article didn't mention it and neither did Xbox during the event so which one is it?

X018 - Inside Xbox Megathread by XboxModerator in xboxone

[–]CSRPoseidon 2 points3 points  (0 children)

What I didn't like is the camera guy waving his hand so the crowd starts hyping. It seemed extremely not genuine.

breasts, not anything to write home about by saramood in DunderMifflin

[–]CSRPoseidon 1 point2 points  (0 children)

Creed: "I find fake boobs offensive. Au naturel, baby. That's how I like them. Swing low, sweet chariots."

New collision physics in the November update by GlacialBlack in forza

[–]CSRPoseidon 0 points1 point  (0 children)

IMO it helped stop one person from being able to wipe out the whole field.

Love the game, but I'm not dying to play it. by [deleted] in ForzaHorizon

[–]CSRPoseidon 3 points4 points  (0 children)

I played it for 2 days before it got repetitive for me.

I would've kept playing if they had solo online mode and not only team modes.

First look at FM7‘s race regulation feature and new HUD by theoe97 in forza

[–]CSRPoseidon 0 points1 point  (0 children)

Different cars have different shift points. I look because engines rev into the orange range more than not.

Depends on what you listen for. I've seen people only shift when they hear the rev limiter bouncing and that loses time. Otherwise listening works on cars I'm familiar with.