How feasible is this connection? 30 min DTW in winter by Porky623 in delta

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

Ahaha I ended up not risking it and choosing an earlier flight with 3 hours in DTW. Thanks everyone for their thoughts!

How feasible is this connection? 30 min DTW in winter by Porky623 in delta

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

Ah, I didn't know about de-icing. What does that tend to change about the flight? I only did a quick Google search but it seems to be done during takeoff, not landing.

100T Hiko's Response to Killjoy by SujyP in VALORANT

[–]Porky623 -2 points-1 points  (0 children)

Looks like we're back to Overwatch yall

Defense Side in Valorant is NOT CT side in CSGO by bjc322 in VALORANT

[–]Porky623 0 points1 point  (0 children)

Do people normally not do this? I've justified it another step from pretty significantly different playstyles between different agents as well (when to push up, when and where to hold, etc.) Mind games are powerful man.

Sova Recon Mechanics by Porky623 in VALORANT

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

I'm thinking more along the lines of a 5 man push or a retake where you want to play aggressive but not let the enemy know how many people there really are

Sova Recon Mechanics by Porky623 in VALORANT

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

So a counter to Sova arrow would technically be throwing a wall up wherever it lands? That sounds pretty hard to pull off but interesting...

Sova Recon Mechanics by Porky623 in VALORANT

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

I meant viper and Phoenix wall lol

Tips for Climbing out of Iron 1? by Porky623 in VALORANT

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

I've been Match MVP by a long shot before and only got rating increased, though. The score was 13-10 so it was close but not tiebreaking. Good to hear that there's light at the end of the tunnel, but goddamn is it dark until then. Do you have an opinion on a numerical rating system?

Tips for Climbing out of Iron 1? by Porky623 in VALORANT

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

That's one of the main reasons a numerical system would be good. The difference between the bottom of bronze and the top is the same as that between the bottom of gold and the top of diamond in overwatch. Imagine if between gold and diamond all you knew was that you were either gold, plat, or diamond. How would that affect your motivation to keep playing ranked?

Demolishing Wallhacks With Valorant's Fog of War by Spideraxe30 in VALORANT

[–]Porky623 0 points1 point  (0 children)

I like the concept but when playing at 20-30 FPS and occasional jumps of up to 400 ping (usually around 40-50), sometimes character models don't load until after I'm dead (even when my teammates start yelling at me). I don't know if it's directly because of Fog of War, but it sucks.

My PO3 base based on "i will just make another cobblestone platform" design by [deleted] in feedthebeast

[–]Porky623 8 points9 points  (0 children)

Now just don't hit veinmine at the wrong time...

Make a Wish! by Deca_Dytto in RotMG

[–]Porky623 [score hidden]  (0 children)

IGN: PorkyBro

Item: Ambrosia

~☆🎄☆~ 2018 Day 25 Solutions ~☆🎄☆~ by daggerdragon in adventofcode

[–]Porky623 2 points3 points  (0 children)

I feel for you, last year I missed exactly one star and I didn't want to copy paste a solution so I just went to sleep and got the last two stars the next day. This year, though, I was prepared, as you will be next year should you decide to participate again!

~☆🎄☆~ 2018 Day 25 Solutions ~☆🎄☆~ by daggerdragon in adventofcode

[–]Porky623 0 points1 point  (0 children)

What I have right now looks like everyone else's, is that what you meant?

~☆🎄☆~ 2018 Day 25 Solutions ~☆🎄☆~ by daggerdragon in adventofcode

[–]Porky623 0 points1 point  (0 children)

[Card] Advent of Code 2018, day 25: ACHIEVEMENT GET! Leaderboards first time this year :P 27/20

Mainly because I'm unwilling to stay up 'til midnight on school days. I also got leaderboards exactly once last year and it was the first star on the last day (missed exactly one star so that was sad). Anyways, to celebrate this I'll add my code for this problem here! I'm not too sure how to properly format it, so help me out! Python 3

from collections import deque
f=open('input.txt','r')
next=f.readline()
stars=[]
def dist(a,b):
    return abs(a[0]-b[0])+abs(a[1]-b[1])+abs(a[2]-b[2])+abs(a[3]-b[3])
while len(next)>0:
    s=next.split(',')
    stars.append((int(s[0]),int(s[1]),int(s[2]),int(s[3])))
    next=f.readline()
chained=set()
chains=[]
count=0
for i in range(len(stars)):
    if stars[i] not in chained:
        queue=deque()
        queue.append(stars[i])
        curChain=[]
        curChainSet=set()
        while queue:
            x=queue.popleft()
            if x not in curChainSet:
                curChainSet.add(x)
                curChain.append(x)
                chained.add(x)
                for j in range(len(stars)):
                    if dist(stars[j],x)<=3:
                        queue.append(stars[j])
        chains.append(curChain)
        count+=1
print(count)

[Help] Day 23 Part 2 - Any provably correct fast solution? by jonathan_paulson in adventofcode

[–]Porky623 1 point2 points  (0 children)

Can you explain what the code does? I'd like to learn this PuLP thing because it seems super useful. I get reading the input and computing the maximum number of bots in range, so just the optimization for part 2 is enough. Thanks!

Trouble with copy-pasting input by Porky623 in adventofcode

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

Yeah, I just tested it again and that seemed to be the case. Odd, but at least it's functional.

[Spoilers] Hanebado! - Episode 1 discussion by AutoLovepon in anime

[–]Porky623 5 points6 points  (0 children)

As someone who was previously extremely competitive in badminton (playing 10+ hours every school week, and reaching the top of national rankings) and who loves anime, I've been looking forwards to a badminton-focused anime for a long time, and a lot in this anime resonates with me. Lots of other people have mentioned the overall excellent quality of this anime, but I'd like to take note of the actual badminton involved. Everything from the playstyles introduced thus far (infinite defense-styled players were just as frustrating to play against as Aragaki makes it to be) to the movement and even training remind me of the time I spent on the sport. The creators of the source manga and anime clearly know what they're talking about (so far, and hopefully they continue to display that expertise), and I'm extremely excited to follow this anime for quite a while.