V2EX lumen 的所有回复 第 1 页 / 共 3 页
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX    lumen    全部回复第 1 页 / 共 3 页
回复总数  49
1  2  3  
154 天前
回复了 guoguobaba 创建的主题 程序员 小团队开发测试环境怎么解决
企业里面很多事情看似是技术问题,其实不是
这种事情你做了不费力不讨好
只有等真的出事故了老板才会重视起来
所以你唯一要做的就是,等着出事故:-)
因为 AI 上下文有限,你这种用法,一开始就已经上下文不足了,随着 AI 运行,后面 AI 肯定把你的项目搞的乱七八糟。

最近我用 AI 做了一个项目,有点经验可以分享一下,顺便在这里推广一下我的项目:-) 一个在线 AI 字幕翻译器:aisubtrans.com

欢迎白嫖!

回到主题,我的经验就是是列出整体大纲,采用分而治之的方法,控制上下文的大小,让 AI 每一步都可以完美运行。
把你的需求描述清楚,让 AI 出一个项目执行步骤,写成文档,大致如下:

1.削减 A 项目,保留想要的功能

2.削减 B 项目,保留想要的功能

3.以一个项目为主项目,先把主项目所保留下来的功能跑通

4.在这个跑通的主项目的基础上,将另一个项目的功能,一个一个的加上去

以上的每一步你都 review ,要控制好 AI 操作的范围、边界,以免超出它的上下文大小,更新多几轮直到满意为止。有了这个文档之后,再启动新的会话,让 AI 根据这个文档来执行。

不相关的操作可以启用新的会话,然后继续从文档的最新进度开始。
原帖不小心发到「水」里去了
t/1143190
t/1143190
不是程序员,Python 0 基础通过 Vibe Talking 做了个在线字幕翻译网站
可以白嫖,欢迎白嫖,速来白嫖!
你这是不让人玩手机了啊
2024-05-12 16:21:31 +08:00
回复了 FrankAdler 创建的主题 Debian 现在的 gnome 这么难用了吗
不是现在难用,自从 Gnome3 之后就难用了。
大约 2011 年 Ubuntu 转 Unity 桌面,其它发行版转 Gnome3 ,交互设计的和一样,估计是迎合当时的移动化浪潮。
再后面我就用回了 KDE 4 ,回想当年 KDE 3.5 ,KDE 4 的交互一如既往,很多优秀的体验一路延续下来,直到现在最新 KDE 6 。
2022-01-13 19:15:11 +08:00
回复了 N032138 创建的主题 MacBook Pro 鼠须管的输入法不能横排显示
当前的版本有两个配置来控制排版:

1.「候选词列表」的样式,横排和竖排
candidate_list_layout: stacked | linear

2.「候选词」的样式,横排和竖排
text_orientation: horizontal | vertical
Time Machine
2019-11-29 20:02:13 +08:00
回复了 CitizenR 创建的主题 Linux CentOS 8/Podman 的坑
和你遇到的问题一样
2018-03-19 22:58:29 +08:00
回复了 hagezhou 创建的主题 GitLab Gerrit 新建项目无法同步进 gitlab
@hagezhou 找到解决办法了:
1. 在客户端编辑 ~/.known_hosts,将里面涉及 服务端 的条目删除
2. 执行 ssh-keyscan -p <server port> <server-host> 2>/dev/null | grep ssh-rsa >> ~/.known_hosts
2018-03-19 22:18:21 +08:00
回复了 hagezhou 创建的主题 GitLab Gerrit 新建项目无法同步进 gitlab
客户端的:
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 58: Applying options for *
debug2: resolving "gerrit.example.com" port 29418
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to gerrit.example.com [12.34.56.78] port 29418.
debug1: Connection established.
debug1: identity file /data/username/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /data/username/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /data/username/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /data/username/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /data/username/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /data/username/.ssh/id_ecdsa-cert type -1
debug1: identity file /data/username/.ssh/id_ed25519 type 4
debug1: key_load_public: No such file or directory
debug1: identity file /data/username/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.4
debug1: Remote protocol version 2.0, remote software version GerritCodeReview_2.14.6 (SSHD-CORE-1.4.0)
debug1: no match: GerritCodeReview_2.14.6 (SSHD-CORE-1.4.0)
debug2: fd 3 setting O_NONBLOCK
debug1: Authenticating to gerrit.example.com:29418 as 'lumen'
debug3: put_host_port: [gerrit.example.com]:29418
debug3: hostkeys_foreach: reading file "/data/username/.ssh/known_hosts"
debug3: record_hostkey: found key type ED25519 in file /data/username/.ssh/known_hosts:2
debug3: record_hostkey: found key type RSA in file /data/username/.ssh/known_hosts:4
debug3: load_hostkeys: loaded 2 keys from [gerrit.example.com]:29418
debug3: order_hostkeyalgs: prefer hostkeyalgs: [email protected],[email protected],ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
debug3: send packet: type 20
debug1: SSH2_MSG_KEXINIT sent
debug3: receive packet: type 20
debug1: SSH2_MSG_KEXINIT received
debug2: local client KEXINIT proposal
debug2: KEX algorithms: curve25519-sha256,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1,ext-info-c
debug2: host key algorithms: [email protected],[email protected],ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa,[email protected],[email protected],[email protected],[email protected],ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-dss
debug2: ciphers ctos: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected],aes128-cbc,aes192-cbc,aes256-cbc
debug2: ciphers stoc: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected],aes128-cbc,aes192-cbc,aes256-cbc
debug2: MACs ctos: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: MACs stoc: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: compression ctos: none,[email protected],zlib
debug2: compression stoc: none,[email protected],zlib
debug2: languages ctos:
debug2: languages stoc:
debug2: first_kex_follows 0
debug2: reserved 0
debug2: peer server KEXINIT proposal
debug2: KEX algorithms: ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: host key algorithms: ssh-rsa,ssh-dss,ssh-ed25519
debug2: ciphers ctos: aes128-ctr,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc
debug2: ciphers stoc: aes128-ctr,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc
debug2: MACs ctos: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha2-512,hmac-sha1-96,hmac-md5-96
debug2: MACs stoc: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha2-512,hmac-sha1-96,hmac-md5-96
debug2: compression ctos: none
debug2: compression stoc: none
debug2: languages ctos:
debug2: languages stoc:
debug2: first_kex_follows 0
debug2: reserved 0
debug1: kex: algorithm: ecdh-sha2-nistp256
debug1: kex: host key algorithm: ssh-ed25519
debug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
debug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
debug1: kex: ecdh-sha2-nistp256 need=32 dh_need=32
debug1: kex: ecdh-sha2-nistp256 need=32 dh_need=32
debug3: send packet: type 30
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug3: receive packet: type 31
debug1: Server host key: ssh-ed25519 SHA256:b6iuw5+xnO0ZiC+zYtXc1NGhLcQz5NbPRoMJxskH3tI
debug3: put_host_port: [12.34.56.78]:29418
debug3: put_host_port: [gerrit.example.com]:29418
debug3: hostkeys_foreach: reading file "/data/username/.ssh/known_hosts"
debug3: record_hostkey: found key type ED25519 in file /data/username/.ssh/known_hosts:2
debug3: record_hostkey: found key type RSA in file /data/username/.ssh/known_hosts:4
debug3: load_hostkeys: loaded 2 keys from [gerrit.example.com]:29418
debug3: hostkeys_foreach: reading file "/data/username/.ssh/known_hosts"
debug3: record_hostkey: found key type ED25519 in file /data/username/.ssh/known_hosts:2
debug3: record_hostkey: found key type RSA in file /data/username/.ssh/known_hosts:4
debug3: load_hostkeys: loaded 2 keys from [12.34.56.78]:29418
debug1: Host '[gerrit.example.com]:29418' is known and matches the ED25519 host key.
debug1: Found key in /data/username/.ssh/known_hosts:2
debug2: ssh_ed25519_verify: crypto_sign_ed25519_open failed: -1
ssh_dispatch_run_fatal: Connection to 12.34.56.78 port 29418: incorrect signature
2018-03-19 22:16:28 +08:00
回复了 hagezhou 创建的主题 GitLab Gerrit 新建项目无法同步进 gitlab
同遇到。
gerrit 的 error_log:
[2018-03-19 22:11:12,195] [sshd-SshServer[1b949de4]-nio2-thread-4] WARN org.apache.sshd.common.keyprovider.FileKeyPairProvider : Failed (StreamCorruptedException) to load key resource=/data/gerrit/review_site/etc/ssh_host_ecdsa_384_key: Invalid DER: object is not an OID: SEQUENCE
[2018-03-19 22:11:12,195] [sshd-SshServer[1b949de4]-nio2-thread-4] WARN org.apache.sshd.common.keyprovider.FileKeyPairProvider : Failed (StreamCorruptedException) to load key resource=/data/gerrit/review_site/etc/ssh_host_ecdsa_521_key: Invalid DER: object is not an OID: SEQUENCE

客户端的:
2018-02-03 14:17:14 +08:00
回复了 ttgo 创建的主题 职场话题 隔壁组的小兵集体情愿 要炒了 team leader
开启看戏模式
2018-01-04 10:15:51 +08:00
回复了 daishankeke 创建的主题 程序员 各位 V 友,想换个笔记本了~有木有推荐的
必须 MacBook Pro,外观不说了,Retina 也不说了,就是系统的 Terminal 装上 Homebrew 就能随手打造自己的工具链了。
2017-02-06 17:15:47 +08:00
回复了 BeliefanX 创建的主题 macOS 设置 aria2 开机启动时出现的 iTerm2 这个提示怎么关掉
用 iTerm2 打开会话之后又立即关闭就会出现这种提示
OS X 下正确的自动启动姿势可以参考: launchd 你应该了解的 OS X 工具
https://www.ulumen.com/launchd-tool-of-os-x-you-should-know-about/
2016-08-18 14:25:15 +08:00
回复了 mystryl 创建的主题 问与答 Alfred 中用/bin/bash/运行脚本 command not found
大概是 PATH 变量里的路径没有包含命令所在路径
1  2  3  
关于     帮助文档     自助推广系统     博客     API     FAQ     Solana     886 人在线   最高记录 6679       Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 38ms UTC 21:23 PVG 05:23 LAX 13:23 JFK 16:23
Do have faith in what you're doing.
ubao msn snddm index pchome yahoo rakuten mypaper meadowduck bidyahoo youbao zxmzxm asda bnvcg cvbfg dfscv mmhjk xxddc yybgb zznbn ccubao uaitu acv GXCV ET GDG YH FG BCVB FJFH CBRE CBC GDG ET54 WRWR RWER WREW WRWER RWER SDG EW SF DSFSF fbbs ubao fhd dfg ewr dg df ewwr ewwr et ruyut utut dfg fgd gdfgt etg dfgt dfgd ert4 gd fgg wr 235 wer3 we vsdf sdf gdf ert xcv sdf rwer hfd dfg cvb rwf afb dfh jgh bmn lgh rty gfds cxv xcv xcs vdas fdf fgd cv sdf tert sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf shasha9178 shasha9178 shasha9178 shasha9178 shasha9178 liflif2 liflif2 liflif2 liflif2 liflif2 liblib3 liblib3 liblib3 liblib3 liblib3 zhazha444 zhazha444 zhazha444 zhazha444 zhazha444 dende5 dende denden denden2 denden21 fenfen9 fenf619 fen619 fenfe9 fe619 sdf sdf sdf sdf sdf zhazh90 zhazh0 zhaa50 zha90 zh590 zho zhoz zhozh zhozho zhozho2 lislis lls95 lili95 lils5 liss9 sdf0ty987 sdft876 sdft9876 sdf09876 sd0t9876 sdf0ty98 sdf0976 sdf0ty986 sdf0ty96 sdf0t76 sdf0876 df0ty98 sf0t876 sd0ty76 sdy76 sdf76 sdf0t76 sdf0ty9 sdf0ty98 sdf0ty987 sdf0ty98 sdf6676 sdf876 sd876 sd876 sdf6 sdf6 sdf9876 sdf0t sdf06 sdf0ty9776 sdf0ty9776 sdf0ty76 sdf8876 sdf0t sd6 sdf06 s688876 sd688 sdf86