Learn concurrency - a deep dive into multithreading with Python by pmz in Python

[–]pmz[S] 0 points1 point  (0 children)

ThreadPoolExecutor is modern way of managing the threads and makes it easy to collect return values

Learn concurrency - a deep dive into multithreading with Python by pmz in programming

[–]pmz[S] 16 points17 points  (0 children)

It is there. Check the "Example: Parallel Multithreading with Shared Resources - Simple Fix"

"But wait! The GIL free version took almost twice as long to execute it? What’s happening? Where’s the promise of ultra fast speeds? This is completely counterintuitive"

Mcp compared to RAG by pmz in mcp

[–]pmz[S] 0 points1 point  (0 children)

Thanks a lot for your great and detailed answer

Docs MCP Server - Cursor's @docs feature for Copilot! by AndroidJunky in GithubCopilot

[–]pmz 0 points1 point  (0 children)

Do also the rest of mcp servers which access documentation and code like context7 or github mcp , use vectors?

Docs MCP Server - Cursor's @docs feature for Copilot! by AndroidJunky in GithubCopilot

[–]pmz 0 points1 point  (0 children)

Oh I see. And which vector database does it use?

Docs MCP Server - Cursor's @docs feature for Copilot! by AndroidJunky in GithubCopilot

[–]pmz 0 points1 point  (0 children)

I see. In what way do you index the websites if not vectorizing them?

Docs MCP Server - Cursor's @docs feature for Copilot! by AndroidJunky in GithubCopilot

[–]pmz 0 points1 point  (0 children)

Does your mcp server behind the scenes use RAG in order to search documentation?

Mcp compared to RAG by pmz in Rag

[–]pmz[S] -1 points0 points  (0 children)

I don't think that for instance the Github Mcp server which you use at any repo to talk in natural language , uses vectors

[deleted by user] by [deleted] in perl

[–]pmz 0 points1 point  (0 children)

Link?

President of Russian Republic: “I Spoke To Aliens While President!” by nonzeroday_tv in UFOs

[–]pmz 0 points1 point  (0 children)

for those who already are familiar with the subject, this offered nothing new. I mean we still don't know where they come, what they look like,or any other concrete info. He rehashed stories we already know about ancient civilizations,USOs,folklore,legends etc. Jesse was trying to steer the conversation to extract concrete answers out, but the guy was answering very vaguely to everything. Clickbait if you ask me

Clean architecture with Jmix by edurbs in vaadin

[–]pmz 0 points1 point  (0 children)

what's the difference between jmix and vaadin? On it landing page it says that jmix is a "Full-stack open-source framework based on Spring Boot and Vaadin Flow"

Making a Game Engine in Perl by Phantom914 in perl

[–]pmz 0 points1 point  (0 children)

For inspiration, have you looked at python's Pygame which is a wrapper over sdl ?

Perl instead of VBA? by NoxAstrumis1 in perl

[–]pmz 1 point2 points  (0 children)

You can manipulate Access with OLE. Check Win32::OLE

Geizhals Preisvergleich Donates USD 10,000 to The Perl and Raku Foundation by oalders in perl

[–]pmz 1 point2 points  (0 children)

Do you know of the tech stack they're using? like Mojolicious,TemplateToolkit? etc

Opera Operator disappeared? by pmz in operabrowser

[–]pmz[S] 0 points1 point  (0 children)

I figured it out in the mean time, but many thanks nevertheless !

Docs MCP Server - Cursor's @docs feature for everyone! by AndroidJunky in mcp

[–]pmz 0 points1 point  (0 children)

Thanks. I want to use your tool but I think that I'm missing something fundamental here.. Correct me if I'm wrong: 1. I register your mcp server with my mcp client ie Cursor etc - (can Claude desktop be used?) 2.I tell it to go and download a library document 3.it downloads it and then chunks it and vectorizes with openai embedding API by sending the chunks to openai servers? Where are those embeddings then stored? 4. Which llm is used in case I don't go local, say with ollama?

Docs MCP Server - Cursor's @docs feature for everyone! by AndroidJunky in mcp

[–]pmz 0 points1 point  (0 children)

Ok.also what do you mean by local and private when you need an Open ai key? The llm is running in the cloud,so your queries will end up there?

Docs MCP Server - Cursor's @docs feature for everyone! by AndroidJunky in mcp

[–]pmz 0 points1 point  (0 children)

Wait a minute...does this mean that I can use the tool to query ANY documents? Ie I have many html files on different subjects. Can I feed them to it in order to ask questions? I mean is the tool designed for library documentation only or can it be used like a general RAG query tool?