Monday, March 27, 2023

Sunday, March 26, 2023

Show HN: Generate your guided meditation (with human-like voice) using GPT-4 https://ift.tt/XEVUfWw

Show HN: Generate your guided meditation (with human-like voice) using GPT-4 https://ift.tt/DXM7vgb March 26, 2023 at 05:14PM

Show HN: GPT-4 Reverse Turing Test https://ift.tt/9kwKWEN

Show HN: GPT-4 Reverse Turing Test https://ift.tt/PewRT70 March 26, 2023 at 04:41PM

Show HN: I made a non-trivial iOS app with GPT-4 in just a few hours https://ift.tt/ULBWRJd

Show HN: I made a non-trivial iOS app with GPT-4 in just a few hours After being inspired by your responses to the Ask HN thread yesterday ( https://ift.tt/KnzfUGx ), I decided to see if I could use ChatGPT to make a functioning app. I picked a random project idea out of my Notebook of Amazing Ideas, and spent just a couple of hours using GPT-4 to build it. I've never built an iOS app before, and even if I made something like this as a web app (my usual job), I would expect it to take at least a week. My process was basically 1) Ask ChatGPT to write some code 2) Copy and paste the code into the right files (this took a little bit of React knowledge on my part). 3) Run the code and paste any errors back to ChatGPT and ask it for suggested solutions. 4) Repeat. https://ift.tt/2Lob8OI March 26, 2023 at 02:13PM

Show HN: Grant-Funded FAFSA help, 1:1 college access coaching, and Fin Aid https://ift.tt/xszZBbM

Show HN: Grant-Funded FAFSA help, 1:1 college access coaching, and Fin Aid https://ift.tt/zfCyZ34 March 26, 2023 at 08:09AM

Show HN: 13Sheep – a JavaScript game largely authored by ChatGPT https://ift.tt/md1yzLI

Show HN: 13Sheep – a JavaScript game largely authored by ChatGPT 13 Sheep is a quick roll-and-write game designed by Moritz Dressler, intended for one or more players. By drawing fences on a grid, players try to protect as many sheep as possible before the wolf comes. I reproduced the rules in an online experience, allowing for additional user customization compared to the pen and paper version. A lot of the code comes from a conversation I had with chatGPT. Here's a blog detailing the prompts used in the conversation with chatGPT: https://ift.tt/yCge4Op https://ift.tt/X0qk9VQ March 26, 2023 at 05:51AM

Show HN: Petri – Drop-in Postgres image that forks a DB per test https://ift.tt/APIWNEf

Show HN: Petri – Drop-in Postgres image that forks a DB per test Rolling it out at work to parallelize 4,257 tests across 5 services. It fix...