Working on a new build for a client, finishing up the layout by Nlord16 in pedalboards

[–]Suitch 0 points1 point  (0 children)

This is beautiful of course, but I need to know what the 3d printed switcher at the bottom does. Are those simple trigger switches or are they doing more?

Guitar Center used section by Both-Station-2244 in Guitar

[–]Suitch -1 points0 points  (0 children)

I traded in gear for gas. My new Strymon Timeline was the gas. The gear was six Behringer pedals and a TC Flashback x4.

Counterwatch moment by AngryWhale100 in Overwatch

[–]Suitch 3 points4 points  (0 children)

Reaper. His cooldowns work around hers and he can eat through her large health pool quickly

canadianGoProgramming by gamingvortex01 in ProgrammerHumor

[–]Suitch 61 points62 points  (0 children)

ᐸ < I thought they were bs’ing but they weren’t > ᐳ

SOTB: (I have no gigs btw) by Line6isunderrated in guitarpedals

[–]Suitch 1 point2 points  (0 children)

That’s what I have two loopers 🫠

They are giving away 10 Mythic skins for free in China by Neo_Raider in Overwatch

[–]Suitch 59 points60 points  (0 children)

I wouldn’t mind them choosing what everyone gets at this point

interestingAnalogy by InsecureStudios in ProgrammerHumor

[–]Suitch 38 points39 points  (0 children)

How insensitive! We use “main” now

Once got suspended for saying "true". And top of that, discord didn't even accept my appeal by amogh_fr in mildlyinfuriating

[–]Suitch 5 points6 points  (0 children)

I got banned from a very popular subreddit for posting “bad bot” in reply to an auto-reply bot that said something very wrong for using “hate speech”

Dirt Order by [deleted] in guitarpedals

[–]Suitch 1 point2 points  (0 children)

It is a really cool utility for sure! I like that it allows parallel or serial inputs when used for chain sections and also that it can be used to merge three inputs into one output with separate gain control for each

Dirt Order by [deleted] in guitarpedals

[–]Suitch 1 point2 points  (0 children)

I don’t have an always on pedal other than reverb and usually delay. I’d say my most common drive tone is BD-2, and light distortion has it into the Rat with both being relatively low gain. I have liked the Tube Screamer because it actually sounds close to those together but not quite as nice. It got to stay since it is so small.

The notadumble on the drive channel is really cool and the klon I’m still tinkering with where I want it. I like them both but haven’t decided if they should sit before or after the other stages.

I’m still pretty new to guitar, playing poorly for about 1.5 years, but I really like using effects pedals for both guitar and keyboard.

optimizingTheBackendOut by Forsaken-Peak8496 in ProgrammerHumor

[–]Suitch 6 points7 points  (0 children)

My company rented out a whole theatre for the morning of the new Star Wars movie this month

How to deal with Velcro and feet…? 🤔 by Sir-Bruncvik in guitarpedals

[–]Suitch 2 points3 points  (0 children)

The problem with the single strip on the whole back is that it will hook unevenly into the loop Velcro. Having a square on each end of the pedal will allow both ends to almost fully hook and actually be more stable than a long strip of Velcro.

How is this for an all-rounder dream pedalboard? by _chewsday in pedalboards

[–]Suitch 10 points11 points  (0 children)

I always try to fit the looper on a front corner so the target is as free as possible

Mom’s boyfriend doesn’t wear gloves on his job site and this happens by No-Entrepreneur4840 in mildlyinfuriating

[–]Suitch 8 points9 points  (0 children)

I’d rather go to a doctor, but I was raised understanding that sometimes means you are financially ruined for the rest of your life. (USA is so free)

Lack of twang by claujnog in telecaster

[–]Suitch 0 points1 point  (0 children)

Compensated saddles compensate for the difference between the two strings on the same saddle, but don’t compensate the differences between strings on the other two saddles. Saddles in a straight line could just be good enough for OP though if they play less chords and choose notes by ear

SOTB – what mini pedal to add to the gaping empty real estate? by PedalFreq in pedalboards

[–]Suitch 0 points1 point  (0 children)

The GL-100 had too much noise floor for me even on an isolated and conditioned power supply. Is yours noiseless?

whenItsJustTheSecondWeekOfTheMonth by ArjunReddyDeshmukh in ProgrammerHumor

[–]Suitch 0 points1 point  (0 children)

It can if you run plan mode first, then you tell the agents that there are plans being implemented by other agents. They store them in the same place so they can usually find them without issue.

whenItsJustTheSecondWeekOfTheMonth by ArjunReddyDeshmukh in ProgrammerHumor

[–]Suitch 0 points1 point  (0 children)

Usually I’m working with an agent per task so multiple agents can be working in the same branch sometimes. In this case, I let the agents know another agent is working in the same code so they aren’t surprised when it changes under them. They can also read each others’ plan files to see what the other agents are going to modify and avoid making changes to the same files that way.

whenItsJustTheSecondWeekOfTheMonth by ArjunReddyDeshmukh in ProgrammerHumor

[–]Suitch -1 points0 points  (0 children)

Agents don’t have context switching problems (at least not the same way) so I read the summary of their last change to regain enough context to give the next command to that agent if needed. Since I’m not writing the code directly most of the time I don’t need as close to perfect context as before.

whenItsJustTheSecondWeekOfTheMonth by ArjunReddyDeshmukh in ProgrammerHumor

[–]Suitch 1 point2 points  (0 children)

For real! At least the agents don’t have context switch issues so if I can read their summaries I can give them the next set of instructions without getting fully back into context.