- you can host your data
- it's just json
- it's typed but any app dev can invent those types
- records have URIs
- records are signed so cacheable without trust
- relay aggregates everyone’s events into a global stream
- backends subscribe to relay and update local DBs
- you can host your data
- it's just json
- it's typed but any app dev can invent those types
- records have URIs
- records are signed so cacheable without trust
- relay aggregates everyone’s events into a global stream
- backends subscribe to relay and update local DBs
auth48-transition.rfc-editor.org/authors/rfc1...
auth48-transition.rfc-editor.org/authors/rfc1...
If you're prefetching your HTMLs, make sure they are actually cacheable, even with a short lifetime.
If you're prefetching your HTMLs, make sure they are actually cacheable, even with a short lifetime.
- personalized components are non-cacheable, indicated by a flag
- components that take children always receive opaque nodes, which allows caching shells whose contents updates faster
- personalized components are non-cacheable, indicated by a flag
- components that take children always receive opaque nodes, which allows caching shells whose contents updates faster
@socket.dev is now tracking 2,234 malicious package artifacts across 444 unique packages in the keyv/cacheable compromise.
Average detection time: 5 min 18 sec after publication
@socket.dev is now tracking 2,234 malicious package artifacts across 444 unique packages in the keyv/cacheable compromise.
Average detection time: 5 min 18 sec after publication
Similar to GET, with a body allowed
Safe, idempotent, cacheable
There are also headers to:
- give the query its own URI (Location) to query again without body
- give the response its own URI (Content-Location) to get the same response again
www.reddit.com/r/webdev/com...
Similar to GET, with a body allowed
Safe, idempotent, cacheable
There are also headers to:
- give the query its own URI (Location) to query again without body
- give the response its own URI (Content-Location) to get the same response again
www.reddit.com/r/webdev/com...
Start's RSCs are a truly fetchable, cacheable and composable primitive that work with your favorite tools instead of dictating your entire architecture.
Oh, and one more thing... "Composite Components" 😉
tanstack.com/blog/react-s...
Start's RSCs are a truly fetchable, cacheable and composable primitive that work with your favorite tools instead of dictating your entire architecture.
Oh, and one more thing... "Composite Components" 😉
tanstack.com/blog/react-s...
~60-65% of queries are for hydrating relationships between actors
~25-30% of queries are for timeline fanout
~10-15% of queries are hydrating static content (heavily cacheable)
~60-65% of queries are for hydrating relationships between actors
~25-30% of queries are for timeline fanout
~10-15% of queries are hydrating static content (heavily cacheable)
atproto solves this by having every change be signed by its author. so any slice of the network is trustlessly cacheable.
atproto solves this by having every change be signed by its author. so any slice of the network is trustlessly cacheable.
socket.dev/blog/popular...
socket.dev/blog/popular...
- Cacheable database schema metadata
- Fluent API
The cache feature should really speed up your test suite if it contains a lot of change assertions
github.com/assertj/asse...
- Cacheable database schema metadata
- Fluent API
The cache feature should really speed up your test suite if it contains a lot of change assertions
github.com/assertj/asse...
No compromised versions or known IOCs were found in the lockfiles or shipped bundles.
This is a point-in-time assessment:
github.com/actions/setu...
No compromised versions or known IOCs were found in the lockfiles or shipped bundles.
This is a point-in-time assessment:
github.com/actions/setu...
blog.modelcontextprotocol.io/posts/2026-0...
blog.modelcontextprotocol.io/posts/2026-0...
intuition was right: nearly 90% of MST CIDs in the firehose are rebroadcasts of recently-emitted CIDs.
bad: an LRU cache needs to be kind of big to get a high hit ratio (128 entries = 4.5KB/repo)
good: keeping CIDs from the prev commit only yields 60–70% hit ratio