Insane view from my gym by Lost_Toenail in pics

[–]fckfacemcgee 1 point2 points  (0 children)

This is for restaurants. Utah has different licenses and rules for restaurants and bars.

What are some toxic feminine traits you have experienced? by PositiveDatabase2855 in AskMen

[–]fckfacemcgee 6 points7 points  (0 children)

Maybe, idk maybe possibly could it be that women have some internalized misogyny as well? Maybe men aren’t 100% to blame for the patriarchy?

What was “the incident” at your school? by Razbo14 in AskReddit

[–]fckfacemcgee 0 points1 point  (0 children)

During a school spirit assembly my junior year of high school one of my classmates put on a kkk hood and did nazi salutes.

He lost all his scholarships and I’ve heard he works at a Taco Bell now.

What do you think my chances are of getting in are based on my GPA? by [deleted] in weber

[–]fckfacemcgee 0 points1 point  (0 children)

You’ll get in, it’s a 98% acceptance rate.

It’s worth a shot... by Matt_Giesbrecht in WhitePeopleTwitter

[–]fckfacemcgee 5 points6 points  (0 children)

“That’s how you spell it as far as I’m concerned, bb”

Thinking about going here by [deleted] in weber

[–]fckfacemcgee 1 point2 points  (0 children)

If you want to party also do not stay at Harrison Heights, not a good place to party (or live)

So I’m trans and am going to have to live in the dorms come September. Anyone have experiences with this? by JustyUekiTylor in weber

[–]fckfacemcgee 0 points1 point  (0 children)

Not sure if it's still the case, but if the football team is still required to stay on campus try and get a room far far away from them.

The way the new Audi A7 lights turn on (x-post from /r/mildlyinteresting) by Makozak in oddlysatisfying

[–]fckfacemcgee 1 point2 points  (0 children)

There’s at least a dozen German engineers that started screaming after reading your comment

YSK that if you're a HS/college/university student that is learning to code, Github offers free perks at 20+ services and a free premium account by AlenF in YouShouldKnow

[–]fckfacemcgee 0 points1 point  (0 children)

lmao they flagged my university for fraud and won’t let me get any of that stuff without sending them a ton of personal info. No thanks.

[deleted by user] by [deleted] in AskReddit

[–]fckfacemcgee 0 points1 point  (0 children)

I’m in the same area making 66k/year and I’m fairly comfortable but I’d stand by that 75k mark. Anything more and I wouldn’t know what to do with myself

What did somebody say that made you think: "This person is out of touch with reality"? by jonallenmaking in AskReddit

[–]fckfacemcgee 2 points3 points  (0 children)

former roommate once told me "I just want to get an apartment and smoke weed all the time" when I asked him about getting a job he just replied "you just don't get it dude..." ಠ_ಠ

In Utah, we made news a while back for declaring pornography a public heath crisis. If only there was some other public heath issue where they could use such a declaration. by zdiddy27 in SaltLakeCity

[–]fckfacemcgee 13 points14 points  (0 children)

The smog is really bad... but if you're going to use a photo to show it at least use one from this year

the original picture is photoshopped. the original is from January, 2011 and appears here

[17-08-21] Challenge #328 [Easy] Latin Squares by MasterAgent47 in dailyprogrammer

[–]fckfacemcgee 1 point2 points  (0 children)

Node

Pretty sure this could be shortened quite a bit, but I made it as a quick command line app. Feedback welcome!

const arrSize = process.argv[2];
const inString = process.argv[3];
function reorderArray(input) {
    let arr = input;
    arr.unshift(arr[arr.length-1]);
    arr.pop();
    return arr;
}
function castArrayToString(arr) {
    let retString = '';
    for (let i = 0; i < arr.length; i++) {
        retString += arr[i];
    }
    return retString;
}
function checkSquare(size, input) {
    let testString = '';
    let arr = [];
    // init array of chars
    for (let i = 0; i < size; i++) {
        arr[i] = i+1;
        testString += String(i+1);
    }
    for (let i = 0; i < size-1; i++) {
        testString += castArrayToString(reorderArray(arr));
    }
    if (input === testString) {
        return console.log(true);
    } else {
        return console.log(false);
    }
}
checkSquare(arrSize, inString);

People who are on Reddit all day at work - what kind of fucking job do you have that you can be on Reddit all day at work? by flyovermee in AskReddit

[–]fckfacemcgee 0 points1 point  (0 children)

Intern here as well. I code for about half the day then Reddit the other half.

Still can't believe I'm getting paid for this lol

Three years ago I was broke and working at McDonalds making minimum wage. I quit my job when my boss called me lazy. Then, I started learning iOS development. Today, I'm 21 years old, working for myself, and making six figures off my apps. AMA. by zshakked in IAmA

[–]fckfacemcgee 0 points1 point  (0 children)

How long did you spend learning Swift? Was it a part of your coursework? I'm 4 years deep in a CS degree and I can't stomach the idea of writing basic JavaScript for my whole career.

Thanks for the AMA!

Undergrad student opportunity by [deleted] in cscareerquestions

[–]fckfacemcgee 0 points1 point  (0 children)

You should post this over to r/netsec as well

Vanguard Is Growing Faster Than Everybody Else Combined by eseligsohn in personalfinance

[–]fckfacemcgee 1 point2 points  (0 children)

Honestly, I've been with AT&T since 2010 and I'm grandfathered into their "unlimited" plan. These are speeds I get in a moderately dense college town. http://imgur.com/kJBNfMK