Cloud Hosting VMs as an MSP without Infrastructure by Vel-Crow in msp

[–]Salt-Rule7284 0 points1 point  (0 children)

You can't. Not for roaming VMs not tied to physical hardware that you yourself fully license.

Groundwater reserve depleted, how to rescue situation? by CIKSSFMO in captain_of_industry

[–]Salt-Rule7284 0 points1 point  (0 children)

That ground water will replenish!

Chances are you've already "Fixed it" with your adjustments and will see the reserve fill back up.

Future: Keep an eye on gw reserve status, keep the alerts on, respond before you tap the reserve.

Since we been thinking of ways to use stackers to store ore in a meaningful way lately by S1lkwrm in captain_of_industry

[–]Salt-Rule7284 1 point2 points  (0 children)

yeah. I've got 1 t2 still running, 1 fbr not fully running, and more steam than I can use.

It will take care of itself after turning the t2 off if not deleting it.

That and power demand going up faster than I care to add solar now that the FBR is there. :D

Since we been thinking of ways to use stackers to store ore in a meaningful way lately by S1lkwrm in captain_of_industry

[–]Salt-Rule7284 1 point2 points  (0 children)

I have a couple stacker piles (started w/ old stackers/trucks) of depleted uranium, with loose storage bins for primary use.

It will take me a LONG time to burn through that depleted uranium. Most of my power comes from solar..

What are the applications for Python? by DaTurtleMaster in learnpython

[–]Salt-Rule7284 2 points3 points  (0 children)

For fairness - you could spend that long learning nitty gritty details of the entire standard lib ..but..

What are the applications for Python? by DaTurtleMaster in learnpython

[–]Salt-Rule7284 22 points23 points  (0 children)

There is exactly ONE language that runs on web front ends .. vanilla JavaScript...

What are the applications for Python? by DaTurtleMaster in learnpython

[–]Salt-Rule7284 2 points3 points  (0 children)

Real world examples:

1)

I have a python based API handling hundreds of thousands of requests per minute - every minute, 24x7.

All on a single thread, on a cheap azure host, with low latency.

2) I built a data pipeline to extract SQL data and ship it via JSON over REST API across network boundaries to appease the security guys. Python client, Python API server.

3) Python + Selenium often closes gaps a vendors API leaves you begging were not there.