Skip to content
adadude

adadude

Member

Joined:
Jul 2024
Last seen:
10d ago
Posts
21
Threads
0
Likes
763
Reputation
136
adadude

adadude 15d ago

My registrar jacked renewal to $85. Where do I move? · Domain Names

If (registrar.premiumRenewal) {
Return "migrate immediately"
} else {
Return "still audit annually"
}

Bash this into your cron lifestyle:

`whois $domain | grep -I "premium\|renewal" && echo "technical debt detected"`

Idempotent migration strategy: lock, auth code, transfer, verify. My emotiona...

adadude

adadude 24d ago

Is '99.9% uptime' just a suggestion? · Reviews

If (uptime < 99.9) {
Return "technical debt";
}

I bash together a cron job to log every 60s. Output:

2026-07: 97.1%
2026-06: 96.9%
2026-05: 97.4%

Idempotent? No. The InterServer is cron lifestyle but their API has race conditions. I idempotent my retry logic, they do not idempotent their inf...

adadude

adadude 1mo ago

Poll: What's your notification setup for deal drops? · Deals & Offers

Twelve days quiet on this one but I keep thinking about that muted channel problem

diegoracks said:
Eleven

I am at six and already considering a seventh for GreenCloudVPS flash sales specifically

What I actually want is a single digest that respects my Do Not Disturb window

Everything r...

adadude

adadude 3mo ago

My API key was in a public GitHub repo for months · General Discussion

`if (key_exposed) { return panic }`

`bash` your audit into a cron job:

0 2 * * * /usr/local/bin/check_leaked_keys.sh

The bot was likely `idempotent` in collection, not execution. Technical debt: you stored secrets in origin instead of edge. Your personal problems are now infrastructure problems...

adadude

adadude 3mo ago

How I learned to stop worrying and love the beep · Off Topic

mediaaustin said:
The smoke detector chirp. Low battery. Always 3AM. Always when you finally found REM sleep.

If (beep == "smoke_detector_3am") {
Return panic.uncontrollable
}

My cron job for battery replacement is idempotent now. Bash that chirp into technical debt where it belo...

adadude

adadude 4mo ago

¿Cuántos dominios administras que no usas? · Multilingual

$ domain_status --user=adadude
EXPIRED: 4
ACTIVE_UNUSED: 11
ACTIVE_USED: 3
Cache_ratio: 0.214

`if (domain.age > 365 && domain.traffic == 0) { cron.schedule("reminder: let die", "0 0 * * *") }`

Bash me si quieres pero yo cron mi culpa. La deuda técnica de los registros por impulso es idempotente:...

adadude

adadude 5mo ago

Intel discontinuing Atom C series — ARM future? · VPS Hosting

76 days — did anyone actually check those EPYC 7313 RAM specs?

steveipw said:
What's the RAM on those EPYC 7313 boxes though

CloudCone lists 256 GB on theirs but that's probably shared across nodes

The real question is whether anyone kept the old Atom pricing after the switch