coldle

coldle

V2EX member #625922, joined on 2023-04-25 18:29:35 +08:00
Today's activity rank 14785
Per coldle's settings, the topics list is only visible after you sign in
Deals info, including closed deals, is not hidden
coldle's recent replies
把输入法换成 rime ,然后让 ai 搓个 lua 脚本搞定

(话说进入插入状态之前一般本来就是英文模式吧)

退出插入模式的话,给 ESC 、C-c 、C-[ 这些键加个强切英文的 hook 就完事了

比如我平时用的就是这样:

```
local M = {}
function M.switch_to_en(key, env)
local repr = key:repr()
local r = repr:lower()
if r == "escape" or r == "control+g" or r == "control+s" then
env.engine.context:set_option("ascii_mode", true)
end
return 2
end
return M
```
@litchinn #58
注意力不严重丢失的话,读大项目非常有用,实打实的「大就是好」。分别用 ds 和 glm 读大型项目就知道了,ds 还在正常聊的时候 glm 已经流口水了(

不过 ds 编程能力本身可能没 glm 那么特化(也可能是后训练不足的缘故),落实到具体写代码场景反而不如注意力飞速丢失的 glm
@fkdtz #52
minimax 一直狂蒸 claude ,在 minimax-m2.1 时代还能跟 glm-4.7 在某些场景互有来回,从 m2.5 开始就完全跟不上了,所谓的火只是卡在一个「效果比他好的模型参数大价格贵,参数比他小的模型效果比他差」的临界点,在养虾普遍 token 焦虑的时候搭了下顺风车

现在 deepseek-v4-flash 出来直接替换生态位,要多模态有 k2.6 ,要性价比有 v4f
Apr 25
Replied to a topic by Fdyo Windows Windows Update 开始推送无限暂停体验
@CatCode #3
同懵逼,感觉不如直接改注册表到十年后。。
Apr 12
Replied to a topic by wuruxu 程序员 终端软件 大家有什么核心需求吗?
能用 C-w 删除单词(做大梦)
感觉楼上很多人对瘦客户端理解有歧义,瘦客户端是纯远程啊,8G 肯定够用的

neo 作为瘦客户端目前最大的缺点是不能换第三方电池,当前的续航不够有吸引力
@jsiwa123 #38
只听过,没干过,太折腾了
有个邪道方案是注册海外公司走企业订阅
@lkk #2
骗你的,国外家宽也封(
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   918 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 20:08 · PVG 04:08 · LAX 13:08 · JFK 16:08
♥ Do have faith in what you're doing.