Recent posts
Page 39 of 51 · 603 posts
Posted Apr 12
简单记录了一下使用 Cloudflare 的 Page rules 做域名转发的设置 https://letters.acacess.com/redirect-via-cloudflare/
Posted Apr 12
Online services often exhibit data locality, with users frequently accessing popular or trending content. Cache systems take advantage of this behavior by storing commonly accessed data, which in turn reduces data retrieval time, improves response times, and eases the burden on backend servers. Traditional cache systems typically utilize an exact match between a new query and a cached query to determine if the requested content is available in the cache before fetching the data. However, using an exact match approach for LLM caches is less effective due to the complexity and variability of LLM queries, resulting in a low cache hit rate. To address this issue, GPTCache adopt alternative strategies like semantic caching. Semantic caching identifies and stores similar or related queries, thereby increasing cache hit probability and enhancing overall caching efficiency. GPTCache employs embedding algorithms to convert queries into embeddings and uses a vector store for similarity search on these embeddings. This process allows GPTCache to identify and retrieve similar or related queries from the cache storage, as illustrated in the Modules section. https://github.com/zilliztech/gptcache
Posted Apr 11
https://t.me/laoself/6966
Posted Apr 9
macOS 里藏着 Bitcoin 的白皮书,在 Terminal 里输入以下命令即可打开: open /System/Library/Image\ Capture/Devices/VirtualScanner.app/Contents/Resources/simpledoc.pdf https://waxy.org/2023/04/the-bitcoin-whitepaper-is-hidden-in-every-modern-copy-of-macos/
Posted Apr 8
刀片式的 Raspberry Pi CM4 https://www.kickstarter.com/projects/uptimelab/compute-blade
Posted Apr 7
扎克伯格和卡戴珊互换了位置 https://twitter.com/itsandrewgao/status/1640885734914809856
Posted Apr 7
OpenAI 的 Lilian Li 专门介绍了 prompt engineering https://t.me/tms_ur_way/2655
Posted Apr 7
两个新的薪资透明网站: 1. https://www.comprehensive.io 2. https://www.levels.fyi/jobs https://blog.pragmaticengineer.com/the-scoop-salary-transparency/
Posted Apr 7
iPhone 14 Pro 上的 neural engine (ANE) 比 MacBook Pro M1 Max 上的还要qiang jing https://twitter.com/bjnortier/status/1643966251188748288
Posted Apr 7
这个 thread 太好玩了:改编了各大网站的 slogan,比如 Webflow — 祝你能够猜出我们的价格 https://twitter.com/jovvvian/status/1643663422863863809
Posted Apr 6
记录了一下最近使用 Carrd 连接自定义 API 的经历。 Carrd 是由 AJ 一个人创建的建站服务,2016年发布之后,两年就达到了一百万美金的 ARR。 Carrd 非常容易上手,这次我们尝试使用一个 custom form 的功能,遇到了一些困难。中间遇到了一些困难。开了 ticket 之后,AJ 一直跟进,工作日基本上一小时内就有回复,休息日也会在24小时内回复。非常佩服他的响应速度! https://letters.acacess.com/carrd-with-apis/
Posted Apr 6
讨论 AI 的邮件列表和播客 https://github.com/sw-yx/ai-notes