首页 公告 项目 RSS

20240529的胡言乱语

May 29, 2024 本文有 681 个字 需要花费 2 分钟阅读

简介

欢迎关注我的频道,不时发送垃圾消息

https://t.me/bboyapp

或者关注我的 twitter

https://twitter.com/bboysoulcn

  1. 100,000 Stars 网页

100,000 Stars 网页展示了一幅由 10 万颗星星构成的银河系地图,包括太阳系统内的行星、以及周围的恒星和深空天体,用户可以通过网页互动地探索这些天体及其相关信息。

https://stars.chromeexperiments.com/

爱盼-网盘资源搜索

https://github.com/unilei/aipan-netdisk-search

使用的是第三方的api,具体使用的是什么api可以看

https://github.com/unilei/aipan-netdisk-search/blob/master/server/api/sources/api-endpoints.ts

  1. openpanel

Mixpanel 和 Plausible 的所有好东西都组合到一个工具中。

https://github.com/Openpanel-dev/openpanel

  1. Nginx 反向代理 DNS 问题

https://hwchiu.medium.com/nginx-reverse-proxy-dns-issue-671d911dc5fa

总结,nginx只有在启动的时候才会查询域名ip,除非加上resolver

  1. Recent Docker BuildKit Features You’re Missing Out On

本文介绍了 Docker BuildKit 的一些新特性,包括调试、环境变量、导出器、Imagetools、最新的 Dockerfile 语法、here-docs、COPY 和 ADD 功能的增强,以及关于缩进的提示。

https://martinheinz.dev/blog/111

  1. Cloudflare took down our website after trying to force us to pay 120k$ within 24h

Cloudflare 突然要求一家在线赌场企业支付 120,000 美元的年费用,以便在 24 小时内升级到企业版服务,否则将关闭所有域名,导致企业遭受重大损失。

https://robindev.substack.com/p/cloudflare-took-down-our-website

  1. repohistory

一个开源仪表板,用于跟踪超过 14 天的 GitHub 存储库流量历史记录。

https://github.com/repohistory/repohistory

  1. How We Saved 10s of Thousands of Dollars Deploying Low Cost Open Source AI Technologies At Scale with Kubernetes

本文介绍了如何通过使用开源 AI 技术和 Kubernetes 部署应用,在大规模下实现成本节约。

https://opensauced.pizza/blog/how-we-saved-thousands-of-dollars-deploying-low-cost-open-source-ai-technologies

  1. When is admin not admin?, when it’s super-admin!

Kubernetes 1.29 及以后版本在 Kubeadm 初始化凭证设置上引入了变化,增加了一个名为super-admin.conf的超级管理员凭证文件,而传统的admin.conf文件不再属于system:masters组,而是使用了可以被 RBAC 撤销的cluster-admins组。

https://raesene.github.io/blog/2024/01/06/when-is-admin-not-admin/

  1. Your API Shouldn’t Redirect HTTP to HTTPS

网页主要讨论了为什么 API 不应该将 HTTP 请求重定向到 HTTPS,并提出了快速失败原则,建议 API 应该拒绝未加密的请求,以避免敏感数据泄露。

https://jviide.iki.fi/http-redirects

欢迎关注我的博客www.bboy.app

Have Fun