Saturday, September 23, 2023

Show HN: Package a python script into an executable file https://ift.tt/4VON1jL

Show HN: Package a python script into an executable file https://ift.tt/LIeSNaO September 23, 2023 at 08:42AM

Show HN: ChatGPT for Med-School and Healthcare https://ift.tt/Ry2xN71

Show HN: ChatGPT for Med-School and Healthcare https://ift.tt/WJPT6Mw September 23, 2023 at 07:41AM

Show HN: TG – Fast geometry library for C https://ift.tt/Q3qljhJ

Show HN: TG – Fast geometry library for C https://ift.tt/GDdyoiA September 23, 2023 at 04:57AM

Show HN: Movie Guess – A AI movie title guessing game https://ift.tt/waZ0Jft

Show HN: Movie Guess – A AI movie title guessing game While i was playing dark stories i got the idea of a game that an AI would think of a movie and the user would have to ask questions. The trick is that the AI only answers yes or no and the user has to guess the movie name, asking things like "is the movie a comedy" or "it's about a family trip" So that is it, hope you enjoy the game. It's a fun, challenging game to play with your friends or by yourself. Let me know what you think, and I'd love to hear your feedback and suggestions on how to make it even better! https://ift.tt/gd3O6Zz September 23, 2023 at 02:53AM

Show HN: Tome, aka Tom's Editor – a new command-line text editor https://ift.tt/L0yzvjR

Show HN: Tome, aka Tom's Editor – a new command-line text editor https://ift.tt/v8tgmpS September 22, 2023 at 10:53PM

Show HN:Rerender A Video – Prisma type style transfer for Videos https://ift.tt/CqI3GpV

Show HN:Rerender A Video – Prisma type style transfer for Videos https://ift.tt/XxB5qzN September 23, 2023 at 12:38AM

Friday, September 22, 2023

Show HN: Learn piano without sheet music https://ift.tt/zE5fgjh

Show HN: Learn piano without sheet music I always found sheet music way too hard to read - and I literally spent a year at a company building a sheet music rendering engine. I wanted an app that would display music like the tutorials on YouTube, but not be focused on upselling lessons etc. like most current apps, and also would let me import my own files This works on MIDI files. If it’s a valid midi it probably plays. Since releasing, I did add a subscription for classical music - on a theory that most normal users don’t know what a midi file is. It changed about a month ago from an up front price to in app purchases and/or a subscription - which has absolutely tanked revenue so far - but maybe it will pick up Would love to hear your thoughts and if you have any suggestions! https://ift.tt/rYO1R87 September 22, 2023 at 06:32PM

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...