-
Credentialless Workload Identity for Multi-Tenant AI Inference Platforms [Read More]
-
A Technical Path for Confidential Compute with GPU Inference
A Technical Path for Confidential Compute with GPU Inference [Read More] -
From Toy Demo to Production: Core Friction Points in 'Vibe Coding'
Based on our discussion, here is the summarized list of core friction points you are facing when trying to take “Vibe Coding” from a toy demo to a production-ready workflow: [Read More] -
The Intent Collapse: Why Group-Based Access Control Systems Lose Critical Information
Groups aren’t the problem. How we use them for access control is. [Read More] -
AI & Security Idea: AI Agent for Next-Generation Access Control (NGAC)
This component introduces an AI agent designed to enhance the Next-Generation Access Control framework, responsible for the dynamic and intelligent management of access control policies. [Read More] -
Open Source Project Idea: Security Asset Database for Keys, Certificates, Secrets, and Policies
Updated: 03/18/2024 [Read More] -
Secrets and Secrets Rotation: Enhancing Security in the Digital World
In the realm of cybersecurity, managing secrets is paramount for protecting sensitive information from unauthorized access. This article delves into the essence of secrets, the complexity of their rotation, and the challenges associated with passwords. Moreover, it explores innovative approaches the industry is adopting to bolster security measures. [Read More] -
The Effort to Rotate Secrets in Production Systems: Challenges and Best Practices
Rotating secrets is an essential practice for securing information in a production environment. Yet, this process presents several challenges, particularly in complex, distributed systems. By understanding and managing these challenges, companies can enhance their security posture and mitigate risks related to compromised secrets. [Read More] -
Integrating HashiCorp Vault with Open Policy Agent for Enhanced Access Control
Open Policy Agent (OPA) and HashiCorp Vault can be used together to implement fine-grained access control and policy enforcement for your secrets management. OPA is a general-purpose policy engine that can be used to enforce policies across various systems, while Vault is a tool for securely managing secrets like API... [Read More] -
Get k8s events with minikube
How to use minikube play with minikube [Read More] -
go 阅读摘要
虽然 Go语言中仍有指针的存在,但并不允许进行指针运算。 [Read More] -
虽然 Go语言中仍有指针的存在,但并不允许进行指针运算。 [Read More]
-
play kubernetes with minikube
#This document describes how to use minikube on a Mac. [Read More] -
markdown reference
reference: https://coding.net/help/doc/project/markdown.html [Read More] -
后端平台开发工程师的养成
#Learning [Read More] -
choose_your_job
你的价格不是你的技能决定的.是市场决定的 但是市场是什么呢。 一方面是你的技能的稀缺性,另外一方面是长时间积累下来的资源,资源可以是技术,可以是声望,可以是其他. -
Simplifying repetitive error handling in go
http://stackoverflow.com/questions/18771569/avoid-checking-if-error-is-nil-repetition [Read More] -
saas_erp_platform
一句话概括: 平台化的 云saas系统。 [Read More] -
interview_g
1 判断一个string, 是否是smashable string [Read More] -
use slice works as queue
因为project需要用到queue,翻了下go的资料。 [Read More] -
prepare_for_cloudflare_interview
Reverse proxy VS proxy [Read More] -
complement_tree_structure
数据结构: 树的结构补充。。。 [Read More] -
Java skills for interviews complement
import java.util.ArrayList; import java.utl.HashMap [Read More] -
Go-data_structure
10/18/2016 在夏洛特飞三番的飞机上。 [Read More] -
Get java code from java pkg
working on this for homework of mobile security course. [Read More] -
wifi_penetration
做了一下午的WiFi penetration,使用了工具:zANTI,dsploit, lanmitm. [Read More] -
course project thinking for cmu-14823
Course Project: protect your personal information of your resume [Read More] -
go方法的问题思考
go的方法是松耦合的。 好处是什么? 不同的结构实体,都可以访问调用, 将结构实体的数据,和外部计算进行了分离。 如果 方法有外部数据呢?假设方法需要依赖外部状态呢? [Read More] -
go 入门学习
Go语言入门,初学要点摘要记录。 [Read More] -
docker_import_error
When you face this issue while do “docker import”, please check your image. [Read More] -
容器热迁移技术(CRIU)的应用分析(2016.06.12)
1.热迁移技术: [kernel]: [Read More] -
use native docker checkpoint/restore on Ubuntu 14.04
writen by chen xi. From: xichenpro.com [Read More] -
use python with pandas to get the skew in excel
/* [Read More] -
kernel issue tracked in THP huge page
/ written @2014, by chen xi/ [Read More] -
trustzone_mmu_ns_bit
2012/07 ~ 04/2014期间的工作内容。 只是用来回顾。 [Read More] -
Software Solutions against page migration coherency problem on Embedded Heterogeneous System @2013
Author: chen xi,jianlong ye, cheng liang Date: 09/2013 [Read More] -
VS2008下反汇编观察switch语句@2010
/****** [Read More] -
《一个操作系统的实现》书中的一处思考_P129页84行_and_di_0fff0h
本文个人原创,2011年于电子科技大学 [Read More]