Welcome to the staging ground for new communities! Each proposal has a description in the "Descriptions" category and a body of questions and answers in "Incubator Q&A". You can ask questions (and get answers, we hope!) right away, and start new proposals.
Are you here to participate in a specific proposal? Click on the proposal tag (with the dark outline) to see only posts about that proposal and not all of the others that are in progress. Tags are at the bottom of each post.
Posts by matthewsnyder
Steam by Valve is a popular game platform and storefront. Features of Steam include: Purchasing games Running games (in fact, using Steam is mandatory games purchased on Steam) Compatibility a...
How does climate change research establish causality? For example, when it is said that human activity causes global warming, what sort of logic is used to justify this claim? Let's not get into t...
The scientific method is not the mainstay of historical research. As a rule, history deals with events of the past. This is not just in the broad sense of them happening temporally in a past time,...
Over the years I've done a lot of my reading through libraries, borrowed books and chance finds at garage sales and the like. Now I want to start working on my reading list, so I will be purchasing...
How should I store rechargeable lithium batteries for common cordless tools, to maximize their longevity? I use the tools occasionally, so they often go months without use. Is it better to keep th...
There's a few ways to do it: Use a compass. I know you said yours is too small, but you can buy a carpenty or woodworking compass that is much larger (foot or more). Tie a string to your pencil...
Should questions about selling one's crafts be on topic? It seems common for people in the crafts community to sell their creations online (on sites like Etsy) and offline (in fairs, festivals and...
In the United States, there are various IRAs intended to help ordinary people save for retirement. It appears that generally, one funds these accounts and purchases securities with the funds. In ex...
"Incubator Q&A" should be the default landing page when users go to proposals.codidact.com. The idea here is that whenever you propose a site, you can post some questions (and answers) to Incu...
A lot of TVs on the market these days are "Smart TVs" which I don't want. I've had smart TVs in the past and found that I don't use any of their features. Further, the software is often laggy, bugg...
When people talk about fine tuning LLMs, it sounds a lot like glorified transfer learning. Is it the same thing, or is it a distinct technique? What are the differences?
When explaining a piece of knowledge, sometimes the explanation is short and simple and other times it is long and complex. Some people put the burden on the explainer, and demand that they make i...
I've discovered that I can capture syndicate thugs in pal spheres. I can then have them fight for me or work in my base like regular pals. The thugs I caught (around level 10) seemed pretty useles...
Historically, philosophy is broadly scoped and does not exclude any particular domain of knowledge. Most branches of formal knowledge today started out as discussions between philosophers. I think ...
The public votes in November. The results are publicized shortly thereafter. Then the electoral college has the real vote in December. If you were elected against your will, you would probably fin...
I believe the normal "best" way to check a certificate is to connect to the site using one of the CLI clients in the OpenSSL software suite, which is normally installed on Linux machines because ma...
Many natural language processing models begin by taking text and converting it to a vector where each element is a number representing some semantic entity (I would say each number is a word, but a...
I want to give an AI the ability to read, write and manipulate files on my computer, such as with the OpenAI function calling feature. The goal of this is to use the AI to work on a project compris...
Many stores seem to sell "grounding wire". This is a solid copper wire, similar to normal THHN wires used to do house wiring, except without the plastic jacket. I'm confused why you would bother b...
In the past, when I tried to use power tools for woodworking in my garage, it created a lot of sawdust. Everything in the garage got covered by a layer of dust, and it became hard to do things like...
I want to do woodworking in my garage, but when I've done this before it created a lot of sawdust and everything else in the garage got very dusty. This is really annoying when doing polyurethane c...
I have a showerhead with a flexible, 5 foot hose. I don't know if this matters, but the flexible hose is made of metal rings. When you yank on it, it stretches a little (there's probably some elast...
The LEDs in some rooms of my house flicker when the switch is on. There is no dimmer, it's a basic toggle switch. When the switch is off, they stay off as normal. How can I troubleshoot and fix th...
The Python library for OpenAI has a method openai.ChatCompletion.create which takes various parameters like messages, functions, and so on. I could not find documentation for these in the context o...
One approach would be to containerize AI activity. For example: Create a folder to serve as the AI's workspace Create a Docker container Use bind mounts to mount the workspace to the container...