Tuesday, 23 July 2024

Show HN: Track live mentions of any keyword on any forum + Twitter https://bit.ly/3Yi7rrg

Show HN: Track live mentions of any keyword on any forum + Twitter Hey HN! My name's Josh and I'm the sole founder of ForumScout. I had the idea for this project about 3 months ago, and I've been building it ever since. ForumScout notifies you whenever your chosen keyword(s) are mentioned on ANY forum or Twitter thread. For example, let's say you own a SaaS that generates AI headshots. You could get notified when someone mentions "AI headshot", and offer them a free trial of your service. There are many ways I believe a tool like this can be useful, but a few of the obvious ones are: - Respond to mentions of your brand/website in real time. - Find people who mention keywords related to your niche, and engage with potential customers. - Monitor mentions of your competition, and pick the right moments to offer your alternative. - Get creative. You can track live mentions of literally anything, anywhere on the internet. When new posts are found, they will be added to the feed in your dashboard. Email notifications are optional, but will help you engage much faster. Data is pulled from various different real-time Forum APIs, as well as a few native platform APIs, like Reddit. I also built a free search engine so you can search for past mentions if you don't need live ones: https://bit.ly/4dbR97o The search engine works differently from the live service, so it might miss quite a few posts - the live service doesn't miss any. Right now, there's a 2 week free trial that lets you setup 5 of these automations for free. If you'd like a longer trial period, please email me at josh@forumscout.app and I'd be more than happy to extend it for you in return for your feedback:) If it sounds like something you're interested in, I'd be extremely grateful to hear your thoughts. I'm considering adding new features and looking for direction. https://bit.ly/4dbRabs July 23, 2024 at 11:04PM

Show HN: I built a client side Chrome extension to manage your ChatGPT prompts https://bit.ly/4fdapTR

Show HN: I built a client side Chrome extension to manage your ChatGPT prompts https://bit.ly/3zVkOn4 July 24, 2024 at 02:25AM

Show HN: Finetune Llama-3.1 2x faster in a Colab https://bit.ly/4fj8ywI

Show HN: Finetune Llama-3.1 2x faster in a Colab Just added Llama-3.1 support! Unsloth https://bit.ly/46VObR7 makes finetuning Llama, Mistral, Gemma & Phi 2x faster, and use 50 to 70% less VRAM with no accuracy degradation. There's a custom backprop engine which reduces actual FLOPs, and all kernels are written in OpenAI's Triton language to reduce data movement. Also have an 2x faster inference only notebook in a free Colab as well! https://bit.ly/3zTwtmd... https://bit.ly/4deL9L7 July 23, 2024 at 09:30PM

Monday, 22 July 2024

Show HN: I built an AI-powered professional headshot generator https://bit.ly/3xYB1r3

Show HN: I built an AI-powered professional headshot generator Hello HN, I've created QuickHeadshots ( https://bit.ly/4fsQEYL ), an AI-powered service that generates high-quality professional headshots from a few selfies. As a developer, I found existing solutions lacking in consistency and quality, so I decided to build my own. The app uses fine-tuned stable diffusion models to create realistic, professional-looking headshots suitable for LinkedIn profiles, company websites, or any other professional use. This is the result of a lot of experimentation around this to get to a decent quality. The goal has been quality and faithfulness to uploaded images. I'd love to get your feedback on the user experience, technical suggestions or any other aspects of the project. What do you think about the current state of AI-generated images for professional use? Are there any features you'd like to see added? I'm also happy to answer any questions. If you're interested in trying it out, drop a line at drop a line to support-at-quickheadshots.com for a discount code. Looking forward to your thoughts and suggestions! https://bit.ly/4fsQEYL July 23, 2024 at 12:09AM

Show HN: Lisp in C# https://bit.ly/3y8u4nc

Show HN: Lisp in C# https://bit.ly/3LyRZiM July 23, 2024 at 02:14AM

Show HN: Easily map CSV data with lat/lon to H3 for enrichment or aggregation https://bit.ly/4cPIebP

Show HN: Easily map CSV data with lat/lon to H3 for enrichment or aggregation https://bit.ly/4bWncag July 22, 2024 at 11:38PM

Sunday, 21 July 2024

Show HN: Chrome extension to save content to Google Sheets from the context menu https://bit.ly/3LDilA0

Show HN: Chrome extension to save content to Google Sheets from the context menu Hey HN, I wanted to share Add to Sheets https://bit.ly/4dXKqiD , a Chrome extension, that I built to easily save content (text, links, image URLs, page links) to Google Sheets using the right-click context menu. Using the extension, you predefine the destination sheet and column where you want to save data, and then add content from any webpage with a right-click. You can also save content to multiple sheets (or columns) simultaneously. There is also functionality to find and save all email addresses, links, and image URLs on websites right to Sheets. July 22, 2024 at 03:04AM

Show HN: Devs hate 30 mins sales demos. So a better way to do devtools GTM https://bit.ly/3LzOc4G

Show HN: Devs hate 30 mins sales demos. So a better way to do devtools GTM Hey everyone, How many of you hate the boring "Book a Demo" forms on B2B website? Now, how many of you have the same "Book a Demo" form on your website? It seems like lead forms are inevitable, right? But nobody likes to fill out those forms. So we built a better alternative for Devtools go-to-market approach at Chirp. Chirp streamlines collaboration between developers and sales engineers by creating dedicated Slack channels, enabling them to work together seamlessly and close deals faster. We don't take any data out of Slack and don't even ask for permission to read the conversations. Chirp's only task is to automate channel creation between the anonymous website visitor and the sales team on the other side. Give it a whirl and do share your feedback. https://bit.ly/3WvSGj1 July 22, 2024 at 01:19AM

Show HN: Shade/Bs – Modern Web UIs Without Node.js https://bit.ly/46h0Mzf

Show HN: Shade/Bs – Modern Web UIs Without Node.js https://bit.ly/4bNCs9y July 22, 2024 at 12:28AM

Show HN: Context Copy – VS Code extension for quickly copying context https://bit.ly/3YdVCCj

Show HN: Context Copy – VS Code extension for quickly copying context Show HN: Context Copy - VS Code extension for quickly copying context I've developed a VS Code extension called "Context Copy" that allows developers to swiftly copy multiple files with their full context, formatted as markdown. It's designed to streamline the process of sharing code snippets with AI assistants (like ChatGPT or Claude) or in documentation. Key features: - Select multiple files in VS Code Explorer - Right-click to copy full context as markdown - Automatic language detection for syntax highlighting - Includes file paths for better context preservation - Copies directly to clipboard for instant sharing Use cases: - Providing comprehensive code context to AI assistants for more accurate responses - Creating detailed code documentation with proper formatting and file structure - Generating quick, well-formatted code snippets for Stack Overflow answers or GitHub issues It's open source and available on https://bit.ly/3YefjKq . I'm keen to hear your thoughts and suggestions for making it even more useful! VS Code Marketplace: https://bit.ly/3Y9OOFF... https://bit.ly/4fa8Wh7 July 21, 2024 at 11:58PM

Saturday, 20 July 2024

Show HN: Ristretto, an OSS sandboxed code playground/notebook written in itself https://bit.ly/3SdmpuE

Show HN: Ristretto, an OSS sandboxed code playground/notebook written in itself https://bit.ly/3Siz3bJ July 21, 2024 at 07:23AM

Show HN: Local Devin – powered by Sonnet 3.5 https://bit.ly/3Sirmm5

Show HN: Local Devin – powered by Sonnet 3.5 https://bit.ly/3SiH6p3 July 20, 2024 at 10:54PM

Friday, 19 July 2024

Show HN: Gothem stack – An Htmx and templ template https://bit.ly/4cNLyEy

Show HN: Gothem stack – An Htmx and templ template Hey all! I extracted out the stack of libraries I found myself using over and over for my projects in case anyone else would find them useful. This template uses go, templ, HTMX, echo, and mage and has worked pretty well for several projects. It isn't really a framework, more a jumping off point with all the boilerplate done for a server side rendered go app. It is still a work in progress and I would love feedback on it! https://bit.ly/3LtnniN July 20, 2024 at 12:52AM

Show HN: Dermatology-Grade Acne Assessment Tool https://bit.ly/3Y62fGN

Show HN: Dermatology-Grade Acne Assessment Tool Access a dermatology-grade acne assessment tool built by ML researchers at MIT. I use it alongside my acne diary to track the effectiveness of my treatment protocols. Try it out and see how it can help improve your acne management! https://bit.ly/3LCWXuJ July 20, 2024 at 02:22AM

Show HN: Mistral NeMo finetuning fits in Colab https://bit.ly/3Y5Ye5b

Show HN: Mistral NeMo finetuning fits in Colab Managed to make Mistral NeMO 12b https://bit.ly/3zM6vBg fit in a free Google Colab with a Tesla T4 GPU (16GB) for 4bit QLoRA finetuning! Managed to shave 60% VRAM usage and made it 2x faster as well! It should work in under 12GB of VRAM as well! https://bit.ly/3WwRY4b July 19, 2024 at 05:36PM

Show HN: Linux Mint Redesign Proposal https://bit.ly/3WuyuOA

Show HN: Linux Mint Redesign Proposal After several months of work together with other designers, want to announce a Linux Mint redesign proposal. First time posting, hope you like it! https://bit.ly/3zQsp6n July 19, 2024 at 02:41PM

Show HN: Building a Next.js and Firebase boilerplate to save 80% of my time https://bit.ly/3LtiPcf

Show HN: Building a Next.js and Firebase boilerplate to save 80% of my time https://bit.ly/4f6LCkj July 19, 2024 at 09:32AM

Thursday, 18 July 2024

Show HN: ChatGPT Chrome Extension to Keep Temporary Chat Enabled https://bit.ly/3S9ZUXB

Show HN: ChatGPT Chrome Extension to Keep Temporary Chat Enabled https://bit.ly/4bOR2gP July 19, 2024 at 05:05AM

Show HN: NetSour, CLI Based Wireshark https://bit.ly/3zKVkZr

Show HN: NetSour, CLI Based Wireshark This code is still in early beta, but i sincerley hope it will become as ubiquitous as VIM on Linux. https://bit.ly/3WbZ1Pn July 19, 2024 at 03:17AM

Wednesday, 17 July 2024

Show HN: I made a website to learn and practice mental math https://bit.ly/3xSBNG3

Show HN: I made a website to learn and practice mental math https://bit.ly/3ScnqmE July 17, 2024 at 06:52PM