zh/en / https://git.io/SukkaWhttps://skk.moe / Vibe Code Cleanup Specialist / Senior FE Dev / OSS Contributor / All opinions are my own, literally all of them
#Bilibili 宕机
首先就可以排除第三方 CDN 的问题,因为只有你批打不开了;也可以排除单点故障(如数据中心起火停电),你批再费拉也肯定有异地热备。
API 的 CORS 都没了,说明整个中间件都死了,更确定是你批自己去世了。
盲猜没做请求隔离,一个故障请求打死一个实例,一轮下来整个集群就都无了
You are using eslint-plugin-react?
Do you know by replacing eslint-plugin-react w/ the eslint-react project (https://github.com/Rel1cx/eslint-react…) in your typescript-based react project, you can get 80% faster linting speed and reduce your node_modules size by 8 MiB?
And here is mine: a 3d printed 7 inch 6U rack. Still designing a plate for my PoE aggregation switch and Flex Mini.
Quote
Tom Lienard
@tomlienard
·
Updated my "homelab" with a 10-inch rach, looks pretty nice
Everything is fan-less/spins very slowly so it's super quiet. And yes the AP at the top should be moved somewhere else
Found a very hilarious issue title in the Bun's issue list:
https://github.com/oven-sh/bun/issues/3136…
"Segfault when .env file is exactly 159 bytes".
At the time (before it was fixed), that issue happened on any operating system in existence.