sunzhenyucn's repos on GitHub
Go · 7 人关注
lets-block-chain
:lock: A simple block-chain implementation write with Golang.
Go · 6 人关注
snow-lang
Toy-Level programming language write in Go and implemented an interpreter for it.
Go · 1 人关注
map-reduce
Map Reduce implementation source code repository for MIT 6.824 Lab 1
Lua · 1 人关注
nvimdots
A well configured and structured Neovim, forked from ayamir/nvimdots for personal use.
Go · 1 人关注
opencv-haar-cascades
Face detection demo based on OpenCV, GoCV and Haar Cascades.
0 人关注
ama
[[I'm slow at replying these days, but I hope to get back to answering questions eventually]] Ask me anything!
0 人关注
cloud-provider-kind
Cloud provider for KIND clusters
0 人关注
diagrams
The diagrams drawing on Draw.io.
0 人关注
ecloud-csi
Kubernetes volume plugin based on CSI specification which support block storage of ecloud.
0 人关注
ecloud-sdk-go
The unofficial ECloud SDK for the Go programming language.
Go · 0 人关注
ekuiper
Lightweight data stream processing engine for IoT edge
0 人关注
freeswitch
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
Go · 0 人关注
gosse
gosse is a Server-sent Events (SSE) library implemented in Go.
Go · 0 人关注
hikvision-bindings
HikVision Bindings provides glue codes between C and Go that allows us to reuse existing C/C++ HikVision NetSDK libraries in Golang applications.
0 人关注
jeveassets
jEveAssets is an out-of-game asset manager for Eve-Online, written in Java
0 人关注
kubekey
KubeKey provides a flexible, rapid and convenient way to install Kubernetes only, both Kubernetes and KubeSphere, and related cloud-native add-ons. It is also an efficient tool to scale and upgrade your cluster.
0 人关注
leetcode
🔥🔥🔥 Repository for my leetcode answers.
0 人关注
medianxl-chinese
Community-maintained Median XL simplified chinese localization patch
0 人关注
miniredis
Pure Go Redis server for Go unittests
0 人关注
nsq
A realtime distributed messaging platform
TypeScript · 0 人关注
screeps
Simplest AI Bot for Screeps (Online Realtime Strategy Game)
0 人关注
screeps-typescript-starter
Starter kit for TypeScript-based Screeps AI codes.
0 人关注
semantic-release
:package::rocket: Fully automated version management and package publishing
0 人关注
semantic-release-backmerge
:twisted_rightwards_arrows: semantic-release plugin to back-merge a release into a develop branch
JavaScript · 0 人关注
semantic-versioning-example
Example project to show and learn how to use semantic-release and commitlint
HTML · 0 人关注
suenchunyu.github.io
Blog source codes and production codes based on Hugo.
sunzhenyucn

sunzhenyucn

🏢  Freelancer
V2EX 第 212858 号会员,加入于 2017-02-03 01:00:13 +08:00
今日活跃度排名 17387
1 G 17 S 78 B
寻求一份全职 Remote,内见 Resume
求职  •  sunzhenyucn  •  76 天前  •  最后回复来自 sunzhenyucn
2
想问下有推荐的蛋白粉吗?
  •  1   
    问与答  •  sunzhenyucn  •  341 天前  •  最后回复来自 sunzhenyucn
    5
    史上最短面经
  •  1   
    职场话题  •  sunzhenyucn  •  2020-07-07 19:14:26 PM  •  最后回复来自 idragonet
    4
    如何获取 K8S 集群中的 GPU 资源数量呢
  •  1   
    Kubernetes  •  sunzhenyucn  •  2020-11-19 16:10:28 PM  •  最后回复来自 lryepoch
    4
    上海 Golang 求面试机会
  •  1   
    酷工作  •  sunzhenyucn  •  2020-04-16 16:27:23 PM  •  最后回复来自 sunzhenyucn
    22
    3 年研发,偏全栈,主做 Golang,求个坑位
    求职  •  sunzhenyucn  •  2020-04-15 13:59:37 PM  •  最后回复来自 raining1127
    2
    sunzhenyucn 最近回复了
    9 天前
    回复了 evilStart 创建的主题 程序员 Deepseek 的安全水平真的是搞金融的吗
    Wiz 的报告我也看了,虽说前面的层主有提到过确实有安全大佬在幻方,但依照结果来看确实有些地方犯了一些本不应该去犯的错误
    Ingress, Ingress 不只是为 http 类端口服务的, 你像 APISIX 就提供了 Stream Proxy 来帮助代理基于 TCP 或 UDP 协议的面向流式的流量, 不过这并不是一个银弹, 适用场景可以参考官方文档。

    P.S. 无利益相关
    76 天前
    回复了 sunzhenyucn 创建的主题 求职 寻求一份全职 Remote,内见 Resume
    @qiujianzhong 正在准备,准备好之后发给您
    105 天前
    回复了 COW 创建的主题 程序员 有没有用过 keycloak 的呀?
    @COW 因为我们使用 IAM 的目的是为我们自己的应用云平台上的所有 SaaS 或 On-Permis 应用提供统一的认证和鉴权框架,包括我们自己的应用云平台上的 Open API 类产品也是托管在我们平台上进行认证和鉴权的,这种场景的细粒度授权 RBAC 不合适所以我们自己基于 Keycloak 封装了一套 PBAC
    106 天前
    回复了 COW 创建的主题 程序员 有没有用过 keycloak 的呀?
    1. 关于你说的利用 LDAP 集成,这边建议是统一采用泛用性更强的 OIDC 协议
    2. Keycloak 的 Audit 和其他系统的 Audit 并不相同,Keycloak 的 Audit 更关注的是认证与授权事件的审计,而类似于 Jenkins 等系统的审计更关注的是系统本身的业务操作审计
    3. Keycloak 的角色权限较为复杂,Authorization 功能也仅限于 OIDC 协议使用,如果需要做集成的话可能需要对客户端(类似但不限于 Jenkins 、Gitea 等)做二次开发才能够实现

    P.S. 我们对于 Keycloak 的 Authorization 等概念做了一些更高层的抽象,并且我们的鉴权模型为 PBAC ,我们的做法是通过开发 Keycloak 插件将 Authorization 内的一些概念类似但不限于 Permission, Scope, Resource 等与 PBAC 中的概念做了一一映射。
    106 天前
    回复了 COW 创建的主题 程序员 有没有用过 keycloak 的呀?
    我们在用它搭建企业内的 IAM ,你的问题是什么呢?
    112 天前
    回复了 spritecn 创建的主题 Java IDEA 2024 的远程开发功能,现在好用了么
    2024 年初我测试还是难用,目前 Remote 体验最好的还是 VSCode
    238 天前
    回复了 ncisoft 创建的主题 Java 对垃圾回收器的改进方案
    talk is cheap. show me the code
    好烦啊 怎么天天都能看见你?这样就算项目再好用、优秀我也烦了 屏蔽了 这个项目我一个 star 也不会点 也不会推荐给别人
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2686 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 15:17 · PVG 23:17 · LAX 07:17 · JFK 10:17
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.