Monday, August 7, 2023

Show HN: SillyCoValley – I made a fast-paced startup simulation game https://ift.tt/CphGS62

Show HN: SillyCoValley – I made a fast-paced startup simulation game https://ift.tt/InEe7ha August 6, 2023 at 06:56PM

Show HN: Create books on any topic with ChatGPT https://ift.tt/3CExZdH

Show HN: Create books on any topic with ChatGPT This weekend wanted to try out the streaming ChatGPT API. As test project, created a simple website, which allows you to create whole books by providing just the title (with optional extra instructions). Given the title of the book, table of contents, chapters and sections with text content are generated. All books are listed on the home page, sorted into topic categories. As a bonus, when reading a specific section of a chapter, you can use the chat interface to ask for clarifications, request more content, list relevant topics, etc. The system does quite well with knowledge based books (history for example) and not so good with literature, where more prompt tweaking is needed. What books would you create? # Examples: The Bible https://ift.tt/ne0XPVs Child Psychology for Parents https://ift.tt/hwS7LUM ChatGPT: A step towards Artificial General Intelligence https://ift.tt/mA8B0NQ The World History from a global point of view https://ift.tt/fHOkzF0 The History of Ukraine https://ift.tt/YCZIdfs Art of War: A modern perspective https://ift.tt/ZXUO95i Kamasutra: A modern perspective https://ift.tt/F3742KU https://ift.tt/zD4Bf0T August 6, 2023 at 08:37PM

Sunday, August 6, 2023

Show HN: A guide to self-host AudioCraft demo https://ift.tt/UZglKRH

Show HN: A guide to self-host AudioCraft demo https://ift.tt/bzqJOUx August 6, 2023 at 10:11AM

Show HN: Archsense – Accurately generated architecture from the source code https://ift.tt/oH42xWG

Show HN: Archsense – Accurately generated architecture from the source code https://ift.tt/mrbG4U9 August 6, 2023 at 03:17PM

Show HN: Postgres Language Server https://ift.tt/9ise8aR

Show HN: Postgres Language Server https://ift.tt/E60de15 August 6, 2023 at 03:56PM

Show HN: Briefed – Summaries for Hard Paywalled Content https://ift.tt/QYnBCeW

Show HN: Briefed – Summaries for Hard Paywalled Content Hey HN! Briefed developer here. Briefed creates summaries for (mostly hard) paywalled content. I built it because it's something that I wanted, but couldn't find (specifically the hard paywalled part). Why did I want this? 1. There are a lot of publications that I'm only tangentially interested in. Not enough to warrant a full subscription but enough to want to get the gist of what they're saying. A step between reading the title and reading the full article. Here's a list of the publications we currently create summaries for: https://ift.tt/6jufvkU 2. I often don't have the time to read entire articles. I can save an article as "read later" in my rss app, but I've often lost interest by the time I get to it. Briefed creates two summaries for each article: one detailed, and one tldr. Here is an example of one: https://ift.tt/2Xje3cE... 3. Sometimes I've read the full paywalled article and want to read comments here on HN, but hard paywalls limit the engagement those posts will get. Hopefully a detailed summary is enough to start meaningful and curious conversation. I'm still kicking the tires, so the first 500 people to sign up will get the first year free (normal price is $12/year; the price that I felt I would personally pay for such a service). Use the promo code LAUNCH500 at checkout. The code will be automatically invalidated after 500 people use it. Let me know what you think! Any feedback , issues, or questions are welcome. Thanks, Brandon https://briefed.news/ August 6, 2023 at 12:53AM

Saturday, August 5, 2023

Show HN: Name Checker – Find project name collisions https://ift.tt/IcEhUTx

Show HN: Name Checker – Find project name collisions Name Checker is a tool for when you want to create a new project and don’t want to check all the places (npm, apt, GitHub) for a name collision, you can just use this tool instead. I started working on this because I noticed on HN folks sometimes create a new company and SAAS and they didn’t notice that the name was already taken. Please let me know if y'all have any questions or comments! https://ift.tt/1xh2zJr August 5, 2023 at 06:04PM

Show HN: I made a Chrome extension to export web element to code https://ift.tt/dnKp9Rf

Show HN: I made a Chrome extension to export web element to code Recently I'm working on CopyUI which is an extension to copy UI element...