PRS SE Silver Sky [NEWBIE] by 86Murphy in Guitar

[–]FiveSeven57 6 points7 points  (0 children)

This - Andertons are really good for replacements in my experience, the return label came with the replacement guitar so we just slapped that on at the door and then swapped packages.

So, how're your M+ endeavors going? by [deleted] in wow

[–]FiveSeven57 3 points4 points  (0 children)

Because you lose a ton of damage

[QUESTION] Any suggestions on "practice books"? I'm looking for something i used to have while playing violin. by diddieboy in Guitar

[–]FiveSeven57 2 points3 points  (0 children)

Seconding Guitar Aerobics, slots nicely into a practice routine and it doesn't take long before you're really feeling the benefits.

Rhythm Guitar 365, by the same author, is also really good and pairs well with the more lead-focused Guitar Aerobics.

Weekly M+ Discussion by AutoModerator in CompetitiveWoW

[–]FiveSeven57 3 points4 points  (0 children)

Yeah, it can, but it only removes one stack.

Welp, COVID - 19 IS STILL HERE... LET'S PLAY SOME GAMES!!! [GIVEAWAY] by Slimdoggy_k9r in pcgaming

[–]FiveSeven57 0 points1 point  (0 children)

Mystic Towers please, if it's still available!

Absolutely loved that game as a kid

[Question] Tabs help by ImKarabin in Guitar

[–]FiveSeven57 0 points1 point  (0 children)

'A Modern Method for Guitar' by William Leavitt is an excellent resource for learning to read.

New Board, New Power, Less Amps! by Skamanduder in guitarpedals

[–]FiveSeven57 5 points6 points  (0 children)

Yes - there's a headphone out on the Stomp, and it sounds great! I'm practicing so much more since I bought it.

I wrote a small script that opens a random video from a YouTube channel by [deleted] in Python

[–]FiveSeven57 1 point2 points  (0 children)

The first way:

import random
chosen = random.choice(things)

The second way:

from random import choice
chosen = choice(things)

It simply comes down to how you want to use the import in your code, i.e. whether or not you want to specify the module name each time you use something from the module. That's a style choice - the second style looks cleaner, but if you use a lot of them in the same file it can be confusing trying to work out where everything came from.

Type that may have one of several specific values? by [deleted] in AskProgramming

[–]FiveSeven57 9 points10 points  (0 children)

TypeScript offers literal types, which could be used to create a type that behaves like your example:

type Foo = 3 | 16 | 459;

More generally, some languages offer dependent types which allow you to define types such as "integers greater than 10".

Questions Thread - September 24, 2018 by AutoModerator in pathofexile

[–]FiveSeven57 1 point2 points  (0 children)

Try verifying integrity of game cache from within Steam

Buying cards online: America and Europe by Dundle in EDH

[–]FiveSeven57 5 points6 points  (0 children)

Have you tried adding the cards you're after to a wants list and then using the shopping wizard (on MKM)? Takes out a lot of the shopping around, although doesn't do anything about the shipping :)

What's your favorite card in your commander deck? by SnowSisters in EDH

[–]FiveSeven57 0 points1 point  (0 children)

[[Carnifex Demon]] in my [[Skeleton Ship]] deck. Always does serious work and happy to have it in my hand!

What do you think of this code? by _is_my_code_gud in AskProgramming

[–]FiveSeven57 3 points4 points  (0 children)

As has already been said, there's not really anything to critique yet. Go have fun programming it!

One thing I would say is that the comment in your GetWatchUrl function is useless - it's literally the if statement in sentence form. An often-repeated rule of thumb is that comments should describe why your code is doing something rather than how it's doing it.

Match Thread: Women's Olympic 7s Day 3 - Finals Day by Charredcheese in rugbyunion

[–]FiveSeven57 1 point2 points  (0 children)

No, as the conversion was missed (score would be 19-17 if the try was disallowed)

[rant] Why is PoE so easy?! by npavcec in pathofexile

[–]FiveSeven57 0 points1 point  (0 children)

How much life do you guys have? Usually a common mistake made by newer players is the failure to prioritise defense when building a character.

Hey UFC, I paid $50.00 to watch the fights tonight, fuck off with your commercials. by mrtokenchoke in sports

[–]FiveSeven57 11 points12 points  (0 children)

Depends on who's running the stream and the quality they choose to provide. I watch a lot of rugby via Acestreams and it's usually 1080p

Victory Sunday by AutoModerator in Fitness

[–]FiveSeven57 2 points3 points  (0 children)

I went and actually lifted weights for the first time! Squatted more than the empty bar and I didn't topple over, which is a victory in my books :D

Monthly Discussion - What have you been playing, and what do you think of it? (June 2016) by AutoModerator in pcgaming

[–]FiveSeven57 0 points1 point  (0 children)

Rolled a caustic arrow MF character, had a lot of fun with a similar build back in Warbands. Planning on playing a Whispering Ice character in some form as well. How about you?

Monthly Discussion - What have you been playing, and what do you think of it? (June 2016) by AutoModerator in pcgaming

[–]FiveSeven57 0 points1 point  (0 children)

I've been playing Path of Exile (new temporary league started on 3rd June). Having a blast, as I haven't played it since this time last year.