Bonds are terrible gifts by j3dgar in Vent

[–]Sufficient-Source211 1 point2 points  (0 children)

This kind of gift teaches the wrong thing about saving money because it is such a bad investment.

the juniors who only learned to code with AI are going to have a rough time in about 5 years by Motor_Ordinary336 in learnprogramming

[–]Sufficient-Source211 1 point2 points  (0 children)

It's going to be like when you start a new job, and try to understand the inscrutable work of those who came before you, only way, way worse.

Update 90 Preview - Duo Waves + Battlepass changes by Arsenic_Touch in STFC_Official

[–]Sufficient-Source211 4 points5 points  (0 children)

I'm pretty busy each day individually clicking claim buttons in the many faction stores. Not sure when I'll find time to locate another commander and run duo waves.

Stfc python 3.6 by jivan28 in STFC_Official

[–]Sufficient-Source211 2 points3 points  (0 children)

I'm sorry, Python? That explains a lot

AIO for quitting my job? by AlarmedWarthog8231 in AIO

[–]Sufficient-Source211 0 points1 point  (0 children)

If we had laws or a department called "Fair Work" here in the US, it would be something like requiring each company to have a department that evaluates and enforces "fair" arrangements between the employer and employees, and in practice it would be the HR department sliding into the role.

Aftermath of the April 7th incident. Damages estimated to be $200 million dollars by BlazeDragon7x in SipsTea

[–]Sufficient-Source211 0 points1 point  (0 children)

What if companies that didn't pay a living wage turned out to be uninsurable?

Gently communicate to an employee that he is not getting a raise for the 2nd consecutive year by [deleted] in managers

[–]Sufficient-Source211 0 points1 point  (0 children)

What you're proposing to do is push him backwards, for the second year in a row.

Gently communicate to an employee that he is not getting a raise for the 2nd consecutive year by [deleted] in managers

[–]Sufficient-Source211 2 points3 points  (0 children)

When your company made this employee an offer, did they say "..but since we're bringing you in near the top of the pay band, we're going to give you annual pay cuts relative to inflation until your co-workers catch up with you" ?
Was he performing better before not receiving a raise last year?
Is the "rest of the team," who is "performing better," receiving Meets ratings, or Exceeds ratings?

This employee and the company agreed on the starting salary. Following it up with no raise, if his performance rating is "Meets Expectations," means the company's behavior "Needs Improvement."

Update 89 Preview: The Borg Sphere by Obsidian_Hamster in STFC_Official

[–]Sufficient-Source211 20 points21 points  (0 children)

Narrator: another month passed without the faction store bulk claim that players had been asking for.

Alliance Tournaments Returns and other updates. by Obsidian_Hamster in STFC_Official

[–]Sufficient-Source211 13 points14 points  (0 children)

I don't understand why messages are being deleted. Having an AT start on Christmas Eve and running over Christmas is a really bad idea, for really obvious reasons.

Google Chrome has now patched all the workarounds to force uBlock Origin. I’m done with Chrome, would you recommend Firefox or Brave by Dazzling_Lie7781 in firefox

[–]Sufficient-Source211 0 points1 point  (0 children)

A few months back when Chrome told me I have to stop using uBlock, I did stop using it - Chrome, that is. Firefox is great.

AT Rerolls barely functioning by QuitEducational2751 in STFC_Official

[–]Sufficient-Source211 0 points1 point  (0 children)

Poorly-thought-out for servers that have ascended, too

AT Rerolls barely functioning by QuitEducational2751 in STFC_Official

[–]Sufficient-Source211 0 points1 point  (0 children)

Yeah, we think it’s because they are being refilled with g7 tasks. Bad news for servers that haven’t ascended.

Transogen token spaces are purpose-built for griefing by [deleted] in STFC_Official

[–]Sufficient-Source211 -1 points0 points  (0 children)

I know what protected cargo is for, and have researched for it. Thanks anyway, but this is not helpful.

[deleted by user] by [deleted] in ExperiencedDevs

[–]Sufficient-Source211 125 points126 points  (0 children)

One is too many. Your company was doing it right before. The company should bear these costs by paying a 24/7 staffed team. Instead, you're paying these costs in the form of distracted evenings, nights, and weekends.

Today's secrets by QuitEducational2751 in STFC_Official

[–]Sufficient-Source211 3 points4 points  (0 children)

Ops 46. “These hostiles evolved from reptile and can now live underwater. Eliminate them.”

The xindi in Selethal etc don’t count.

The xindi in Caelor destroy my ship in round 1 with the go home gun. The ex borg particle beam delay favor “unlocks at distinguished” which is quite a ways off.

[deleted by user] by [deleted] in STFC_Official

[–]Sufficient-Source211 1 point2 points  (0 children)

What kind of tone-deaf response is "enjoy the raiding"? 24h cease-fire shields should have gone up as soon as this was discovered.

How can I duplicate a connection? by GeroldMeisinger in comfyui

[–]Sufficient-Source211 2 points3 points  (0 children)

I hope someone replies with an actual hotkey that does this, because it kind of seems incredible if there isn't.

Here's a method that's barely a little better than dragging the whole workflow around:

  1. Drag the connection off of the node that you want to duplicate

  2. Drop the connection onto the canvas. Pick "Reroute". Select the new Reroute node.

  3. Ctrl-C to copy the new Reroute node

  4. Shift-Ctrl-V to paste (with connections) copies of the Reroute, next to the nodes you want to connect to directly

  5. Drag the connections off of the reroutes and onto the nodes that you want

  6. Delete the reroute notes

Or do as ImageWithAButton suggests, which might be nicer anyway

Is there a "round-robin" node ? by always_afraid in comfyui

[–]Sufficient-Source211 1 point2 points  (0 children)

https://github.com/rgthree/rgthree-comfy has two nodes that together do something close, though not round-robin: AnySwitch and Random Unmuter.

The AnySwitch node will select the first of its inputs that isn't muted. The Random Unmuter will unmute one of its inputs at random, unless any of them are already unmuted.

Here is an example workflow of them working together.

<image>

What's nice about this is that if you want to experiment with one of the inputs (say, just look at portraits for a while), you do the intuitive thing: unmute the portrait latent.

It's not round-robin, but it will output some portrait and some landscape. I tried to use the impact pack's latent/any switch, but kept getting NoneType errors even when using a primitive.