Hi HN, I've been doing freelance work and realized the most stressful part of the entire lifecycle isn't doing the work, it's the final handoff. You send over the final ZIP file or Figma link, attach your invoice, and then just wait and hope the client actually pays instead of running off with your files. To fix this, I built TimeDrop to act as a mechanical intermediary. It basically removes the "trust" variable from the final delivery. Here is the workflow: You secure your final project link behind a "delivery gate" in the app. The app emails the invoice to the client on your behalf. The client receives the invoice and sees that the files are ready, but the link is strictly locked. The second you mark the invoice as paid on your dashboard, the system automatically unlocks and delivers the final files to the client. It acts as the bad cop so you never have to send another awkward "just following up on the payment" email. The site is https://timedrop.work I would love to hear your thoughts on the mechanics of this workflow, or if you see any glaring edge cases I'm missing.. Comments URL: https://news.ycombinator.com/item?id=47814004 Points: 1 # Comments: 1
Article URL: https://github.com/devmegablaster/Notch-Pilot Comments URL: https://news.ycombinator.com/item?id=47807159 Points: 1 # Comments: 0
I built a small CLI after running into UI/UX problems on my own site. It runs quick checks on a URL (layout overflow, tap targets, basic a11y via axe, console/network errors) and outputs a JSON report plus screenshots. Early stage and feedback welcome Comments URL: https://news.ycombinator.com/item?id=47803926 Points: 1 # Comments: 0
Article URL: https://github.com/darkvolg/trendrider-strategy Comments URL: https://news.ycombinator.com/item?id=47803765 Points: 2 # Comments: 0
https://news.livedoor.com/article/detail/31001067/ 漫画《哆啦A梦》的漫画重印『藤子・F・不二雄名作劇場ドラえもん』已于今日15日发布的《月刊CoroCoro Comic》迎来最终章,杂志上已宣布。 https://x.com/livedoornews/status/2044234003591639526?s=20 1 个帖子 - 1 位参与者 阅读完整话题
Article URL: https://twitter.com/PrismML/status/2044833023682896134 Comments URL: https://news.ycombinator.com/item?id=47799849 Points: 3 # Comments: 0
I started EDDI in 2006 as a rule-based dialog engine. Back then it was pattern matching and state machines. When LLMs showed up, the interesting question wasn't "how do I call GPT" but "how do I keep control over what the AI does in production?" My answer was: agent logic belongs in JSON configs, not code. You describe what an agent should do, which LLM to use, what tools it can call, how it should behave. The engine reads that config and runs it. No dynamic code execution, ever. The LLM cannot run arbitrary code by design. The engine is strict so the AI can be creative. v6 is the version where this actually became practical. You can have groups of agents debating a topic in five different orchestration styles (round table, peer review, devil's advocate...). Each agent can use a different model. A cascading system tries cheap models first and only escalates to expensive ones when confidence is low. It also implements MCP as both server and client, so you can control EDDI from Claude Desktop or Cursor. And Google's A2A protocol for agents discovering each other across platforms. The whole thing runs in Java 25 on Quarkus, ships as a single Docker image, and installs with one command. Open source since 2017, Apache 2.0. Would love to hear thoughts on the architecture and feature set. And if you have ideas for what's missing or what you'd want from a system like this, I'm all ears. Always looking for good input on the roadmap. Comments URL: https://news.ycombinator.com/item?id=47793245 Points: 2 # Comments: 0
没招了,怎么老出奇奇怪怪的bug呢 network_access = “enabled” web_search = “live” yolo启动,无沙箱限制。wsl2,npm版本v0.121.0 2 个帖子 - 1 位参与者 阅读完整话题
I wanted to share something that I have been working on since about 2019, in one form or another. Springdrift is a persistent, auditable runtime for long-lived agents written in Gleam on the BEAM. It is my attempt at filling in some of the gaps in agent development. It is designed to do all the things an agent like Openclaw can do (and more eventually), but it can diagnose its own errors and failures. It has a sophisticated safety metacognition system. It has a character that should not drift. It started out as a machine ethics prototype in Java and gradually morphed into a full agent runtime. All the intermediate variations worth saving are on my GitHub repo. I recall trying to explain to a mentor what exactly I was building. I found it difficult because there was no existing category for this kind of agent. It is not quite an assistant, it does more than run tasks. It is not quite an autonomous agent because even though it is autonomous, its autonomy is bounded. I kept falling back to the example of assistance animals, like guide dogs. This provided what I needed, the example of a non-human agent that has bounded autonomy. But this is not a guide dog, it is an AI system. I needed to look to examples in fiction to add the final part - JARVIS, K9 from Dr. Who, Rhadamanthus from The Golden Age novel. All these systems have bounded autonomy and have a long term professional relationship with humans like a family lawyer or doctor whose services are retained. Hence the type of this system is an Artificial Retainer. The system has lots of interesting features - ambient self perception, introspection tooling and a safety system based on computational ethics (Becker) and decision theory (Beach). It is auditable, backed up to git and can manage its own work with a scheduler and a supervised team of subagents. The website and the accompanying paper provide more details. I make no huge claims for the system, it is pretty new. What I offer it as is a reference implementation of a new category of AI agent, one that I think we need. The road to AGI is all very well and I am not sure Springdrift gets us any closer. But it does represent an attempt to build an intermediate safe type of agent that we seem to be missing. All feedback and comments welcome! GitHub: https://github.com/seamus-brady/springdrift Arxiv paper: https://arxiv.org/abs/2604.04660 Eval data: https://huggingface.co/datasets/sbrady/springdrift-paper-eva... Website: https://springdrift.ai/ Comments URL: https://news.ycombinator.com/item?id=47785663 Points: 2 # Comments: 0
Built a simple website to be able to access live sports information like current games, player stats, etc in a easy place. Comments URL: https://news.ycombinator.com/item?id=47784814 Points: 1 # Comments: 0
Built this solo. It watches SEC filings for executive and board changes, extracts the data, and shows it in real time. 2,100+ changes in the last 30 days. The comp data is interesting: average new CEO total comp is $8.4M across 284 appointments. The /explore page is fully open, no login needed. Comments URL: https://news.ycombinator.com/item?id=47778306 Points: 14 # Comments: 2
Article URL: https://nobulex.com/playground Comments URL: https://news.ycombinator.com/item?id=47765454 Points: 1 # Comments: 0
Hey HN! Posts with OG images get 2x more engagement and 114% more impressions than those without [1]. Yet most devs either skip them or fight Satori/vercel-og — broken fonts, image errors, JSX that pretends to be CSS but isn't. I got tired of it and built something different. Linkshot screenshots your actual live site and serves it as the OG image. Real CSS, real fonts, real layout. One API call, done. We also allow inject Tailwind classes into the render — hide navbars, restyle for the OG crop with 'linkshot:*' modifier also web extension to do local dev fit check, all without needing your site having to use TailwindCSS. Would love to hear what's missing or what you'd do differently. https://uselinkshot.com/ [1] https://www.semrush.com/blog/open-graph/ Comments URL: https://news.ycombinator.com/item?id=47765329 Points: 1 # Comments: 0
Created for my own usage, shared as an open-source and hosted version. When you need to manage multiple teams, across multiple repos and start to have >50 PR... this tool provides you a single view with everything you need to keep track and know "what's next" Comments URL: https://news.ycombinator.com/item?id=47764679 Points: 1 # Comments: 0
本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的帖子已经打上 开源推广 标签: 是 我的开源项目完整开源,无未开源部分: 是 我的开源项目已链接认可 LINUX DO 社区: 是 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是 以上选择我承诺是永久有效的,接受社区和佬友监督: 是 LiveDashBoardAgent是一个基于SwiftUI的live-dashboard视奸面板的 MacOS客户端 相对于live-dashboard的原版基于Python编写的MacOS Agent,有如下优势: 无需额外安装Python环境,MacOS原生支持,安装简便,打包成app后拖入Application即可 支持关键词过滤功能,可以自己在设置面板中设置关键词,关键词将被替换为"***",保护敏感信息 github.com GitHub - Steve5wutongyu6/LiveDashBoardAgent: LiveDashboard的自制Mac Agent,基于SwiftUI LiveDashboard的自制Mac Agent,基于SwiftUI LiveDashboard的自制Mac Agent,基于SwiftUI 开发过程中使用Codex进行辅助编程,但是代码都经过了人工审核(头一回写Swift程序,用这个入门还挺快的。不过XCode感觉是真的不好用 一些截图 效果(前端使用的是live-dashboard,本项目对接了该面板提供的接口) 安装说明: 由于目前没有开发者证书,若需要安装您的Mac需要允许任意来源的应用,否则辅助功能权限将无法申请。您也可以通过XCode自行编译带有本机签名的app,这样就不需要允许任意来源 安装完成后,菜单栏会出现黄色圆点,点击会出现配置菜单,进入权限Tab点击申请辅助功能权限来申请权限,辅助功能权限用于获取窗口标题 2 个帖子 - 2 位参与者 阅读完整话题
Inspired by the BBC's Ceefax service. 155 news sources, live tickers for markets/sports/predictions. No login, no tracking. Shareable via 4-character codes. Comments URL: https://news.ycombinator.com/item?id=47760032 Points: 2 # Comments: 0
A clock radio from the 1950s played music and showed the time. I wanted to see what happens when you combined an old idea with a new one — the music itself tells you the time. It's also hilarious. This is a fully automated YouTube live stream. Every few minutes, a new AI-generated song plays. Every song is in a different genre. Every song's lyrics are about what time it is right now. The system generates them ahead of time using Suno's API, builds video segments with FFmpeg, and streams continuously via RTMP. There's no human in the loop and no pre-recorded content. The core challenge is a scheduling problem: generation takes ~3 minutes, song durations are variable (2-4 min), and the lyric timestamp has to match the actual start time. The orchestrator tracks a rolling average of API latency and adjusts its lookahead window accordingly. Stack: Python, Suno API, Pillow, FFmpeg. Comments URL: https://news.ycombinator.com/item?id=47759535 Points: 5 # Comments: 3
So much has happed in the 'Sallyverse' at this point and I love to share, if y'all have any questions let me know, I'd love to talk. :) Cynical Sally CLI has been starred 8 times on Github and is being used by more devs every day to help them (and make them cry) in their workflow: https://github.com/w1ckedxt/cynicalsally-cli Cynical Sally Chrome Extension Launched and now shows 5 users, it's a start. https://chromewebstore.google.com/detail/cynical-sally/hjcdm... Cynical Sally Discord Server is live, the spot to talk about the Sallyverse: https://cynicalsally.com/sallyverse Get support about anything Sally, join here: https://discord.gg/UEF7Nt4W Sally Lite (deployed on Render with one click) has been used over 40 times: https://sally-lite.onrender.com/ Cynical Sally for OpenClaw has launched and has a fully companion side, if you into that: https://clawhub.ai/plugins/cynicalsally The website (CynicalSally.com) also has a companion component when you click the DM's section. (10 for free, Superclub gives you unlimited access and an actual bond building opportunity with Sally) More to come! Expanding her every day while also keeping the backend lean, tight and trustworthy as much as possible, all built solo. Again, any questions let me know! Comments URL: https://news.ycombinator.com/item?id=47754883 Points: 2 # Comments: 0
Register URL: https://signup.live.com/?lic=1 Query params: {'lic': ['1']} Page info: api_canary: 69/4QV3fCvCJ4y9Upp/hiPEd168XRbuf1Ohbu3dicR7TrJpcHTdtGZOk3Vo/QXTV6lvwxz1yk11gOorpZV7zKvxIcRfik6OsZ+a358aeZLcqzeq/L6FXY/S6RKl9Lj1qnOB9zvo78MJgFq1KVNoyzPl/jXSfTt1VF+1PTnXSKM01T3QtW8zUZh/tT/W6OIWIP3BMTsoMSIXvean7/GcHucv4hOHCSaWWtVih7smQZlALsTN4BnZaLfNzvXBwY1DA:2:3c hpgid: 200225 js_url: https://logincdn.msauth.net/shared/5/js/signup-fluent_v2_zh-hans_uo734woQuGUlMnHe6Bi_PQ2.js sUnauthSessionID: 18ca2e67654e4525a33c40fd5d20f2fc urlDfp: https://fpt.live.com/?session_id=18ca2e67654e4525a33c40fd5d20f2fc&CustomerId=33e01921-4d64-4f8c-a055-5bdaffd5e33d&PageId=SU urlCreateAccount: https://signup.live.com/API/CreateAccount cookies: {'amsc': 'vQ/ZqTAIafFLFWXFCjXHPfy54ufuSIN05t/6kV/qDwl3B4AE4kc+L2otHQYD08aLdizq/Bm99v/z57MB4T3Q252G1zzC9k0eb7t0zHczHi8YQ+7bcZvshx5btYqbP5NC8uBXuQGFHldgkw8jIk9MBIZ4/xqWrMGrZWJ7wuM6bAxRZ3JtSqLAWleIZ0wdL2mXFMxl5C9wra9zznOKjZjYIs6L+vdeLFQzv0UN+CkmUDzkksCvdWuJm9pVgDs7+DfDcjyB9Sz1FmE8/SRTg9M9/0qJXsUhoi0150qSoK/PB0zz5nocEf4FKGDOGrxf8DpS:2:3c'} uiflvr: 1001 scid: 100118 site_id: None hpgact: 0 suggested_account_type: EASI Human risk config: urlHumanIframe: https://iframe.hsprotect.net/index.html?app_id=PXzC5j78di&session_id=18ca2e67654e4525a33c40fd5d20f2fc urlRiskInitialize: https://signup.live.com/9188040d-6c67-4c5b-b112-36a304b66dad/api/v1.0/risk/initialize urlRiskVerify: https://signup.live.com/9188040d-6c67-4c5b-b112-36a304b66dad/api/v1.0/risk/verify sHumanCookieDomain: signup.live.com sHumanAppId: PXzC5j78di Experiment params: [ { "parallax": "enablesisufeedback", "control": "enablesisufeedback_control", "treatments": [ "enablesisufeedback_treatment" ] }, { "parallax": "addprivatebrowsingtexttofabricfooter", "control": "addprivatebrowsingtexttofabricfooter_control", "treatments": [ "addprivatebrowsingtexttofabricfooter_treatment" ] } ] EvaluateExperimentAssignments URL: https://signup.live.com/API/EvaluateExperimentAssignments Headers: { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "accept-language": "zh-CN,zh;q=0.9", "sec-ch-ua": "\"Chromium\";v=\"142\", \"Google Chrome\";v=\"142\", \"Not_A Brand\";v=\"99\"", "sec-ch-ua-mobile": "?0", "sec-ch-ua-platform": "\"Windows\"", "accept": "application/json", "canary": "69/4QV3fCvCJ4y9Upp/hiPEd168XRbuf1Ohbu3dicR7TrJpcHTdtGZOk3Vo/QXTV6lvwxz1yk11gOorpZV7zKvxIcRfik6OsZ+a358aeZLcqzeq/L6FXY/S6RKl9Lj1qnOB9zvo78MJgFq1KVNoyzPl/jXSfTt1VF+1PTnXSKM01T3QtW8zUZh/tT/W6OIWIP3BMTsoMSIXvean7/GcHucv4hOHCSaWWtVih7smQZlALsTN4BnZaLfNzvXBwY1DA:2:3c", "client-request-id": "18ca2e67654e4525a33c40fd5d20f2fc", "content-type": "application/json; charset=utf-8", "correlationid": "18ca2e67654e4525a33c40fd5d20f2fc", "hpgact": "0", "hpgid": "200225", "sec-fetch-dest": "empty", "sec-fetch-mode": "cors", "sec-fetch-site": "same-origin", "origin": "https://signup.live.com", "referer": "https://signup.live.com/?lic=1" } Body: { "clientExperiments": [ { "parallax": "enablesisufeedback", "control": "enablesisufeedback_control", "treatments": [ "enablesisufeedback_treatment" ] }, { "parallax": "addprivatebrowsingtexttofabricfooter", "control": "addprivatebrowsingtexttofabricfooter_control", "treatments": [ "addprivatebrowsingtexttofabricfooter_treatment" ] } ] } Evaluate result: { "apiCanary": "5zx5zKRrT8bPK73KDGkJ+2bOKCxIyxeiVeeXl6VjAzYMtDU43xXribgZQcRAJsL/3UAmVdFbCjZXXVkg36LnGJVD8Jusr2PNRqpysSspitSHTemR9NPeLwke0KchFYvRUwtrVFH34Y6PRE8v9z3fRkEm/vMuqAXYdiLRKybZRLeyYEIKM8rrNVutm8TbbXs5PcX6ECf5Z1FccvEIj2DVvqae4q7a7NTiSqcVY2A2v9nJkEULomxeniIIP3LtL9QM:2:3c", "telemetryContext": "QT2eCQkOYJvYWosq/002ZTNeirEDjAOo1G4KkPEdEyWVcj6qcsXf9ky6zUA2nVDAsEG2PhLS8aPOR1LCkHDp7478UFxy9/Jmlj1ifXVPc8GEc06tDpOg5WGuwaxc2NVk:2:3", "FlightAssignments": [ "enablesisufeedback_treatment", "addprivatebrowsingtexttofabricfooter_treatment" ] } New apiCanary: 5zx5zKRrT8bPK73KDGkJ+2bOKCxIyxeiVeeXl6VjAzYMtDU43xXribgZQcRAJsL/3UAmVdFbCjZXXVkg36LnGJVD8Jusr2PNRqpysSspitSHTemR9NPeLwke0KchFYvRUwtrVFH34Y6PRE8v9z3fRkEm/vMuqAXYdiLRKybZRLeyYEIKM8rrNVutm8TbbXs5PcX6ECf5Z1FccvEIj2DVvqae4q7a7NTiSqcVY2A2v9nJkEULomxeniIIP3LtL9QM:2:3c DFP URL: https://fpt.live.com/?session_id=18ca2e67654e4525a33c40fd5d20f2fc&CustomerId=33e01921-4d64-4f8c-a055-5bdaffd5e33d&PageId=SU DFP status: 200 Cookies after DFP: {'amsc': 'vQ/ZqTAIafFLFWXFCjXHPfy54ufuSIN05t/6kV/qDwl3B4AE4kc+L2otHQYD08aLdizq/Bm99v/z57MB4T3Q252G1zzC9k0eb7t0zHczHi8YQ+7bcZvshx5btYqbP5NC8uBXuQGFHldgkw8jIk9MBIZ4/xqWrMGrZWJ7wuM6bAxRZ3JtSqLAWleIZ0wdL2mXFMxl5C9wra9zznOKjZjYIs6L+vdeLFQzv0UN+CkmUDzkksCvdWuJm9pVgDs7+DfDcjyB9Sz1FmE8/SRTg9M9/0qJXsUhoi0150qSoK/PB0zz5nocEf4FKGDOGrxf8DpS:2:3c', 'fptctx2': 'AQEa1NRaExB2mMGQxN26IdiFxp79HBPW%252fy5BGwLoxMbOb%252buT8igOY7OLpUmxqXpuUbFwLdSGmlf2Cr2Bisbaum4HV1fZj%252bCthOZDJFtYXnxEW54go2GtBkjzrAtk7J32NHOhSjsdtisbmg78dTEHI58vH8dFdhUJJeqfuDf3ORtVzUcI7haegQO6B19wWTNCNWqRIPeI0lhTKSW5CPDeK1HLq34cQ9wnJ0P1KAXpExUm43vrMdWAzNg46hsxMa4g1ZsVkiEPNqEs3GtseQXKefToJhknZISa%252fuOo7WWtNf%252bP9eNnSS%252bmHLvuK2iHPnU3UYM%253d', 'MUID': '9b7ddcd6bb38426aaf923e7cd7a72fa4'} Session cookies after DFP: {'amsc': 'vQ/ZqTAIafFLFWXFCjXHPfy54ufuSIN05t/6kV/qDwl3B4AE4kc+L2otHQYD08aLdizq/Bm99v/z57MB4T3Q252G1zzC9k0eb7t0zHczHi8YQ+7bcZvshx5btYqbP5NC8uBXuQGFHldgkw8jIk9MBIZ4/xqWrMGrZWJ7wuM6bAxRZ3JtSqLAWleIZ0wdL2mXFMxl5C9wra9zznOKjZjYIs6L+vdeLFQzv0UN+CkmUDzkksCvdWuJm9pVgDs7+DfDcjyB9Sz1FmE8/SRTg9M9/0qJXsUhoi0150qSoK/PB0zz5nocEf4FKGDOGrxf8DpS:2:3c', 'fptctx2': 'AQEa1NRaExB2mMGQxN26IdiFxp79HBPW%252fy5BGwLoxMbOb%252buT8igOY7OLpUmxqXpuUbFwLdSGmlf2Cr2Bisbaum4HV1fZj%252bCthOZDJFtYXnxEW54go2GtBkjzrAtk7J32NHOhSjsdtisbmg78dTEHI58vH8dFdhUJJeqfuDf3ORtVzUcI7haegQO6B19wWTNCNWqRIPeI0lhTKSW5CPDeK1HLq34cQ9wnJ0P1KAXpExUm43vrMdWAzNg46hsxMa4g1ZsVkiEPNqEs3GtseQXKefToJhknZISa%252fuOo7WWtNf%252bP9eNnSS%252bmHLvuK2iHPnU3UYM%253d', 'MUID': '9b7ddcd6bb38426aaf923e7cd7a72fa4'} Human xpx tokens: { "xpx3": "f513f7aaba90c2fe4240a2193430daadffdf58b73b349e0915dc89905b3f756a:qHao0yMpK5jx7ClBm0NkTmNE+01bCQNDFNAxN5Dz5Qhv03C7sdcsUuiNet7APj/mIR0RRyi13lWBO7g5KSSWvQ==:1000:nUXMDwNQ5kvI5F0zYaa/aaS4tK9InUsruWimtN3NHnuRZZtwF+3LEGIP+Lgaw+qLKXv2aZv5u1Q/yM2p6Vxg8ku1GI8HIXcQb6l53p65dYf58+C0Pm5aNql+8VAUi3i9wpncLyPDYCc6R9buj4QWTLuUx/OmqXQFFEQsNnZQfUgPQft3wgJBJwhL08Dpm+gOjJMUmR5o+9qKMhkHqWZ6YAJebTZUN9tAlj+9hZ0dNZ4etkOtkzCrQQBmBZ5TNMbdD8y/FwNbhXcxWuAh11MMy0kdR0SMTM6c3RfV4OrStrjVanoVsLr1ryT5xZcOdS1d1wzc4gQ0ONPuYWjoXzaeQsI9J7IOWCqCoLnhLVjF9IJBn6rDcZ4feX6KdMJf/hZaE8D4tAHone8iYlV0NKnLodbm+6CbRi2h5+10ZReW9RfZVgUZFwCTUBoaJCwWdv+Otq9rqrsJMXuclNlGXIgyGnBm+8PzzBRtRC1SNXIxyTeiu2v4zMh6JxsHhDAD8KWL", "xpxde": "2dec17cd7a59c57c30744865ef94266f1f56a1220d55ffbd62f0b699ff035a66:eyJ0aW1lc3RhbXAiOjE3NzYwOTA1NDU2MzAsImZfa2IiOjAsImluY19pZCI6WyJmYmQxZjY3YjJmNTcxYjgyMjQ3MWZhMzJhNzA3NmRlYSIsImIwZjJhNzcxYWYzM2VlYzFiZjgwN2JmYWM1ZmU5MTAyIl19", "xpxvid": "201182f7-3745-11f1-a955-bedce53a9a2c" } CreateAccount xpx params: { "xpx3": "f513f7aaba90c2fe4240a2193430daadffdf58b73b349e0915dc89905b3f756a:qHao0yMpK5jx7ClBm0NkTmNE+01bCQNDFNAxN5Dz5Qhv03C7sdcsUuiNet7APj/mIR0RRyi13lWBO7g5KSSWvQ==:1000:nUXMDwNQ5kvI5F0zYaa/aaS4tK9InUsruWimtN3NHnuRZZtwF+3LEGIP+Lgaw+qLKXv2aZv5u1Q/yM2p6Vxg8ku1GI8HIXcQb6l53p65dYf58+C0Pm5aNql+8VAUi3i9wpncLyPDYCc6R9buj4QWTLuUx/OmqXQFFEQsNnZQfUgPQft3wgJBJwhL08Dpm+gOjJMUmR5o+9qKMhkHqWZ6YAJebTZUN9tAlj+9hZ0dNZ4etkOtkzCrQQBmBZ5TNMbdD8y/FwNbhXcxWuAh11MMy0kdR0SMTM6c3RfV4OrStrjVanoVsLr1ryT5xZcOdS1d1wzc4gQ0ONPuYWjoXzaeQsI9J7IOWCqCoLnhLVjF9IJBn6rDcZ4feX6KdMJf/hZaE8D4tAHone8iYlV0NKnLodbm+6CbRi2h5+10ZReW9RfZVgUZFwCTUBoaJCwWdv+Otq9rqrsJMXuclNlGXIgyGnBm+8PzzBRtRC1SNXIxyTeiu2v4zMh6JxsHhDAD8KWL", "xpxde": "2dec17cd7a59c57c30744865ef94266f1f56a1220d55ffbd62f0b699ff035a66:eyJ0aW1lc3RhbXAiOjE3NzYwOTA1NDU2MzAsImZfa2IiOjAsImluY19pZCI6WyJmYmQxZjY3YjJmNTcxYjgyMjQ3MWZhMzJhNzA3NmRlYSIsImIwZjJhNzcxYWYzM2VlYzFiZjgwN2JmYWM1ZmU5MTAyIl19", "xpxvid": "201182f7-3745-11f1-a955-bedce53a9a2c" } Random signup profile: username: alexehgkjstonerqfodgf466gh member_name: [email protected] password: Uk6%LU71voGXw1 first_name: Alexehgkj last_name: Stonerqfodg birth_date: 1996-01-03 country: US CheckAvailableSigninNames URL: https://signup.live.com/API/CheckAvailableSigninNames?lic=1 Headers: { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "accept-language": "zh-CN,zh;q=0.9", "sec-ch-ua": "\"Chromium\";v=\"142\", \"Google Chrome\";v=\"142\", \"Not_A Brand\";v=\"99\"", "sec-ch-ua-mobile": "?0", "sec-ch-ua-platform": "\"Windows\"", "accept": "application/json", "canary": "5zx5zKRrT8bPK73KDGkJ+2bOKCxIyxeiVeeXl6VjAzYMtDU43xXribgZQcRAJsL/3UAmVdFbCjZXXVkg36LnGJVD8Jusr2PNRqpysSspitSHTemR9NPeLwke0KchFYvRUwtrVFH34Y6PRE8v9z3fRkEm/vMuqAXYdiLRKybZRLeyYEIKM8rrNVutm8TbbXs5PcX6ECf5Z1FccvEIj2DVvqae4q7a7NTiSqcVY2A2v9nJkEULomxeniIIP3LtL9QM:2:3c", "client-request-id": "18ca2e67654e4525a33c40fd5d20f2fc", "content-type": "application/json; charset=utf-8", "correlationid": "18ca2e67654e4525a33c40fd5d20f2fc", "hpgact": "0", "hpgid": "200225", "sec-fetch-dest": "empty", "sec-fetch-mode": "cors", "sec-fetch-site": "same-origin", "origin": "https://signup.live.com", "referer": "https://signup.live.com/?lic=1" } Body: { "includeSuggestions": true, "signInName": "[email protected]", "uiflvr": "1001", "scid": "100118", "uaid": "18ca2e67654e4525a33c40fd5d20f2fc", "hpgid": "200225" } CheckAvailableSigninNames result: { "apiCanary": "F+kqnKbV3xJMt6NMTsHOR4rGETShq9Z0nAnKwQqIwEAwWCWxZzEWsO2kdGyCwnRkb4mxuJy7tRhgxttzL8Nc9Mh4o5o+HqzTaZ7s7BSDefNjTOC4kmBvja2P2ozJoEm6oXkBa11qdW2FvzxCOXjSI4wHNwZZmIBeix756Hep0gKQv0c9s3jUXFWRWvirkaBm9XeDE/RLYcJ/CkdZrq34PdP/drFeOHS7DkvLgXxRLOf3EDw+6BPhR8w59dHuk51P:2:3c", "telemetryContext": "2CpsolBHaGZt57HcwIsoyxqwhfX/jvqSkuKiYjeqGYGB94j5r61pCz24mbJGl6fL2AZp7DUqoMLtJVxF/g2Rm/A1DE2jh3q6Q2hzsgEV94YHP+TE68NIfcYN2x6AMzdNT6ecpli/3o0dBYJBFa0Hf49VHb5tjwsasinjLqyPyOc=:2:3", "isAvailable": true, "nopaAllowed": false, "type": "Live" } CheckAvailableSigninNames apiCanary: F+kqnKbV3xJMt6NMTsHOR4rGETShq9Z0nAnKwQqIwEAwWCWxZzEWsO2kdGyCwnRkb4mxuJy7tRhgxttzL8Nc9Mh4o5o+HqzTaZ7s7BSDefNjTOC4kmBvja2P2ozJoEm6oXkBa11qdW2FvzxCOXjSI4wHNwZZmIBeix756Hep0gKQv0c9s3jUXFWRWvirkaBm9XeDE/RLYcJ/CkdZrq34PdP/drFeOHS7DkvLgXxRLOf3EDw+6BPhR8w59dHuk51P:2:3c CreateAccount SuggestedAccountType: Live CreateAccount URL: https://signup.live.com/API/CreateAccount?lic=1 Headers: { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36", "accept-language": "zh-CN,zh;q=0.9", "sec-ch-ua": "\"Chromium\";v=\"142\", \"Google Chrome\";v=\"142\", \"Not_A Brand\";v=\"99\"", "sec-ch-ua-mobile": "?0", "sec-ch-ua-platform": "\"Windows\"", "accept": "application/json", "canary": "F+kqnKbV3xJMt6NMTsHOR4rGETShq9Z0nAnKwQqIwEAwWCWxZzEWsO2kdGyCwnRkb4mxuJy7tRhgxttzL8Nc9Mh4o5o+HqzTaZ7s7BSDefNjTOC4kmBvja2P2ozJoEm6oXkBa11qdW2FvzxCOXjSI4wHNwZZmIBeix756Hep0gKQv0c9s3jUXFWRWvirkaBm9XeDE/RLYcJ/CkdZrq34PdP/drFeOHS7DkvLgXxRLOf3EDw+6BPhR8w59dHuk51P:2:3c", "client-request-id": "18ca2e67654e4525a33c40fd5d20f2fc", "content-type": "application/json; charset=utf-8", "correlationid": "18ca2e67654e4525a33c40fd5d20f2fc", "hpgact": "0", "hpgid": "200225", "sec-fetch-dest": "empty", "sec-fetch-mode": "cors", "sec-fetch-site": "same-origin", "origin": "https://signup.live.com", "referer": "https://signup.live.com/?lic=1", "cookie": "amsc=vQ/ZqTAIafFLFWXFCjXHPfy54ufuSIN05t/6kV/qDwl3B4AE4kc+L2otHQYD08aLdizq/Bm99v/z57MB4T3Q252G1zzC9k0eb7t0zHczHi8YQ+7bcZvshx5btYqbP5NC8uBXuQGFHldgkw8jIk9MBIZ4/xqWrMGrZWJ7wuM6bAxRZ3JtSqLAWleIZ0wdL2mXFMxl5C9wra9zznOKjZjYIs6L+vdeLFQzv0UN+CkmUDzkksCvdWuJm9pVgDs7+DfDcjyB9Sz1FmE8/SRTg9M9/0qJXsUhoi0150qSoK/PB0zz5nocEf4FKGDOGrxf8DpS:2:3c; fptctx2=AQEa1NRaExB2mMGQxN26IdiFxp79HBPW%252fy5BGwLoxMbOb%252buT8igOY7OLpUmxqXpuUbFwLdSGmlf2Cr2Bisbaum4HV1fZj%252bCthOZDJFtYXnxEW54go2GtBkjzrAtk7J32NHOhSjsdtisbmg78dTEHI58vH8dFdhUJJeqfuDf3ORtVzUcI7haegQO6B19wWTNCNWqRIPeI0lhTKSW5CPDeK1HLq34cQ9wnJ0P1KAXpExUm43vrMdWAzNg46hsxMa4g1ZsVkiEPNqEs3GtseQXKefToJhknZISa%252fuOo7WWtNf%252bP9eNnSS%252bmHLvuK2iHPnU3UYM%253d; MUID=9b7ddcd6bb38426aaf923e7cd7a72fa4; MUID=9b7ddcd6bb38426aaf923e7cd7a72fa4; fptctx2=AQEa1NRaExB2mMGQxN26IdiFxp79HBPW%252fy5BGwLoxMbOb%252buT8igOY7OLpUmxqXpuUbFwLdSGmlf2Cr2Bisbaum4HV1fZj%252bCthOZDJFtYXnxEW54go2GtBkjzrAtk7J32NHOhSjsdtisbmg78dTEHI58vH8dFdhUJJeqfuDf3ORtVzUcI7haegQO6B19wWTNCNWqRIPeI0lhTKSW5CPDeK1HLq34cQ9wnJ0P1KAXpExUm43vrMdWAzNg46hsxMa4g1ZsVkiEPNqEs3GtseQXKefToJhknZISa%252fuOo7WWtNf%252bP9eNnSS%252bmHLvuK2iHPnU3UYM%253d; _px3=f513f7aaba90c2fe4240a2193430daadffdf58b73b349e0915dc89905b3f756a:qHao0yMpK5jx7ClBm0NkTmNE+01bCQNDFNAxN5Dz5Qhv03C7sdcsUuiNet7APj/mIR0RRyi13lWBO7g5KSSWvQ==:1000:nUXMDwNQ5kvI5F0zYaa/aaS4tK9InUsruWimtN3NHnuRZZtwF+3LEGIP+Lgaw+qLKXv2aZv5u1Q/yM2p6Vxg8ku1GI8HIXcQb6l53p65dYf58+C0Pm5aNql+8VAUi3i9wpncLyPDYCc6R9buj4QWTLuUx/OmqXQFFEQsNnZQfUgPQft3wgJBJwhL08Dpm+gOjJMUmR5o+9qKMhkHqWZ6YAJebTZUN9tAlj+9hZ0dNZ4etkOtkzCrQQBmBZ5TNMbdD8y/FwNbhXcxWuAh11MMy0kdR0SMTM6c3RfV4OrStrjVanoVsLr1ryT5xZcOdS1d1wzc4gQ0ONPuYWjoXzaeQsI9J7IOWCqCoLnhLVjF9IJBn6rDcZ4feX6KdMJf/hZaE8D4tAHone8iYlV0NKnLodbm+6CbRi2h5+10ZReW9RfZVgUZFwCTUBoaJCwWdv+Otq9rqrsJMXuclNlGXIgyGnBm+8PzzBRtRC1SNXIxyTeiu2v4zMh6JxsHhDAD8KWL; _pxde=2dec17cd7a59c57c30744865ef94266f1f56a1220d55ffbd62f0b699ff035a66:eyJ0aW1lc3RhbXAiOjE3NzYwOTA1NDU2MzAsImZfa2IiOjAsImluY19pZCI6WyJmYmQxZjY3YjJmNTcxYjgyMjQ3MWZhMzJhNzA3NmRlYSIsImIwZjJhNzcxYWYzM2VlYzFiZjgwN2JmYWM1ZmU5MTAyIl19; _pxvid=201182f7-3745-11f1-a955-bedce53a9a2c" } CreateAccount xpx params: { "xpx3": "f513f7aaba90c2fe4240a2193430daadffdf58b73b349e0915dc89905b3f756a:qHao0yMpK5jx7ClBm0NkTmNE+01bCQNDFNAxN5Dz5Qhv03C7sdcsUuiNet7APj/mIR0RRyi13lWBO7g5KSSWvQ==:1000:nUXMDwNQ5kvI5F0zYaa/aaS4tK9InUsruWimtN3NHnuRZZtwF+3LEGIP+Lgaw+qLKXv2aZv5u1Q/yM2p6Vxg8ku1GI8HIXcQb6l53p65dYf58+C0Pm5aNql+8VAUi3i9wpncLyPDYCc6R9buj4QWTLuUx/OmqXQFFEQsNnZQfUgPQft3wgJBJwhL08Dpm+gOjJMUmR5o+9qKMhkHqWZ6YAJebTZUN9tAlj+9hZ0dNZ4etkOtkzCrQQBmBZ5TNMbdD8y/FwNbhXcxWuAh11MMy0kdR0SMTM6c3RfV4OrStrjVanoVsLr1ryT5xZcOdS1d1wzc4gQ0ONPuYWjoXzaeQsI9J7IOWCqCoLnhLVjF9IJBn6rDcZ4feX6KdMJf/hZaE8D4tAHone8iYlV0NKnLodbm+6CbRi2h5+10ZReW9RfZVgUZFwCTUBoaJCwWdv+Otq9rqrsJMXuclNlGXIgyGnBm+8PzzBRtRC1SNXIxyTeiu2v4zMh6JxsHhDAD8KWL", "xpxde": "2dec17cd7a59c57c30744865ef94266f1f56a1220d55ffbd62f0b699ff035a66:eyJ0aW1lc3RhbXAiOjE3NzYwOTA1NDU2MzAsImZfa2IiOjAsImluY19pZCI6WyJmYmQxZjY3YjJmNTcxYjgyMjQ3MWZhMzJhNzA3NmRlYSIsImIwZjJhNzcxYWYzM2VlYzFiZjgwN2JmYWM1ZmU5MTAyIl19", "xpxvid": "201182f7-3745-11f1-a955-bedce53a9a2c" } CreateAccount Cookie header: amsc=vQ/ZqTAIafFLFWXFCjXHPfy54ufuSIN05t/6kV/qDwl3B4AE4kc+L2otHQYD08aLdizq/Bm99v/z57MB4T3Q252G1zzC9k0eb7t0zHczHi8YQ+7bcZvshx5btYqbP5NC8uBXuQGFHldgkw8jIk9MBIZ4/xqWrMGrZWJ7wuM6bAxRZ3JtSqLAWleIZ0wdL2mXFMxl5C9wra9zznOKjZjYIs6L+vdeLFQzv0UN+CkmUDzkksCvdWuJm9pVgDs7+DfDcjyB9Sz1FmE8/SRTg9M9/0qJXsUhoi0150qSoK/PB0zz5nocEf4FKGDOGrxf8DpS:2:3c; fptctx2=AQEa1NRaExB2mMGQxN26IdiFxp79HBPW%252fy5BGwLoxMbOb%252buT8igOY7OLpUmxqXpuUbFwLdSGmlf2Cr2Bisbaum4HV1fZj%252bCthOZDJFtYXnxEW54go2GtBkjzrAtk7J32NHOhSjsdtisbmg78dTEHI58vH8dFdhUJJeqfuDf3ORtVzUcI7haegQO6B19wWTNCNWqRIPeI0lhTKSW5CPDeK1HLq34cQ9wnJ0P1KAXpExUm43vrMdWAzNg46hsxMa4g1ZsVkiEPNqEs3GtseQXKefToJhknZISa%252fuOo7WWtNf%252bP9eNnSS%252bmHLvuK2iHPnU3UYM%253d; MUID=9b7ddcd6bb38426aaf923e7cd7a72fa4; MUID=9b7ddcd6bb38426aaf923e7cd7a72fa4; fptctx2=AQEa1NRaExB2mMGQxN26IdiFxp79HBPW%252fy5BGwLoxMbOb%252buT8igOY7OLpUmxqXpuUbFwLdSGmlf2Cr2Bisbaum4HV1fZj%252bCthOZDJFtYXnxEW54go2GtBkjzrAtk7J32NHOhSjsdtisbmg78dTEHI58vH8dFdhUJJeqfuDf3ORtVzUcI7haegQO6B19wWTNCNWqRIPeI0lhTKSW5CPDeK1HLq34cQ9wnJ0P1KAXpExUm43vrMdWAzNg46hsxMa4g1ZsVkiEPNqEs3GtseQXKefToJhknZISa%252fuOo7WWtNf%252bP9eNnSS%252bmHLvuK2iHPnU3UYM%253d; _px3=f513f7aaba90c2fe4240a2193430daadffdf58b73b349e0915dc89905b3f756a:qHao0yMpK5jx7ClBm0NkTmNE+01bCQNDFNAxN5Dz5Qhv03C7sdcsUuiNet7APj/mIR0RRyi13lWBO7g5KSSWvQ==:1000:nUXMDwNQ5kvI5F0zYaa/aaS4tK9InUsruWimtN3NHnuRZZtwF+3LEGIP+Lgaw+qLKXv2aZv5u1Q/yM2p6Vxg8ku1GI8HIXcQb6l53p65dYf58+C0Pm5aNql+8VAUi3i9wpncLyPDYCc6R9buj4QWTLuUx/OmqXQFFEQsNnZQfUgPQft3wgJBJwhL08Dpm+gOjJMUmR5o+9qKMhkHqWZ6YAJebTZUN9tAlj+9hZ0dNZ4etkOtkzCrQQBmBZ5TNMbdD8y/FwNbhXcxWuAh11MMy0kdR0SMTM6c3RfV4OrStrjVanoVsLr1ryT5xZcOdS1d1wzc4gQ0ONPuYWjoXzaeQsI9J7IOWCqCoLnhLVjF9IJBn6rDcZ4feX6KdMJf/hZaE8D4tAHone8iYlV0NKnLodbm+6CbRi2h5+10ZReW9RfZVgUZFwCTUBoaJCwWdv+Otq9rqrsJMXuclNlGXIgyGnBm+8PzzBRtRC1SNXIxyTeiu2v4zMh6JxsHhDAD8KWL; _pxde=2dec17cd7a59c57c30744865ef94266f1f56a1220d55ffbd62f0b699ff035a66:eyJ0aW1lc3RhbXAiOjE3NzYwOTA1NDU2MzAsImZfa2IiOjAsImluY19pZCI6WyJmYmQxZjY3YjJmNTcxYjgyMjQ3MWZhMzJhNzA3NmRlYSIsImIwZjJhNzcxYWYzM2VlYzFiZjgwN2JmYWM1ZmU5MTAyIl19; _pxvid=201182f7-3745-11f1-a955-bedce53a9a2c Body: { "BirthDate": "03:01:1996", "CheckAvailStateMap": [ "[email protected]:false" ], "Country": "US", "EvictionWarningShown": [], "FirstName": "Alexehgkj", "IsRDM": false, "IsOptOutEmailDefault": true, "IsOptOutEmailShown": false, "IsOptOutEmail": true, "IsUserConsentedToChinaPIPL": false, "LastName": "Stonerqfodg", "LW": false, "MemberName": "[email protected]", "Password": "Uk6%LU71voGXw1", "RequestTimeStamp": "2026-04-13T14:29:08.087Z", "ReturnUrl": "", "SignupReturnUrl": "", "SuggestedAccountType": "Live", "SiteId": "", "VerificationCode": "", "VerificationCodeSlt": "", "PrivateAccessToken": "", "WReply": "", "uiflvr": "1001", "scid": "100118", "uaid": "18ca2e67654e4525a33c40fd5d20f2fc", "hpgid": "200225", "xpx3": "f513f7aaba90c2fe4240a2193430daadffdf58b73b349e0915dc89905b3f756a:qHao0yMpK5jx7ClBm0NkTmNE+01bCQNDFNAxN5Dz5Qhv03C7sdcsUuiNet7APj/mIR0RRyi13lWBO7g5KSSWvQ==:1000:nUXMDwNQ5kvI5F0zYaa/aaS4tK9InUsruWimtN3NHnuRZZtwF+3LEGIP+Lgaw+qLKXv2aZv5u1Q/yM2p6Vxg8ku1GI8HIXcQb6l53p65dYf58+C0Pm5aNql+8VAUi3i9wpncLyPDYCc6R9buj4QWTLuUx/OmqXQFFEQsNnZQfUgPQft3wgJBJwhL08Dpm+gOjJMUmR5o+9qKMhkHqWZ6YAJebTZUN9tAlj+9hZ0dNZ4etkOtkzCrQQBmBZ5TNMbdD8y/FwNbhXcxWuAh11MMy0kdR0SMTM6c3RfV4OrStrjVanoVsLr1ryT5xZcOdS1d1wzc4gQ0ONPuYWjoXzaeQsI9J7IOWCqCoLnhLVjF9IJBn6rDcZ4feX6KdMJf/hZaE8D4tAHone8iYlV0NKnLodbm+6CbRi2h5+10ZReW9RfZVgUZFwCTUBoaJCwWdv+Otq9rqrsJMXuclNlGXIgyGnBm+8PzzBRtRC1SNXIxyTeiu2v4zMh6JxsHhDAD8KWL", "xpxde": "2dec17cd7a59c57c30744865ef94266f1f56a1220d55ffbd62f0b699ff035a66:eyJ0aW1lc3RhbXAiOjE3NzYwOTA1NDU2MzAsImZfa2IiOjAsImluY19pZCI6WyJmYmQxZjY3YjJmNTcxYjgyMjQ3MWZhMzJhNzA3NmRlYSIsImIwZjJhNzcxYWYzM2VlYzFiZjgwN2JmYWM1ZmU5MTAyIl19", "xpxvid": "201182f7-3745-11f1-a955-bedce53a9a2c" } CreateAccount status: 200 CreateAccount JSON: { "error": { "code": "1312", "data": "", "field": "phoneNumber", "stackTrace": "", "telemetryContext": "g6t3LvTcDQCYyUtufHIihXwUpp22ZKyCDPa5tXG5v54wT+Fe52LBplx6b67eSnvlVw8fci+zfKrhKwLT8GEzAQVEj1sbrAh4w2dWXYILQcqlgBfO+SRwsaI/oDjY8g/SSMfshuRQh1xNMFHquqXPZirIY5pCx4BXo+O3vkGZGfz95Cwb6sq1/Et1oWwU7xea:2:3" } } 现在的问题是对应的数据都已经拿到了,在调用 CreateAccount 返回一直报1312 9 个帖子 - 5 位参与者 阅读完整话题
Article URL: https://www.no-pm.com/ Comments URL: https://news.ycombinator.com/item?id=47750301 Points: 1 # Comments: 1