my subscriptions
POPULAR-ALL-RANDOM | LOADING...MORE »
AweBeyCon commented on a post in r/GBDS
dracoarmh 4 points

you ATE Garlic bread? How dare you, You didn't date it first, or take it out to lunch. Just saw it and ate it. How uncivilized

AweBeyCon 3 points

Sounds like a good first date to me. Sadly, GB never called back after.

dracoarmh 3 points

He had 8 at once though, doesn't sounds like a good date to me

AweBeyCon 2 points

You're right.... That's a GREAT date!!!

AweBeyCon commented on a post in r/harrypotter
Im_Finally_Free 5 points

And you're sure nothing can be done to reverse this misunderstanding? I know that being the Head of such a fine house like Gryffindor can lead to actions that need amended at a later time occasionally? You must understand that these points are very important to our bond as a house and as a school and the competition that arises through the winning (and losing) of house points.

looks entirely innocent

AweBeyCon 2 points

I mean, it's a magical gavel

Im_Finally_Free 3 points

In situations like these I always find it best to ask, "What would Dumbledore do?" And maybe, just maybe if the answer is give Harry all the points, you should do the same for us?

 
 
 

Please give us the points, I put so much effort into convincing you and it's like 4am for me

AweBeyCon 1 point

You picked the wrong head if you're trying to pluck a heart string. :-)

Load more comments
AweBeyCon commented on a post in r/LifeProTips
Sethodine 557 points

Boss: "Someday, all that the light touches will be yours."

You: "But what about that shadowy parking lot over there?"

AweBeyCon 779 points

You must never go there. That's Arby's property and they tow.

AweBeyCon commented on a post in r/harrypotter
34
SecretSquirrel_ 8 points

OMG, THANK FREAKING GOD! Y'all finally got your shit together!!
(it's not meant to be rude people, it's a bit of an inside joke, particularly in Ravenclaw tower.)

But for real. I was thinking about asking about this a few weeks ago, cause like, it's been like, six months! Y'all be crazy overthinking. :p

AweBeyCon 16 points

Remember that every decision we make effects a community of 350k users. We don't take that lightly.

AweBeyCon commented on a post in r/harrypotter
AweBeyCon [M] [score hidden]

Gone from Reddit for two weeks and this is what you come back with? You broke Rule 1: don't be a dick, plus redditique with kys remark. The next one will see you banned from this sub.

ndot8 -2 points

shut the fuck up dude😂 ban me idgaf

AweBeyCon 1 point

okay

AweBeyCon commented on a post in r/xboxone
AweBeyCon [score hidden]

My first Xbox, Halo edition, I bought from my boss in August 2006. I got an Xbox 360 for my birthday in April 2008, then a Halo 3 360 four months later. I got the Halo 4 Xbox 360 for Christmas 2012. I got the Xbox One on launch, November 22, 2013. I still have all of them.

AweBeyCon commented on a post in r/ProCSS
CaseAKACutter 5 points

You could probably just make an animation that cycles through a blur effect. Not sure you could have it happen only once, but I bet it's possible.

EDIT: I think this should work. I'm not sure what tag to use as the body, but this animation should give a kind of blur. There are ways of pixelating an image with CSS, but I'm not sure if you could animate it.

<tag> {
    -webkit-animation-name: low_bandwidth ;
    -webkit-animation-duration: 4s;
    animation-name: low_bandwidth ;
    animation-duration: 4s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes low_bandwidth {
    from {
      -webkit-filter: blur(10px);
    }
    to {
      -webkit-filter: blur(0px);
    }
}

/* Standard syntax */
@keyframes low_bandwidth {
    from {
      filter: blur(10px);
    }
    to {
      filter: blur(0px);
    }
}
AweBeyCon 6 points

Giving an iteration count of 1 and a animation direction of forwards (default), it should do the animation once and stay at the initial frame.

N3w0ne 6 points

Im thinking the reddit button may be some kind of gif...?

AweBeyCon 8 points
view more:
next ›

AweBeyCon

95,426 Karma
14,112 Post Karma
81,314 Comment Karma

Fuck off, I'm not telling these people about me

Following this user will show all the posts they make to their profile on your front page.

About awebeycon

  • Reddit Birthday

    April 4, 2013

Other Interesting Profiles

    Want to make posts on your
    own profile?

    Sign up to test the Reddit post to profile beta.

    Sign up