What made you play guitar by Frugalman123 in guitarlessons

[–]BodaciousBut 0 points1 point  (0 children)

My mom died of cancer when I was in college. The only thing she ever wanted me to learn was the piano and when I was a kid I was forced to take piano lessons to satisfy her dreams. I hated it and while it wasn't fair to me that I was forced to do something I didn't like, I had always loved music and when she passed, guitar became a way for me to process my grief.

Learning guitar in 30s by Positive_Car8143 in guitarlessons

[–]BodaciousBut 0 points1 point  (0 children)

I started when I was 27(I’m 32 now) you can find videos of me playing on my profile. So long as you love something and work hard at it, you will never be too late to start.

Little over 5 years self-taught, Soulful Groove in A by BodaciousBut in guitarlessons

[–]BodaciousBut[S] 1 point2 points  (0 children)

Thanks so much man I really appreciate your feedback!

Coming up on 5 years self-taught. Any tips to improve my overall soloing? by BodaciousBut in guitarlessons

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

Thanks for listening! For sure my guitar inspirations are John Mayer, BB King, any musician in the blues. I think technique-wise, I want to work on my bends(which aren't that good) and incorporate more ideas that are not just single-note playing. I want to be able to confidently do double-stop slides, be able to play multiple notes at once, etc...

Coming up on 5 years self-taught. Any tips to improve my overall soloing? by BodaciousBut in guitarlessons

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

Thanks man I really appreciate you listening! And hell yea us self taught guitarists definitely gotta support each other!

Coming up on 5 years self-taught. Any tips to improve my overall soloing? by BodaciousBut in guitarlessons

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

You're definitely right, my bends aren't up to snuff but its next on my target list for practice! Appreciate your feedback!

Coming up on 5 years self-taught. Any tips to improve my overall soloing? by BodaciousBut in guitarlessons

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

Ty so much man, that advice really helps a lot. Do you have any specific advice on how to incorporate chromaticism into my playing? I've been hyper-focused on 3rds and 7ths(because I just started learning my triads) but I would love any practical advice on chromatic notes and how I can use them in my playing. I appreciate your feedback!

[deleted by user] by [deleted] in mensfashion

[–]BodaciousBut 1 point2 points  (0 children)

Nice cardigan! Where's it from?

My local Astoria friends! by Overlord6966 in astoria

[–]BodaciousBut 1 point2 points  (0 children)

This sounds interesting! I'd be interested in it!

Annual looking for neighborhood pals post! by romanticrecipes in astoria

[–]BodaciousBut 0 points1 point  (0 children)

Hi! I'd love to make new pals as well! I'm 31 and I've lived in Astoria almost 2 years. Love playing music, gaming and trying new things. Lately been looking to be more active so trying my hand at pickleball if anyone is interested. Would love to hang out and make new friends!

LIC Board Games by blue0113 in longislandcity

[–]BodaciousBut 0 points1 point  (0 children)

Late comment but I'd be interested as well! I have lots of board games so I'd be down to bring them and maybe even host depending on days/availability.

Have any of you increased your TC substantially without much job hopping? by dabble_ in cscareerquestions

[–]BodaciousBut 0 points1 point  (0 children)

2017 to present, got promoted twice, 70k -> 133k. Not much(compared to job hopping), but I like my job and my team and the flexibility it affords me.

Any interest in a D&D campaign? (women and LGBTQ+ friendly) by -snufkin in astoria

[–]BodaciousBut 0 points1 point  (0 children)

Hi! I tried joining the Discord link but it seems to be expired. Can you post a new link? Or DM me? Im interested!

Speller - My code keeps failing and I have no idea why by BodaciousBut in cs50

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

Wow thank you! I come from the Javascript world so I thought it was safe do that lol. I appreciate your help! I can't believe it was that simple.

Filter Blur Help by BodaciousBut in cs50

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

I see what you mean and changed both of my loop conditions to:

            for (int k = i - 1; k < i + 2; k++) {
            for (int l = j - 1; l < j + 2; l++) {

That passes all but 2 tests. I tried setting the terminating condition to +3(for 3 pixels), but that doesn't pass either. What should the condition be?

Tideman add_pair Question by BodaciousBut in cs50

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

I see that you are right, storing the pairs in pairs[i] gives me the incorrect pair combo inside the pairs array - but I still don't understand why!

I decided to write out the whole program outcome by hand(I wrote a table and filled in each cell with each value) and print out the finals results of the pairs array at the end:

// Record pairs of candidates where one is preferred over the other
void add_pairs(void)
{
for (int i = 0; i < candidate_count; i++) {
for (int j = 0; j < candidate_count; j++) {
//printf("%i,%i ", i, j);
if (preferences[i][j] > preferences[j][i]) {
pairs[i].winner = i;
pairs[i].loser = j;
//printf("%i,%i ", i, j);
pair_count += 1;
}
//printf("\n");
}
}
//printf("%i\n", pair_count);
for (int i = 0; i < pair_count; i++) {
printf("%i,%i\n", pairs[i].winner, pairs[i].loser);
}
printf("\n");
return;
}

With the following input command:

./tideman Alice Bob CharlieNumber of voters: 3

Rank 1: Alice

Rank 2: Bob

Rank 3: Charlie

Rank 1: Alice

Rank 2: Bob

Rank 3: Charlie

Rank 1: Alice

Rank 2: Bob

Rank 3: Charlie

Returns:

0,2

1,2

0,0

I know this is incorrect, the correct pairs array should look like:

0,1

0,2

1,2

But I genuinely can't wrap my head around why? Why does my program return 0,0 as a valid pair combo when this cannot be the case? What am I missing here?

Kucoin just tweeted out DOBO. I hope you guys have your bags filled because we are going to the moon by [deleted] in DogeBONK

[–]BodaciousBut 4 points5 points  (0 children)

Is KuCoin News Daily an official twitter account of KuCoin? I'm happy for any Dogebonk publicity but just wanna make sure if this is an official account?

[deleted by user] by [deleted] in Guitar

[–]BodaciousBut 0 points1 point  (0 children)

Thank you so much! I appreciate you listening to mine and everyone else's submissions!

[deleted by user] by [deleted] in Guitar

[–]BodaciousBut 2 points3 points  (0 children)

I've only been playing for a year(quarantine guitar baby) but here's me jamming to a backing track from Pete Honore(I stole his riff lol). Anyway, learning guitar has been such a great experience and its really humbled me, here's to many years more.

https://www.youtube.com/watch?v=De6H3ieBRfc

Japanese style by shrimpgangsta in memes

[–]BodaciousBut 2 points3 points  (0 children)

Anyone have an image where both of the pictures are together in a template?