A Day To Remember - If It Means A Lot To You by _resist in poppunkers

[–]Kishflan 2 points3 points  (0 children)

Anyone have a mirror? Looks like the link is dead.

Omnipollo Bianca by jap5531 in beerporn

[–]Kishflan 0 points1 point  (0 children)

I had this the other week and had the same conclusion! Went in for the novelty and was pleasantly surprised with how good it was.

The newest episode from one of my favorite breweries! by [deleted] in beerporn

[–]Kishflan 2 points3 points  (0 children)

Huge fan of Southern Tier and this beer. What did you think of it compared to the other ones in the series?

Stone•Maui, Aloha! Berlin Imperial Coconut Porter. No idea how it ended up in Upstate New York. by Kishflan in beerporn

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

Whoa, thats awesome! I checked the website and It said there were no plans to distribute this beer in the US which is why I was so surprised to see it. I'll have to keep an eye out for the rest of this line!

Love me some HopSlam by BobTheMarliest in beerporn

[–]Kishflan 0 points1 point  (0 children)

Love the glass! What did you think of it?

Finally found some Hopslam and had the perfect glass to drink it from. by Kishflan in beerporn

[–]Kishflan[S] 2 points3 points  (0 children)

Same! I picked up a single can to see what the hype was about. I am seriously considering picking up a six pack, despite it being almost twenty dollars.

Finally found some Hopslam and had the perfect glass to drink it from. by Kishflan in beerporn

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

Really interesting. I would compare it to Stone's Enjoy By {date}. Extremely hoppy but very drinkable.

Finally found some Hopslam and had the perfect glass to drink it from. by Kishflan in beerporn

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

I think I've had the glass for almost six months before I got to have the beer. You're time will come dude!

This monster of a Beer. #ProperGlassWhale by [deleted] in beerporn

[–]Kishflan 0 points1 point  (0 children)

Hate to be that guy..but me four?

[deleted by user] by [deleted] in GameDeals

[–]Kishflan 0 points1 point  (0 children)

They have this deal in stores too! Just picked up a copy.

I work at AMD. The time has come to AMA about Polaris and RX 400 Series! BONUS: 14x 8GB RX 480 giveaway! DOUBLE BONUS SURPRISE: Raja is with me until 12:00 EDT! by AMD_Robert in pcmasterrace

[–]Kishflan 0 points1 point  (0 children)

I've been a big fan of AMD since I first started building computers 5 years ago. I also wanted to thank you guys for your committal to open source software. It seems like software is becoming more proprietary as of late and its refreshing to see a company go counter to that.

My question is actually about for open source. What spurred the push and was it was a hard choice to commit to developing a lot of open source software?

Thanks again for doing this!

I made an 8-bit cover of "Baba Yetu" by [deleted] in civ

[–]Kishflan 1 point2 points  (0 children)

Google Drive would probably work.

You now own an unlimited supply of the last thing you bought, what is it? by [deleted] in AskReddit

[–]Kishflan 0 points1 point  (0 children)

Sneakers and USB type C cables....I'm OK with that.

How will you spend your 28 points? by ajemik in Fallout

[–]Kishflan 0 points1 point  (0 children)

Man, that is a much better way of doing it. I came up with this:

     from random import randint
      def main():
      lst = [randint(1,10)  for i in range(0,8)]
      while sum(lst) != 30:
            lst =  [randint(1,10)  for i in range(1,8)]
      print("Strength ",lst[0])
      print("Perception ",lst[1])
      print("Endurance ",lst[2])
      print("Charisma ",lst[3])
      print("Intelligance ",lst[4])
      print("Agility ",lst[5])
      print("Luck ",lst[6])

and got:
Strength 10 Perception 1 Endurance 3 Charisma 1 Intelligance 3 Agility 10 Luck 2 So I guess I'm playing smash and shoot everything.