註冊並分享邀請連結,可獲得影片播放與邀請獎勵。

檢索結果 Step_By_Step
Step_By_Step 貼吧
一個關鍵字就是一個貼吧,路徑全站唯一。
建立貼吧
用戶
未找到
包含 Step_By_Step 的搜尋結果
「芙露德莉丝~被囚禁的圣女」前篇 💎评论区啾3个倒霉蛋全套写真💎 你正在一步步,靠近最真实的“我”……. 害怕吗? You're getting closer, step by step, to the real "me"... Afraid? #WutheringWaves    # #Fleurdelys#  #鳴潮    # #Cartethyia#
顯示更多
0
298
1.6K
80
轉發到社區
《老孙带你搭建价值百万的金融终端系统2:开发工作流》 今天周六休息懒得写长篇了,我就先说下目前的工作流和注意事项: 1、claude opus 5主要用来做模块的功能设计,尤其是你对一个新模块功能没有想那么清楚的时候,可以多和claude进行头脑风暴。claude会用step by step的方式问你一些问题,逐步理解你的需求并且给出一份超乎你预期的设计文档。设计初稿完成后交给codex进行审核和补充,形成最终的开发文档和开发计划。所有的文档都用md格式保存在docs目录下。 2、开发用的是codex,截图是我codex的工作区。最重要是记得每个功能模块单独开一个thread(见图1),好处一是上下文不会混在一起,二是可以多个独立模块并行开发。另外可以让codex在正式开发前先做一个可以交互的demo页面,你可以直接在这页面上进行批注修改,确保最终定稿的需求理解没有偏差。截图里总览模块比较简单我就直接和codex讨论需求了,复杂需求建议还是和claude先讨论。 3、整个开发环境都是在docker里完成的,这样便于后续的维护和部署。 4、在开发整个系统前,先和claude讨论清楚系统定位、主要功能模块、架构、页面风格、性能要求等,并且把这些约束条件固化到agents.md里。比如我这个系统后端用python FAST API,数据库用Click House都是和Claude讨论出来的。前端用的是专业金融终端风格的,可以让claude和codex各自设计几个样式看看,选择最喜欢的定稿下来。 5、每个模块开发完成后一定要让codex先进行自测,然后人工看界面布局是否正确,数据是否准确。数据准确性对于金融终端来说是最重要的,也是AI最容易产生幻觉的地方,所以一定要人工仔细核对,这也是最费时的部分。 6、完成上一步后,需要让claude进行代码审核(见图2),提示词可以这样写: “我让codex按照xx开发文档完成了xx模块的开发,请你对这个模块的代码进行详细的审核,要求审核的内容包括但不仅限于代码和文档的一致性、数据的准确性、指标计算公式、页面的布局、模块的性能、代码的精简程度和可复用性等,并给出优化建议,审核结果按问题严重程度保存在xxx审计.md里” 7、claude审核完成后,让codex复核审核意见并给出最终方案,提示词可以这样写: “我让claude对你开发的xx模块进行了代码审核,审核报告在xxx.md。请你以客观的角度评估这份报告,并逐个重新检查一下代码,给出最终的修改意见和修改计划保存到md,注意不要过度修改。” codex经常会对一些小问题过度修改,所以最后一句话很重要。 8、最后让codex根据修改方案完成代码修改和自测,claude再次审核,一般就不会有什么大问题了。 9开发全程要用github做版本控制,尤其是多模块并行开发时可以开多个分支,让codex做好版本管理。 10、每个模块开发完成后,都可以让claude把模块功能介绍汇总到readme.md文档中,并且更新安装手册、使用手册等文档。并且定期整合、汇总、删除开发过程中的过期文档。 11、我把codex和obsidian对接,这样上下文和历史记忆可以更好的保存。具体方法可以直接问codex。 12、系统开发到后面模块越来越多,可以定期进行代码的整体优化和精简。比如哪些代码和公用模块可以抽取出来(这个其实应该一开始就设计好,但是AI写到后面难免有重复的代码,抽出来可维护性更强)。一般一轮优化后代码都可以精简掉10%-20%。不过每次优化后整个模块都需要重新测试一遍是挺费力的。
顯示更多
卧槽,给我兄弟们上点好的啊!今天给大家上点暴力焚诀 对,就是那种让你一瞬间成为ai大师的速成方法! 每次和AI对话时,请带上这些关键词 他足以让AI的输出质量提升10倍,少一倍都不行: 1.第一性原理(First Principles) 推荐关键词/短语(直接塞进你的提示词中): “从第一性原理出发思考/分析/分解这个问题” 使用第一性原理思维:把问题分解为基本的真理和公理,避免依赖类比、惯常做法或现有解决方案。从头重建。 2. 系统思维(Systems Thinking) “运用系统思维(Systems Thinking),识别反馈循环(feedback loops)、涌现属性(emergent properties)、杠杆点(leverage points)和系统边界” 3. 链式思考 + 显性推理 推荐关键词/短语: “一步步思考并展示你的推理过程(Think step by step / Chain of Thought)” “在给出最终答案前,先完整展示你的思考链条(reasoning chain)” “零样本链式思维:让我们一步一步来思考。” 进阶变体(效果更强): 思维树(ToT):“探索多条推理分支,评估每一条,并在需要时回溯。” 自洽性: “生成 3-5 条不同的推理路径并选择最自洽的一条。” 4. 苏格拉底式质疑 + 反转思维(Socratic + Inversion)推荐关键词/短语: “像苏格拉底一样,通过连续提问挑战假设、揭示隐藏信念” “使用反向思维:什么会导致这失败?与之相反的假设是什么?” 检验假设:你在这里假设了什么?如果相反情况为真会怎样? 5. 默会知识(Polanyi式): “借鉴领域专家的默会/隐性知识——经验丰富的从业者所知道但常常无法完全表达的内容” “将来自现场的显性知识和默会知识结合起来” “揭示专家直觉上使用的那些无形模式和不成文规则” 6. 高杠杆思考维度 多维度/跨学科: “从多个维度(技术、经济、心理、社会、伦理、历史)进行多视角分析” 第二序效应(Second-order thinking): “不仅考虑直接后果,还要分析后果的后果(second and third-order effects)” 费曼技巧: “用最简单的话解释,像教给一个聪明但不懂这个领域的人一样” 心智模型(Mental Models): “调用相关心智模型(如机会成本、复利、反脆弱、纳什均衡等)进行分析” 结构化输出: “将回答分为:核心结论 + 详细推理链 + 潜在风险/反例 + 更好替代方案 + 行动步骤” 学会了请在评论区给我打👂:学废了!
顯示更多
0
10
35
5
轉發到社區
随着各种链上项目被盗数量达到了巅峰,Defi越来越难以证明安全性了...在日益增长的模型能力和黑客面前,整个行业的安全审计情况都需要更多时间检验。所以,还是中心化的香? Infini的套利vault已持续稳健运营了一年多的时间,一直在安全可控的前提下慢慢增长,最近策略收益率也得到优化了,昨天的收益率是8%。 Step by step.
顯示更多
0
13
40
2
轉發到社區
我是來自台灣的Tiny,於2019年開始成為職業SM收費女王,接案人數至今超過500人以上,只要你是華語使用者,都能預約我的BDSM課程,所有調教項目都能為你量身打造,保證安全隱私,陪你一步一步探索自己的內心世界。 除了可以客製化屬於自己獨一無二的課程,也能加價指定自己喜歡的服裝,調教紀錄片的內容均為當事人自願參與且樂於分享,請大家尊重每個人的性癖與選擇。 我在台灣台北,歡迎私信預約。 I am Tiny from Taiwan. I have been a professional BDSM Dominatrix since 2019, having worked with over 500 clients to date. As long as you are a Mandarin or Cantonese speaker, you are welcome to book a BDSM session with me. Every session is fully customized to your needs, ensuring total safety and privacy as I guide you step-by-step through the exploration of your inner world. In addition to creating a unique, tailor-made experience, you may also request specific outfits for an additional fee. Please note that all participants in my session documentaries have consented voluntarily and are happy to share their experiences; I ask that everyone respects each individual's kinks and personal choices. I am based in Taipei, Taiwan. Please send a private message for inquiries and bookings.
顯示更多
0
18
1.4K
47
轉發到社區
Over the past two weeks, our team XDO has been working closely with @worldlibertyfi — and honestly, it’s been a real surprise for me. 最近两周,我们团队XDO开始和 @worldlibertyfi 密切合作,狠狠的教育了我! Tbh, I had my own stereotypes at the beginning. Trump-backing, access to top-tier global resources — I assumed the team would be the type like: big vision, endless resources, everyone coming to them instead of the other way around. I mean, you can easily afford to be a “laid-back” team with this level of privilege and prestige.😂 说实话,刚开始接触的时候我是有刻板印象的。总统家族背景,全球顶流资源,我assume团体风格会是:愿景很大、资源很多,一定是所有的资源去找他们。可以猜想这种有顶级资源的美国团队有多么躺。 But after two weeks of working with them, I was genuinely impressed — even humbled. 但接触下来非常惊喜,甚至教育到我。 On nye, co-founder @ZachWitkoff was still handling interviews job. By Jan 2nd — when most people were still in holiday mode — their entire team was fully back in action. Every sync was well-prepared, execution was fast, and nothing was half-hearted. Even though many team members didn’t come from a Web3 background, everyone was actively and intensely learning. In every discussion, they consistently identified the single most critical key to success, made fast decisions, and mobilized the entire team to execute. From @ZachWitkoff & @zakfolkman founding-team-level market strategy decisions to execution, implementation, and even contract reviews — all of that can happen within a single day. 新年当天,Co-founder @ZachWitkoff 还在处理这面试的工作。1月2号,当大多数人还在休假模式的时候,他们已经全员到岗火力全开了。每次对接,准备充分,执行迅速,一点不含糊。虽然,很多人之前没有Web3背景,但是每个人在饥渴的学习Web3的知识。并且每次探讨中,总是可以找到决定事情成功的最核心的KEY,然后快速决策并全团队响应执行。是的,从大市场战略的Founding team决策到对其执行到落地执行包括审核合同,一天足以。 This made me reflect: why is a team with such a background working even harder than many startup founders? 这让我开始反思:为什么有这种背景的团队,反而比很多一般的创业者还拼? My guess? Because the whole world is watching. If a normal project fails, you pivot and start over. But WLFI is different — with this kind of background, success is expected. That expectation pushes the founding team to focus on how to succeed even more. That pressure forces them to put in 200% effort to prove that what they build goes far beyond what their so-called “background” could ever hand them. 我猜的——因为全世界都在看。普通项目失败了,换个赛道重来就是。但 WLFI 不一样,顶着这种背景,成功变成了是应该的。所以,整个创始团队更聚焦在如何可以更加成功!这种压力,逼着他们必须用 200% 的努力去证明自己可以做的事情要远远超过他们“所谓的背景”可以给予的。 Another detail I noticed: their execution logic is extremely clear. It’s not the “we have resources, let’s just throw money at it” mindset. They are deliberately building long-term value step by step. They value every partner and every dollar — while also knowing how to turn those into weapons for rapid market capture. And when it comes to critical decisions, they don’t hesitate to invest heavily. You can imagine what this combination can ultimately become: top-tier resources + top-tier execution + a massive market = Massive future for @worldlibertyfi $USD1 By the way, this also validates a thesis I shared in my previous article (link below): in 2025, stablecoins are increasingly becoming the bridge to mainstream assets. Sustainability at the business level matters — and this is exactly the direction we’ve been betting on. 而且我观察到一个细节:他们团队做事的逻辑非常清晰,不是那种「有资源就随便造」的心态,而是真的在一步步构建长期价值。珍惜每一个合作伙伴,珍惜每一分钱,但是同时这些也可以成为快速抢占市场的武器。对于关键事情上,丝毫不吝惜。我们可以想象这种组合——顶级资源 + 顶级执行力 + 超级大的市场 WLFI USD1可以成为什么样最终形态。顺便说一句,也验证了我在之前一篇长文里的思考,今年稳定币成为连接主流资产的趋势越来越明显了。业务本身的可持续性。这也是我们一直在押注的方向。 So YEP! My view on WLFI has completely changed. This is a team that genuinely takes execution seriously, and have the power to make all dreams come true. 所以我现在对 WLFI 的看法彻底改变了。至少从合作体验来说,这是一个认真做事并且有实现造梦能力的团队。 If people with backgrounds are working this hard, what excuse do those without one have to be laid-back?? 「Don't make excuses for not being where you want to be. It usually comes down to not trying hard enough, or focusing on the wrong things.」 「Jiayi never used to create anxiety. But from now on, anxiety and self-reflection start with Jiayi.」 有背景的人都在拼命,没背景的凭什么躺平? 「不要给自己的不够优秀找借口。大多数就是自己不够努力,或者努力方向不对!」 「Jiayi之前不制造焦虑。但是从现在开始,焦虑和反思从Jiayi开始。」 Side note: after deeply engaging with the founding team, I started allocating heavily into $ALTS (already 100% in profit so far) and $WLFI. I’m happy to say that so far, the results have been very encouraging. 题外话: 正式因为深度的接触了创始团队后。我开始重仓WLFI的DAT股票 $ALTS (且翻倍了)和 $WLFI。很开心,目前为止,让我看到了好的结果。 LONG Crypto 🚀 LONG Stablecoin 🚀 LONG Myself
顯示更多
0
73
173
29
轉發到社區
I’m Free. Now Pray for China by Ezra Jin via @WSJopinion 【金明日牧师获释后首次接受华尔街日报采访(后附中文)/ Rev. Mingri (Ezra) Jin’s first interview with WSJ after his release】 Pastor Ezra Jin: I’m Free. Now Pray for China Eight members of the church I founded are still behind bars. By Ezra Jin July 8, 2026 at 5:02 pm ET I spent 266 days in a Chinese prison after being detained along with 28 other leaders and members of Zion Church in October. When guards ushered me into a van last Friday, I thought they were taking me to my trial. I expected a long sentence for founding and leading Zion, one of China’s underground, or house, churches. But hours later, I was free. No negotiations, no confession, all charges dropped. On the eve of America’s 250th anniversary, I was reunited with the family I hadn’t seen in eight years, ever since my wife and children came to the U.S. to get out of harm’s way. My wife, like me, is a Chinese national, but our children are all U.S. citizens. It was disorienting to go from a crowded prison cell to watching Fourth of July fireworks with my family over In-N-Out burgers. My gratitude goes first to President Trump, whose diplomacy secured my release, as well as to the members of Congress and other U.S. officials who worked on my behalf. I have been overwhelmed by the global response to the arrests of our congregation. Prominent voices from across the political spectrum in the U.S., the U.K. and Europe have spoken out about our plight. Other congregations in China showed extraordinary bravery in coming to our aid. Thousands of people—from Argentina to India and Nigeria to Korea—prayed for us. Even in the bleakest moments, we took great comfort in their support. Eight of my fellow church members, along with many other church leaders and prisoners of conscience, remain in prison. These men and women, some of the most caring people I have met, are confined in cramped cells and sleep on floor mats in blistering heat. Many leave behind young families. I won’t rest until they see freedom. When I started Zion Church in 2007, my aim was simple: to share the immeasurable love of God with those around me. As I wrote from prison, “We do not oppose dialogue with the government, nor do we confront it, but rather emphasize obedience to those in authority.” At the same time we hold fast to our beliefs, recognizing Jesus Christ as the sole head of our church. China’s political authorities have no reason to fear the tens of millions in China who worship in unregistered congregations. These Christians love their nation. They only want to worship God peacefully according to the Bible and to serve others, especially the poor, the disabled and the elderly. Zion Church is proud to have been among the first responders after the devastating 2008 Sichuan earthquake and to have hosted major blood drives in Beijing. My earnest prayer is that my release can mark the beginning of a new chapter for people of faith in China. Freedom of religion is a universal right promised in the Chinese Constitution. I hope that all our church members are freed and that China becomes a place where all people can freely worship. A first step would be to legalize house churches alongside state-run churches in the same way China has legalized private industry alongside state-owned enterprises. Such a future might seem impossibly remote, but so did my release. I couldn’t be more thankful, and pray that others still imprisoned will experience this same freedom soon. Mine is a God of miracles, and he constantly surprises me. 金明日牧师:我已重获自由,请为中国祈祷 我所创立的教会中,仍有八名成员身陷囹圄。 作者:金明日 (Ezra Jin) 2026年7月8日,美东时间下午5:02 去年10月,我与锡安教会(Zion Church)的其他28名领袖及成员一同被拘留,随后在中国监狱度过了266个日日夜夜。上周五,当看守将我带上一辆面包车时,我以为是要送我去受审。我预料自己会因创立并领导锡安教会——中国众多地下教会(或称“家庭教会”)之一——而被判重刑。然而,仅仅几个小时后,我就重获了自由。没有谈判,没有认罪,所有指控均被撤销。 在美国建国250周年纪念日前夕,我与阔别八年的家人团聚了;当年,为了躲避迫害,我的妻子和孩子们前往了美国。和我也一样,我的妻子是中国公民,但我们的孩子们全都是美国公民。 从拥挤的牢房一下子转变为与家人一边享用In-N-Out汉堡、一边观看独立日烟花,这种巨大的反差让我感到有些恍惚。我首先要感谢特朗普总统,是他的外交努力促成了我的获释;同时,我也要感谢那些为我奔走呼吁的国会议员及其他美国官员。 对于全球各界就我们教会成员被捕一事所作出的强烈反响,我深感震撼与感动。来自美国、英国及欧洲政坛各界的重要人士纷纷为我们的处境仗义执言。中国国内的其他教会也展现出了非凡的勇气,向我们伸出了援手。成千上万的人——从阿根廷到印度,从尼日利亚到韩国——都在为我们祈祷。即便在最黑暗的时刻,他们的支持也给予了我们极大的慰藉。 我的八位教会同工,以及许多其他教会领袖和良心犯,至今仍被关押在狱中。这些人是我所见过的最充满爱心的人,如今却被禁锢在狭窄的牢房里,在酷热难耐的环境下睡在地垫上。他们许多人家中都有年幼的孩子。在他们重获自由之前,我绝不会停下脚步。 2008年我创办锡安教会时,初衷很简单:与周围的人分享神那无限的爱。正如我在狱中所写:“我们既不反对与政府对话,也不与政府对抗,而是强调顺服掌权者。”与此同时,我们坚守信仰,认耶稣基督为教会唯一的元首。 中国当局没有理由惧怕国内数千万在非登记聚会点敬拜的信徒。这些基督徒热爱自己的国家。他们唯一的愿望,就是按照《圣经》的教导平安地敬拜神,并服务他人——特别是贫困者、残障人士和长者。锡安教会引以为豪的是,在2008年四川大地震发生后,我们是最早参与救援的团体之一,并且在北京组织过大型无偿献血活动。 我恳切祈祷,我的获释能成为中国信徒开启新篇章的起点。宗教自由是《中国宪法》所承诺的一项普世权利。我希望教会所有成员都能获得自由,也希望中国成为一个所有人都能自由敬拜的地方。迈出这一步的途径之一,是将家庭教会与官方教会一样实现合法化,就像中国在国有企业之外允许私营企业合法化那样。 这样的未来或许看似遥不可及,但我的获释也是如此,却成为现实。我心中充满感恩,并祈祷其他仍在狱中的人也能早日获得同样的自由。我所信奉的是行神迹的神,祂总是不断给我带来惊喜。#锡安109教案#
顯示更多
看得我泪流满面😭🥹💔就凭这一点,难道中国人还能再吃狗肉吗? A Belated Tribute to China’s Wenchuan Earthquake Rescue Dogs. This is a tribute that comes years too late. On October 2, 2021, the last search-and-rescue dog that had served in the 2008 Wenchuan Earthquake, Bingjie, passed away. With his death, all 67 rescue dogs that answered the call during one of China’s darkest disasters had completed their final roll call. This isn’t about whether you love dogs or keep pets. It’s about heroes. Back in 2008, when mountains collapsed and entire cities were reduced to rubble, these dogs charged into places no human could safely enter. At a single whistle from their handlers, they disappeared into twisted steel, shattered glass, and unstable concrete without hesitation. Their paws were ripped apart by broken rebar and jagged debris. They bled with every step. Many worked until the pads of their feet were raw and infected. Yet the moment they caught even the faintest scent of life beneath the ruins, they refused to leave. They barked. They dug. They kept digging. For them, every signal they gave meant another chance for someone to survive. That wasn’t simply bravery. It was something even purer. A complete trust in the person who guided them. A trust so absolute that it stood above fear itself. Bingjie was barely a year old when he was deployed to Wenchuan. Still little more than a puppy, he clawed through what had become a living hell and helped save 13 lives. The first little girl he rescued is now a university graduate. The future she was able to live began with a wet black nose finding her in the darkness… and a pair of tiny paws digging until they nearly gave out. If she remembers that moment, then she remembers who reached her first. No matter how you measure it, humanity owes these dogs a debt that can never truly be repaid. There was also Shenhu, another legendary rescue dog. By the time he retired in 2019, nearly fourteen years old, he had helped save 15 lives. His handler couldn’t bear to part with him, so he brought Shenhu home and stayed by his side until the very end. Today, a statue stands in his honor. But the truth is… Dogs don’t understand medals. They don’t understand monuments. They don’t care about titles or glory. A gentle pat on the head. A favorite tennis ball. A few words of praise from the person they trust. To them, that was worth risking everything. If called again, they would have done it all over without a second thought. People often speak of loyalty. These dogs never spoke a word. They carved loyalty into their bones. Now they have all returned to the place people lovingly call the Rainbow Bridge. Perhaps they’re together again, sniffing one another, wagging their tails, healthy and full of life, just as they were back then. To the silent heroes who gave everything so that strangers could have another tomorrow… Thank you. You will never be forgotten.
顯示更多
0
21
108
14
轉發到社區