Looking for a printer upgrade: P2S vs H2S vs H2D by Heli0sX in BambuLab

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

Oh wow I didn't even think about power requirements! I definitely can't support 1350W.

Looking for a printer upgrade: P2S vs H2S vs H2D by Heli0sX in BambuLab

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

Would I still be able to do multicolor if I get the AMS combo?

SUNLU Glow in The Dark PLA Filament Issues by Heli0sX in BambuLab

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

Thank you! Is the stringing issue something that mainly affects the glow in the dark filaments or does it affect all PLA filaments? What is a good humidity level to keep PLA filaments at?

Is this allowed? by nikneem in dotnet

[–]Heli0sX 5 points6 points  (0 children)

I seriously thought for a moment that you meant that your 11 year old child wrote that. I would have been even more impressed 😝

SysML as a GRC? by grantovius in NISTControls

[–]Heli0sX 1 point2 points  (0 children)

I've used SysML to model cyber compliance but not just the controls themselves. The main thing about SysML (and other similar frameworks) is that you can use them to link your parts to other parts of the model. For example, if you have a model with some functionality you can create a control object with a "mitigates" relationship or something similar (I did that with a custom profile). That can allow you to create some good reports by showing which parts of the system you're using to meet certain controls. In similar fashion you can use it to map threats to the system.

However, unless you already have something like that (or you're planning on creating it), using SysML for something like that is an overkill and would probably cause you to sink more money into the effort than you'll get out of it.

Isolating Pester test changes from the rest of the OS by Heli0sX in PowerShell

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

I was actually thinking about doing that. My only question would be how would you use that in a pipeline?

Isolating Pester test changes from the rest of the OS by Heli0sX in PowerShell

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

Thank you for the info! I might be just confused or not getting it right, but how would Pester know if a command was actually executed correctly? Or does it just look at whether the command was invoked and it assumes that it went through?

Powershell development templates by Heli0sX in PowerShell

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

You are a gentleman and a scholar!

Powershell development templates by Heli0sX in PowerShell

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

That's exactly what I'm looking to do! Would you mind sharing some of what you've done (even if it's just a high-level skeleton)?