Show HN: DTAP – test and text anything protocol
用DTAP轻松测试任何文本协议,一键验证HTTP响应头,开源利器
Article URL: https://github.com/melezhik/doubletap Comments URL: https://news.ycombinator.com/item?id=48917772 Points: 1 # Comments: 0
用DTAP轻松测试任何文本协议,一键验证HTTP响应头,开源利器
Article URL: https://github.com/melezhik/doubletap Comments URL: https://news.ycombinator.com/item?id=48917772 Points: 1 # Comments: 0
DeepSeek V4 Pro vs MiMo V2.5 Pro调试基准测试:谁更快更便宜地修复并发bug?
A real-world comparison of two LLMs on a genuine race condition bug from GitHub TL;DR Metric DeepSeek V4 Pro MiMo V2.5 Pro Time ~8 min (2 rounds) ~15 …
HTTP QUERY 新方法正式标准化,让只读查询更安全高效,告别 POST 的尴尬,API 开发的新利器。
IT之家 6 月 19 日消息,当地时间 6 月 16 日,互联网工程任务组(IETF)正式发布了 RFC 10008 标准文档,定义了一种全新的 HTTP 请求方法 ——QUERY。 该文档属于互联网标准跟踪文档(Standards Track),目前处于“提议标准”阶段。这一新方法被命名为“Th…
用Python快速检测网站死链,3种实用方法代码详解
Nobody likes broken links. It hurts your SEO, and frustrate users. You can catch them before your visitors (or Google) do. In this post, I'll walk thr…
让 Node.js 24+ 应用原生支持 HTTP/3 和原始 QUIC,基于 Rust + quiche 实现高性能双栈通信。
I built this because I wanted to make outbound and accept inbound HTTP/3 and raw QUIC connections from ordinary Node.js code, without building Node fr…
实时监测各AI代理是否支持Markdown格式响应,技术开发者可以快速评估兼容性
Article URL: https://acceptmarkdown.com/status Comments URL: https://news.ycombinator.com/item?id=48415869 Points: 2 # Comments: 0
Cloudflare数据显示机器人请求已占57.5%,首次超越人类流量,预示AI驱动的互联网新时代到来。
IT之家 6 月 5 日消息,科技媒体 Tom's Hardware 今天(6 月 5 日)发布博文,报道称 Cloudflare 首席执行官马修 · 普林斯(Matthew Prince)称, 互联网机器人请求流量已首次超过真人流量。 按当前统计口径,网站 HTTP 请求中,机器人占 57.5%,…
全球最大CA机构Let's Encrypt发布Merkle树证书计划,通信量降至传统后量子方案十分之一,应对量子计算威胁
IT之家 6 月 4 日消息,Let's Encrypt 昨日(6 月 3 日)发布公告,为迎接量子计算时代的 Web 认证, 宣布推出 Merkle Tree Certificates(默克尔树证书)采用计划。 IT之家注:Let's Encrypt 是由互联网安全研究小组(ISRG)运营的非营利…
新型DoS攻击仅需单机、10秒耗尽32GB内存,利用HTTP/2协议缺陷实现万倍放大,威胁惊人。
IT之家 6 月 4 日消息,科技媒体 bleepingcomputer 昨日(6 月 3 日)发布博文,报道称网络安全公司 Calif 借助 OpenAI 的 Codex 智能体, 发现了 HTTP/2 Bomb 拒绝服务(DoS)攻击。 IT之家援引博文介绍,该 DoS 攻击可从单台机器发起,并…
让AI代理实现按次付费调用的HTTP 402中间件,基于Base L2构建,开源可自部署。
Article URL: https://github.com/Evozim/m2mcent-sdk Comments URL: https://news.ycombinator.com/item?id=48393601 Points: 1 # Comments: 0
摆脱云端依赖,本地运行API测试,隐私安全且全离线可用,Kreya让API调试更可控。
In modern development workflows, API clients are indispensable tools. API clients let developers inspect, debug, and test endpoints efficiently. Popul…
首个专为LLM驱动的HTTP蜜罐设计的综合评估框架,填补安全测试方法论空白。
arXiv:2605.29963v1 Announce Type: cross Abstract: Honeypots are decoy systems mimicking real system components designed to defend against cyber attack…
一键将 Android 应用 TCP 流量转发到 HTTP 代理,渗透测试与调试利器!
Article URL: https://github.com/lc-at/atproxy Comments URL: https://news.ycombinator.com/item?id=48276525 Points: 1 # Comments: 0
Java程序的「无头浏览器」,支持自动化测试与网页抓取,即将添加HTTP/2支持,开源且稳定。
The biggest change: JDK 17 is now the minimum required version. Other highlights: JavaScript Engine got major improvements (e.g. RegExp; Scope handlin…
解决BigQuery认证代理配置难题,通过HttpClientFactory实现自定义代理支持。
TL;DR builder.Credential = credential; - Fails to route authentication traffic through the proxy. builder.GoogleCredential = credential; - Successfull…
为AI IDE代理搭建异步回调桥,让它们在任务完成后通过HTTP回复你,告别轮询烦恼。
Article URL: https://github.com/sathvikc/agent-chat-bridge Comments URL: https://news.ycombinator.com/item?id=48217340 Points: 2 # Comments: 0
本周JS周刊:300+恶意npm包、Deno 2.8、TypeScript 6.0.3支持await、Angular 22 RC等最新动态一览。
#786 — May 19, 2026 Read on the Web JavaScript Weekly RFC: It’s Time for npm to Make Install Scripts Opt-In — npm is the only major package manager t…
多智能体LLM状态协调新方案,自动读集重建无需改动SDK
arXiv:2605.17076v1 Announce Type: new Abstract: Concurrent LLM agents sharing mutable natural-language state produce Structural Race Conditions (SRCs)…
Node.js LTS版本发布重要安全更新,修复HTTP和OpenSSL漏洞,建议所有用户升级。
Node.js 0.10.47维护版发布,修复缓冲区零填充及CVE-2016-5325响应拆分漏洞,重要安全更新需立刻关注