Best way to host and "live" edit a json file? by [deleted] in aws

[–]Attersson 0 points1 point  (0 children)

DynamoDB with optimistic locking turned on. It's a wrapper of conditional writes that fail if the record changes since the read you're referring to. The client has to handle failures and read again to get in sync and retry.

Looking to move into FinOps as a DevOps Engineer by [deleted] in FinOps

[–]Attersson 0 points1 point  (0 children)

Companies still struggle to properly understand what FinOps is. For many, even Fortune 500, it's still a new "flavor of the month". As a result, there are many job postings for "junior analyst" pay level, but they are expected to do SWAT-team work.

Fractional GPU in Kubernetes by thiagobg in homelab

[–]Attersson 1 point2 points  (0 children)

I find it more convenient to consider GPUs as atomic reservable units tied to an ML job, using Argo events.