Sunday, December 18, 2022

Show HN: Create keepsakes for your loved ones using AI https://ift.tt/qQnZLAM

Show HN: Create keepsakes for your loved ones using AI https://lovelines.xyz December 18, 2022 at 12:51AM

Show HN: Factual AI Q&A – Answers based on Huberman Lab transcripts https://ift.tt/aCkdY9u

Show HN: Factual AI Q&A – Answers based on Huberman Lab transcripts This is a quick prototype I built for semantic search and factual question answering using embeddings and GPT-3. It tries to solve the LLM hallucination issue by guiding it only to answer questions from the given context instead of making things up. If you ask something not covered in an episode, it should say that it doesn't know rather than providing a plausible, but potentially incorrect response. It uses Whisper to transcribe, text-embedding-ada-002 to embed, Pinecone.io to search, and text-davinci-003 to generate the answer. More examples and explanations here: https://twitter.com/rileytomasek/status/1603854647575384067 https://ift.tt/dcxzyFg December 17, 2022 at 11:35PM

Saturday, December 17, 2022

Show HN: Auto-Generate Python REST API Clients Using OpenAPI Generator https://ift.tt/gsixedF

Show HN: Auto-Generate Python REST API Clients Using OpenAPI Generator Hi all, We've refactored the Python client generator in OpenAPI Generator(https://ift.tt/Ah5aT4K). To give it a try, please follow 3 simple steps below: 1. Download the Java JAR: https://ift.tt/lA4HpGm 2. Rename the JAR as "openapi-generator-cli.jar" 3. Execute the following command to run the generator for the PetStore API: https://ift.tt/QEH91y0 Mac/Linux: $ java -jar openapi-generator-cli.jar generate -g python-nextgen -i https://ift.tt/QEH91y0 -o /var/tmp/python-nextgen/ Windows: $ java -jar openapi-generator-cli.jar generate -g python-nextgen -i https://ift.tt/QEH91y0 -o C:\tmp\python-nextgen (If JVM is not installed in your machine, please use openapi-genreator-cli docker image instead: https://ift.tt/X1elMt4) If you've any feedback or question, please reply to https://ift.tt/XTc1xEU to let me know. December 17, 2022 at 08:46PM

Show HN: Book about forms usability for devs https://ift.tt/MUIWTwQ

Show HN: Book about forms usability for devs https://ift.tt/d0oJp5u December 17, 2022 at 06:59PM

Show HN: A magic frame you can prompt to show generated art to an e-ink display https://ift.tt/yBHiuRV

Show HN: A magic frame you can prompt to show generated art to an e-ink display https://ift.tt/7pE6sc2 December 17, 2022 at 09:41AM

Show HN: Simply see your client hints sent by Chrome https://ift.tt/90MFbs5

Show HN: Simply see your client hints sent by Chrome Chrome will start to reduce the UserAgent string and replace it with client hints. here you can simply see your current UA, the reduced one, and your client hints. https://clienthints.me/ December 17, 2022 at 08:34AM

Show HN: I made a Slack bot that qualifies your sign-ups using GPT-3 https://ift.tt/zxpafUt

Show HN: I made a Slack bot that qualifies your sign-ups using GPT-3 OP here, this was super fun to build. It all started from playing around with Nat Friedman's GPT browser https://twitter.com/0xferruccio/status/1599014988693180417 Then after having this running for our product for a couple of days or so we decided to give 10 customers access and they loved it! So expanding access now feels great :) https://ift.tt/xseKY1r December 15, 2022 at 09:00PM

Show HN: Anti-Cluely – Detect virtual devices and cheating tools on exam systems https://ift.tt/onuTQWR

Show HN: Anti-Cluely – Detect virtual devices and cheating tools on exam systems Anti-Cluely is a lightweight tool designed to detect common...