V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  xe2vherd  ›  全部回复第 1 页 / 共 89 页
回复总数  1761
1  2  3  4  5  6  7  8  9  10 ... 89  
9 小时 58 分钟前
回复了 RIckV2 创建的主题 生活 已经没有什么消费的欲望了,怎么办?
reachymini https://huggingface.co/reachy-mini

这个想买吗
2 月 27 日
回复了 IanHo 创建的主题 分享创造 为了下片,我做了一个 DMM/Fanza 下载插件
这个可以不购买就下载吗
所以我已经三年过年没回去了
2 月 5 日
回复了 RIckV2 创建的主题 生活 我对家里的态度正常吗?
爱是常觉得亏钱而不是亏本
1 月 18 日
回复了 Ethans 创建的主题 签证 申请日本语校需要存款证明,没存款怎么办?
你这个收入在国内 20w 存款都拿不出来,凭什么觉得去日本会活的更好。来日本基本不可能平薪
1 月 5 日
回复了 510908220 创建的主题 生活 2026 年了,都有什么规划
买房;腹肌;日语;去找她;
最好量化能找到 alpha
2025 年 12 月 31 日
回复了 sikuu2al 创建的主题 生活 一个词总结你的 2025!(来对比看看去年的)
2025 年 12 月 29 日
回复了 manr 创建的主题 生活 我的 2025,自责、愧疚、遗憾与愤怒,将伴随我的一生
节哀兄弟,和你相比才发现我遭遇的不值一提
2025 年 12 月 29 日
回复了 laojuelv 创建的主题 投资 2025 不足 3 天,说说你的遗憾
喜欢的女孩却拼命要逃出我的世界
2025 年 12 月 23 日
回复了 8675bc86 创建的主题 程序员 AI 是不是基本杀死了 blog
所以我的博客慢慢写成回忆录了。

https://nzooherd.github.io/posts/我在北京这七年四-故乡
2025 年 12 月 19 日
回复了 davecat 创建的主题 北京 我这周不想通勤回去了,但是心里又很内疚咋办。。。
没啥愧疚不愧疚的,女儿只是在这个年龄而已
2025 年 12 月 5 日
回复了 zeyangstudies 创建的主题 推广 不用赴港申请 Wise 香港账户
已经被 block 了....
普通人不需要关心发动机是如何工作的,但工程师需要。
老板不需要关心 vibe coding 质量如何,但程序眼需要。
2025 年 12 月 4 日
回复了 mk3s 创建的主题 电动汽车 特斯拉不愧是 [驾驶者] 之车
我买车从不考虑家里老人的意见
2025 年 12 月 2 日
回复了 a134698815 创建的主题 生活 2025 年 12 月了,一年又见底了,大家都过得怎样呢?
1. 给自己买了车,给家里买了车
2. 多存了六七十万
3. 定期泡泡浴遇到了一个十分喜欢的妹子
2025 年 11 月 30 日
回复了 daweii 创建的主题 问与答 MacOS 上输入法中日英三语切换有啥好用的方案吗?
karabiner 左键 shift 切换中英,右键 shift 切换日英

{
"description": "Use left_shift to switch input sources",
"manipulators": [
{
"conditions": [
{
"input_sources": [{ "language": "en" }],
"type": "input_source_if"
}
],
"from": { "key_code": "left_shift" },
"parameters": {
"basic.to_if_alone_timeout_milliseconds": 200,
"basic.to_if_held_down_threshold_milliseconds": 200
},
"to": [
{
"key_code": "left_shift",
"lazy": true
}
],
"to_if_alone": [
{
"key_code": "spacebar",
"modifiers": ["left_control", "left_option"]
},
{
"key_code": "spacebar",
"modifiers": ["left_control", "left_option"]
}
],
"to_if_held_down": [{ "key_code": "left_shift" }],
"type": "basic"
},
{
"conditions": [
{
"input_sources": [{ "language": "ja" }],
"type": "input_source_if"
}
],
"from": { "key_code": "left_shift" },
"parameters": {
"basic.to_if_alone_timeout_milliseconds": 200,
"basic.to_if_held_down_threshold_milliseconds": 200
},
"to": [
{
"key_code": "left_shift",
"lazy": true
}
],
"to_if_alone": [
{
"key_code": "spacebar",
"modifiers": ["left_control", "left_option"]
}
],
"to_if_held_down": [{ "key_code": "left_shift" }],
"type": "basic"
},
{
"conditions": [
{
"input_sources": [{ "language": "zh-Hans" }],
"type": "input_source_if"
}
],
"from": { "key_code": "left_shift" },
"parameters": {
"basic.to_if_alone_timeout_milliseconds": 200,
"basic.to_if_held_down_threshold_milliseconds": 200
},
"to": [
{
"key_code": "left_shift",
"lazy": true
}
],
"to_if_alone": [
{
"key_code": "spacebar",
"modifiers": ["left_control", "left_option"]
}
],
"to_if_held_down": [{ "key_code": "left_shift" }],
"type": "basic"
},
{
"conditions": [
{
"input_sources": [{ "language": "zh-Hans" }],
"type": "input_source_if"
}
],
"from": { "key_code": "right_shift" },
"parameters": {
"basic.to_if_alone_timeout_milliseconds": 200,
"basic.to_if_held_down_threshold_milliseconds": 200
},
"to": [
{
"key_code": "left_shift",
"lazy": true
}
],
"to_if_alone": [
{
"key_code": "spacebar",
"modifiers": ["left_control", "left_option"]
},
{
"key_code": "spacebar",
"modifiers": ["left_control", "left_option"]
}
],
"to_if_held_down": [{ "key_code": "left_shift" }],
"type": "basic"
},
{
"conditions": [
{
"input_sources": [{ "language": "ja" }],
"type": "input_source_if"
}
],
"from": { "key_code": "right_shift" },
"parameters": {
"basic.to_if_alone_timeout_milliseconds": 200,
"basic.to_if_held_down_threshold_milliseconds": 200
},
"to": [
{
"key_code": "left_shift",
"lazy": true
}
],
"to_if_alone": [
{
"key_code": "spacebar",
"modifiers": ["left_control", "left_option"]
},
{
"key_code": "spacebar",
"modifiers": ["left_control", "left_option"]
}
],
"to_if_held_down": [{ "key_code": "left_shift" }],
"type": "basic"
},
{
"conditions": [
{
"input_sources": [{ "language": "en" }],
"type": "input_source_if"
}
],
"from": { "key_code": "right_shift" },
"parameters": {
"basic.to_if_alone_timeout_milliseconds": 200,
"basic.to_if_held_down_threshold_milliseconds": 200
},
"to": [
{
"key_code": "left_shift",
"lazy": true
}
],
"to_if_alone": [
{
"key_code": "spacebar",
"modifiers": ["left_control", "left_option"]
}
],
"to_if_held_down": [{ "key_code": "left_shift" }],
"type": "basic"
}
]
}
2025 年 11 月 29 日
回复了 guiyumin 创建的主题 程序员 pikpak 我竟然一直用错了
这个基础上有种进阶玩法是 rclone 挂载到 nas 然后做 plex 的存储端
1  2  3  4  5  6  7  8  9  10 ... 89  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   985 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 48ms · UTC 22:30 · PVG 06:30 · LAX 14:30 · JFK 17:30
♥ Do have faith in what you're doing.