141 results for blake · 2.180s

News for “blake”
18 results • 2175 ms server time
Moozonian News
hashiverse.com• May 13, 2026• 1 min read
Show HN: Hashiverse, an open-source decentralized social network in RustHashiverse (https://github.com/hashiverse/hashiverse) is an open-source decentralized social network protocol where Sybil resistance, rate limiting, peer reputation, and content moderation all fall out of one design choice: every action carries a proof-of-work cost calibrated to how much abuse it could cause. No central servers, no DNS dependency, no registration authority, no moderation team. Rust core, WASM browser client, volunteers on $5 VPS machines. Twitter-shaped (posts, follows, hashtags, timelines). The design problem that usually kills these projects on day one is Sybil resistance without a gatekeeper, so that is what I most want feedback on. Signatures and encryption are conventional (ed25519 + ML-DSA + FN-DSA, ChaCha20Poly1305, Blake3). The interesting surface is how every protocol action is priced in proof-of-work calibrated to its abuse potential. Shared primitive: a data-dependent chain over 17 hash algorithms. 5 rounds, each selecting one of 17 algorithms (Blake2s/b, SH
Moozonian News
bing.com• Apr 18, 2026• 1 min read
WWE WrestleMania 42 Preview And Predictions For SaturdayForbes contributors publish independent expert analyses and insights. Blake Oestriecher is a columnist covering WWE, AEW and pro wrestling. WWE will kick off WrestleMania 42 on Saturday with the first ...
Moozonian News
raccreative.github.io• Apr 7, 2026• 1 min read
Show HN: Rac-delta – open protocol for differential dir sync (Rust/Node SDKs)I built a platform for indie game developers (Raccreative Games) that includes a desktop launcher and a CLI upload tool. Developers push builds from their machine; players download them through an Electron app. https://raccreativegames.com/en/homeThe problem: every update (even changing a single texture) transferred the entire build over S3. A 2.2 GB game with minor changes meant 2.2 GB up and 2.2 GB down, every time, for every user. I looked for an existing solution and found nothing that fit:- rsync needs SSH on both ends, doesn't compose with arbitrary cloud storage - bsdiff/xdelta operate on single files, not directoriesSo I built rac-delta: an open, storage-agnostic differential sync protocol with SDKs in Rust and Node.- How it works -The protocol splits files into fixed-size chunks (default 1 MB), hashes each with Blake3, and produces a manifest file "rd-index.json" that describes the full directory, every file, every chunk, every hash.To sync:1. Generate a local rd-index.json by
Moozonian News
github.com• Mar 14, 2026• 1 min read
Show HN: AgentArmor – open-source 8-layer security framework for AI agentsI've been talking to founders building AI agents across fintech, devtools, and productivity – and almost none of them have any real security layer. Their agents read emails, call APIs, execute code, and write to databases with essentially no guardrails beyond "we trust the LLM."So I built AgentArmor: an open-source framework that wraps any agentic architecture with 8 independent security layers, each targeting a distinct attack surface in the agent's data flow.The 8 layers: L1 – Ingestion: prompt injection + jailbreak detection (20+ patterns, DAN, extraction attempts, Unicode steganography) L2 – Storage: AES-256-GCM encryption at rest + BLAKE3 integrity for vector DBs L3 – Context: instruction-data separation (like parameterized SQL, but for LLM context), canary tokens, prompt hardening L4 – Planning: action risk scoring (READ=1 → DELETE=7 → EXECUTE=8 → ADMIN=10), chain depth limits, bulk operation detection L5 – Execution: network egress control, per-action rate limiting, human approv
Advertisement
Moozonian News
alexdk.com• Mar 10, 2026• 1 min read
Show HN: Sift – local hybrid search CLI in a single Rust binaryBuilt this for agentic workflows where you need repeatable, low-latency search over local codebases and docs without standing up a daemon or an indexing service.Pipeline is Expansion → BM25/phrase/vector Retrieval → RRF Fusion → optional Qwen reranking. Each stage is independently tunable.The part I found most interesting to build: the caching layer is modeled after Zig's build system. A BLAKE3 manifest store tracks filesystem metadata so sift knows which files changed without re-reading them. A content-addressable blob store holds pre-extracted text, BM25 term frequencies, and pre-embedded vectors — so repeat queries skip neural inference entirely and go straight to dot-product scoring. Identical files across projects share a single blob entry.Benchmarked on SciFact (5,185 docs): vector hits 0.826 nDCG@10 with perfect recall at ~26ms p50. BM25 alone is 5ms if latency is the constraint.Repo: github.com/rupurt/sift
Moozonian News
novyxlabs.com• Feb 26, 2026• 1 min read
Show HN: Novyx – Memory API for AI agents (rollback, replay, semantic search)Hey HN — Blake here. We built Novyx because every AI agent framework treats memory as an afterthought. Agents forget between sessions, can't search what they know, and when they make bad decisions there's no way to understand why. Novyx is a memory API for AI agents. Store observations, recall them with semantic search, and roll back when things go wrong. What it does: - Store + Recall — Semantic search over agent memories using sentence embeddings. Recency-weighted scoring, auto-linking related memories via knowledge graph. - Rollback — Point-in-time rollback with dry-run preview. Undo bad writes without redeploying. - Replay — Time-travel debugging. Reconstruct what your agent knew at any timestamp. Diff memory states between two points. Track individual memories from birth to death. - Cortex — Autonomous memory maintenance. Consolidates near-duplicate memories, reinforces frequently recalled ones, decays forgotten ones. Runs in the background. - Audit trail — Compliance-grade loggin
Moozonian News
news.ycombinator.com• Feb 12, 2026• 1 min read
Camera based true random number generator BetaI’m an electromechanical engineer who usually tinkers with RPis and Arduinos more than software, but a few weeks ago I went down the rabbit hole of randomness. I read about Cloudflare’s lava lamp wall and thought: if they’re ultimately using cameras, why not use the image sensor noise directly?Modern CMOS sensors produce a lot of grainy, unstable pixels—even when pointed at a static scene. You can film the same white wall at 30 fps and never get an identical frame. That felt like a decent physical entropy source, so I built a TRNG around it and called it Aegis Optikon(.com).The pipeline right now looks like this: Capture frames from a camera (client devices) Extract “noisy” pixel data Whiten and compress it Send entropy packets to the server Mix multiple streams together Extract with BLAKE3 Attach timestamps and hashes per packet for basic verifiability I’m not a seasoned backend/security engineer—I leaned heavily on AI tools (Copilot/DeepSeek) to get the code into shape, then iterated
Moozonian News
bing.com• Sep 20, 2025• 1 min read
WWE WrestlePalooza 2025 Match Card, Start Time And OddsForbes contributors publish independent expert analyses and insights. Blake Oestriecher is a columnist covering WWE, AEW and pro wrestling. WWE WrestlePalooza 2025 is the first pro wrestling event ...
Advertisement
Moozonian News
bing.com• Feb 1, 2025• 1 min read
WWE Royal Rumble 2025 Results, Highlights And TakeawaysForbes contributors publish independent expert analyses and insights. Blake Oestriecher is a columnist covering WWE, AEW and pro wrestling. WWE Royal Rumble 2025 ended with one of the biggest upsets ...
Moozonian News
news.ycombinator.com• Nov 12, 2022• 1 min read
Ask HN: Can an app’s popup box be repurposed without an app update?This relates to FTX. On twitter people are reporting the app is displaying an “update available” popup box. FTX former employees are warning it is a hackA variety of similarly designed popup boxes existed in FTX’s app preciously, you can see them here: https://uxdesign.cc/design-principles-for-crypto-exchanges-14e95563a9d3For example of update box, see here: https://mobile.twitter.com/graemeblake/status/1591309481631449088The question: can you reconfigure a box like this on iOS or Android without updating the app? Or would the box have had to already exist in the app code?Neither iOS nor Android app have been updated since crash
Advertisement