标签:#hackernews
找到 8432 篇相关文章
The US Government Is Now a Shareholder in 26 Companies
Portugal launches first open-source AI model, joining Europe's sovereignty push
24-bit/192kHz music downloads and why they make no sense (2012)
Brave's latest browser release offers Containers for better and easier workflow
Microsoft's new Azure Linux 4.0 is here, and it could replace Windows Server
Show HN: ctx – Search the coding agent history already on your machine
Coding agents don't have long-term memory. But you do have months of full-fidelity agent transcripts stored on your machine. A simple solution that goes a long way: ingest those transcripts and logs into a structured SQLite database, then search them with ranked text match. Everything is fully local and doesn't require anything fancy like a graph database or hosted memory service. This is the idea behind ctx, a Rust CLI that handles the ingestion and searching. We give our agents a skill that te
Flexible Metaprogramming with Rhombus
Show HN: zkGolf, competitive optimization of formally verified circuits.
Zero-Knowledge Proofs (ZKPs) let an untrusted proved show that computation was executed correctly without revealing the inputs to the verifier. However to prove anything, the computation first has to be expressed as a circuit: a system of polynomial equations (constraints) over a finite field. Circuits are the assembly language of zk and every constraint costs prover (and sometimes verifier) time, so production circuits are aggressively hand-optimized. Over the last months, we have been experime
Measuring Input Latency with VK_EXT_present_timing
Show HN: Inkwell – An RSS reader for e-ink devices
Since Linux 6.9, LUKS suspend stopped wiping disk-encryption keys from memory
Vibe Coded X11 Server Written in Rust Adds Xinerama, FreeBSD Support
Launch HN: Manufact (YC S25) – MCP Cloud
Hi HN, we are Pietro and Luigi, cofounders of Manufact ( https://manufact.com ), a cloud for MCP apps and servers. We used to be called mcp-use, and still build open source SDKs for MCP under that name: https://github.com/mcp-use/mcp-use . We did a Show HN about that last year: https://news.ycombinator.com/item?id=44747229 . Today we want to tell you about our cloud product, Manufact, which is to mcp-use as Vercel is to Next.js. Manufact is an MCP vertical cloud designed for dev teams putting MC
Spain Orders Blacklist of Palantir from Public and Private Companies
Show HN: Enola-A deterministic architecture graph for developers and AI agents
Together with a friend, we were developing a golf application. Our codebase grew rapidly and became split between multiple repositories: the iOS app, Android app, backend, front-end, and extra tooling. Both of us also work in larger scale-ups, and we saw the same problem: understanding large distributed codebases becomes progressively harder. Yay for microservices. It takes time to understand and answer questions like: - What calls this function? - What is the impact of changing this interface?