No Clocks

No Clocks

4334 bookmarks
Newest
Semantic conventions for HTTP spans
Semantic conventions for HTTP spans
Status: Stable, Unless otherwise specified. This document defines semantic conventions for HTTP client and server Spans. They can be used for HTTP and HTTPS schemes and various HTTP versions like 1.1, 2 and SPDY. Name Status HTTP client span HTTP client span duration HTTP request retries and redirects HTTP server HTTP server definitions Setting server.address and server.port attributes Simple client/server example Client/server example with reverse proxy HTTP server span Examples HTTP client-server example HTTP client retries examples HTTP client authorization retry examples HTTP client redirects examples HTTP client call: DNS error HTTP client call: Internal Server Error HTTP server call: connection dropped before response body was sent Important Existing HTTP instrumentations that are using v1.20.0 of this document (or prior):
·opentelemetry.io·
Semantic conventions for HTTP spans
AgentFlow
AgentFlow
AgentFlow is a no-code visual builder for agentic workflows.
·agentflow-brown.vercel.app·
AgentFlow
Bayes Theorem | Statement, Formula, Derivation, and Examples - GeeksforGeeks
Bayes Theorem | Statement, Formula, Derivation, and Examples - GeeksforGeeks
Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more.
·geeksforgeeks.org·
Bayes Theorem | Statement, Formula, Derivation, and Examples - GeeksforGeeks
Bayesian Methods for Hackers
Bayesian Methods for Hackers
Bayesian Methods for Hackers : An intro to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view.
·dataorigami.net·
Bayesian Methods for Hackers
vinyl-cache
vinyl-cache
The Vinyl Cache Core Code
·code.vinyl-cache.org·
vinyl-cache
Developer Index
Developer Index
Search issues, merged pull requests, repository READMEs, and curated documentation sites
·docs.firecrawl.dev·
Developer Index
EndpointR/R/json_schema.R at main · jpcompartir/EndpointR
EndpointR/R/json_schema.R at main · jpcompartir/EndpointR
EndpointR is a 'batteries included', open-source R package for connecting to various APIs for Machine Learning model predictions. EndpointR is built for company-specific use cases, so may ...
·github.com·
EndpointR/R/json_schema.R at main · jpcompartir/EndpointR
Larger-than-RAM Disk-Based Data Manipulation Framework
Larger-than-RAM Disk-Based Data Manipulation Framework
A disk-based data manipulation tool for working with large-than-RAM datasets. Aims to lower the barrier-to-entry for manipulating large datasets by adhering closely to popular and familiar data manipulation paradigms like dplyr verbs and data.table syntax.
·diskframe.com·
Larger-than-RAM Disk-Based Data Manipulation Framework
Type-Faithful and Human-Readable JSON for R Values
Type-Faithful and Human-Readable JSON for R Values
Writing an R value as JSON that a human can read, and reading it back unchanged. The jsonlite package offers either a readable but lossy pair of functions or a faithful but verbose one; this package emits ordinary JSON for ordinary values and annotates only what JSON cannot express, namely the distinction between integer and double, typed missing values, non-finite numbers, attributes, and objects from the S3, S4 and S7 systems. Foreign documents are read under the same grammar, so files stay diffable, greppable and editable by hand.
·nbenn.github.io·
Type-Faithful and Human-Readable JSON for R Values
Perplexity
Perplexity
Perplexity is a free AI-powered answer engine that provides accurate, trusted, and real-time answers to any question.
·perplexity.ai·
Perplexity
Primitives - Rust By Example
Primitives - Rust By Example
Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries.
·doc.rust-lang.org·
Primitives - Rust By Example
? - Rust By Example
? - Rust By Example
Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries.
·doc.rust-lang.org·
? - Rust By Example
jeremychone/rust-genai at v0.1.5
jeremychone/rust-genai at v0.1.5
Rust multiprovider generative AI client (Ollama, OpenAi, Anthropic, Gemini, DeepSeek, xAI/Grok, Groq,Cohere, ...) - jeremychone/rust-genai
·github.com·
jeremychone/rust-genai at v0.1.5
The Resource Project: Tell R How Much Memory You Need
The Resource Project: Tell R How Much Memory You Need
Fit a cross-validated elastic net with cv.glmnet(x, y) on a design matrix that comfortably fits in memory, and the call can still fail. The reason is that the function needs several times the size of x while it runs, and nothing anywhere in your script says so. This post is about giving that requirement a home - a memory specification, written in R next to the code that knows it - first for a plain sequential call, then for the same call running in parallel.
·jottr.org·
The Resource Project: Tell R How Much Memory You Need