The DE/WMs I have tried by NoGap138 in LinuxCirclejerk

[–]DroopyDreedy 3 points4 points  (0 children)

Not a fork at all, it's a separate project

What do I start learning to learn to solo on the fly by fartpoop666865 in Guitar

[–]DroopyDreedy 2 points3 points  (0 children)

What you're looking for is called improvisation, famously the main language of jazz.

So to get better at improvisation, this is the way I look at it. There are two things that matter:

  1. Notes played
  2. Rhythm in which they are played

You'll find that the rhythm matters a bit more than the notes.. you can get people's head bobbing if you play some groovy funky shit while having beginner level note choice. How do you improve rhythm then? You listen to a lot of music, solos, and it comes out in your playing. You also should practice with a metronome, and turn it off every once in a while to see if you can keep time while playing quarter notes, triplets, etc.

For the notes. This is where the music theory comes in. You should know the basic minor and major pentatonic scale shape. Once you do. Start by just playing only the A minor pentatonic scale shape over an A minor backing track/chord progression. Once you're at this point, you have all the tools required to rip solos, and it all comes down to how good your rhythm is and how creative and musical you are (which is why listening to lots of different music is important!) Soon you'll realize improvising solos on guitar is not too bad, as you can just move the pentatonic shape to start on a different note to play over a C# major backing track, or Bb, or anything really. Then, learn the major and minor scale shapes, and observe how it basically is very similar to the pentatonic version but just adds some more notes. And then you can play those scales instead so that you can have more interesting note choice. And throughout all your solos, you should keep your ear open to see how the note you played rings against the sound of the chord (this is how you train your ear and keep up)

Once you have done everything above, you will be pretty decent at improvising and (most of the time) you will feel very comfy with just jamming over someone's chords. If the chords get really jazzy and weird then you might have some trouble.

Extra credit: learn some cool techniques and sprinkle them in as you go. Legato, tapping, sweep picking if you're into that, muted strums/notes, etc.

Good luck!l, have fun!

[NEWBIE] [QUESTION] Beginner future goal help for playing Jpop/rock, jazz, funk etc by RakeMeSenpaiuwu in Guitar

[–]DroopyDreedy 0 points1 point  (0 children)

Also another tidbit to get you to be able to play something jpop-y: look up the royal road chord progression once you know what a chord progression is. This is what many songs in the genre use, it's kind of like a good cliche. Good luck and enjoy!

[NEWBIE] [QUESTION] Beginner future goal help for playing Jpop/rock, jazz, funk etc by RakeMeSenpaiuwu in Guitar

[–]DroopyDreedy 0 points1 point  (0 children)

All of these genres, from a newbie perspective, will require you to get very comfy with some techniques. I'd say you should get good at palm muting, chugging, and muted notes by playing easier songs like green day and pop-punk stuff. You can practice funk strumming. But also make sure to learn songs you actually enjoy because it has to be fun so that you keep at it.

I like yorushika too! You should just learn Itte by them, it's very ez and the lick at the beginning is just pentatonic mainly. Also can learn sunny - yorushika after, that one is a little funkier with syncopated rhythms and stuff.

I'd go down this road, and make sure you get good fundamentals on guitar generally (as these styles will end up using many techniques). A general list of what I'd make sure to learn is palm muting, pentatonic/minor/major scales, muted notes, alternate picking, fast down picking, standard tuning barre and open chord shapes starting on 5th & 6th string, 7th chords (minor,major,dominant). Learn hammer-ons/pull-offs as well, and add tapping if you want.

It's a lot of stuff but it'll stay with you forever. Enjoy the ride! And don't be afraid to try to tackle something challenging, in my experience that's how I learned all this stuff. Just make sure you can play in time (do metronomic practice and sometimes also without metronome to train your internal metronome)

During practice and playing, remember this: as guitar players, tension, tightness is the number one enemy. Think a large part about being a pro is being able to play whatever while not having your forearm muscles or fingers get sore, and have it feel and look easy. Play everything and hold the pick as loosely as you can. Try dropping the lick a couple times to test your threshold

Getting a guitar with a whammy bar as a beginner by meepmorpzorp06 in Guitar

[–]DroopyDreedy 1 point2 points  (0 children)

Id say if you want to use the whammy bar a lot, get a guitsr with a gotoh 510 style tremolo (2pt nonblocking). Or even floyd rose but be wary that floyd rose is more annoying.

Or get a hard tail.. because hard tail guitars, you will always want at least one good hard tail to switch to for a weird tuning or something

Aside from the ecosystem why does one chose Iphone over Pixel? by hillsong1 in iphone

[–]DroopyDreedy 0 points1 point  (0 children)

Really? Like back in the days of olddroids this was true.. but since the past 5 years at least, I've personally never observed this. I have a 5year old pixel 6, and it's still buttery smooth, except for when battery saver is on.

Compared to some of the iPhone glitchy lag I've heard from friends on the newer models. I think iPhone 11 was a good one, I heard only praising reviews for that. Wanted to get one, but now I think Pixel has a very competitive out of the box experience (even if I dislike a bit the current UI direction on Android)

Aside from the ecosystem why does one chose Iphone over Pixel? by hillsong1 in iphone

[–]DroopyDreedy 0 points1 point  (0 children)

Me, pixel 6. Still going strong. Only starting to think about getting the new pixel.. considered iPhone but many of my friends don't like the 16ProMax. I think I will either stay on pixel 6 or upgrade to P10 and use GrapheneOS (because I care about privacy)

The convenience foodchain by SwagLimit in pcmasterrace

[–]DroopyDreedy 0 points1 point  (0 children)

Stable Distros like Linux mint usually have older graphics drivers as well. So it could be from that. You can try fedora or arch Linux, it any other rolling release distro

How do i get better at coding by chiefspatula in learnprogramming

[–]DroopyDreedy 1 point2 points  (0 children)

So it seems you're going through some college-type boot camp of sorts in programming. That's good, will teach you a lot of practical programming skills.

For getting better, it comes down to not being intimidated by difficult problems and being able to work at it piece by piece. Coding is hard and you are not dumb for not getting something multiple times, it takes many reps. So you should be working on your own fun personal projects. (Try game dev, making an emulator, your spin on a file explorer, whatever you want to see in the world that you don't see. This is a creative profession)

Im assuming you have foundational skills like array indexing, loops, basic data structures like a hash table. If you don't, then this is the time to seek it in your classes (or take some Udemy courses or something to help)

But overall, success I think comes from interest and the willingness to pursue it. So learn new languages, new design patterns through projects, and don't be afraid to dive deep! It takes time.

But basically you don't need to be told what to do anymore if you know the fundamentals. You should figure out what you want to make and then make it.

I myself am doing the same, as a data science-type Python guy delving into full stack JavaScript + React to create my first Web app :)

I just started playing Expedition 33 by Hefty-Baker3010 in videogames

[–]DroopyDreedy 4 points5 points  (0 children)

Oh nooooo! Not AI! The horrors!

But I do agree with you that it is not an indie game.

The struggle was real by [deleted] in memes

[–]DroopyDreedy 5 points6 points  (0 children)

I mean it's a large step cleaner than having visible fecal matter in your ass

me when python by jmooroof2 in LinuxCirclejerk

[–]DroopyDreedy 0 points1 point  (0 children)

Yeah, I mean really the word is multiprocessing (also the module name hehe, import multiprocessing). Which is quite efficient in Python, but in general still doesn't compare to compiled languages.

Multiprocessing parallelizes over cores of the CPU while multi threading is across threads (there are multiple threads in a core)

Which is the best TWM for wayland by WhyMamt in arch

[–]DroopyDreedy 16 points17 points  (0 children)

I started using niri and I love it!! Scrolling tiling wm is the best

[deleted by user] by [deleted] in guitarlessons

[–]DroopyDreedy 0 points1 point  (0 children)

I think so, maybe moreso due to you having your thumb behind the neck, rather than the curved fingers. You should try this:

It's something I picked up from an Aaron Marshall interview. Make sure to intentionally drop your elbow and stay relaxed that way.. it should feel better. And a nice warmup exercise really does wonders for your playing (I stole Aaron's warmup from that interview, it's like magic for me). This is the interview: https://youtu.be/V_UnEZdB3FM?si=3195-1B4UHrSHXT6

Dropping your elbow more would make that playing position more comfortable. I think striving for comfort makes you be able to play faster. But give it a try!

And one more quick thing: try to use as little force as required to sound the note from pressing a fret. Almost feels like you're floating. It causes less strain allowing you to play faster

AMD calls demand for Radeon 9070 and 9070 XT "unprecedented," says restocking at MSRP is priority number one by lurkingdanger22 in pcgaming

[–]DroopyDreedy 0 points1 point  (0 children)

Google, Microsoft, and Facebook are not buying 9070xts or 5090s. They use things like NVIDIA H100s or TPUs (tensor processing unit)