Found 49594 bookmarks
Newest
DevSecOps: Why Security Shouldn’t be Sacrificed for Speed – The New Stack
DevSecOps: Why Security Shouldn’t be Sacrificed for Speed – The New Stack
Organizations have worked hard over the past decade to bring development and operations teams together. Now they must face up to the challenge of integrating another siloed function: security. Yet, there are still hurdles to overcome, as more than half (52%) of global organizations have prioritized time to market at the expense of security. Unfortunately,…
·thenewstack.io·
DevSecOps: Why Security Shouldn’t be Sacrificed for Speed – The New Stack
Virtual Clusters are the Future of Kubernetes Multitenancy – The New Stack
Virtual Clusters are the Future of Kubernetes Multitenancy – The New Stack
Sharing Kubernetes clusters across teams is extremely difficult. If you talk with people in the Kubernetes community, you'll often hear them discuss how hard it is to get multitenancy right. This difficulty has led to many companies abandoning multitenancy entirely and instead provisioning dedicated clusters for teams or even individual engineers. However, more clusters mean…
·thenewstack.io·
Virtual Clusters are the Future of Kubernetes Multitenancy – The New Stack
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
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
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
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
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
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)
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
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
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)
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
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