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,...
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...
If you assume the value of money will not significantly change over the course of the loan, it is normally better to buy down rates as much as possible. This is similar to how a larger down payment...
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...
"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...
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...
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...
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...
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 ...
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...
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?
In unsupervised learning, training data does not have labels. But, how can a model be trained without labels?
How come country and state/province is often excluded from WHOIS privacy? So everything else is redacted, but not country and state. However, apparently there's no special requirement from ICANN, s...
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...
My internet is provided via a coax cable. The speeds are much less than advertised, and the ISP's technician said it's because my coax cables are low quality and degrade the signal. The cables are...
Many companies sell water filters for improving the composition of water received from city mains. There is a variety of models with different number and types of filter stages, and corresponding p...
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...
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...