GPT-Researcher: When, if ever, should a defragmentation be run on a vSphere client? Consider Windows 2016, 2019, 2022; also consider hard drives and SSD’s.
Generated via GPT-Researcher.
I’ve been testing the GPT Researcher tool; I used it to review what the impact might be of a two month internet outage in North America.
GPT Researcher does a decent job of explaining technical questions; such as how to host open-WebUI. While I haven’t gone through the produced output step-by-step myself; it looks to be at the very least, a great start.
Calculating the Digits of Pi: Benchmarking the Bailey–Borwein–Plouffe (BBP) formula and the Chudnovsky algorithm Don’t judge me; what do you do on a Wednesday night? I asked ChatGPT to spit out some Python code to calculate pi to 1,000 digits. Then asked if it could speed it up. Computing the digits of π (pi) is…
I’ve been using an AI powered research tool: GPT Researcher One can take the code from GitHub and run it locally. I’ve been intrigued by how fast the tool can create reasonably useful output. As a test of the tool, I asked it to research: “What are the chances of the AMOC failing; and what is the timeframe…
I’ve been using an AI powered research tool: GPT Researcher One can take the code from GitHub and run it locally. I’ve been intrigued by how fast the tool can create reasonably useful output. As a test of the tool, I asked it to research: The tool ran for a couple minutes and provided the following (PDF at…
I’ve been using an AI powered research tool: GPT Researcher One can take the code from GitHub and run it locally. I’ve been intrigued by how fast the tool can create reasonably useful output. As a test of the tool, I asked it to research: “Which is better: Star Wars, or Star Trek?” The software ran for a…
I’ve been using an AI powered research tool: GPT Researcher One can take the code from GitHub and run it locally. I’ve been intrigued by how fast the tool can create reasonably useful output. I asked it to research p(doom) as related to AI: “Using recent scientific and peer reviewed online documents: Explain p(doom) and…
I created a python script to monitor an email address for inbound email and change the text of the body into speech. I used ChatGPT for the initial results (“Generate a python script to monitor an email address, and then use openai’s TTS API to convert it to audio and email it back to the…