Found 49592 bookmarks
Newest
Living with Kubernetes: Multicluster Management – The New Stack
Living with Kubernetes: Multicluster Management – The New Stack
Infrastructure has a tendency to sprawl. Data centers deal with server sprawl and VM sprawl. With the advent of containers, admins adapted to container sprawl with orchestration systems such as Kubernetes. Many environments have now reached the stage of Kubernetes cluster sprawl, meaning admins have to figure out the best way to manage and deploy…
·thenewstack.io·
Living with Kubernetes: Multicluster Management – The New Stack
A Look at GitOps for the Modern Enterprise – The New Stack
A Look at GitOps for the Modern Enterprise – The New Stack
GitOps is a modern cloud native approach to continuous deployment that leverages the Git version control/source control system as a single source of truth for all configuration, infrastructure, and operational procedures. In this approach, the changes are automated through the source control system itself. GitOps is considered as an evolutionary approach towards infrastructure as code.…
·thenewstack.io·
A Look at GitOps for the Modern Enterprise – The New Stack
Incidents are for everyone | incident.io | incident.io
Incidents are for everyone | incident.io | incident.io
We’ve spent our lives building products customers love, but we've also been pulled into more incidents than we can count, ranging from small blips quickly solved, to massive incidents that required…
·incident.io·
Incidents are for everyone | incident.io | incident.io
What is Understanding? | Scott H Young
What is Understanding? | Scott H Young
How do you know when you've truly understood an important idea? Here are five different ways we understand things and why it matters.
·scotthyoung.com·
What is Understanding? | Scott H Young
Building an SSI Ecosystem: Health Passes and the Design of an Ecosystem of Ecosystems
Building an SSI Ecosystem: Health Passes and the Design of an Ecosystem of Ecosystems
Ever since the Covid pandemic started in 2020, various groups have seen verifiable credentials as a means for providing a secure, privacy-respecting system for health and travel data sharing. This post explores the ecosystem of ecosystems that is emerging as hundreds of organizations around the world rise to the challenge of implementing a globally interoperable system that also respects individual choice and privacy.
·windley.com·
Building an SSI Ecosystem: Health Passes and the Design of an Ecosystem of Ecosystems
Waiting – Not Precisely Patiently – For Exascale
Waiting – Not Precisely Patiently – For Exascale
There was an outside chance that China might pull a surprise on the HPC community and launch the first true exascale system – meaning capable of more than
·nextplatform.com·
Waiting – Not Precisely Patiently – For Exascale
kmeme: The Coming AI Content Storm (Movies)
kmeme: The Coming AI Content Storm (Movies)
The site PlayPhrase is wild. Enter a phrase and instantly see a supercut with hundreds of movie clips where that exact phrase is spoken. A...
·kmeme.com·
kmeme: The Coming AI Content Storm (Movies)
Exascale Machines Skew HPC Growth Projections
Exascale Machines Skew HPC Growth Projections
If we could take the Fugaku supercomputer out of the HPC market equation and while we were at it, pretend the pandemic never happened, the supercomputing
·nextplatform.com·
Exascale Machines Skew HPC Growth Projections
Solving Machine Learning Performance Anti-Patterns: a Systematic Approach | paulbridger.com
Solving Machine Learning Performance Anti-Patterns: a Systematic Approach | paulbridger.com
This article is a high-level introduction to an efficient worfklow for optimizing runtime performance of machine learning systems running on the GPU. Using traces from Nsight Systems to show real production scenarios, I introduce a set of common utilization patterns and outline effective approaches to improve performance.
·paulbridger.com·
Solving Machine Learning Performance Anti-Patterns: a Systematic Approach | paulbridger.com
Open Source Languages and Tools for z/OS - DevOps.com
Open Source Languages and Tools for z/OS - DevOps.com
Empower your developers to use their preferred open source languages. We offer many open source languages and tools—including Git, R and Python
·devops.com·
Open Source Languages and Tools for z/OS - DevOps.com
Query your Linux operating system like a database | Opensource.com
Query your Linux operating system like a database | Opensource.com
Linux offers a lot of commands to help users gather information about their host operating system: listing files or directories to check attributes; querying to see what packages are installed, processes are running, and services start at boot; or learning about the system's hardware. Each command uses its own output format to list this information. You need to use tools like grep, sed, and awk to filter the results to find specific information. Also, a lot of this information changes frequently, leading to changes in the system's state.
·opensource.com·
Query your Linux operating system like a database | Opensource.com
Continuous Testing Practices - Part 2 - DevOps.com
Continuous Testing Practices - Part 2 - DevOps.com
Part 2 offers a comprehensive list of practices that can be used to understand and assess an organization’s continuous testing capabilities.
·devops.com·
Continuous Testing Practices - Part 2 - DevOps.com
why gRPC is better than REST apis that deal with json, fast
why gRPC is better than REST apis that deal with json, fast
REST is the ubiquitous way of writing APIs for as long as I can remember. Today I want to introduce you to a new way of writing APIs. Have you met gRPC? gRPC is a relatively new way to write APIs and consume them as if you're just calling a functio...
·under-engineered.hashnode.dev·
why gRPC is better than REST apis that deal with json, fast
What’s new? | Seth's Blog
What’s new? | Seth's Blog
That’s a fun question, but not nearly as useful as, “what’s effective?” Pick up a fifteen-year-old copy of Wired, or a business book from 1969 and see what’s still aro…
·seths.blog·
What’s new? | Seth's Blog
Dimitrios Dedoussis — The journey of documenting a Socket.IO API (Pt 1)
Dimitrios Dedoussis — The journey of documenting a Socket.IO API (Pt 1)
How to document a Socket.IO API? This is the first part of a series of blog posts covering the modelling of the Socket.IO protocol using AsyncAPI objects followed by a step-by-step tutorial on how to create a specification YAML file given an existing Socket.IO API.
·dedouss.is·
Dimitrios Dedoussis — The journey of documenting a Socket.IO API (Pt 1)
Nice nginx features for operators | There is no magic here
Nice nginx features for operators | There is no magic here
In the previous post, I’ve shared a few things that were useful to me as a developer. Now wearing my “ops” hat, there are a few things that I wanted to cover - blocking bad clients, rate limiting, caching, and gradual rollout. Blocking bad clients Blocking bad clients in nginx is usually implemented with a simple return 403 for some requests. To classify request we can use any builtin variable, e.
·alex.dzyoba.com·
Nice nginx features for operators | There is no magic here