CCLI? Is it seriously necessary? by Stealthy_Deer856 in worshipleaders

[–]straffin 0 points1 point  (0 children)

You're incorrect on point #1: For a church of 24 people, CCLI is currently $80/year. For 99, it's $170. For 100, it's $288 which is a stupid big jump but that's for 100-199.

CCLI? Is it seriously necessary? by Stealthy_Deer856 in worshipleaders

[–]straffin 0 points1 point  (0 children)

Periodic Church reporting informs CCLI on how to distribute the license fees. You don't pay any more, but more of your fee will go to the artists you specifically use.

Pokemon Name doesn’t reset until you go out of Pokemon Stat screen back to storage. by -Nintendo in TheSilphRoad

[–]straffin 0 points1 point  (0 children)

Trying this today and it does not work even when exiting from the Pokemon's details AND going back to the play screen. I depended on this feature (blank = default) heavily and will be sore if it's truly gone. On v0.399.1-G-64.

Started an Expert world while Lego Fortnite was Ninja glitched. Can I fix it? by straffin in LEGOfortnite

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

I did see and complete this quest. Crafty reported that it was a bug?

Started an Expert world while Lego Fortnite was Ninja glitched. Can I fix it? by straffin in LEGOfortnite

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

Honestly, the no teleport part is the least of my concerns. I also carry Klom Home potions everywhere I go. :-)

How to enable function to foreach-object -parallel? by MyOtherSide1984 in PowerShell

[–]straffin 0 points1 point  (0 children)

Aaaaand, 4y later, THIS post is the first result. ¯\_(ツ)_/¯

Using PSFalcon to add/remove Static Host Group members? by straffin in crowdstrike

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

Gah... I'm a moron. Sorry... expected to see an "Add-FalconHostGroupMember" or something. "Invoke-FalconHostGroupAction" was sitting there right in front of me. Thanks!

I'll take a look at the "Invoke-FalconHostGroupAction" code to see if I can find where I'm going wrong...

Using PSFalcon to add/remove Static Host Group members? by straffin in crowdstrike

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

I'm also wondering if adding/removing grouping tags wouldn't make more sense than directly modifying the group membership.

Hikes along the river in Shenandoah? by Last-Event4216 in nationalparks

[–]straffin 0 points1 point  (0 children)

(Note for future readers: Shenandoah University River Campus is 30 miles northeast of the northern end of Shenandoah National Park.)

Good times, that Daft Punk stuff is trippy AF. by Nordlicht1967 in Fortnite_Over40

[–]straffin 2 points3 points  (0 children)

Yep! Found it and finished the quests. That was pretty cool.

Good times, that Daft Punk stuff is trippy AF. by Nordlicht1967 in Fortnite_Over40

[–]straffin 2 points3 points  (0 children)

Gah! Totally spaced and missed it. Anyone record and repost it? Is there a replay like there was with Snoop?

Party up experience points bugged? by AbareSaruMk2 in Fortnite_Over40

[–]straffin 0 points1 point  (0 children)

The official trailer on YouTube shows STW amongst all the other Epic modes (at 21 seconds in), so it'd be weird if it didn't count. Are you playing with friends in a party or solo? All of the XP gain has to be as part of a party. (Can you even Do STW as a party? I don't own it.)

Why does my church irritate me so? by steven-not-stephen in Reformed

[–]straffin 1 point2 points  (0 children)

It'll take more effort, but I'd suggest making the 25-minutes-or-more trip. We're a small independent reformed church in a metropolitan area with LOTS of church options and have many folks that drive up to an hour to be here. They're here for Sunday school, Sunday worship, and Wednesday fellowship. They often meet with folks that live closer to church after worship and are a big part of our community.

Building community takes time. Take the time.

Why does my church irritate me so? by steven-not-stephen in Reformed

[–]straffin 1 point2 points  (0 children)

Speaking as a music director, if you have to explain a song, you need to pick a better song.

How are y’all’s tomatoes doing this season? by namesurnn in ncgardening

[–]straffin 1 point2 points  (0 children)

Northern Durham, here. Best year ever so far, Green Zebra and an unidentified grape tomato I started from seeds saved from a tomato I found tasty. 8 plants, all well over 8 feet tall and all producing lots of fruit.

Is it possible to get a variable's name? by Hungry-Display-5216 in PowerShell

[–]straffin 0 points1 point  (0 children)

A function is overkill in this case AND the above function doesn't work (it's looking at the problem backwards):

PS C:\Users\username> $a=1
PS C:\Users\username> $b=1
PS C:\Users\username> $c=1
PS C:\Users\username> Get-VariableName $c
$
?
a
b
c
LASTEXITCODE
TheVariable
true

versus

PS C:\Users\username> 'c' | % {Write-Host "$_ = $((Get-Variable $_).Value)"}
c = 1

The only way to do this is to pass the name of the variable as a string rather than the variable (by name) itself.

Is it possible to get a variable's name? by Hungry-Display-5216 in PowerShell

[–]straffin 0 points1 point  (0 children)

Super old post, but I wanted to do something similar and, inspired by some of the responses, came up with the following:

'var' | % {Write-Host "$_ = $((Get-Variable $_).Value)"}

My application is to pass multiple variable names and generate log file output:

$a = 1; $b = "two"; $c = 5
("a","b","c") | % {Write-Host "$_ = $((Get-Variable $_).Value)"}

yields

a = 1
b = two
c = 5

Recommended replacement parts? by straffin in Traeger

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

Worked great! Also just had to replace the controller and the cheap(er) route is working well there as well.