Join us

ContentUpdates and recent posts about Google Kubernetes Engine (GKE)..
 Activity
@omarabid added a new tool Code Input , 2 weeks, 4 days ago.
 Activity
@hitechdigital created an organization HitechDigital Solutions , 2 weeks, 4 days ago.
Link
@varbear shared a link, 2 weeks, 5 days ago
FAUN.dev()

Introduction to PostgreSQL Indexes

This post is for developers that have an intuitive knowledge of what database indexes are, but don’t necessarily know how they work internally, what are the tradeoffs associated with indexes, what are the types of indexes provided by postgres and how you can use some of its more advanced options to .. read more  

Introduction to PostgreSQL Indexes
Link
@varbear shared a link, 2 weeks, 5 days ago
FAUN.dev()

How Microsoft Vaporized a Trillion Dollars

A former Azure Core engineer recounts arriving on his first day to find a 122-person org seriously planning to port Windows-based VM management agents - 173 of them, which nobody could fully explain - onto a tiny, low-power ARM chip running Linux. The stack was already failing to scale on server-gra.. read more  

How Microsoft Vaporized a Trillion Dollars
Link
@varbear shared a link, 2 weeks, 5 days ago
FAUN.dev()

Bad Analogies: Not Every Money-Burning Company is Amazon

The essay discusses the misconceptions around companies that burn a lot of money, drawing comparisons to Amazon's successful strategy. It delves into examples like Uber and WeWork to highlight the importance of understanding the long-term implications of cash burn. The focus is on the strategies and.. read more  

Link
@varbear shared a link, 2 weeks, 5 days ago
FAUN.dev()

What if I stored data in my mouse

The author experimented with storing data in a Logitech mouse's flash memory. Logitech mice communicate through HID++, a protocol that maps device features using stable IDs. Despite efforts to write data to certain registers, only the DPI register could retain data across power cycles... read more  

Link
@varbear shared a link, 2 weeks, 5 days ago
FAUN.dev()

The Beginning of Programming as We’ll Know It

In the wake of AI coding assistants like Claude and Codex, many wonder if the human role of "computer programmer" is ending. Although AI shows promise, human developers are valuable in the current transitional period. Real programmers are uniquely positioned to harness AI's power while augmenting it.. read more  

The Beginning of Programming as We’ll Know It
Link
@kaptain shared a link, 2 weeks, 5 days ago
FAUN.dev()

llm-d officially a CNCF Sandbox project

At Google Cloud, the llm-d project has been accepted as a Cloud Native Computing Foundation (CNCF) Sandbox project. This collaboration with industry leaders like Red Hat, IBM Research, CoreWeave, and NVIDIA aims to provide a framework for any model, accelerator, or cloud. The introduction of GKE Inf.. read more  

llm-d officially a CNCF Sandbox project
Link
@kaptain shared a link, 2 weeks, 5 days ago
FAUN.dev()

Sandboxes: Run Agents in YOLO Mode, Safely

Over a quarterof production code is now AI-authored, with agents boosting pull requests by 60% when allowed to run autonomously in YOLO mode. Docker Sandboxes provide a safe boundary for agents, enabling fully autonomous operation without risking your machine or data... read more  

Sandboxes: Run Agents in YOLO Mode, Safely
Link
@kaptain shared a link, 2 weeks, 5 days ago
FAUN.dev()

Broadcom Makes Its Pitch To Run Kubernetes On VMware VCF

Broadcom's $69 billion acquisition of virtualization pioneer VMware in late 2023 brought about significant price increases and a shift towards subscription-based licensing. The company aims to establish VMware Cloud Foundation (VCF) as the foundation for enterprise workloads gravitating towards priv.. read more  

Broadcom Makes Its Pitch To Run Kubernetes On VMware VCF
Google Kubernetes Engine (GKE) offers a Kubernetes experience on Autopilot that manages the underlying compute infrastructure without the need for manual configuration or monitoring. It provides container-native networking and security features, prebuilt Kubernetes applications and templates, pod and cluster autoscaling, and automated tools for workload migration. GKE clusters consist of a control plane and nodes that run the services supporting the containers. Autopilot mode manages the complexity of the cluster while allowing you to deploy and run your apps easily. The common uses of GKE include continuous integration and delivery, migrating workloads, and deploying and running applications. GKE pricing is based on the mode of operation, cluster management fees, and applicable multi-cluster ingress fees, with a free tier and a pricing calculator available to estimate costs. You can also connect with Google's sales team to get a custom quote for your organization or start your proof of concept.