127,334 results for for · 2.377s

News for “for”
20 results • 2371 ms server time
Moozonian News
apollographql.com• Jan 16, 2026• 1 min read
Show HN: GraphOS Router, designed specifically for federated GraphQL workloadsWe just shipped response caching in GraphOS Router, designed specifically for federated GraphQL workloads.The problem we were solving: traditional HTTP caching doesn't work well with GraphQL. A single response often mixes data with different freshness requirements—long-lived product info, fast-changing inventory, user-specific context. Full-response caches force the shortest TTL across everything, killing hit rates.Our approach caches at two levels: root query fields and individual entity representations. Each entity can have its own TTL (derived from Cache-Control headers or @cacheControl directives), and entities are shared across queries and users where appropriate.A few things that might be interesting:Tag-based invalidation: Mark entities with @cacheTag, then invalidate by tag when data changes—similar to CDN surrogate keys but at the GraphQL entity level Partial cache hits: A single query might hit cache for some subgraphs and miss for others; we built a debugger in Apollo Sandbo
Moozonian News
shimmer.care• Jan 16, 2026• 1 min read
Launch HN: Indy (YC S21) – A support app designed for ADHD brainsHi I’m Chris, one of the co-founders of Shimmer, and today we’re launching our new app called Indy (https://www.shimmer.care/indy). Indy is an ADHD app for structured planning, reflection, and self-awareness exercises. Here’s a demo: https://www.youtube.com/watch?v=zDSDxyXv6i4.We started Shimmer in 2022 after my adult ADHD diagnosis, and have shipped several iterations of ADHD support since then (1:1 coaching, web tools, body doubling, and AI-assisted coaching).Across these launches and 80k coaching sessions, we kept running into the same constraint: “knowing what to do” is rarely the problem for people with ADHD. The harder problem is actually doing it consistently over time, especially when attention, motivation, and emotional state fluctuate.That maps to a useful distinction that is explored in the literature (e.g. https://pmc.ncbi.nlm.nih.gov/articles/PMC4589250/): “cool” executive function (future-oriented planning, direction, values) vs. “hot” executive function (in-the-moment em
Moozonian News
clientsok.com• Jan 16, 2026• 1 min read
Show HN: ClientsOK – Forensic e-signature anchored on Bitcoin (eIDAS compliant)Hello HN,I'm Benoit, a CEO based in Kyoto. I built ClientsOK because I was frustrated with the current state of e-signatures. I needed to timestamp and secure IP/contracts frequently, but existing solutions like DocuSign were either too expensive ($45/mo for features I barely use) or lacked true forensic permanence (if the platform dies, the proof often dies with it).ClientsOK is my attempt to solve this with a "forensic-first" approach.The Architecture: Instead of just placing an image of a signature on a PDF, we treat the document as a digital evidence package:Fingerprinting: We generate a SHA-256 hash of the final document.Context Capture: We record 14 points of metadata during the signing event (IP geolocation, precise timestamp, device info, browser fingerprint).Anchoring: We anchor the hash on the Bitcoin blockchain. This ensures that the proof of existence and integrity is verifiable independently of my startup, forever.Legal & Compliance: The generated certificates are complian
Moozonian News
news.ycombinator.com• Jan 16, 2026• 1 min read
Show HN: Wikitool – CLI for fetching Wikipedia contentI wanted Wikipedia access for scripts and AI agents without scraping rendered pages. Using the API is lighter on Wikipedia's servers and compliant with their guidelines.So I built a command-line tool for fetching Wikipedia articles and search results via the REST API. wikitool Earth wikitool "https://de.wikipedia.org/wiki/Erde" wikitool search "intitle:einstein" It parses Wikipedia URLs automatically (extracts language + title), supports all 300+ language editions, and exposes CirrusSearch query syntax for search.Output is wikitext by default, with `--html` and `--output json` options.Single static Go binary, no dependencies.Repo: https://github.com/teal-bauer/wikitoolThere's also a skill file (https://github.com/teal-bauer/wikitool-skill) that teaches Claude Code how to use it.
Advertisement
Advertisement
Advertisement