1
2
Ask HN: DeepSeek Alternatives
DeepSeek涨价在即,开发者正寻找同价位且支持缓存的高性价比替代模型。
As DeepSeek is planning on raising their prices, I'm looking to explore alternatives. Are there any comparable providers with similar model size that …
3
Your app has two caches. What if it only needed one?
用Rust重写缓存服务器,统一应用双重缓存,兼容Redis协议无需改客户端。
Redis on the server, some state library in the browser, and a pile of hand-written sync between them. I got tired of writing that layer, so I built a …