lanlanye 最近的时间轴更新
V2EX 的时间轴好像没什么人在用,是引导不够明显吧
2022-08-15 15:56:41 +08:00
lanlanye's repos on GitHub
HTML · 15 人关注
YobotWebInterface
🌸A good-looking and easy-to-use yobot interface
Python · 7 人关注
openai-agent
Easy-to-use OpenAI Agent with support for the latest Function call feature.
Go · 3 人关注
AGA8
Natural Gas Calculator with GUI
Python · 3 人关注
HoshinoBot
A qqbot for Princess Connect Re:Dive (and other usage :)
Python · 2 人关注
IDCardIdentify
身份证信息识别
Go · 0 人关注
23333
草 我要被爆破叻
0 人关注
DataX
DataX是阿里云DataWorks数据集成的开源版本。
Go · 0 人关注
gin-template
a web application template written in Gin
Go · 0 人关注
go-utils
Go · 0 人关注
i18n
0 人关注
laipz8200
Stylus · 0 人关注
laipz8200.github.io
my github pages repository
Lua · 0 人关注
nvim-config
Rust · 0 人关注
opendal
Apache OpenDAL: access data freely.
Python · 0 人关注
pycloudevents
A third party cloudevents 1.0 SDK for Python.
0 人关注
system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
lanlanye

lanlanye

V2EX 第 537138 号会员,加入于 2021-03-11 17:27:03 +08:00
今日活跃度排名 21253
Home 中摄像头的定位问题
Apple  •  lanlanye  •  201 天前  •  最后回复来自 EnsPEn
4
一个方便使用 Function calling 的小工具
Python  •  lanlanye  •  337 天前  •  最后回复来自 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 最近回复了
    ollama 的 llava:latest 是 7B 大小,实际上有一个 34B 的应该会好些。当然你拿来和 GPT-4o 比就没什么必要了。
    28 天前
    回复了 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);
    }
    ```
    29 天前
    回复了 Flourite 创建的主题 Google 不要轻易入坑狗家的产品
    首先看看原文,没人说 Flutter 要完。
    另外 Golang 貌似不是 Google 团队维护?
    还有 grpc 挺不错的,经常用…
    同用了很多年,倒是没遇到不能忍的问题,而且……为了安全。
    好奇问一下,量化模型一般会损失哪方面的能力?因为在推理速度和资源使用上优势非常明显
    源码都给你了居然还怕限制……
    35 天前
    回复了 lstz 创建的主题 OpenAI 用贵的国产大模型 API 是否效果堪比 GPT4?
    制裁刚出的时候有个阿里高层的专访,我印象里当时说得还算详细,讲了阿里集团下面各有多少 A100 ,其中阿里云最多,但加起来确实也就几千张。考虑到之后过了挺长时间了,这期间黑市流入的,还有购买替代品之类的加起来可能会多一些。
    但你们留意一下也能发现如今报道都是“几万张顶级显卡”,至于“顶级”到底指什么就没人知道了。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5190 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 08:56 · PVG 16:56 · LAX 01:56 · JFK 04:56
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.