Monday, June 26, 2023

Show HN: Shark Tank At-Home Plastic Surgery Kit [video] https://ift.tt/dECLuT7

Show HN: Shark Tank – At-Home Plastic Surgery Kit [video] https://www.youtube.com/watch?v=mKSwrhh_kwk June 26, 2023 at 07:31AM

Show HN: ChatHN Chat with Hacker News using natural language https://ift.tt/hLOqnJR

Show HN: ChatHN – Chat with Hacker News using natural language Hi again Hacker News! OpenAI recently launched "Function Calling", which is a way for developers to describe functions to GPT-3.5/4 and have the model intelligently choose to output a JSON object containing arguments to call those functions. I decided to tinker around with it this weekend and build an MVP that uses OpenAI Functions + Vercel AI SDK to "chat" with the Hacker News API using natural language, in real time! It's fairly basic for now (supported functions: https://ift.tt/VEHQvU7... ) but just wanted to launch this as a proof of concept (PoC)! Hope y'all like this :) https://ift.tt/A829Sgj June 26, 2023 at 12:19AM

Show HN: Projectable - a TUI file manager built for projects https://ift.tt/5WSAwFd

Show HN: Projectable - a TUI file manager built for projects https://ift.tt/1A3SgT5 June 26, 2023 at 03:05AM

Show HN: Open-source shooter which made it to AC: Valhalla and Skydio drones https://ift.tt/daG8MhE

Show HN: Open-source shooter which made it to AC: Valhalla and Skydio drones So just for fun, I wrote a complete multiplayer game in pure C++. I even wrote my own texture atlas packer, which is now used by Assassin's Creed, 2 scientific publications as well as a drone manufacturing company - each of these basically mentions the name of my game. There is even a claim that Unity patented some of the ECS ideas that originate from this project. See https://ift.tt/lrY2EiX... for details. By the way the game is pretty darn good. 10 people connected yesterday to test a new map: https://www.youtube.com/watch?v=CHLPzZqANlM It took me well over 10 years to code it all by hand, but the journey was truly worth it. https://ift.tt/xSCmkDN June 25, 2023 at 09:04PM

Show HN: Fossfox paid opportunities for open-source devs https://ift.tt/wIEKpql

Show HN: Fossfox – paid opportunities for open-source devs The index lists either companies that work on open-source products or those that heavily contribute to open-source. Either way, ideal for devs that want to keep an eye out for opportunities. Engineering teams can post for free. Open directory of available positions is here [0]. [0] https://ift.tt/VPjSxhn https://fossfox.com June 26, 2023 at 12:37AM

Sunday, June 25, 2023

Show HN: AI Getting Started A template helps you start a AI SaaS with ease https://ift.tt/dOb6eRW

Show HN: AI Getting Started – A template helps you start a AI SaaS with ease https://ift.tt/RkCF8XN June 25, 2023 at 10:52AM

Show HN: ReliableGPT run 200 GPT-4 requests in parallel https://ift.tt/T6FhMYq

Show HN: ReliableGPT run 200 GPT-4 requests in parallel reliableGPT handles GPT-4 429 rate limit errors it optimally allocate jobs for incoming requests to maximize usage of Requests/min and Token/min limits https://ift.tt/fit2yeo June 25, 2023 at 07:53AM

Show HN: Audiopipe – Pipeline for audio diarization, denoising and transcription https://ift.tt/wQkI7Jl

Show HN: Audiopipe – Pipeline for audio diarization, denoising and transcription Audiopipe is a one-liner for denoising, diarization and tra...