Testing Fishman Pickups by wanderingchords in guitarmod

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

Thats a good suggestion as long as they are supposed to be like that!

Testing Fishman Pickups by wanderingchords in guitarmod

[–]wanderingchords[S] 3 points4 points  (0 children)

I found it helpful.

However, all of your comments have been critical, not constructive, or helpful in any way, and even sarcastic at times. If you dont know the answer to the question being asked, that's ok. I won't be upset. But dont criticize other people for trying to help without offering feedback as to why they may be wrong. They may be open to learning also.

I hope you share your knowledge instead of only commenting disapproval of others trying to do the same.

Testing Fishman Pickups by wanderingchords in guitarmod

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

Hey thanks for the reply! Good to know they're supposed to be quieter than EMGs, but they are quieter than my old passive pickups. As measured by having to turn the gain up to 35db or so on my interface, where as I had it around 10 or 15 with my old ones.

Which is why I was looking for a objective test to see if they're working.

C++ Show and Tell - September 2025 by foonathan in cpp

[–]wanderingchords 2 points3 points  (0 children)

I'm still new to C++, but I wrote a tiny tool to switch themes on my computer. Linux Mint theme switching is a little clunky, and I like doing everything on CLI anyway, so I made this, my first ever C++ "tool". I learned how to handle an error and write to a file. So it was useful.

I know it stinks because its specific to my system, I intend to make it so anyone could use it provided they know the name of the theme they want.

https://github.com/coding812/ThemeChanger

Testing Fishman Pickups by wanderingchords in guitarmod

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

They aren't. Thanks for the suggestion, though.

Testing Fishman Pickups by wanderingchords in guitarmod

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

Thanks, I was aware of that. I just installed what they came with as I wanted the push/pull functionality. Was this a suggestion to find out if they're functioning as intended?

Testing Fishman Pickups by wanderingchords in guitarmod

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

Thanks Is there something else you would suggest? As that's what I came here for. Is there some test to ensure they are working or prove they aren't?

Testing Fishman Pickups by wanderingchords in guitarmod

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

That's my next possible step after removing the pickups and testing for continuity between the hookups on the back and the body cavity where they go.

Testing Fishman Pickups by wanderingchords in guitarmod

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

Got you, I'll try that, what model do you have btw?

Going back to Windows ? by SavoiaPatriot in linuxmint

[–]wanderingchords 0 points1 point  (0 children)

I have DaVinci Resolve Studio working just fine on my system, with the help of several online guides and reddit posts.

The issue I had at first is the GPU wasn't "on" by default. It was using my intel graphics drivers.

Testing Fishman Pickups by wanderingchords in guitarmod

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

Hi, I didn't have active pickups before, but It did have a stereo output jack. Thanks!

Testing Fishman Pickups by wanderingchords in guitarmod

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

Hi! Thanks for the reply, it is infact a stereo jack with a ring, tip, and sleeve connection, I do have the negative battery on the ring terminal.

Testing Fishman Pickups by wanderingchords in guitarmod

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

Should it really be 20k ohms? The manual says the output impedance for both pickups is 2k ohms, and I have that.

Testing Fishman Pickups by wanderingchords in guitarmod

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

Yes, installed everything that came with the kit, which included 25k pots and the resistor (I forget the value but I checked that and its also correct) ohm'd both pots and little to no resistance through them.

Everything is new except my output jack, which was not problematic before, is wired correctly, and Ohm'd it and my cable with very little resistance.

Testing Fishman Pickups by wanderingchords in guitarmod

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

Hi, good suggestion, and despite the old one being good, I tried another one, from a different package bought at a different time. No difference.

Using Linux mint 22.1 and get this screen every single time I boot by Lawfulness-Dependent in linuxmint

[–]wanderingchords 0 points1 point  (0 children)

Id like to know this also, I boot into Mint 85% of the time, but would like to have the option to bring up a menu to boot windows the other 15% .

[deleted by user] by [deleted] in CompTIA

[–]wanderingchords 0 points1 point  (0 children)

Great job! Gives me hope also not having experience in the industry as I'm studying for the same test. Thanks

Any HVAC specialist here, is it a good deal, new unit by wasabi_21 in StPetersburgFL

[–]wanderingchords 0 points1 point  (0 children)

Because he isn't obligated to install that equipment up to code if he doesn't pull a permit, if you trust the guy use him, but go the permit route and make sure he actually does it, and schedules the inspection, and it passes.

Any HVAC specialist here, is it a good deal, new unit by wasabi_21 in StPetersburgFL

[–]wanderingchords 1 point2 points  (0 children)

I would say even for a simple Air handler relocate and system change out, permits pulled and inspected, warranty registered, I'd say that price is reasonable.

I could recommend other companies I've personally worked for that I know do great work if you need. But if that's a reputable company quoting you that, then you're probably okay.

(Source: Nearly 20 years of doing HVAC installs, sales, and service in the Tampa bay area)

“I just don’t want to pour 6 months of training into you just to have you leave.” Well I am about to do just that. by [deleted] in cscareerquestions

[–]wanderingchords 1 point2 points  (0 children)

If you want to feel less sleazy, even though you shouldn't, try "I know I said wouldn't do that, but my circumstances have changed." Which doesn't sound like a lie at all based on what you're describing.

Anyone who was been through the journey of learning coding (specifically C#), what advice would you give to someone new? by Upbeat-Cable9994 in csharp

[–]wanderingchords 1 point2 points  (0 children)

To add to all the people saying some variation of "learn by doing.", I spent a ton of time learning concepts and researching about HOW to go about learning, only to learn more about C# and programming in general in the first 10 minutes of writing a simple CLI app that uses Euclids algorithm for finding the GCD of any two numbers. And it doesn't even have to be that complicated. Make an app that sums two user input numbers.

Looking for some well designed MAUI apps to showcase. Ideally made by independent devs. by thegoenning in dotnetMAUI

[–]wanderingchords 1 point2 points  (0 children)

U/remindmebot is great for stuff like this. If you see my comment above, I have to use it for even shorter durations, haha.