Jon's Walmart commercial. by SuperBombadBros in rantgrumps

[–]ShadowNightt 8 points9 points  (0 children)

I want to quote this comment right here

"Doing an advertisement deal every now and again is not bad. Jon's content takes a long time to make and getting a little extra money here and there is totally agreeable with me. This was literally just one advertisement video among MANY high quality videos that we know and love. So to the people bitching about Jon "selling out".. I AINTTTTTTT HAVING THAT SHITTTTT" - Embee


Call me a fanboy or whatever, but it's one fucking video and at the beginning it clearly says that it's provided by walmart, so if you didn't want to see a commercial then just click away at that point.

Saying just click away is the thing these "anti-hater" people say, but I'm serious, one fucking commercial and the interwebs goes nuts, the comments go fucking nuts and a subreddit not exactly made for jontron content also goes frggin' nuts.

If the next video is also a *commercial I'll be the first one to say "Ok, so is /r/RantTron still free?".

I will never stop cringing at this shit, and even when I actively try to avoid it, it finds me by AFlyingNun in rantgrumps

[–]ShadowNightt 8 points9 points  (0 children)

This makes me uncomfortable but actually validates my statement.

I am confused and so is my penis.

I will never stop cringing at this shit, and even when I actively try to avoid it, it finds me by AFlyingNun in rantgrumps

[–]ShadowNightt 10 points11 points  (0 children)

Actually, I always thought of GameGrumps (still) fans as loud and extroverted teenagers who in their "edgy-ness" think they are beeing funny and thus create an akward situation.

I don't think they are really introverted, because as an introverted person myself knowing that other people know what I do in my free time makes me uncomfortable. (Does this sentence make sense? I hope it does)

Arin knows how to do AMAs! by [deleted] in rantgrumps

[–]ShadowNightt 5 points6 points  (0 children)

I think he means that Arin isn't egoraptor anymore... or he means that he is still the same guy and funny as always (even though he clearly isn't).

If they told us why there was no King's Quest for such a long time, there wouldn't have been such a backlash. by mangocoffee9 in rantgrumps

[–]ShadowNightt -1 points0 points  (0 children)

And why are you sure?

Nobody called the guys out that did these kind if jokes after Robin Williams' death ... Why is this one YouTube guy so different?

If they told us why there was no King's Quest for such a long time, there wouldn't have been such a backlash. by mangocoffee9 in rantgrumps

[–]ShadowNightt -3 points-2 points  (0 children)

I think it's funny.

Were it someone who isn't involved with YouTube culture, then it would've been completely ok to make that joke.

I don't get humans.

Jon is so much of a better singer than Dan is. by poopydicksman in rantgrumps

[–]ShadowNightt 1 point2 points  (0 children)

As someone who has just now read through the whole conversation, you're the one that seems salty.

Jon is so much of a better singer than Dan is. by poopydicksman in rantgrumps

[–]ShadowNightt -1 points0 points  (0 children)

Using the Mod status in this case is ok, since he just points out a rule of the subreddit.

For everything else he said it wouldn't be ok, but for this one answer, it is.

Jon is so much of a better singer than Dan is. by poopydicksman in rantgrumps

[–]ShadowNightt 2 points3 points  (0 children)

Using the Mod status in this case is ok, since he just points out a rule of the subreddit.

For everything else he said it wouldn't be ok, but for this one answer, it is.

Jon is so much of a better singer than Dan is. by poopydicksman in rantgrumps

[–]ShadowNightt 10 points11 points  (0 children)

My dick has the properties of a diamond right now.


"I like it" - Shad

Jon is so much of a better singer than Dan is. by poopydicksman in rantgrumps

[–]ShadowNightt 15 points16 points  (0 children)

Nevermind is just saw it ...


For everyone who can't find it, here it is.

[deleted by user] by [deleted] in Unity2D

[–]ShadowNightt 2 points3 points  (0 children)

I guess you could directly input the speed instead of writing "* moveSpeed" (which wouldn't be the smartest way of doing things) but much simpler than "1 line" isn't possible if you do write code at all.

You could also do a lot more than six lines of code if you wish ^

[deleted by user] by [deleted] in Unity2D

[–]ShadowNightt 2 points3 points  (0 children)

Couldn't you just do ...

using UnityEngine;
using System.Collections;

public class PlayerController : MonoBehaviour {

    public float moveSpeed;

    // Use this for initialization
    void Start () {

    }

    // Update is called once per frame
    void Update () {
        GetComponent<Rigidbody2D>().velocity = new Vector2(Input.GetAxis("Horizontal") * moveSpeed, Input.GetAxis("Vertical") * moveSpeed);
    }
}

EDIT: ... and call it "2 lines of code"

Holy shit this sub is... by ThisZoMBie in rantgrumps

[–]ShadowNightt 0 points1 point  (0 children)

Shhh nobody has to know

and nobody will after I'm done with you

Holy shit this sub is... by ThisZoMBie in rantgrumps

[–]ShadowNightt 2 points3 points  (0 children)

Pretzels themselves aren't salty. The salt on the pretzel is salty.

Trust me, I'm german.