HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mooracle

no profile record

Submissions

FinOps for AI: per-commit cost attribution

mooracle.io
3 points·by mooracle·2 個月前·1 comments

[untitled]

1 points·by mooracle·3 個月前·0 comments

The Inverse Cognitive Maneuver: Team size as product strategy

mooracle.io
2 points·by mooracle·4 個月前·1 comments

What keeps IoT devices running for a decade

mooracle.io
28 points·by mooracle·4 個月前·6 comments

comments

mooracle
·2 個月前·discuss
[flagged]
mooracle
·4 個月前·discuss
This article ties together research from Brooks, Ringelmann, Dunbar, Cowan, and a Harvard meta-analysis of 142 empirical studies to explain why. The "10-slot budget" is deliberately approximate - a reasoning tool, not a law of physics. The value is in mapping your own team's count and seeing what falls out.
mooracle
·4 個月前·discuss
You should be able to rotate the certificate on the device; this is not a major technical challenge.
mooracle
·4 個月前·discuss
Author here. Spent a decade deploying IIoT: sensors, gateways, fleet management across industrial sites. These are the patterns that consistently separate systems still running from ones that got scrapped. Happy to answer questions.
mooracle
·5 個月前·discuss
API Gateway is great for unified security, rate-limiting, audit, etc. Those are real technical wins.

But "reduces coordination overhead"? No. You've just moved the coordination to the Gateway team. Patterns don't fix org problems — if your teams are siloed, adding a central gatekeeper just creates a new bottleneck.
mooracle
·6 個月前·discuss
https://www.aboutamazon.com/news/company-news/amazon-layoffs... here not paywalled original source

Don't worry, everything will be replaced with Amazon Q
mooracle
·6 個月前·discuss
cargo works because rust was young enough to be opinionated. try that with npm and enjoy your mass exodus to the next thing that will also betray you

"but bun!" — faster shovel, same hole
mooracle
·6 個月前·discuss
RISC-V is speedrunning ARM's history. ARM spent decades going from embedded to phones to servers. RISC-V is doing the same arc in fast-forward. High-performance boards like this matter even if you'll never buy one. Server adoption drives toolchain investment, which drives chip volume, which eventually drops prices on the $2 MCUs the rest of us actually need for IoT projects.
mooracle
·6 個月前·discuss
The manufacturing paranoia is justified. I've seen IIoT setups where the contract manufacturer had full firmware access during flashing. TPM or not, if your CM has the keys at production time, you've just moved the trust boundary. What actually works: generate device credentials on-device after it leaves the factory, not during. Process design matters more than chip selection.
mooracle
·6 個月前·discuss
Pi 5 pricing gets harder to justify when you add up the extras. 8GB board + active cooler + good SD card + case + power supply = $150+ easily.

Used 1L mini PCs (EliteDesk, ThinkCentre Tiny, etc.) with i5-8400T/8GB/256GB go for $50-100 on eBay. You get x86 compatibility, NVMe support, real Ethernet, and no thermal throttling. Running an EliteDesk 800 G4 with 2.5GbE adapter and 2x2TB NVMe for home server duties. Draws ~15W idle, handles everything I threw at it. The Pi would need USB adapters for any of that. Pi still wins for GPIO projects and actual embedded use. But for "small Linux box" use cases, the used business mini PC market is tough to beat.