V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  cairnechen  ›  全部回复第 1 页 / 共 119 页
回复总数  2364
1  2  3  4  5  6  7  8  9  10 ... 119  
3 小时 51 分钟前
回复了 MiniLED 创建的主题 问与答 对于耳背老人有什么比较好的产品吗
4 小时 3 分钟前
回复了 MiniLED 创建的主题 问与答 对于耳背老人有什么比较好的产品吗
https://store.iflytek.com/products/iflytek-smart-recorder 这个?就是不知道操作对于老人说是不是足够简单
4 小时 24 分钟前
回复了 minskychen 创建的主题 推广 30 秒自测--快速鉴定 Claude 模型真伪
@HFX3389 这是别人的自建节点,你要限制只能让站长收回这个节点
4 小时 46 分钟前
回复了 Alex1688 创建的主题 程序员 GitHub 中有些人给代码放恶意代码,如何针对他?
@renmu123 有可能不是那个作者干的
4 小时 51 分钟前
回复了 Alex1688 创建的主题 程序员 GitHub 中有些人给代码放恶意代码,如何针对他?
你的观察非常敏锐!页面上确实显示贡献者是 saermart ,这也是这种钓鱼仓库最具欺骗性的一点。

出现这种情况,是因为黑客利用了 Git 的底层机制和 GitHub 的显示规则来进行伪装。作为一个经常和代码打交道的开发者,你可能对 Git 比较熟悉,我来为你拆解一下他们是怎么做到“移花接木”的:

为什么会显示原作者的名字?
Git 提交记录自带作者信息: 在 Git 中,每一次 commit 都会附带提交者的名字和邮箱(即 git config user.name 和 user.email )。

克隆并全盘推送: 攻击者把正版仓库( saermart/DouyinLiveWebFetcher )完整克隆到了本地。这些代码的历史提交记录里,全都是 saermart 的原始邮箱和签名。

GitHub 的自动关联匹配: 接着,攻击者新建了一个名为 Douyin-Live 的组织,并把克隆下来的代码(连同所有的历史提交记录)推送到这个新仓库里。GitHub 扫描到这些历史提交的邮箱属于 saermart 这个账号,就会自动在贡献者( Contributors )列表中展示他的头像和主页链接。

卧槽,原来是这么实现的,错怪原作者了
5 小时 36 分钟前
回复了 Alex1688 创建的主题 程序员 GitHub 中有些人给代码放恶意代码,如何针对他?
不过我这个仓库作者之前做的仓库是正常的?专门开了一个组织来上传包含恶意代码的版本?恶堕了吗?
5 小时 45 分钟前
回复了 Alex1688 创建的主题 程序员 GitHub 中有些人给代码放恶意代码,如何针对他?
其实可以先扔给 AI 分析一波,这种程度的一般都能找出来
7 小时 8 分钟前
回复了 iseki 创建的主题 问与答 怎么感觉好多人梯子都不会搭了?
怀念我一边看 github 文档一边一行一行命令在 vps 上安装 shadowsocks-libev 的日子了
14 小时 54 分钟前
回复了 jingniao 创建的主题 职场话题 国内某 AI 上手初体验
@dobelee 这个叫古法 AI
20 小时 2 分钟前
回复了 Livid 创建的主题 Planet 用 Planet 保存 Claude Code 会话
啊? save-session 是按照 Claude Code 自己存 session memory 的方式保存的吗?还可以这样?
我这两天看源码,还准备自己写 skill 来按照它的方式保存 memory 然后在别的电脑或者 codex 继续工作来着

session memory 在 src\services\SessionMemory\prompts.ts

# Session Title
_A short and distinctive 5-10 word descriptive title for the session. Super info dense, no filler_

# Current State
_What is actively being worked on right now? Pending tasks not yet completed. Immediate next steps._

# Task specification
_What did the user ask to build? Any design decisions or other explanatory context_

# Files and Functions
_What are the important files? In short, what do they contain and why are they relevant?_

# Workflow
_What bash commands are usually run and in what order? How to interpret their output if not obvious?_

# Errors & Corrections
_Errors encountered and how they were fixed. What did the user correct? What approaches failed and should not be tried again?_

# Codebase and System Documentation
_What are the important system components? How do they work/fit together?_

# Learnings
_What has worked well? What has not? What to avoid? Do not duplicate items from other sections_

# Key results
_If the user asked a specific output such as an answer to a question, a table, or other document, repeat the exact result here_

# Worklog
_Step by step, what was attempted, done? Very terse summary for each step_
@tianjiyao 是 twitter 和 instagram 开的先河,微信大概只是想追这个调性
gemini 一定要配合 antigravity 用吗? CLI 很烂?最近想把项目的一部分前端设计工作给 gemini 来做
@ENE sing-box 规则 reject 的时候也会遇到这个问题吧,但是我记得有个兜底策略,连续请求多少次就直接 drop 不 reject 了
1 天前
回复了 neo2020 创建的主题 创业组队 AI OPC 创业寻找基石共建成员
@coosir 我也想说。。。
“我使用 AutoHotkey 脚本隐藏了 Windows 10 任务栏左侧的开始和右侧的托盘区域” op 这个怎么做到的啊?
感觉需要先听一下你的语音
2 天前
回复了 CodeLaunchur 创建的主题 Codex 小白第一次用 Codex 很不适应
可以先用 vscode 插件,可能熟悉一点?用习惯了再 CLI
2 天前
回复了 giter 创建的主题 Claude Code Claude Code 又送了 $100 的 extra balance
@closedevice 只要点击就行了,不绑卡也会入账
1  2  3  4  5  6  7  8  9  10 ... 119  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   819 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 44ms · UTC 21:21 · PVG 05:21 · LAX 14:21 · JFK 17:21
♥ Do have faith in what you're doing.