三维黑洞渲染
跟着奇乐编程学院渲染自己的小黑洞
利用 Webp Server 加速网站访问
这两天博客的访问一直处于一个时好时坏的状态,最大的问题就是图片加载速度极为不稳定。目前博客的图片存储方案是 CloudFlare R2 + Webp Cloud ,R2 负责存储图片,Webp Cloud 负责压缩图片和保护 R2 储存桶地址。问题就出在 Webp Cloud 的访问速度上,由于 服务器高悬美西,在链路质量较差的情况下很难得到一个良好的访问速度。 这大概是海外博客站点都需要面对的情况,跨境数据传输无论如何都没有办法做到成本和质量的平衡,作为一个独立小站只能尽力去优化(截止本文发出,本站只被 Google 收录, 所以貌似也没人能在国内网络下搜到吧 😂)。况且本站除了首页封面图外(这张是自己拍的)大部分图片都是在 Unsplash 下载的,在访问的时候直接加载原图那体验必然是爆炸的,后端的图片处理这时候就成为了必要且关键的一环。 本文想要谈的是,在 Webp Cloud 服务质量不理想的情况下,通过自托管 Webp server 来达到国内对本站的尽可能的访问加速。 在云服务器上部署服务本次操作在一台位于香港的机器上进行。 Webp Cloud...
利用 Cloudflare R2 和 Webp Cloud 搭建自用图床
用 Cloudflare R2 + Webp Cloud 搭建自用图床
记一次偷懒导致的教训
记一次偷懒导致的教训前情提要在搭建博客的时候,想着在 VPS 上测试一下效果,于是 1234567891011121314$ sudo apt install nodejs npmReading package lists... DoneBuilding dependency tree... DoneReading state information... DoneSome packages could not be installed. This may mean that you haverequested an impossible situation or if you are using the unstabledistribution that some required packages have not yet been createdor been moved out of Incoming.The following information may help to resolve the situation:The following packages...