yfaming (@yfaming) 's Twitter Profile
yfaming

@yfaming

ID: 505677236

calendar_today27-02-2012 09:14:46

39 Tweet

56 Followers

124 Following

yfaming (@yfaming) 's Twitter Profile Photo

偶然看到 云风 大神 2011 年介绍比特币的文章 blog.codingnow.com/2011/05/bitcoi… 。文章给出的地址,里面还有 0.221 BTC,私钥应该还没丢吧。😂

yfaming (@yfaming) 's Twitter Profile Photo

Google Spreadsheet 最近支持了 Table,它更接近数据库的概念。许多函数也支持传入 Table 的列作为参数了,比如 sum, sumif 等。它还提供了全新的 query 函数,支持类 SQL 形式的查询。 不得不说,这是个很大的进步。传统的电子表格,是反模块化工程化的,作为专业程序员用起来反而不习惯。

yfaming (@yfaming) 's Twitter Profile Photo

朋友,你们的 anti-bot 机制,是从孙子兵法得到的灵感嘛?😂 先说延迟 10min,再延迟 20min,再延 40min,中间突然就可以抢了,真是「攻其无备,出其不意」。😂

yfaming (@yfaming) 's Twitter Profile Photo

#Racket 哪有什么穿越,只不过是高级生物对我们的 VM 调用了 call/cc 而已。 There is no time travel. Just higher beings abusing call/cc on our VM.

yfaming (@yfaming) 's Twitter Profile Photo

#Racket #Scheme 终于写了篇关于 call/cc 的文章,这玩意真的难懂更难写。😂 Finally wrote an article about call/cc. It's incredibly mind-bending to understand and even tougher to explain. 😂 yfaming.com/post/dive-into…

yfaming (@yfaming) 's Twitter Profile Photo

尝试了新方法管理要阅读的资料,感觉还不错。 新建一个的浏览器窗口,作为待读队列,严格先进先出。先加入的没读完,禁止读后加入的。 所有需要阅读的文章,都放到这个窗口里面,(尤其)包括微信公众号的文章。 工作时间,电脑关闭微信。

yfaming (@yfaming) 's Twitter Profile Photo

X (Twitter) 刚刚开源了首页 Feed 的推荐算法。看来裁剪比较严重,代码主要是 3000 行 Python 和 4500 行 Rust。而且 Rust 项目缺少 Cargo.toml 文件,无法 build。代码引入了一些以 xai_ 为前缀为库,应该是内部库。 github.com/xai-org/x-algo…

yfaming (@yfaming) 's Twitter Profile Photo

Vim 写 Rust 真的能接近 IDE。 基础操作(buffer/tab/window/jumplist)+ 一套顺手的 leader 映射 = 质变。配置基本是 ChatGPT 给最佳实践,我再微调,省掉自己踩快捷键冲突的坑。 插件极简:yegappan/lsp + nerdtree + ctrlp。MacVim/服务器 Vim 一套走天下。

yfaming (@yfaming) 's Twitter Profile Photo

博客文章: aibox - 给 AI agent 的虚拟机 yfaming.com/post/aibox 是时候让 AI agent 在我的虚拟机里随便玩了 😂😂😂

yfaming (@yfaming) 's Twitter Profile Photo

我想知道的是,运营方被攻击,损失是由谁承担?很明显,运营方的失败,应当与用户无关。 I would like to know who bears the loss when the operator is attacked. Obviously, the operator’s failure should have nothing to do with the users.