lanlanye 最近的时间轴更新
V2EX 的时间轴好像没什么人在用,是引导不够明显吧
2022-08-15 15:56:41 +08:00
lanlanye

lanlanye

V2EX 第 537138 号会员,加入于 2021-03-11 17:27:03 +08:00
今日活跃度排名 8170
Home 中摄像头的定位问题
Apple  •  lanlanye  •  260 天前  •  最后回复来自 EnsPEn
4
一个方便使用 Function calling 的小工具
Python  •  lanlanye  •  2023-06-26 20:35:51 PM  •  最后回复来自 abersheeran
8
升级到 macOS13 之后想要取消 beta 更新渠道应该怎么做?
Apple  •  lanlanye  •  2022-11-27 18:48:08 PM  •  最后回复来自 lostberryzz
2
你们说 Python 这个是 Bug 还是 Feature?
  •  1   
    Python  •  lanlanye  •  2023-01-08 12:50:47 PM  •  最后回复来自 JasonLaw
    71
    Python 加入类型注解后,父类到子类的强制转换怎么处理?
    Python  •  lanlanye  •  2022-07-08 09:04:59 AM  •  最后回复来自 t2jk4000
    5
    Go 语言的 JSON 序列化要单独定义一个 struct 吗?
    Go 编程语言  •  lanlanye  •  2022-05-04 20:45:30 PM  •  最后回复来自 lanlanye
    13
    请教两个问题,关于 Event Sourcing 和 CQRS
    程序员  •  lanlanye  •  2022-04-18 10:19:39 AM  •  最后回复来自 zh6335901
    10
    关于软件设计的一些问题
  •  1   
    程序员  •  lanlanye  •  2022-03-05 10:50:33 AM  •  最后回复来自 lanlanye
    44
    脑子抽风买了张台湾 Apple Store 礼品卡
    二手交易  •  lanlanye  •  2022-02-21 09:53:18 AM  •  最后回复来自 xhuang327
    17
    又是一个关于外键的问题
  •  2   
    数据库  •  lanlanye  •  2022-03-01 11:18:47 AM  •  最后回复来自 liprais
    47
    lanlanye 最近回复了
    微:asyncio
    中小:Celery
    大:Temporal
    ollama 的 llava:latest 是 7B 大小,实际上有一个 34B 的应该会好些。当然你拿来和 GPT-4o 比就没什么必要了。
    87 天前
    回复了 waiaan 创建的主题 JavaScript 这段 if...else 有优雅的写法吗?
    ```javascript
    class SortService {
    getSortType(sort) {
    const mapping = {
    thisYearIncome: {
    ascending: 2,
    descending: 1,
    },
    lastYearIncome: {
    ascending: 4,
    descending: 3,
    },
    rate: {
    ascending: 6,
    descending: 5,
    },
    };
    return mapping[sort.sortBy][sort.sortOrder];
    }
    }


    function onSortChange({ order, prop }) {
    const sort = new Sort(prop, order);
    const sortType = new SortService().getSortType(sort);
    this.fetchData(sortType);
    }
    ```
    88 天前
    回复了 Flourite 创建的主题 Google 不要轻易入坑狗家的产品
    首先看看原文,没人说 Flutter 要完。
    另外 Golang 貌似不是 Google 团队维护?
    还有 grpc 挺不错的,经常用…
    同用了很多年,倒是没遇到不能忍的问题,而且……为了安全。
    好奇问一下,量化模型一般会损失哪方面的能力?因为在推理速度和资源使用上优势非常明显
    源码都给你了居然还怕限制……
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2350 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 32ms · UTC 11:00 · PVG 19:00 · LAX 04:00 · JFK 07:00
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.