


j ac k
2.2K posts






I don't think you'll be able to find a conversation like this one on the internet. I interviewed @EthanEvansVP (former Amazon VP) about every possible corporate politics situation I could think of and he told me everything since he's retired. Topics we covered: • Managing people out + promos via reorgs • Orgs trying to steal scope • How to fire managers • What leverage engineers have when getting managed out • Handling politically skilled operators • Examples of political messaging • Handling bad managers and mutiny • Empire building + effective backchanneling • Influence without authority • How to avoid politics if you hate them It was fascinating in a morbid curiosity kind of way. I heard so many things in this conversation which I wish weren't true but are. Hopefully this conversation is helpful for people navigating corporate politics. Where to watch: • YouTube: youtu.be/6WaeGfLnRvc • Spotify: open.spotify.com/episode/6GKb77… • Apple Podcasts: podcasts.apple.com/us/podcast/the… • Transcript: developing.dev/p/amazon-vp-re…




什么情况,刷到不少梯子被干的推流





最近在折腾 OpenClaw 的数据采集能力,发现黄总推荐了一个挺顺手的工具叫 XCrawl 简单说就是一个 API 服务,输入 URL 或关键词,输出干净的 Markdown 或结构化 JSON。对经常要给 AI 喂网页内容的人来说非常实用,省掉了自己写爬虫、处理反爬、清洗数据这些体力活 我主要用了两个场景: 1️⃣ 一个是 Scrape,单页抓取。给一个 URL 直接拿到 Markdown 格式的正文,干净到可以直接丢进 Claude 做分析。JS 动态渲染的页面也能处理,不用自己折腾 Playwright 2️⃣ 另一个是 Search,多引擎搜索。输入关键词返回结构化的搜索结果,做竞品调研和内容选题的时候效率提升明显 最让我惊喜的是它和 OpenClaw 的集成,官方提供了四个现成的 Skill 文件,clone 下来放到 skills 目录,重启 OpenClaw 就能用。 之后你直接用自然语言跟 OpenClaw 说"帮我抓取这个网页"或者"搜一下这个关键词",它就自动调用 XCrawl 的 API 完成 内置的住宅代理池和防封机制省了很多事,不用自己维护代理服务器。成功率体感还不错,大部分公开网页都能稳定抓到 注册就送1000积分可以试用:xcrawl.com/?keyword=a3qyn… OpenClaw 集成教程在这:docs.xcrawl.com/zh/doc/develop…




