Xadoy

717 posts

Xadoy

Xadoy

@dev_xadoy

Software Engineer I would like to warm up all the coldness with my embrace.

Ontario, Canada Katılım Mart 2021
307 Takip Edilen64 Takipçiler
Xadoy retweetledi
dax
dax@thdxr·
opencode 1.3.0 will no longer autoload the claude max plugin we did our best to convince anthropic to support developer choice but they sent lawyers it's your right to access services however you wish but it is also their right to block whoever they want we can't maintain an official plugin so it's been removed from github and marked deprecated on npm appreciate our partners at openai, github and gitlab who are going the other direction and supporting developer freedom
English
235
441
8.1K
813.9K
Xadoy
Xadoy@dev_xadoy·
@strrlthedev 完蛋,公司里面刚开始在推openspec就刷到了还几篇中文英文都有吐槽spec-driven的😂。我觉得这个主要优势是在于把提交PR的人的prompt记录下来放在pr里面。这样reviewer可以多一个维度的信息。
中文
0
1
3
537
Xadoy
Xadoy@dev_xadoy·
@goocarlos 有意思,当年申请大学工程系就有类似的要求。录个视频介绍自己+给个题目然后录个视频来讲自己的解题思路。
中文
0
0
1
96
Luyu Zhang
Luyu Zhang@goocarlos·
我们正在持续打造一些与众不同的求职体验。 今天起,从 Dify 官方入口投递岗位的候选人,可以选择录制 3 分钟的视频去充分表达真实的你。 我们相信,一个人的表达方式、思维方式、甚至停顿的节奏,都能说明很多问题。简历只是起点,人才是答案。 在这背后,我们用 LLM 技术对视频内容进行初步分析,帮助团队更快、更准地理解每一位候选人。我们的 POps 团队也会观看每一条视频。 招聘从来不该是千篇一律的流水线。 我们希望它是一次真正的双向认识。 感兴趣?去 Dify 官网投一下,从一段视频开始。 join.dify.ai/roles
Luyu Zhang tweet media
中文
27
8
200
27.3K
Xadoy
Xadoy@dev_xadoy·
@polebug 放reference只是保证skills加载的时候不会自动加载,但是加载了到上下文以后也不会“忘记”啊🤔
中文
2
0
0
244
polebug
polebug@polebug·
最近做 Skill 结合业务的事情比较多,随手记录几个小 tips: 1️⃣ 如果有一些指令不需要常驻在上下文中,完全可以放在 References 里面,用完即丢。 比如,当前 step 需要对某些 API 文档进行调研,具体怎么做文档调研,可以单独放在一个 reference 文件中,每次需要调研的时候引用一下,调研结束之后就忘记。 这样做的好处就是: 1. 上下文窗口利用率最大化,留出大量空间给 AI 的工作记忆(已采集的数据、中间推理),直接提升复杂步骤的指令遵循度,防止上下文膨胀导致 AI 产出退化; 2. Skill 和 References 可以独立迭代,互不影响,有利于后续维护; 3. 渐进式知识积累,references 目录天然是一个可持续增长的经验库; 2️⃣ 实时搜索的场景下,Cursor 中的 Browser 模式和 WebFetch 模式各有优缺点。 Browser 模式适用于动态网页的浏览,更趋近于在浏览器打开页面;缺点就是,有时候会出现文字识别错误的情况,比如 abcd 它偶尔会抽风识别成 axxd; WebFetch 模式与 Browser 互补,对动态网页的爬取效果不好,但是它天然对文本识别友好; 3️⃣ 仍然需要注意 AI 编造数据的问题 比如我让它对 API 进行验证,偶尔会出现它编了一个 response 结果给我,对于严格需要真实数据的场景,一定要给它警告 ⚠️,绝对不能编造数据; --- 工程 vibe coding 感觉还有好多坑要踩... 慢慢记
中文
4
1
43
4.9K
Tanner Linsley
Tanner Linsley@tannerlinsley·
Looking for the most reliable way to run agents in some kind of continuous/ralph loop mode, preferably overnight (@jamonholmgren). I'm use both Codex and Claude and am a sucker for OpenCode. What do I use?
English
69
4
228
53.6K
Xadoy
Xadoy@dev_xadoy·
@samgoodwin89 Agreed, but AWS cloudfront is still way better than Azure god damn Front Door🫠. Cloudfront took 1s while Frontdoor took more than 30 mins for me.
English
0
0
0
104
sam
sam@samgoodwin89·
Have been building resources for deploying websites to AWS and OH MY GOD CloudFront is hot garbage compared to Cloudflare. 10+ minutes to deploy vs ~1s. Do people really want to deploy websites to AWS?
English
9
3
77
16.9K
Xadoy
Xadoy@dev_xadoy·
@OnikDeveloper @LottoLabs def good thing if you can run it locally with machines under 2k USD and decent speed. What more else could you ask from a free local model😍
English
0
0
0
33
Onik Dev
Onik Dev@OnikDeveloper·
@LottoLabs Can’t tell if you’re saying this is a good thing or a bad thing
English
1
0
1
593
Lotto
Lotto@LottoLabs·
Qwen 3.5 27b could probably 5 shot anything lol
English
17
4
216
17.7K
Xadoy retweetledi
trish
trish@_trish_xD·
wise words from the best systems engineer I've worked with: "two things that make code actually maintainable: 1. reduce the layers a reader has to trace 2. reduce the state a reader has to hold in their head" applies to every codebase. always.
English
71
271
4.5K
167.2K
Xadoy
Xadoy@dev_xadoy·
@randyloop 也很喜欢 void 一个func(),特别是返回promise的function。我至今不知道他这么做是不是更有道理,以前从来没这么写过。
中文
1
0
1
1.2K
Randy Lu
Randy Lu@randyloop·
已经很多次了,为什么 AI 这么喜欢在没有必要的地方用 dynamic import?
Randy Lu tweet media
中文
10
1
27
15.3K
Xadoy
Xadoy@dev_xadoy·
@weffer4005037 @MisalignedModel @dmwlff so process can be detached and you close your terminal the process still runs in the background. You can resume/re-attach the session/process when you open a new terminal. Basically one of the key things people still stick with tmux. Especially during SSH sessions
English
0
0
0
26
Xadoy
Xadoy@dev_xadoy·
@evilcos 我还是无法理解为什么需要一台电脑装openclaw而不是vps。openclaw本身就需要依赖服务商,那本地安装的意义是什么,必要的时候可以拔网线拔电线吗😂
中文
2
0
0
1.8K
Cos(余弦)😶‍🌫️
刚刚在一台 Windows 电脑上安装了 OpenClaw 最新版,开启最高权限,顺便加了个 Channel 绑定了我的 Telegram,一个真智能远控出现了…😅 如果我这个 Telegram 号被盗,我的电脑就完了… 下一步我准备在这台把那些虚头巴脑的龙虾卫士们都好好测试一遍。希望这些卫士们别让我失望。
中文
44
2
184
55.2K
Leo Ma
Leo Ma@moka_bingsha·
@TJ_Research 关键是伊朗根本没有精准打击的能力,不是刚不小心炸了中国的船
中文
3
0
5
3.6K
投资TALK君
投资TALK君@TJ_Research·
伊朗:“除了美国和以色列的船不能通过以外,其他国家都可以”。川普说让其他国家来保护自己的船,伊朗说不用,你们可以通过😂 看实际情况到底如何。
投资TALK君@TJ_Research

@chengfeng175931 @Ariston_Macro @Geo_papic 市场在乎的是:什么时候海峡从0通过,变成5通过,10通过,50通过。

中文
28
3
72
45K
Xadoy
Xadoy@dev_xadoy·
@melvynx @arian88 Tried superset and didn’t like it at all. I might just fallback to some terminal multiplexer.
English
0
0
0
60
Melvyn • Builder
Melvyn • Builder@melvynx·
@arian88 Not the same, I try superset yesterday and didn’t like, you lose all the control, they took add a lot of things in the config, not easy to switch between folder as cmux Cmux is just a terminal. Superset is an ide
English
3
0
6
6.1K
Melvyn • Builder
Melvyn • Builder@melvynx·
I think this is the first app that really improves your productivity, I mean, it's just a terminal but the UX is insane.
Melvyn • Builder tweet media
English
33
4
209
48.2K
Xadoy
Xadoy@dev_xadoy·
@DavidKPiano I love how all voidzero’s site always put React as the first example😂
English
0
0
1
219
Xadoy retweetledi
Evan You
Evan You@youyuxi·
Introducing Void, the Vite-native deployment platform: 🚀 Full-stack SDK ⚙️ Auto-provisioned infra (db, kv, storage, AI, crons, queues...) 🔒 End-to-end type safety 🧩 React/Vue/Svelte/Solid + Vite meta-frameworks 🌐 SSR, SSG, ISR, islands + Markdown 🤖 AI-native tooling ☁️ One-command deploys void.cloud
Evan You tweet media
English
224
530
4.3K
708.6K
yangtheeight
yangtheeight@yangtheeight·
@nash_su @dotey btw 命令的对话完全不进入上下文,而且也没有工具,所以不会对结果产生任何影响
中文
1
0
4
1.4K
nash_su - e/acc
nash_su - e/acc@nash_su·
提升240倍!😱 AI 连续工作1天2夜帮我把一个算法模型准确度提高了240倍,这太震撼了! 前天下午,我用karpathy 大神的 autoresearch 的思路,编写了一个 program.md 文档,在一个GTX4090单卡机器上,让 Claude Code 按照文档要求帮我优化一个AI预测模型。 当天就提升了24%,但是后续一直没有明显进步,直到昨晚,我用 /btw 给他说要大胆一些不要约束在当前思路,可以从底层修改。 结果就在刚刚,完成了240倍的突破,AI 重构了模型架构,直接把 MSE 降低了240倍。 1天两夜,将近48小时的连续运行,自己做了快70个实验,太震撼了
nash_su - e/acc tweet media
nash_su - e/acc@nash_su

用 karpathy 大神的 autoresearch 的思路,让我一个 side project 的模型训练自己优化起来了 看看一晚上能搞成啥样子 autoresearch 核心其实就是一个 program.md 文件

中文
49
172
914
171.7K
Xadoy
Xadoy@dev_xadoy·
@wey_gu @yetone 最近在考量要不要转成spec驱动开发。跟你这样做有点类似,只是多用一些现成的框架比如说kiro,openspec或者speckit。目前好像openspec还挺多好评。
中文
0
0
0
278
Wey Gu 古思为
Wey Gu 古思为@wey_gu·
🫡 大家的项目大概都长这样了吧 - @yetone 哥哥的 postmortem - 设计、研究、用户文档 - submodule 或者文件夹维护涉及的所有上下游项目 - 子项目、模块也有就近的设计、实现、postmortem 文档,被总文档,然后被 AGENTS .md 索引 我现在是用 token 换注意力、质量的,这是我常用的 session 结束前的最后一 call: I don't have time to review and test them all now. I need you to carefully review everything, thinking extremely deep, do nothing heuristic, cheap, short term, not-elegant. Ensure we are doing things in exteremely sharp, wise, valuable, long-term thinking, non-redundent, efficient way. Please use extremely large effort doing so. Ensure docs, design docs, changelog, postmortem are updated if needed
Wey Gu 古思为 tweet media
nico_jojo@2011sk8_

@wey_gu 这几天按照这个思路调整一下整体的架构,还有配置 coding agent 的 AGENTS.md,再调整了了一下工作的模式,一次只完成一个足够小的功能,现在感觉好多了。感谢思为!

中文
14
32
292
63.3K
Xadoy
Xadoy@dev_xadoy·
@geekplux 所以openclaw真的有用吗?出来以后我就一直不太理解,可能我真的没有太多需求需要用🦞来管。现在国内这波我看作是贩卖焦虑和hype。
中文
0
0
1
33
BadUncle
BadUncle@BadUncleX·
似乎到了一个临界点。虽然不是 AGI,但很多事情可以串起来了。 QMD 解决了记忆问题。最近和 agent 斗智斗勇,经常感觉哪里不对劲——某个 hook 怎么没起作用?某个配置文件是不是被悄悄删了?有时候 git 里都没记录,你找不到证据证明它没有瞎搞。 但有了 QMD,简直是 agent 时代的 Time Machine。一个 /recall xx,当时的上下文马上就冒出来。 所以我的建议:不要分开聊,这个聊聊那个聊聊,只和 Claude Code 聊。这样所有 session 都被时间机器完全掌控。 你就获得了永生。
中文
5
8
131
39.6K
Xadoy
Xadoy@dev_xadoy·
@Leontraveller_ fb marketplace怎么让他访问呢?浏览器登陆剩下cookie让他用?
中文
0
0
0
5
Leon
Leon@Leontraveller_·
我的龙虾已经稳定下来好几天了。发消息秒回,也没有crash。除了一些编程的工作,发一下装了它一周时间我叫它做的杂七杂八的事,也许对您有所启发。 所有的cron任务都做过优化,大多是本地scripts,使用极少的token。 除了这些还准备叫它在facebook marketplace和kijiji帮我盯一些我感兴趣的东西。抽时间叫它做个cron任务。
Leon tweet mediaLeon tweet media
中文
3
0
7
1.5K