V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  skiy  ›  全部回复第 1 页 / 共 104 页
回复总数  2066
1  2  3  4  5  6  7  8  9  10 ... 104  
2 小时 38 分钟前
回复了 nealHuang 创建的主题 程序员 如图
现在好莱坞电影的敌对势力已经从 RU 到 CN 了。
MiniMax-M2 、GLM4.6 、Qwen3-Coder-Plus 。其它的快手的用着也还行 KAT-Coder 。美团最近出了个 LongCat 还没用上。KIMI 好久没用了。
听说 jj 现在很火。
建议付钱给 飞牛 定制。

飞牛 底层就是 debian 。支持 debian 的加密,理论上在 飞牛 就能使用。飞牛只做系统又不做硬件(好像现在有跟别的厂商联名了),又不是面向企业,用户群还是普通玩家。没必要徒增成本。又没有盈利支撑。
11 天前
回复了 realpg 创建的主题 职场话题 现在招聘都这么饥不择食了吗
一句话,没成本。只需要群发邮件即可。
11 天前
回复了 MasterCai 创建的主题 软件 安卓好用的记账软件推荐
时光序,全平台支持
# 修改 author 信息
git filter-repo --commit-callback '
if commit.author_email == b"[email protected]":
commit.author_name = b"New Name"
commit.author_email = b"[email protected]"
' --force

# 修改 committer 信息
git filter-repo --commit-callback '
if commit.committer_email == b"[email protected]":
commit.committer_name= b"New Name"
commit.committer_email = b"[email protected]"
' --force

# 修改全部
git filter-repo --force --commit-callback '
if commit.committer_email == b"[email protected]":
commit.author_name = b"New Name"
commit.author_email = b"[email protected]"
commit.committer_name = b"New Name"
commit.committer_email = b"[email protected]"
'

git filter-repo --force --commit-callback '
if commit.committer_email != b"[email protected]":
commit.author_name = b"New Name"
commit.author_email = b"[email protected]"
commit.committer_name = b"New Name"
commit.committer_email = b"[email protected]"
'

git filter-repo --force --commit-callback '
commit.author_name = b"New Name"
commit.author_email = b"[email protected]"
commit.committer_name = b"New Name"
commit.committer_email = b"[email protected]"
'

filter-repo 这个工具,能保持历史时间不变。还有一种是不用任何扩展也能改,但那个时间会切换成当前时间。
outlook.com 也有广告。作为一个以 outlook 作为主邮箱的人来说,这个是经常见到的。
最近那个 minimax 做推广,到处看到它的影子。试试看它?
@infyni 假的。我之前也遇到过。也是遇到付费那一步直接说等下,我问问看。因为我早就补报了。然后我问了我做会计的朋友,她说这个不要理会,直接到工商局官网提交就行了。
emqx 换开源协议了哦。
PowerShell 终端直接用 ssh
git clone [email protected]:sjzar/chatlog.git
cd chatlog
git fetch origin a7162bca9454fa43b5950a2414670983fe180e56
git reset --hard a7162bca9454fa43b5950a2414670983fe180e56
git push [email protected]:mygithub/chatlog.git main

就这样
28 天前
回复了 xiguadong 创建的主题 程序员 zed 有点厉害
@gongym 是 gpui-component 吗?
30 天前
回复了 yagamil 创建的主题 Visual Studio Code VS code 更新之后在 ubuntu 启动不了
@yagamil 我说的是它 .config 里面的 vscode 相关的配置目录。重装应该不会清配置信息。所以…可能是这问题
直接 echo $env:PATH 对比一下,看看是系统里配的在前还是在后就知道了。
32 天前
回复了 yagamil 创建的主题 Visual Studio Code VS code 更新之后在 ubuntu 启动不了
把配置信息重命名再试一下。
原生不知道什么才叫原生。建议试试开发板上面的,那么叫原生。
pixel 的那个也是定制的,比如底部的 Google 框,带狗找都找不到关闭的地方,这点比国内那些 OS 的负一屏难用得多。
我刷了个 lineageOS 22 ( Android 15 ),原因是机子原厂的 OS 已停止更新了,索性直接刷了。体验下来就是比较轻,不这么卡。缺点嘛,也有。比如听个小说、听个音乐,直接将应用直接划掉了,它后台还继续读小说、放音乐。必须进应用软件暂停,再结束。人脸识别也没有了。所以,这东西,还是得定制化。公版是能用,但不能把性能榨干。
1  2  3  4  5  6  7  8  9  10 ... 104  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   5230 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 49ms · UTC 08:42 · PVG 16:42 · LAX 00:42 · JFK 03:42
♥ Do have faith in what you're doing.