Spyke

Posts

Acoustic Guitarists on the Places That Made Them

[Premier Guitar]

"Our columnist asks his favorite acoustic players how their hometowns, new and old, have changed the music they make.

As musicians, we tend to put most of our mental energy into the “next thing”: that next song, show, tour, or piece of gear. The beauty of music-making is that there is always somewhere new to go, but it’s also important to remember that we all came from somewhere. In this column, I connect with some excellent acoustic players about the places that shaped their playing and their craft, where they started and where their music has taken them."

Featured Artists: Micah Blue Smaldone, Charlie Rauh, Rosali, James Elkington, and Nathan Salsburg

https://www.premierguitar.com/pro-advice/acoustic-soundboard/acoustic-guitarists-on-the-places-that-made-themOpen linkView original on programming.dev

[Content Creator] CSGuitars rebranding to "Science of Loud" ?

Facebook and Youtube pages appear to be completely rebranded.

I hope that Colin isn't selling off or stepping away from the channel. He has produced great content for years. His pragmatic approach to gear selection and maintenance combined with simple and easy-to-understand explanations made him a valuable asset to the community. I know that I've learned a lot about how my gear works and how to best select and modifier gear to get the effect that I want thanks directly to CSGuitars.

https://www.youtube.com/@ScienceofLoud

https://www.facebook.com/scienceofloud

View original on programming.dev

Roku TV bricked until agreeing to new terms of service

See title - very frustrating. There is no way to continue to use the TV without agreeing to the terms. I couldn't use different inputs, or even go to settings from the home screen and disconnect from the internet to disable their services. If I don't agree to their terms, then I don't get access to their new products. That sucks, but fine - I don't use their services except for the TV itself, and honestly, I'd rather by a dumb TV with a streaming box anyway, but I can't find those anymore.

Anyway, the new terms are about waiving your right to a class action lawsuit. It's weird to me because I'd never considered filing a class action lawsuit against Roku until this. They shouldn't be able to hold my physical device hostage until I agree to new terms that I didn't agree at the time of purchase or initial setup.

I wish Roku TVs weren't cheap walmart brand sh*t. Someone with some actual money might sue them and sort this out...

EDIT: Shout out to @[email protected] for recommending the brand "Sceptre" when buying my next (dumb) TV.

EDIT2: Shout out to @[email protected] for recommending LG smart TVs as a dumb-TV stand in. They apparently do require an agreement at startup, which is certainly NOT ideal, but the setup can be completed without an internet connection and it remembers input selection on powerup. So, once you have it setup, you're good to rock and roll.

View original on programming.dev

[Discussion] Picks & other plectrum

Let's share about our favorite guitar picks.

Jazz III's are a popular favorite in my area, although I've almost always bought the cheapo Fender mediums and heavys. My dad played these powdergripped Dunlap tortexes for years, but they always felt so weird and out of place to me. I have a professional musician friend who swears by BlueChip flat picks. I'll defer to the community towards fingerpicks, felt picks, and sixpence coins.

View original on programming.dev
teach_programming·Teach ProgrammingbyDaleGribble88

Intro CS: Python, Java, C, Lisp, or Haskell?

How does your school/university teach it? What have been the pros and cons of that choice?
Obviously, teaching students logical and foundational concepts is the most important part, but a student's first programming language does color their internalization of the concepts and how they approach solving different problems. For example, OOP is really hard to grasp coming from a functional background. Learning how to manage memory efficiently and use appropriate data types is really hard coming from an interpreted language like Python or Javascript. What have you and your peers decided works best for you and your students?

View original on programming.dev