I Like Carbon-Aware Pricing, but I Would Not Let It Drive Production Yet
James LINDev.to (EN Zone)
3 views
I stumbled across Carbon-aware electricity pricing during a break and ended up poking at it far longer than planned. The idea is simple but useful: track daily electricity pricing across 38 grids so engineers can think about when workloads run, not only how much compute they consume.
That distinction matters for AI and infrastructure teams. A batch inference job, container image build, backup, or large test suite does not always need to run immediately. If pricing data can act as a scheduling signal, teams may be able to shift flexible workloads toward cheaper or cleaner periods without redesigning their entire platform.
My first impression is that this works best as an observability input rather than an automatic control plane. The daily granularity is approachable, but it is also a limitation. Production schedulers often need hourly or regional data, confidence intervals, historical comparisons, and a clear explanation of how each grid value was calculated.
A quick way to inspect the project is intentionally low-friction:
docker run --rm curlimages/curl:8.10.1 \
-L https://carbonawarepricing.com/
For a real deployment, I would ingest the published data into an internal service, attach timestamps and source metadata, then expose only a small policy such as:
workloads:
nightly-evals:
allowed_window: "low-cost-or-low-carbon"
max_delay_hours: 12
require_manual_override: true
The important engineering boundary is governance. Do not let a pricing feed silently reschedule customer-facing workloads, security scans, or disaster-recovery jobs. Keep the raw data, validate unexpected changes, and make the decision auditable.
Things I would watch before production:
Verify update frequency, grid coverage, timezone handling, and historical stability.
Treat the feed as advisory until its provenance, availability, and failure behavior are documented.
The community signal is still small, but the concept is refreshingly practical. It turns sustainability from a dashboard metric into a scheduling consideration, while leaving room for teams to make conservative infrastructure choices.
Is there a light weight tool to monitor and log very high load processes? About once a week for the past couple months my RockPi4 gets extremely high load and stops responding to even SSH login requests. I'd like to run something on that same machine that will log what is generating that load. It do
I have been using SSH for a very long time.
SSH itself is not the problem.
OpenSSH is mature, ubiquitous, scriptable, compatible with just about everything, and already knows how to deal with keys, agents, jump hosts, port forwards, certificates, host verification and all the other things accumula
Hello internet, I am trying to set up a home server where I can store photos and ideally still access them from my phone. I am not knowledgable at all in tech but am willing to learn. I thought I could use an external harddrive to run store all the files and programs to run it and just plug it into