metaquant's recent timeline updates
metaquant

metaquant

V2EX member #202251, joined on 2016-11-21 11:05:04 +08:00
Today's activity rank 6081
Per metaquant's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
metaquant's recent replies
https://mp.weixin.qq.com/s/HBh2sRbJwDPB1L0lZ6nzHg

觉得这篇文章说的挺中肯的
知识库方面,感觉 ima 已经完全可以覆盖需求了,这篇文章挺有道理:

https://mp.weixin.qq.com/s/gjf5m6F_I6jI9mPvnm0SGg
Mar 16
Replied to a topic by junwind 程序员 你认为的最强编程 AI 工具?
都说 cursor 是最贵的吗?不是 1 个月才 20 美元? codex 和 claude code 应该更贵吧?
示例代码没跑通:

5 manager = get_data_manager()
7 # 获取 K 线数据(只需传入股票代码,无需市场后缀)
----> 8 data = manager.get_kline('000001', start='2024-01-01', end='2024-01-31')
9 print(data.head())

AttributeError: 'DataSourceManager' object has no attribute 'get_kline'
我也是,经常访问不了,用 https://aistudio.google.com/代替了
Aug 10, 2022
Replied to a topic by justd 问与答 你的 iPad 用来做什么
最大的用处是当草稿纸
这个和 python 循环的效率无关,而是因为 python 中字符串是 immutable 的,每次拼接字符串都会产生复制一个新的字符串变量,开销较大,所以涉及大量字符串拼接时,正确的做法是使用第二和第三种方法中的 join , 所以你可以发现第二和第三种方法的差距很小。
Dec 14, 2021
Replied to a topic by metaquant 分享创造 精确覆盖下的数学游戏
@wjploop 是的,我同意你的看法,游戏另外一个重要的侧面就是提供人与人之间交流的机会,对于孩子来说尤其如此。
Dec 14, 2021
Replied to a topic by metaquant 分享创造 精确覆盖下的数学游戏
@terence4444 放飞你想象的翅膀:smile:
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5710 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 06:15 · PVG 14:15 · LAX 23:15 · JFK 02:15
♥ Do have faith in what you're doing.