Tuesday, August 8, 2023

Show HN: CoverBot – AI-Generated Covering Letters https://ift.tt/c6DmnS8

Show HN: CoverBot – AI-Generated Covering Letters Hello HN, We've launched CoverBot - a web application that generates cover letters. It uses AI to extract the relevant information from CV and job description and then uses that information to generate a unique cover letter. Any thoughts or feedback are welcome! https://coverbot.net August 8, 2023 at 02:04AM

Show HN: Doculite – Use SQLite as a Document Database https://ift.tt/4uLw6ry

Show HN: Doculite – Use SQLite as a Document Database Hi! As I was working on a side project, I noticed I wanted to use SQLite like a Document Database on the server. So I built Doculite. DocuLite lets you use SQLite like Firebase Firestore. It's written in Typescript and an adapter on top of sqlite3 and sqlite. Reasons: 1) Using an SQL Database meant having less flexibility and iterating slower. 2) Alternative, proven Document Databases only offered client/server support. 3) No network. Having SQLite server-side next to the application is extremely fast. 4) Replicating Firestore's API makes it easy to use. 5) Listeners and real-time updates enhance UX greatly. 6) SQLite is a proven, stable, and well-liked standard. And, apparently one of the most deployed software modules right now. (src: https://ift.tt/BR0H1zY ) What do you think? Feel free to comment with questions, remarks, and thoughts. Happy to hear them. Thanks https://ift.tt/dpQDNlc August 8, 2023 at 01:44AM

Monday, August 7, 2023

Show HN: Micrograd TS https://ift.tt/TISsBO6

Show HN: Micrograd TS https://ift.tt/UMzlwAq August 7, 2023 at 02:41PM

Show HN: Relume Site Builder – The fastest way to design and build a website https://ift.tt/CkNKZY9

Show HN: Relume Site Builder – The fastest way to design and build a website https://ift.tt/YOVgJx1 August 7, 2023 at 01:37PM

Show HN: I created an app to transfer files from my PC to any device wirelessly https://ift.tt/Y1ovFi3

Show HN: I created an app to transfer files from my PC to any device wirelessly I found transferring images from my PC to my phone very tedious. Using Whatsapp and other such apps reduced image quality and had limitations on the file size. Using online file transfer solutions were too slow for my taste. Hence, I created a desktop app to send all sorts of files - images, PDFs, lengthy videos, etc. to any device connected to the same Wi-Fi network. You also don't need to download a separate mobile app. There's only 3 steps involved - select your files, scan a QR code, download your files. You can download it now for free via https://fyldrop.com August 7, 2023 at 12:23AM

Show HN: Carbonyl Terminal – A Windows/Linux/macOS Client for Carbonyl Browser https://ift.tt/a3rIJU7

Show HN: Carbonyl Terminal – A Windows/Linux/macOS Client for Carbonyl Browser https://ift.tt/XU2689W August 7, 2023 at 04:53AM

Show HN: ChatData-yet another chat-with-document app, querying millions of files https://ift.tt/RkXuLHi

Show HN: ChatData-yet another chat-with-document app, querying millions of files https://ift.tt/KBRMONz August 7, 2023 at 03:41AM

Show HN: RingtoneSmartKit – Kotlin Library for Android Ringtones https://ift.tt/97TSlKB

Show HN: RingtoneSmartKit – Kotlin Library for Android Ringtones I built RingtoneSmartKit – an open-source Kotlin library for managing Andro...