Thursday, April 6, 2023

Show HN: Curiosity of the Day https://ift.tt/GijY8yw

Show HN: Curiosity of the Day Hey HN! I've built Curiosity of the Day to help people increase their knowledge of the world, one day at a time. Each day, it presents the user with a new fact or piece of knowledge about anything from history and science to art and culture. I’d love to get some feedback on ways to make the app better, and any other ideas on how to make learning more fun and engaging. https://ift.tt/dIOqrhM April 6, 2023 at 05:27PM

Show HN: I feed all my daily entries to an AI (ChatGPT) https://ift.tt/UdAzqcb

Show HN: I feed all my daily entries to an AI (ChatGPT) Hello there! I hope you're doing well today! I wanted to share something with you. Recently I was on the hunt for the best way to journal daily. Well, I had this idea - what if I could feed all my daily entries to an AI (ChatGPT), and create a friendly, supportive character like Socrates or Simon Sinek? This way, I could ask any questions about my life and mental health, and get some amazing advice on how to improve myself! The results have been absolutely mind-blowing ! I even made a short GIF to show you how it works - check it out! - https://ift.tt/zRklmb1 I've shared this with my friends, and they loved it so much that they've been asking me to create a full-featured journalling app with an AI assistant! What do you think? Would you be interested in using an app like this? I'd love to hear your feedback and thoughts on this. Please feel free to drop a comment and let me know what you think! Right now, I'm just collecting a waitlist of people who are interested in the app, so if you're interested, here is a link for signup to waitlist - https://ift.tt/1IXdiOM .If I can get 100 people on the waitlist in the next few days, I'll launch the app! April 6, 2023 at 12:16PM

Show HN: Create AI Art with your phone (Android app, Stable Diffusion) https://ift.tt/ypJ6oBr

Show HN: Create AI Art with your phone (Android app, Stable Diffusion) https://ift.tt/wCVQ04h April 6, 2023 at 12:43PM

Wednesday, April 5, 2023

Tuesday, April 4, 2023

Show HN: I built a real life version of Her https://ift.tt/wpejGWF

Show HN: I built a real life version of Her https://ift.tt/JZSO0FU April 5, 2023 at 07:27AM

Show HN: GPT-4 powered brand name generator https://ift.tt/zxIn7vT

Show HN: GPT-4 powered brand name generator As a fun weekend project to take a break from the everyday work-university cycle, I've messed around with OpenAI's GPT-4 API and created a simple name generator with it. In the coming days, I'll be adding more features. https://www.namique.xyz/ April 5, 2023 at 04:49AM

Show HN: Live coaching app for remote SWE interviews, uses Whisper and GPT-4 https://ift.tt/UNuZJxt

Show HN: Live coaching app for remote SWE interviews, uses Whisper and GPT-4 Posting from a throwaway account to maintain privacy. This project is a salvo against leetcode-style interviews that require candidates to study useless topics and confidently write code in front of a live audience, in order to get a job where none of that stuff matters. Cheetah is an AI-powered macOS app designed to assist users during remote software engineering interviews by providing real-time, discreet coaching and integration with CoderPad. It uses Whisper for audio transcription and GPT-4 to generate hints/answers. The UI is intentionally minimal to allow for discreet use during a video call. It was fun dipping into the world of LLMs, prompt chaining, etc. I didn't find a Swift wrapper for whisper.cpp, so in the repo there's also a barebones Swift framework that wraps whisper.cpp and is designed for real-time transcription on M1/M2. I'll be around if anyone has questions or comments! https://ift.tt/wyC09Af April 5, 2023 at 05:06AM

Show HN: CartoSVG – create beautiful map visualizations easily https://ift.tt/Pf2697p

Show HN: CartoSVG – create beautiful map visualizations easily This project aims at making the creation of rich interactive maps easy, with no compromise on the visual quality. A goal is also to export the final SVG as lightweight as possible, with no dependency on external libraries, which are usually needed to have interactive maps on a website. Feel free to explore the examples (the “examples” dropdown at the top-right) to explore what is possible to design with CartoSVG. https://cartosvg.com April 5, 2023 at 12:35AM

Show HN: NanoApp.dev – Turn JSON into Native Mobile App https://ift.tt/4Da8dnb

Show HN: NanoApp.dev – Turn JSON into Native Mobile App https://ift.tt/S8Ynazk April 4, 2023 at 11:04PM

Show HN: I built a simple IPTV player with M3U support and fuzzy finding in bash https://ift.tt/HzomrBC

Show HN: I built a simple IPTV player with M3U support and fuzzy finding in bash https://ift.tt/nyqhSba April 4, 2023 at 11:40PM

Show HN: I made a GPT-powered job board https://ift.tt/onuZPYR

Show HN: I made a GPT-powered job board https://hiring.cafe/ April 4, 2023 at 11:36PM

Monday, April 3, 2023

Show HN: Garson.io helps product people write like a pro https://ift.tt/M8oFuj3

Show HN: Garson.io helps product people write like a pro If you struggle with writing a professional email, blogpost or documentation article or it takes you too much time, Garson is here to help. AI powered concierge that can improve the quality of your write ups. https://garson.io April 4, 2023 at 09:52AM

Show HN: Abstract coding using GPT 4 https://ift.tt/IyGgZ39

Show HN: Abstract coding using GPT 4 https://ift.tt/5TARPJv April 4, 2023 at 09:28AM

Show HN: Generate Textual Descriptions for Images https://ift.tt/cnx10ZS

Show HN: Generate Textual Descriptions for Images https://scenex.jina.ai April 4, 2023 at 05:58AM

Show HN https://ift.tt/bwB59Xq

Show HN https://ift.tt/Vk1cin8 April 4, 2023 at 06:38AM

Show HN: Daba – Turn your JSON into a database https://ift.tt/k5lb1Ro

Show HN: Daba – Turn your JSON into a database Hi all, I built this tool when I needed a simple LocalStorage-esque database for a client project, and figured others might want something similar. Basically turns your JSON into a query-able, hosted database in seconds. You can read/update/delete JSON files by path, just like you would in Javascript. So, something like get(”users[7].address”) And while we’re at it, I also built a simple file storage service where you upload a file and it gives you the URL back. A lot of my (and other devs friends') side projects will never require more data than a JSON file can handle. Yet we always have to go through the hoops of setting up and using databases meant to handle huge amounts of data. There are many other services that could benefit from the same minimalist philosophy. The idea is to have a bunch of building blocks of different services, and let the developer scale up/down the complexity as they see fit. I'm working on more services for daba (In no particular order: SQLite db?, auth, emails, …) You can use this for any applications where the data can fit in a JSON file. (e.g. Website CMS, blog, portfolio, small mobile apps, internal tools, …). You’ll be surprised at how much data a 20mb JSON file can hold: https://ift.tt/IDtAp3w... Let me know what you think https://www.daba.so April 4, 2023 at 02:24AM

Show HN: Img2irc – convert images to IRC or ANSI, with post-processing filters https://ift.tt/5OS3TJx

Show HN: Img2irc – convert images to IRC or ANSI, with post-processing filters https://ift.tt/2OxcbSJ April 4, 2023 at 02:36AM

Show HN: Ycinterview.ai – Practice the YC Interview with Cloned AI Partners https://ift.tt/ZCz4pkm

Show HN: Ycinterview.ai – Practice the YC Interview with Cloned AI Partners https://ycinterview.ai/ April 4, 2023 at 12:55AM

Show HN: Pubnix.pink, a public-access Void Linux system https://ift.tt/a6XZjxS

Show HN: Pubnix.pink, a public-access Void Linux system This is a hobby project I've been working on, any feedback is greatly appreciated! https://pubnix.pink April 3, 2023 at 11:40PM

Show HN: Free OSS transcription app I made and found it's faster than wispr flow https://ift.tt/2h9d6Kn

Show HN: Free OSS transcription app I made and found it's faster than wispr flow title doesn't let nuance, ofc it's not the app ...