|
You are here |
www.karlsutt.com | ||
| | | | |
www.planetjones.net
|
|
| | | | | App Engine. Google Cloud Functions. And now the pinnacle: Google Cloud Run. Here I build a container running (thanks to GraalVM) a natively compiled Micronaut framework application on Google's latest serverless for containers offering called Cloud Run. | |
| | | | |
alexos.dev
|
|
| | | | | My blog about interesting technology - and in particular Cloud Platforms & Services, and my experiences with them | |
| | | | |
www.smashcompany.com
|
|
| | | | | [AI summary] The essay explores the broader implications of containerization technologies like Docker, comparing them to past programming paradigms such as object-oriented programming (OOP). It argues that while Docker and similar tools offer flexibility and modernization, they also introduce complexity and may become overhyped, much like OOP did in the past. The author suggests that the tech industry should be cautious about adopting new paradigms without fully understanding their long-term consequences. The piece also touches on the potential for future simplifications, such as separating compute from other aspects of computing, and references historical and theoretical frameworks like RINA to suggest alternative approaches. | |
| | | | |
pauladamsmith.com
|
|
| | | This is a simple and easily generalizable way to put an upper-bound on the maximum number of simultaneous clients to a Go net/http server or handler. The idea is to use a counting semaphore, modeled with a buffered channel, to cause new clients to... | ||