Posts

New Show Hacker News story: Show HN: IncarnaMind-Chat with your multiple docs using LLMs

Show HN: IncarnaMind-Chat with your multiple docs using LLMs 2 by joeyxiong | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Slash Saber – endless game made in ThreeJS and Vue

Show HN: Slash Saber – endless game made in ThreeJS and Vue 4 by honzaaap | 0 comments on Hacker News. Slash Saber is open source: https://ift.tt/bvUiHDW Blender files for some of the 3D assets are available in the GitHub repository. I am open to any feedback.

New Show Hacker News story: Show HN: I built an app that lets you create and chat with 3D AI characters

Show HN: I built an app that lets you create and chat with 3D AI characters 2 by frank_grimes_sr | 0 comments on Hacker News. Hello everyone! I'm excited to announce the launch of Astrocyte, a web app that allows you to create and interact with 3D AI characters. Whether it's video game heroes, anime characters, political figures, or even that obscure NPC from your favorite RPG, you can bring them to life and have a chat with them on Astrocyte! Many users have already begun crafting their own characters on Astrocyte, and the conversations have been incredibly entertaining. I would be thrilled if you could give it a try and share your honest feedback. Thank you!

New Show Hacker News story: Show HN: Python SDK for iWF – workflowAsCode API orchestration engine

Show HN: Python SDK for iWF – workflowAsCode API orchestration engine 4 by qlong-seattle | 0 comments on Hacker News. Main repo(with docs/wiki/discussion): https://ift.tt/cEj1gmh Samples: https://ift.tt/wDa4iEr

New Show Hacker News story: Show HN: Nue – A React/Vue/Vite/Astro Alternative

Show HN: Nue – A React/Vue/Vite/Astro Alternative 32 by tipiirai | 9 comments on Hacker News. Author here. I've been working on this for the past ~12 months, lately full-time. I'm releasing two things today: 1. Nue JS: https://ift.tt/ukCL9Hd — A tiny (2.3kb minzipped) JavaScript library for building user interfaces. It's like React/Vue core, but there are no hooks, effects, props, or other unusual abstractions on your way. Know the basics of HTML, CSS, and JavaScript and you are good to go. Nue JS supports server-side rendering (SSR), reactive components, and "isomorphic" combinations. It takes inspiration from Vue 2.0 and Riot.js. (I'm actually the original author of Riot). 2. Nue ecosystem: https://ift.tt/GizvWsk — This is the ultimate goal and once all the sub-projects are finished, Nue will be a serious alternative to things like Vite, Next.js, and Astro. The thing is that I'm not happy with the current state of web development, so I want to write a...

New Show Hacker News story: Show HN: SlackRevert, a Firefox extension to revert Slack's new design

Show HN: SlackRevert, a Firefox extension to revert Slack's new design 2 by apimade | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Image Eval – An evaluation toolkit for image generation models

Show HN: Image Eval – An evaluation toolkit for image generation models 2 by nutellalover | 0 comments on Hacker News.

New Show Hacker News story: Show HN: A vector database with semantic SQL-like filtering

Show HN: A vector database with semantic SQL-like filtering 4 by mengk | 0 comments on Hacker News. Hi HN! It’s always bothered me that there’s no real equivalent of SQL WHERE for vector content. Filtering is one of the cornerstones of a modern database — but vector DBs only support either top-k sort, which is only useful for fuzzy search, or metadata filtering, which isn’t semantic. I’ve found myself wanting all the results matching my semantic query, not just k! Aside from data analysis, it's relevant if you’re trying to do any LLM reasoning: you don’t make good decisions or reach good conclusions by considering a small subset of information. So, we’ve designed a filtering primitive on top of vectors and assembled a demo on customer reviews from Trustpilot, Yelp, App Store, etc. You can select any brand/restaurant/app, and slice the review data however you want. The filter should find all matching documents, not just the top-k. Check it out at https://ift.tt/O3PVB4t ! Not supe...

New Show Hacker News story: Show HN: ChatGPT History Explorer

Show HN: ChatGPT History Explorer 2 by kuchin | 0 comments on Hacker News. Hey HN, As a heavy ChatGPT user, I often want to explore my chat history, look for things I've already asked, keep favorite chats, and much more. ChatGPT doesn't even offer search capability (except in mobile version). So I decided to build one myself. It runs locally, so no sensitive data leaks. You only need to export your ChatGPT conversations, and put it in the `data` folder. Optionally setup OpenAI API key and it will create embeddings for semantic search. *Important* - it's not a desktop app (at least, not yet) - it's a python code with a browser interface that I've only tested on MacOS so far. Minimal dev skills are required to set it up. Current functionality: - Github-style activity graph and some other statistics - Browse and read your conversations - Quick filters by conversation title and time period - Search (semantic and simple "strict") - Add chats to favorites - O...

New Show Hacker News story: Show HN: Microphone Test

Show HN: Microphone Test 2 by nadermx | 0 comments on Hacker News. Hey HN, I recently bought a Razor laptop and put Ubuntu on it. After the initial set up I couldn't get the microphone to work. In the process I saw that the domain itself was for sale, so I decided to pick it up and make a website that did exactly what I wanted. Hope you enjoy the simplicity of it. If there is any other suggestions please let me know

New Show Hacker News story: Show HN: I found this useful tool for creating HTML Emails for free

Show HN: I found this useful tool for creating HTML Emails for free 3 by jranand | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Vips – Emacs Interface for OpenAI's GPT API and DeepL's Translation API

Show HN: Vips – Emacs Interface for OpenAI's GPT API and DeepL's Translation API 2 by mklemp | 0 comments on Hacker News. I am excited to share vips.el, an Emacs interface for OpenAI's GPT API and DeepL's translation API. With vips.el, you can work directly with OpenAI's GPT-4 and GPT-3.5-turbo models, customize parameters for fine-tuning the output, and translate text seamlessly using the DeepL API, all within Emacs. The tool is designed to be easy to install and use, with a range of keyboard shortcuts for quick access to its features. It's distributed as free software under the terms of the GNU General Public License. You can find more details, including installation steps and usage instructions, in the project's README file. I would love to hear your feedback and suggestions!

New Show Hacker News story: Show HN: Tophat – a friendly 2d game framework

Show HN: Tophat – a friendly 2d game framework 2 by mr_ms | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Kr8s a batteries-included Python client library for Kubernetes

Show HN: Kr8s a batteries-included Python client library for Kubernetes 2 by jacobtomlinson | 0 comments on Hacker News. Hey folks. I'm the author of kr8s. I’ve been working on kr8s for a while now and one of my core goals is to build a Python library for Kubernetes that is the most simple, readable and produces the most maintainable code. It should enable folks to write clean code when working with the Kubernetes API. If you're interested in how it compares with other libraries then check out [this post]( https://ift.tt/iMD5sJ4... ). Happy to answer any questions you might have in the comments here .

New Show Hacker News story: Show HN: Demo Creation Platform (Bootstrapped)

Show HN: Demo Creation Platform (Bootstrapped) 2 by gapostolov | 0 comments on Hacker News. Hi, I am George, a co-founder of LiveDemo. Our LiveDemo chrome and web application helps founders, sales and marketing people to develop a live demonstration of their product, allowing them to: - Show their product features to prospects - Capture hot leads with their product - And ultimately sell their product with their product. It is better to see once than to hear a hundred times. Our website: https://livedemo.live https://ift.tt/wWuAFx8... Please let me know what do you think about the app