Thursday 29 February 2024

Show HN: Predictive Text Using Only 13KB of JavaScript. No LLM https://bit.ly/3wDyUrC

Show HN: Predictive Text Using Only 13KB of JavaScript. No LLM https://bit.ly/3P3Ucor March 1, 2024 at 01:11AM

Show HN: A curated list of tech related to Autism Spectrum Disorder(ASD) https://bit.ly/49FcmW8

Show HN: A curated list of tech related to Autism Spectrum Disorder(ASD) https://bit.ly/49wxltT March 1, 2024 at 01:03AM

Show HN: We Built the Fastest Spreadsheet https://bit.ly/49zqksl

Show HN: We Built the Fastest Spreadsheet https://bit.ly/49xI4EB February 29, 2024 at 04:57PM

Show HN: Dice Guess – which side lands up? https://bit.ly/3uTkR0u

Show HN: Dice Guess – which side lands up? Based on a X post: https://twitter.com/typedfemale/status/1757510140524482988 https://apple.co/42XwaRL February 29, 2024 at 03:53PM

Show HN: Workout Tracker – self-hosted, single binary web application https://bit.ly/49wlnRf

Show HN: Workout Tracker – self-hosted, single binary web application I tried some web tools to track my workouts (specifically, running); some (like FitTrackee) came close, but I always found annoyances. So I decided to build my own. Specifically geared towards distance-based workouts, such as walking, running or cycling. https://bit.ly/49wlooh February 29, 2024 at 02:45PM

Show HN: Capture emails with 5 lines of code https://bit.ly/3P6209h

Show HN: Capture emails with 5 lines of code Capturing emails always sucked. I don't want to add a full-blown newsletter API. That's why I've created my own tool. Would love your feedback on this https://bit.ly/4bYc51K February 29, 2024 at 09:51AM

Wednesday 28 February 2024

Show HN: SQL Workbench in the Browser https://bit.ly/3wuZmDv

Show HN: SQL Workbench in the Browser https://bit.ly/48tpXOM February 28, 2024 at 02:44PM

Show HN: An AI Image to Summary Generator https://bit.ly/48H0rWw

Show HN: An AI Image to Summary Generator I am validating this idea. Will start building after 1 order. Will anyone pay for this service? https://bit.ly/48xGAJ8 February 28, 2024 at 12:46PM

Tuesday 27 February 2024

Show HN: AI Convert https://bit.ly/3UVEcc4

Show HN: AI Convert https://bit.ly/4bQCYVx February 27, 2024 at 11:24PM

Show HN: I made an app to use local AI as daily driver https://bit.ly/3IdYN3R

Show HN: I made an app to use local AI as daily driver Hi Hackers, Excited to share a macOS app I've been working on: https://bit.ly/3ImHuNL for chatting with local AI. While it's amazing that you can run AI models locally quite easily these days (through llama.cpp / llamafile / ollama / llm CLI etc.), I missed feature complete chat interfaces. Tools like LMStudio are super powerful, but there's a learning curve to it. I'd like to hit a middleground of simplicity and customizability for advanced users. Here's what separates RecurseChat out from similar apps: - UX designed for you to use local AI as a daily driver. Zero config setup, supports multi-modal chat, chat with multiple models in the same session, link your own gguf file. - Import ChatGPT history. This is probably my favorite feature. Import your hundreds of messages, search them and even continuing previous chats using local AI offline. - Full text search. Search for hundreds of messages and see results instantly. - Private and capable of working completely offline. Thanks to the amazing work of @ggerganov on llama.cpp which made this possible. If there is anything that you wish to exist in an ideal local AI app, I'd love to hear about it. https://bit.ly/3ImHuNL February 28, 2024 at 01:40AM

Show HN: Mountaineer – Webapps in Python and React https://bit.ly/3URc1el

Show HN: Mountaineer – Webapps in Python and React Hey HN, I’m Pierce. Today I’m open sourcing a beta of Mountaineer, an integrated framework for building webapps in React and Python. I’ve written a good 25+ webapps over the last few years in almost every major framework under the sun. Python and React remain my favorite. They let you get started quickly and grow to scale. But the developer experience of linking these two worlds remains less than optimal: — Sharing typehints and schemas across frontend and backend code — Scattered fetch() calls to template data and modify server objects — Server side rendering / gateway support — Error handling on frontend fetches Mountaineer is an attempt to solve those problems. I didn’t want to re-invent the wheel of what Python and React are good at, so it’s relatively light on syntax. It provides one frontend hook for React apps and introduces a MVC convention on the backend for managing views. Support files are generated progressively through a local watcher, so IDE type-hints and function calls work out of the box. It’s more intuitive to explain with some code, so pop over to the Github if you’re interested in this stack and taking a look: Github: https://bit.ly/3uCNleY More context: https://bit.ly/3UVYimr... Would love to hear your thoughts! https://bit.ly/3uCNleY February 27, 2024 at 03:59PM

Show HN: Software Engineer jobs at modern Vietnam tech companies https://bit.ly/49sUkWF

Show HN: Software Engineer jobs at modern Vietnam tech companies https://bit.ly/49rlv4v February 27, 2024 at 02:34PM

Monday 26 February 2024

Show HN: I built a tool to help you search for CivitAI's models by art style https://bit.ly/3OULUPK

Show HN: I built a tool to help you search for CivitAI's models by art style https://bit.ly/48wELfp February 27, 2024 at 08:08AM

Show HN: Unlock PDF Insights with Google Gemini: AI-Powered Summarization https://bit.ly/4bNesEH

Show HN: Unlock PDF Insights with Google Gemini: AI-Powered Summarization https://bit.ly/48xeMVl February 26, 2024 at 11:40AM

Sunday 25 February 2024

Show HN: Iauto – Low-Code automation tool that integrates LLM and RPA https://bit.ly/48s3fq9

Show HN: Iauto – Low-Code automation tool that integrates LLM and RPA Will the combination of LLM and RPA make automation easier to deploy and more powerful? iauto is an attempt to combine LLM and RPA, and we welcome any discussion on this topic. https://bit.ly/49qP329 February 26, 2024 at 06:18AM

Show HN: Justpath – a simple utility to explore the PATH environment variable https://bit.ly/3IaRgCP

Show HN: Justpath – a simple utility to explore the PATH environment variable https://bit.ly/3wu90GF February 24, 2024 at 06:32PM

Show HN: FastAPI wrapper for recognize-anything image recognition models https://bit.ly/3wnkhbC

Show HN: FastAPI wrapper for recognize-anything image recognition models I've been experimenting with the recognize anything models from https://bit.ly/3ORtjEo and ended up writing a simple HTTP API around them using FastAPI, packaged into an offline-capable docker image on Dockerhub ( https://bit.ly/49Lbzm6 ). This made it convenient to run inference across all my photos, and create a web app to search / browse them by tag/content (I plan to tidy this up and release it too). https://bit.ly/49NiA5H February 25, 2024 at 01:23PM

Show HN: Bungo Bloxx – playable Tetris window display https://bit.ly/3SPzAla

Show HN: Bungo Bloxx – playable Tetris window display https://bit.ly/3SJKg4E February 25, 2024 at 10:50AM

Show HN: Automated and personalized push notifications and emails using LLM https://bit.ly/3TcyYqQ

Show HN: Automated and personalized push notifications and emails using LLM I'm currently trying to find proof of concept around this idea i have. It's pretty early and any feedback is appreciated. Currently in email marketing you can personalize marketing emails based on tags and group them into fx. a segment. This allows the marketer to personalize the email to the extend an limited to the segmentation, tags of the user and usage of those tags in the emails. But what if you could fully automate it and personalize it to create unique marketing emails for everyone where real-time user data, behaviour and the environment the user is in also could be part of this. I'm working on a beta. The idea is that rather than writing your marketing email your would instead provide an "intent". Fx. "new product launch at https://bit.ly/3TaLirG ". This information could then be used along with information about the users to fully customize the email for each of them. Even based on the weather and stuff like that. The hypothesis is that this would increase AARRR. https://bit.ly/3TaLiYI February 25, 2024 at 02:52AM

Saturday 24 February 2024

Show HN: Namique, straight-to-point brand name generator https://bit.ly/42ZiINl

Show HN: Namique, straight-to-point brand name generator https://bit.ly/3m8DGsc February 25, 2024 at 01:28AM