Home Knowledge Base Uri

Uri

No mentions found

This entity hasn't been tracked yet, or Iris is still building its knowledge base.

Related Articles from SNS

PoK man caught in Uri, cops suspect affair

An intruder from Pakistan-occupied Kashmir (PoK) was caught crossing the LoC in north Kashmir’s Uri sector, the Army said Sunday as unconfirmed reports and a social media video suggested the sneak-in was driven by a love affair with a local woman. Sources said the man was identified as Zeeshan Ahmad Mir, 22, a resident of Painkadi village in PoK’s Muzaffarabad district. He was caught late Saturday as he entered through the Haji Peer range in Uri’s Silikote area.

Times of India 9d ago

Meta's ships facial recognition on smart glasses

Meta's smart glasses companion app ships a complete, dormant face-recognition pipeline on a stock account. Stella is the companion app for Meta's smart glasses. Inspecting version 273.0.0.21 of the Android build (com.facebook.stella ), I found the entire computational and storage stack for on-device facial recognition: three face models, a local database schema, a cosine-similarity vector index dimensioned to match the models, a write path that stages biometric records to disk, a fully wired...

Hacker News 5d ago

The Website Specification

What a good website does. A platform-agnostic specification of the technical features every decent website should have — from to /.well-known/security.txt , from WCAG contrast to llms.txt . Written for humans and agents.

Hacker News 10d ago

Attested Tool-Server Admission: A Security Extension to the Model Context Protocol

arXiv:2605.24248v2 Announce Type: replace Abstract: The Model Context Protocol (MCP) standardizes how a large-language-model (LLM) agent and an external tool server exchange messages, but not trust: a host reads a server's self-declared tool list and dispatches calls, with no notion of which servers it may use, at what sensitivity, or which of a server's tools are in bounds. This work grew out of a concrete need -- letting the Enclawed agent use Google's externally-operated MCP servers...

arXiv CS 8d ago

Zeroserve: A zero-config web server you can script with eBPF

zeroserve is a small, fast, zero-config HTTPS server. You hand it a tarball of a website and it serves it - over HTTP/2 and TLS 1.3, with hot reload and a tiny resident footprint. The twist is that you can drop eBPF programs into the tarball and they run on every request, in userspace, as sandboxed middleware - rewriting, authenticating, and rate-limiting requests, or reverse-proxying them to a backend when you want it to act as a gateway in front of your app.

Hacker News 3d ago