mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.1K
active users

#protocol

5 posts5 participants1 post today
How to Evaluate Graph Retrieval in MCP Agentic Systems A framework for measuring retrieval quality in Model Context Protocol agents. The post How to Evaluate Graph Retrieval in MCP Agentic Syste...

#Artificial #Intelligence #Large #Language #Models #LLM #LLM #Applications #Model #Context #Protocol

Origin | Interest | Match
Towards Data Science · How to Evaluate Graph Retrieval in MCP Agentic Systems | Towards Data ScienceA framework for measuring retrieval quality in Model Context Protocol agents.
I-PREVENT CANCER protocol: An Evidence-Based Guide to Cancer Prevention (2025 Edition) In This Article: Methodology | Causes of Cancer | Diet and Cancer | Lifestyle | Anti-Cancer Supplements | Othe...

#anti-aging #cancer #diet #protocol #vitamin #and #mineral #winning #the #war #on

Origin | Interest | Match
www.onedaymd.comI-PREVENT CANCER protocol: An Evidence-Based Guide to Cancer Prevention (2025 Edition)Your Science-based Guide to Wellness, Diet and Lifestyle Medicine
How to Enable HTTPS Protocol on Debian 13 Learn how to enable HTTPS on Debian 13 with our step-by-step guide. Secure your website and enhance user trust with easy-to-follow instructions. The post H...

#Blog #Debian #Debian #13 #HTTPS #HTTPS #protocol

Origin | Interest | Match
Linux TodayHow to Enable HTTPS Protocol on Debian 13Learn how to enable HTTPS on Debian 13 with our step-by-step guide. Secure your website and enhance user trust with easy-to-follow instructions.

I'm familiar with #protocol s in #Swift, but just recently discovered #protocol classes in #Python. Like in #Swift they allow for structural subtyping. Now you can require that a parameter passed to a function must conform to a given protocol and #mypy will statically check that for you. You get the best of both worlds -- the safety of static typing and the convenience of duck typing.

peps.python.org/pep-0544/

Python PEPs
Python Enhancement Proposals (PEPs)PEP 544 – Protocols: Structural subtyping (static duck typing) | peps.python.orgType hints introduced in PEP 484 can be used to specify type metadata for static type checkers and other third party tools. However, PEP 484 only specifies the semantics of nominal subtyping. In this PEP we specify static and runtime semantics of protoc...

alojapan.com/1323090/kyoto-pro Kyoto protocol: what is and what is it #Kyoto #KyotoNews #news #protocol #京都 #京都府 We often read in the news information about the acquaintance Kyoto or Kyoto protocol On climate change, an international agreement that was signed with a view to reduce greenhouse gas emissions and thus minimize the effects of global warming, but what is this protocol exactly and what influence does it have – or can it

#TIL: There are two ways to trigger use of the #HTTP3 / #QUIC #protocol in #webbrowsers:

#Chromium and #Firefox #browsers always start with #HTTP1 / #HTTP2, look for the “alt-svc” header in the response and switch to HTTP3 for subsequent requests if they find it. I knew that much.

But #Safari will instead query #DNS for the "#HTTPS" record and use that as a trigger. So it can work HTTP3-only for the cost of an additional DNS query. Unfortunately, the record type isn't widely supported yet.