's Avatar

@pacoxu

19
Followers
43
Following
11
Posts
04.12.2024
Joined
Posts Following

Latest posts by @pacoxu

Post image

KubeCon + CloudNativeCon London 2025

A Huge Cluster or Multi-Clusters? Identifying the Bottleneck
📅 Thursday, April 3, 2025
⏰ 15:00 BST
📍 Level 1 | Hall Entrance S10 | Room A
🔗 sched.co/1tx9S

13.03.2025 03:47 👍 0 🔁 0 💬 0 📌 0
Post image

events.linuxfoundation.org/kubecon-clou... Program Co-Chairs of KubeCon China 2025 @ Hong Kong. June 10-11th.

13.03.2025 03:46 👍 0 🔁 0 💬 0 📌 0
Post image

📣 Schedule live for #KubeCon + #CloudNativeCon China - Hong Kong, 10-11 June. Featuring tracks on #AI/#ML, connectivity, security & more. Highlight sessions from DaoCloud, Huawei & Bloomberg. See the schedule: hubs.la/Q03bBZRD0

13.03.2025 03:46 👍 0 🔁 0 💬 0 📌 0
Preview
Maintainer Behavior Survey Data from this survey will be used as content for a talk about maintainer in-fighting and behavior and how it affects a project's ability to acquire and retain contributors, written by Kat Cosgrove an...

Howdy, open source community! @jeremyrickard.com and I are writing about how conflict between maintainers affects the health and growth of a project. Please help us gather data by filling out this short anonymous survey and sharing it with your friends. Thank you!

forms.gle/RTJhgyJGsr5y...

26.12.2024 16:22 👍 76 🔁 62 💬 4 📌 3
Post image

In-Person attendees trend is like this ➡️

24.12.2024 01:45 👍 0 🔁 0 💬 0 📌 0
Post image Post image

It's hard mode for applying a US visa for Chinese. 😓
- The second image shows the change in visa denial rates for Chinese applicants to the United States. 2 of my friends got declined last year for KubeCon.

24.12.2024 01:45 👍 0 🔁 0 💬 0 📌 0
Preview
KubeCon + CloudNativeCon North America 2024 Against a backdrop of snow-capped mountains – and some actual snow – over 9,000 attendees brought their energy and enthusiasm for cloud native to KubeCon + CloudNativeCon North America 2024 in Salt…

cncf.io/reports/kube... KubeCon + CloudNativeCon North America 2024 TRANSPARENCY REPORT
SALT LAKE CITY 2024。
- 9k registrations.

24.12.2024 01:45 👍 0 🔁 0 💬 2 📌 0
> ./golangci-lint run example_test.go:41:18: os.CreateTemp("", ...) could be replaced by os.CreateTemp(t.TempDir(), ...) in TestSample (usetesting) tmpFile, err := os.CreateTemp("", pattern) example_test.go:46:17: os.MkdirTemp() could be replaced by t.TempDir() in TestSample (usetesting) tmpDir, err := os.MkdirTemp("", pattern) example_test.go:51:17: os.TempDir() could be replaced by t.TempDir() in TestSample (usetesting) otherTmpDir := os.TempDir() >

> ./golangci-lint run example_test.go:41:18: os.CreateTemp("", ...) could be replaced by os.CreateTemp(t.TempDir(), ...) in TestSample (usetesting) tmpFile, err := os.CreateTemp("", pattern) example_test.go:46:17: os.MkdirTemp() could be replaced by t.TempDir() in TestSample (usetesting) tmpDir, err := os.MkdirTemp("", pattern) example_test.go:51:17: os.TempDir() could be replaced by t.TempDir() in TestSample (usetesting) otherTmpDir := os.TempDir() >

linters:
  enable:
    - usetesting

linters-settings:
  usetesting:
    # Detects usage of `os.CreateTemp("", ...)`
    os-create-temp: true

    # Detects usage of `os.MkdirTemp()`
    os-mkdir-temp: true

    # Detects usage of `os.TempDir()`
    os-temp-dir: true

linters: enable: - usetesting linters-settings: usetesting: # Detects usage of `os.CreateTemp("", ...)` os-create-temp: true # Detects usage of `os.MkdirTemp()` os-mkdir-temp: true # Detects usage of `os.TempDir()` os-temp-dir: true

I created a new linter to detect calls which can be replaced by methods from the testing package.
github.com/ldez/usetest...

This new linter will be available in the next version of golangci-lint (v1.63).

Support my work: bento.me/ldez

#golang #golangcilint

09.12.2024 12:13 👍 6 🔁 2 💬 1 📌 0
Post image Post image Post image

lwkd.info/2024/20241210
1.32 发布预告(今晚明晨发布)

11.12.2024 06:15 👍 0 🔁 0 💬 0 📌 0
Post image

2024 年 ApacheCon 北美之旅的收获与感悟 mp.weixin.qq.com/s/v0WCyBlypp... 没有畅所欲言的习惯😓 同样也会这样,这个场合我的坚持就是耿直 。。。

11.12.2024 02:45 👍 0 🔁 0 💬 0 📌 0
Preview
Release runc v1.2.3 -- "Winter is not a season, it's a celebration." · opencontainers/runc This is the third patch release of the 1.2.z release branch of runc. It primarily fixes some minor regressions introduced in 1.2.0. Fixed a regression in use of securejoin.MkdirAll, where multiple...

runc v1.2.3 -- "Winter is not a season, it's a celebration.
github.com/opencontaine...

11.12.2024 02:09 👍 1 🔁 0 💬 0 📌 0
Post image

kubecon india 2024 now and next in London and then Hong Kong

10.12.2024 13:23 👍 0 🔁 0 💬 0 📌 0
Post image
06.12.2024 04:22 👍 1 🔁 0 💬 0 📌 0