MoreRSS

site iconPan93修改

目前是 Zeabur 的 Backend intern,也是一個大學生。
请复制 RSS 到你的阅读器,或快速订阅到 :

Inoreader Feedly Follow Feedbin Local Reader

Pan93的 twitter 的 RSS 预览

Rewrite 了 YOLO v11 的 high-level inferring interface in Rust:https://crates.io/crates/yolo-rs ><

2024-12-18 22:43:21

Rewrite 了 YOLO v11 的 high-level inferring interface in Rust:https://crates.io/crates/yolo-rs ><

Re @mingchang137 什麼東西沒法跑🥺

2024-12-08 19:24:26

Re @mingchang137 什麼東西沒法跑🥺

Re @mingchang137 我都直接拿 Mac 跑虛擬機,讓 Windows 模擬 x86-64 🥺

2024-12-08 16:30:20

Re @mingchang137 我都直接拿 Mac 跑虛擬機,讓 Windows 模擬 x86-64 🥺

Re @vanillaCitron FrankenWP 模板測試時能過 smoke test,但他的 cache module 確實會在一定時間後損壞。稍早已經更改回官方的 WordPress image。

2024-12-07 15:18:13

Re @vanillaCitron FrankenWP 模板測試時能過 smoke test,但他的 cache module 確實會在一定時間後損壞。稍早已經更改回官方的 WordPress image。

Re @vanillaCitron Hi,我是當時跟你對接(和最近維護 WordPress 模板)的工程師,先對造成不好的體驗說聲抱歉。 我剛才已經把 template 改回基於 Apache 的版本...

2024-12-07 15:18:04

Re @vanillaCitron Hi,我是當時跟你對接(和最近維護 WordPress 模板)的工程師,先對造成不好的體驗說聲抱歉。

我剛才已經把 template 改回基於 Apache 的版本了,理論上搭配新的 web server 應該是不會再發生相關的事情了。

Re @kuokuomayor 常用來說明函式必要性的的詞語是 DRY (Don’t Repeat Yourself)。 不過沒有遇到過這個需求的,不一定能理解為什麼 Repeat 是壞事。只能說這是程...

2024-12-03 21:01:34

Re @kuokuomayor 常用來說明函式必要性的的詞語是 DRY (Don’t Repeat Yourself)。

不過沒有遇到過這個需求的,不一定能理解為什麼 Repeat 是壞事。只能說這是程式擴展後才會發掘的需求,沒有親身案例很難說明效果。

或許可以帶專案時慢慢說明每個 refactor 的必要性。如果不能理解,代為操刀也行。