惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
J
Java Code Geeks
罗磊的独立博客
雷峰网
雷峰网
G
Google Developers Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
爱范儿
爱范儿
B
Blog RSS Feed
腾讯CDC
Apple Machine Learning Research
Apple Machine Learning Research
D
Docker
Recent Announcements
Recent Announcements
T
Tailwind CSS Blog
博客园 - 聂微东
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Vercel News
Vercel News
小众软件
小众软件
人人都是产品经理
人人都是产品经理
云风的 BLOG
云风的 BLOG
IT之家
IT之家
Blog — PlanetScale
Blog — PlanetScale
I
InfoQ
S
SegmentFault 最新的问题

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
Vacation Rental Protocol (VRP)
Freezone · 2026-06-27 · via Hacker News: Show HN

Public draft v0.1 · updated 2026-06-24

An open protocol for host-domain signed vacation rental offers.

VRP lets agents verify that a stay offer came from the host-owned domain, includes fresh availability, exact pricing, and a direct booking URL before quoting it.

No central issuer. No trusted issuer registry. No accreditation gatekeeper. Verifiers choose their own trust policy.

Host domain discovery, signing keys, signed offer, and agent verification flow.

What VRP Is

  • An open protocol for vacation rental offer verification.
  • A host-owned domain model for source identity.
  • Signed verified stay offers for machine validation.
  • Ed25519 JWKS for key discovery and signature checks.
  • Safe-to-quote guardrails for agent behavior.

What VRP Is Not

  • Not a marketplace.
  • Not an OTA.
  • Not a central issuer.
  • Not a central registry.
  • Not an accreditation program.
  • Not a ranking engine.
  • Not a booking intermediary or trust authority.

Machine-Readable Artifacts

Offer Verification

  1. Fetch the host discovery document.
  2. Resolve the host-domain JWKS.
  3. Verify the compact JWS over the signed offer.
  4. Check freshness, exact price, availability, and direct booking URL.

Portable Attestations

Portable attestations use W3C Verifiable Credentials Data Model 2.0 and VC JOSE/COSE compact JWS to carry privacy-minimized trust history without making HemmaBo, or any other operator, the authority over truth.

Interop, Not Replacement

VRP is the host-domain offer verification layer. It can compose with UCP for checkout and order lifecycle, including lodging flows as the UCP lodging profile matures, AP2 for payment mandates, MCP for future tool exposure, and A2A for future agent-to-agent bindings. VRP v0.1 defines documents and verification rules, not runtime tools.

Self-issued host-domain attestations cover facts controlled by the host domain. Guest identity, right-to-let, local license status, insurance, and legal compliance require independent evidence and are future optional credential profiles, not HemmaBo certification.

Read the interop and trust positioning note .

Reference Implementation (live)

Reference implementation proof page · Proof node: villaakerlyckan.se · Runtime: HemmaBo

Repository

The public draft source is maintained at HemmaBo-se/vrp-spec. HemmaBo is a reference implementation and standards contributor, not a central issuer, registry, scorer, OTA, marketplace, booking intermediary, or trust authority.

Conformance & Transparency

The draft ships signed, runnable conformance vectors so anyone can test a verifier independently — positive and negative cases for the receipt envelope: offer + transport verified, partial / unverifiable payment, tampered signature, expired window, unsupported version, and malformed input.

Offers are signed with Ed25519 (compact JWS) and verified against the host domain’s JWKS; did:web carries the portable-attestation layer. A tamper-evident, append-only transparency log (RFC 6962 Merkle) records the federation’s signed tree heads — live and independently verifiable at www.hemmabo.com/api/vrp-tlog (per-booking inclusion proofs are still being wired).

Specification text is CC0-1.0 (public domain); the reference code is Apache-2.0 with a royalty-free patent non-assertion.