Posts

Showing posts from October, 2023

New Show Hacker News story: Show HN: JS Local-only AI Apps starter kit: cost $0 to run and test locally

Show HN: JS Local-only AI Apps starter kit: cost $0 to run and test locally 7 by ykhli | 2 comments on Hacker News. Hi HN! Here's a local-only stack I built over the weekend - hope it can be useful for you! I have been building a lot of AI apps - https://ift.tt/AjJTc3u https://ift.tt/8LSkUms ... And there were definitely times I spent way too much $$ before deploying the app to production. So I was looking for a "local only" stack and found a few tools that worked well together. I used the following set of tools but may add more options later: - Inference: Ollama - VectorDB: Supabase pg-vector - LLM orchestration: langchain - Framework: nextjs My learning from building ai-town was also that many people don't have the luxury of swiping a credit card to test an app with a lot of AI workloads -- not surprisingly, many models on Ollama are already very good - I used llama2-7b for majority of my dev work. Hope this can lower the barrier to entry for building AI apps. :)

New Show Hacker News story: Show HN: An instantly usable To-Do List desktop Web App, no sign-up/log-in

Show HN: An instantly usable To-Do List desktop Web App, no sign-up/log-in 2 by cloths | 0 comments on Hacker News. ... by saving data in the URL, base64 encoded. About a year ago I wanted a fast, simple, throwaway, no sign-up/log-in To-Do List at my fingertips at work, I couldn't find one so I built one myself, in a quick and dirty way. Recently I decided to release to public, so I rewrote, productise it a bit, added markdown support, added dark mode, added extension for chromium browsers etc, and this is it. May you find this small utility website useful if you happen to need something like this as well. Some tech & non-tech bullets - Pure static website - Data goes up to URL on updating, base64 encoded, non-hashed spa style - Rewrote with React & Redux - ChatGPT assistance for markdown parsing, regex and its unit testing - Playwright for testing - CDN with AWS CloudFront Any feedback and comments are appreciated. ---- A note on saving data in the URL, To-Do lists usua

New Show Hacker News story: Show HN: Undead – scary fast, bewitching web pages on the JVM with no JavaScript

Show HN: Undead – scary fast, bewitching web pages on the JVM with no JavaScript 4 by floodfx | 0 comments on Hacker News. Hey HN. I wrote a LiveView implementation for the JVM called Undead. (The name Undead is a play on the "Live" part of LiveViews.) I had been waiting for the new StringTemplates feature of Java 21 which made it scary-easy to get the right data structures to make things work. It's been enchanting to write Java after about ten years in Javascript and Go lands. Would love folks to try it out and lmk what you think. If you aren't too scared that is. ;)

New Show Hacker News story: Show HN: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context

Show HN: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context 149 by rushingcreek | 64 comments on Hacker News. Hi HN, We’re excited to announce that Phind now defaults to our own model that matches and exceeds GPT-4’s coding abilities while running 5x faster. You can now get high quality answers for technical questions in 10 seconds instead of 50. The current 7th-generation Phind Model is built on top of our open-source CodeLlama-34B fine-tunes that were the first models to beat GPT-4’s score on HumanEval and are still the best open source coding models overall by a wide margin: https://ift.tt/zaSrVu9... . This new model has been fine-tuned on an additional 70B+ tokens of high quality code and reasoning problems and exhibits a HumanEval score of 74.7%. However, we’ve found that HumanEval is a poor indicator of real-world helpfulness. After deploying previous iterations of the Phind Model on our service, we’ve collected detailed feedback and noticed that our model m

New Show Hacker News story: Show HN: Unlogged – open-source record and replay for Java

Show HN: Unlogged – open-source record and replay for Java 24 by shardullavekar | 0 comments on Hacker News. Hello HN! Parth, and Shardul here. We have been building unlogged.io for the last 21 months. We started as a time travel debugger and pivoted to record and replay with assertions, mocking, and code coverage. You can save the replays in the form of a JSON and commit them to your git. Both Parth and I come from an e-commerce/payments background where production bugs meant heavy financial losses. Big billion days/Black Friday sales meant months of code freezes with low productivity. Before committing the code, we wanted to replay production traffic and know the breaking changes right away, like in sub-second. Kind of like unit+integration tests on steroids. So, we built an SDK that adds probes to the code in compile time. The SDK logs code execution, in detail. Git: https://ift.tt/iBcn1O8 We also built an IDE plugin that keeps monitoring code changes, hot reloads these changes,

New Show Hacker News story: Show HN: I made a trivia game for fellow movie lovers

Show HN: I made a trivia game for fellow movie lovers 2 by jeanmayer | 2 comments on Hacker News. This is for those who, like me, are cinephiles. You just need to ask questions and try to guess the movie's name that ChatGPT picked. It's a great game to exercise your brain and memory. Give it a try and let me know what you think (:

New Show Hacker News story: Show HN: Launch a private Ethereum Testnet with all clients and MEV infra

Show HN: Launch a private Ethereum Testnet with all clients and MEV infra 5 by break_the_bank | 0 comments on Hacker News. We've been working with the Ethereum Foundation & Flashbots to build tooling and infrastructure for developers to test various workflows for Ethereum. As part of that work, anyone can now spin up a local Ethereum dev net with the entire Flashbots mev-boost infra (relayer, builder, boost) using the ethereum-package. This package supports all EL and CL client types, works on Kubernetes for scale testing, and comes with a few bells and whistles like metrics, mock-builders, and beacon chain explorers. This is the de-facto tool for teams modifying and testing the consensus layer. Here's a full tutorial - https://ift.tt/nXgaFzG...

New Show Hacker News story: Show HN: I’m writing a “US Banking and Credit for Foreigners” guide

Show HN: I’m writing a “US Banking and Credit for Foreigners” guide 4 by kukabynd | 2 comments on Hacker News. So I’m writing a guide about accessing US Banking & Credit as a non-US resident. It’s work-in-progress but the first couple of chapters are accessible for everybody. Any feedback is appreciated!

New Show Hacker News story: Show HN: Newslater – A Personal Newsletter Generator

Show HN: Newslater – A Personal Newsletter Generator 3 by harls | 0 comments on Hacker News. Inspired by my ability to collect articles from HN that I wanted to read, but never getting around to reading them, I built Newslater. You add the articles you want to read to your reading list, and Newslater will email you a newsletter containing summaries of 5 of your articles sent at a time you choose. My aim was to create a tl;dr newsletter from articles you are actually interested in. The app is free, has no ads, and is available on Android and iOS: https://ift.tt/6XxTLcj https://ift.tt/ipoycWb It’s a bit rough, but I thought some others may be interested in giving it a go. You can see examples of the newsletters it generates here too https://newslater.co/

New Show Hacker News story: Show HN: Yet another HN UI clone (sorry)

Show HN: Yet another HN UI clone (sorry) 2 by sadge541 | 0 comments on Hacker News. Inspired by https://ift.tt/CHcELs5 , this is done sort of as a learning journey since I've never built an app from scratch using Next.js and tailwindcss before. This is done over 2 days so it's quite bare in terms of features i.e. read-only but I would still like to share this project. Let me know what you guys think and feel free to provide any feedback!

New Show Hacker News story: Show HN: Marmotte – Open-Source IT Asset Management Made Simple

Show HN: Marmotte – Open-Source IT Asset Management Made Simple 4 by marmotteio | 1 comments on Hacker News.

New Show Hacker News story: Show HN: OpenSign – The open source alternative to DocuSign

Show HN: OpenSign – The open source alternative to DocuSign 3 by alexopensource | 1 comments on Hacker News.

New Show Hacker News story: Show HN: WireHole combines WireGuard, Pi-hole, and Unbound with an easy UI

Show HN: WireHole combines WireGuard, Pi-hole, and Unbound with an easy UI 15 by byteknight | 49 comments on Hacker News. WireHole offers a unified docker-compose project that integrates WireGuard, PiHole, and Unbound, complete with a user interface. This solution is designed to empower users to swiftly set up and manage either a full or split-tunnel WireGuard VPN. It features ad-blocking capabilities through PiHole and enhanced DNS caching and privacy options via Unbound. The intuitive UI makes deployment and ongoing management straightforward, providing a comprehensive VPN solution with added privacy features.

New Show Hacker News story: Show HN: ChatGQL – Natural Language Conversations with GraphQL APIs

Show HN: ChatGQL – Natural Language Conversations with GraphQL APIs 3 by fazlerocks | 0 comments on Hacker News.

New Show Hacker News story: Show HN: More than four images in one prompt from DALL-E

Show HN: More than four images in one prompt from DALL-E 5 by aghilmort | 0 comments on Hacker News.

New Show Hacker News story: Show HN: A local Python prototyping tool for Jupyter and Streamlit

Show HN: A local Python prototyping tool for Jupyter and Streamlit 4 by galenmarchetti | 0 comments on Hacker News. Hey HN! I built a local Python prototyping tool that is finally the Python development environment I've always wanted. It has a Jupyter notebook for data crunching, a database of your choice (Python or MongoDB), and a Streamlit app for building a frontend visualization. You can edit the Streamlit backend via an embedded VSCode editor, or locally on your own IDE. The best part for me is that the database connectors within Jupyter and Streamlit are configured out-of-the-box, so you don't need to spend time thinking about how to tie all that together - you can just pick the database you want to use and get going. Disclaimer: I do also work on the tool that deploys all this under the hood, but this project is a personal hackweek project that I threw together so I could develop Python apps on my own

New Show Hacker News story: Show HN: An AI that reads privacy policies for you

Show HN: An AI that reads privacy policies for you 4 by oli799 | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Maven to Gradle (Dependency Conversion)

Show HN: Maven to Gradle (Dependency Conversion) 2 by kartikarti | 0 comments on Hacker News. Very tiny project to convert your Maven dependency blocks to Gradle. On a mission to support other build systems in the JVM ecosystem too :).

New Show Hacker News story: Show HN: Cheddar, the app for people who hate budgeting

Show HN: Cheddar, the app for people who hate budgeting 2 by carbine | 0 comments on Hacker News.

New Show Hacker News story: Show HN: A JavaScript library to generate rhyming passphrases

Show HN: A JavaScript library to generate rhyming passphrases 3 by cmdli | 0 comments on Hacker News.

New Show Hacker News story: Show HN: FreeChat – local LLM chat for macOS

Show HN: FreeChat – local LLM chat for macOS 2 by rgbrgb | 0 comments on Hacker News. Hey HN, I made a tiny website for my llama.cpp-powered mac app. You can load in any GGUF (or it'll download the nice synthia mistral 7B fine-tune by default). I'm excited about local AI because of the privacy characteristics (you can run FreeChat without even connecting to the internet). I think that to amplify our abilities to the fullest extent we'll want information to flow fluidly back and forth between our brain and the AI. I'm pretty wary of what I'd plug my uncensored brain into, but keeping everything on-device feels most trustworthy to me. I was blown away by the llama.cpp demos and want to 1) make something useful for myself and 2) push more people towards open models and local AI. This is my first foray into packaging a local AI product for less technical users. The UX is basically cloned from other chat apps out there. Please join the TestFlight if you're a mac u

New Show Hacker News story: Show HN: Mango Mail – The most affordable email host with unlimited addresses

Show HN: Mango Mail – The most affordable email host with unlimited addresses 29 by svjx | 22 comments on Hacker News. Hey everyone, I implemented many of the suggestions you made on our last post and thought I'd give this another go. As always, criticism is welcome and Happy Halloween!

New Show Hacker News story: Show HN: JellyBox – Jellyfin Desktop Client(beta)

Show HN: JellyBox – Jellyfin Desktop Client(beta) 21 by avdept | 11 comments on Hacker News. Hey guys, so I've been working on native desktop macos client for jellyfin server. Feel free to join and try it out https://ift.tt/XFLxkVa

New Show Hacker News story: Show HN: Convochat

Show HN: Convochat 2 by convochat | 2 comments on Hacker News. Like the videos? The content? Guess the current valuation? Take a look: Convochat.com

New Show Hacker News story: Show HN: Basil – AI Portfolio Tracker

Show HN: Basil – AI Portfolio Tracker 3 by npuns | 0 comments on Hacker News.

New Show Hacker News story: Show HN: WebSession, a Secure Replacement for Cookies

Show HN: WebSession, a Secure Replacement for Cookies 2 by zacharyvoase | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Image Turing test for humans. Test your AI detection skills

Show HN: Image Turing test for humans. Test your AI detection skills 2 by calicastle | 1 comments on Hacker News. We are blurring the lines between real images vs A.I. generated images with the innovations like Midjourney and DALL E. IsThatAI is a place where you can take the image Turing tests to tell A.I. from real ones! Show A.I. who's boss!

New Show Hacker News story: Show HN: Autolicious – AI-powered bookmark cataloging Chrome extension

Show HN: Autolicious – AI-powered bookmark cataloging Chrome extension 4 by coolvision | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Callegram – Telegram Mini App for scheduling calls with ease

Show HN: Callegram – Telegram Mini App for scheduling calls with ease 2 by Arterialist | 0 comments on Hacker News. Callegram is a Mini App that allows you to manage your calls calendar inside Telegram. You can share your schedule (like calendly), book slots, get reminders about upcoming meetings. It is built using vanilla html+css+js for the frontend, and fastapi+postgresql for the backend in 10 days.

New Show Hacker News story: Show HN: Pypipe – A Python command-line tool for pipeline processing

Show HN: Pypipe – A Python command-line tool for pipeline processing 2 by bugen | 0 comments on Hacker News. pypipe is a command-line tool for writing data pipelines in Python. When working with data processing in the terminal, I often find myself wanting to pass the output of commands to Python for further processing. In such cases, one can either write one-liners or create regular Python scripts and connect them through pipes. However, using pypipe makes this process more convenient and efficient.

New Show Hacker News story: Show HN: Use an EEPROM as Programmable Logic

Show HN: Use an EEPROM as Programmable Logic 2 by dusted | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Puzzlip

Show HN: Puzzlip 3 by lnenad | 0 comments on Hacker News. Hey all, I built this puzzle generator to practice my wasm skills in Rust. Hope someone has fun. Source: https://ift.tt/ar6Ep4N

New Show Hacker News story: Show HN: vbang2 – DDG-Style Bangs with Customizations

Show HN: vbang2 – DDG-Style Bangs with Customizations 2 by firexcy | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Tiledesk – Open-Source LLM Chatbot Framework

Show HN: Tiledesk – Open-Source LLM Chatbot Framework 2 by MicheleP84 | 0 comments on Hacker News. Tiledesk is an open-source chatbot designer that unleashes the potential of LLM-enabled chatbots and process automation through a user-friendly drag-and-drop interface. Witness its capabilities in action here: https://youtu.be/ZDPoVVbXxs8 With Tiledesk, you can create dynamic, human-like conversations without the complexities of coding or scripting. Our guiding principle is straightforward: Design, Test, and Launch Your Conversation Flows Across All Your Digital Channels in Minutes The quickest way to experience Tiledesk new product version is by visiting our website. For those curious about our codebase, explore our latest repository on GitHub: https://ift.tt/vormEUS Let's maintain a discussion focused on the essentials. We're here to answer your questions, provide insights, and share technical details. For additional information and inquiries, please don't hesitate to con

New Show Hacker News story: Show HN: Images and animatons in 50 characters of stack based code

Show HN: Images and animatons in 50 characters of stack based code 2 by Lerc | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Storybooks – AI-generated bedtime stories for kids

Show HN: Storybooks – AI-generated bedtime stories for kids 2 by awormuth | 0 comments on Hacker News.

New Show Hacker News story: Show HN: My Attempt to Simplify Philosophy

Show HN: My Attempt to Simplify Philosophy 2 by Phileosopher | 3 comments on Hacker News.

New Show Hacker News story: Show HN: Glyph DLP – a data loss prevention API

Show HN: Glyph DLP – a data loss prevention API 3 by ackatz | 0 comments on Hacker News. Hi HN, Glyph DLP is an API that scans or redacts sensitive information (emails, SSNs, credit cards, etc.) from Base64-encoded files/strings. So far I have coverage for text files, JSON, PDF, CSV, DOCX, and XLSX files and may consider adding a few more in the future. I made this app mostly for fun and learning and to scratch the creative itch over the past few months. I am using FastAPI in Docker hosting it on Fly.io. I originally wanted to use SQLite/LiteFS on Fly but ran into some issues with concurrent writers when keeping track of rate-limiting on the API. I am now using managed MySQL on Planetscale which has been awesome and would definitely recommend both Fly and Planetscale to anyone making small hobby projects. Even though the API functions are relatively simple, this is definitely the hardest I have worked on an app. I put a lot more effort into design and getting things how I want them,

New Show Hacker News story: Show HN: sbctl – Secure Boot key manager

Show HN: sbctl – Secure Boot key manager 2 by Foxboron | 0 comments on Hacker News.

New Show Hacker News story: Show HN: SignalDB – Reactive Local JavaScript Database

Show HN: SignalDB – Reactive Local JavaScript Database 3 by zlies | 0 comments on Hacker News. SignalDB is a local JavaScript database with a MongoDB-like interface and TypeScript support, enabling optimistic UI with signal-based reactivity across multiple frameworks. It integrates easily with libraries like Angular, Solid.js, Preact, and Vue, simplifying data management with schema-less design, in-memory storage, and fast queries.

New Show Hacker News story: Show HN: Rails-like CLI for building full-stack Nextjs apps faster

Show HN: Rails-like CLI for building full-stack Nextjs apps faster 2 by gooky | 1 comments on Hacker News. Hello, HN! Excited to share Kirimase, a CLI tool I built to scratch a recurring itch: is there a better way to set up my nextjs projects with my essentials packages? If you’ve grappled with the repetitive chore of configuring orm (drizzle orm or prisma), auth (next-auth, clerk or lucia-auth), trpc, shadcn-ui and resend (email), I hope this can help! Features Quick init: Dive straight into development without the mundane initial setup for core packages. Scaffolding: Inspired by the Rails CLI's scaffold feature, Kirimase helps you quickly set up new DB models + controllers (api and trpc routers) + views (using shadcn ui). Quick demo: https://twitter.com/nicoalbanese10/status/170484892457682160... Deep dive: https://ift.tt/FtLBwQJ?... Check out the GitHub repo ( https://ift.tt/SUjVMNe ) and share your thoughts, pull requests, or even just a star if you find it handy!

New Show Hacker News story: Show HN: Linkitall – create dependency-graphs of ideas

Show HN: Linkitall – create dependency-graphs of ideas 3 by graphitout | 0 comments on Hacker News. What is the structure of knowledge? It's a broad question, and finding a structure that suits everyone is no easy task. Consider this: a backend developer might view knowledge as a table accessible with different keys, while a teacher might perceive it as a book, complete with chapters, sections, and subsections—a linear structure, yet with a tree-shaped Table of Contents for efficient reference. Generally, the structure we require depends on (a) the data involved and (b) the purpose at hand. Let's narrow it down: What's a suitable structure for teaching scientific knowledge? In the context of a specific course, one can assert that certain ideas are more fundamental than others. There's a hierarchy of ideas, where complex ideas build upon simpler ones, and those, in turn, rest on basic concepts. In simpler terms, with the exception of a few obvious or axiomatic ideas,

New Show Hacker News story: Show HN: awesome-privacy-front-ends – private front-ends to popular sites

Show HN: awesome-privacy-front-ends – private front-ends to popular sites 6 by jamesponddotco | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Finetune OpenAI Embeddings In-Browser

Show HN: Finetune OpenAI Embeddings In-Browser 3 by maxkrieger | 1 comments on Hacker News. There's a lesser-known trick described in the OpenAI Cookbook. You can linearly transform a generic embedding space (like OpenAI’s) for your usecase with a well-tuned matrix multiply. I ported the cookbook technique into a standalone hardware-accelerated webapp, and added some UX to guide the process along. There are some examples on the homepage for out-of-the-box fun. With 30 seconds of training, I was able to improve performance by the first example by 15%.

New Show Hacker News story: Show HN: change-case scripts for kebab-case, camel-case, snake-case, etc.

Show HN: change-case scripts for kebab-case, camel-case, snake-case, etc. 2 by jph | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Socketioxide – Power of Rust with Simplicity of Socket.io

Show HN: Socketioxide – Power of Rust with Simplicity of Socket.io 2 by inoshy | 1 comments on Hacker News. Rust itself is a hard language to master. Writing networking code is not an easy task in any language, let alone Rust. This is the beauty of socket.io, it has so low barrier of entry that anyone can code websocket logic with this framework. Now that Socketioxide is out, it can combine the power of Rust with its natural simplicity. Check it out and star if you like!

New Show Hacker News story: Show HN: I made an all-in-one desktop app with a no-BS approach to get work done

Show HN: I made an all-in-one desktop app with a no-BS approach to get work done 11 by daniel_sushil | 6 comments on Hacker News. Hi HN! This is Daniel from Floutwork ( https://ift.tt/K81ImOU ) Floutwork is an all-in-one desktop app designed to serve as a personal work system, offering a no-BS approach to getting real work done online. Background: When I transitioned from a development role to a product management role, I realized there was no real organization or structure to the way I worked as a PM. Tasks I needed to complete were scattered across emails, Teams, meetings, etc. I was inundated with emails and found myself juggling multiple browser windows, numerous open tabs, and other desktop applications. This overwhelming situation made it clear that success in my new role hinged on being self-organized and focused. After reading the book "Deep Work" by Cal Newport, I recognized that my work habits were counterproductive to accomplishing meaningful work. After that, I

New Show Hacker News story: Show HN: Continue for JetBrains - how we made it IDE-agnostic

Show HN: Continue for JetBrains - how we made it IDE-agnostic 4 by sestinj | 0 comments on Hacker News. Hi HN! Since launching Continue two months ago ( https://ift.tt/yxb2DFP ), we've received amazing feedback, added features, and greatly improved reliability. But one of the biggest things we heard was the desire for a JetBrains extension. My co-founder Ty and I are super excited to share that we've released an extension for PyCharm, Intellij, WebStorm, and most other JetBrains IDEs - ready for alpha users at https://ift.tt/QP6McVv . Perhaps the most exciting part is that this effort was kickstarted and in great part developed by a community contributor! If you're curious what it took to make this happen, check out the PR here ( https://ift.tt/w5VX48I ). We hope to eventually support every IDE, so we made adding a new extension as easy as implementing a single class. If you're curious why this is possible, you can read more about the Continue Server and the architec

New Show Hacker News story: Show HN: Quepid now works with vector search

Show HN: Quepid now works with vector search 2 by eskibars | 0 comments on Hacker News. Hi HN! I lead product for Vectara ( https://vectara.com ) and we recently worked with OpenSource connections to both evaluate our new home-grown embedding model (Boomerang) as well as to help users start more quantitatively evaluating these systems on their own data/with their own queries. OSC maintains a fantastic open source tool, Quepid, and we worked with them to integrate Vectara (and to use it to quantitatively evaluate Boomerang). We're hoping this allows more vector/hybrid players to be more transparent about the quality of their systems and any models they use instead of everyone relying on and gaming a benchmark like BIER. More details on OSC's eval can be found at https://ift.tt/Z8x5Ac9...

New Show Hacker News story: Show HN: Textsynth: Evolve synthesizer sounds from text prompts

Show HN: Textsynth: Evolve synthesizer sounds from text prompts 2 by abdljasser2 | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Neuronpedia – AI Safety Game (GeoGuessr for Interpretability)

Show HN: Neuronpedia – AI Safety Game (GeoGuessr for Interpretability) 2 by hijohnnylin | 0 comments on Hacker News.

New Show Hacker News story: Show HN: RAGchain: Build advanced RAG workflow

Show HN: RAGchain: Build advanced RAG workflow 2 by vkehfdl1 | 0 comments on Hacker News. We made a framework for building advanced RAG workflow. It is like Langchain but only focus on RAG. It has many advanced RAG features like OCR loaders, reranker, multiple retrievers, query decomposition and more. Also, our file loader, embeddings, and vector stores are fully compatible with Langchain. Don’t worry about lack of integrations.

New Show Hacker News story: Show HN: View Amazon search trends and optimize listings

Show HN: View Amazon search trends and optimize listings 2 by ttamslam | 0 comments on Hacker News. This is a very small weekend proof-of-concept that combines OpenAI's embedding model with 9 months worth of Amazon search trend data (available via their reporting API). I also added a small GPT4 wrapper to optimize listings based on the search data. Right now it is available for free. Would love feedback from Hacker News!

New Show Hacker News story: Show HN: Guess The Movie – Discover a secret Movie everyday

Show HN: Guess The Movie – Discover a secret Movie everyday 2 by csamuelssm | 0 comments on Hacker News. I created this game where the objective is to discover the secret movie of the day. It's similar to games like Wordle, but in this case instead of words, you have to guess movies. An artificial intelligence algorithm will tell you how similar the movie you guessed is to the secret movie. You can play it alone or in group. I'm open to feedbacks and general comments. Have fun!

New Show Hacker News story: Show HN: Get stuff done by focusing on one task at a time

Show HN: Get stuff done by focusing on one task at a time 5 by mofle | 6 comments on Hacker News.

New Show Hacker News story: Show HN: Pg_yregress, Structured Testing for Postgres

Show HN: Pg_yregress, Structured Testing for Postgres 7 by yrashk | 0 comments on Hacker News. Originally inspired by pg_regress, pg_yregress provides a TAP-compatible test executor that allows for better test organization, easier instance management, native JSON handling and so on.

New Show Hacker News story: Show HN: mystery-o-matic offers a daily random murder mystery

Show HN: mystery-o-matic offers a daily random murder mystery 2 by galapago | 1 comments on Hacker News.

New Show Hacker News story: Show HN: 3D Binpacking Algorithm Visualized

Show HN: 3D Binpacking Algorithm Visualized 9 by m3m3tic | 0 comments on Hacker News.

New Show Hacker News story: Show HN: MiniSearch, a minimalist search engine with integrated browser-based AI

Show HN: MiniSearch, a minimalist search engine with integrated browser-based AI 3 by felladrin | 0 comments on Hacker News. Hey everyone! I’m excited to announce the release of my last project, MiniSearch. I admire Perplexity.ai, Phind.com, You.com, Bing, Bard and all these search engines integrated with AI chatbots. And as a curious developer, I took the chance and created my own version. Using Web-LLM and Transformers.js to provide browser-based text-generation models on desktop and mobile, I built a minimalist self-hosted search app on which an AI analyses the results, comments on them and responds to your query summarising the info. In the backend, it still queries a real search engine, but besides that, there's no other remote connection happening. For running in the browser and on mobiles, lightweight models are required, so we can't expect them to give stellar answers, but there are a few advantages of using this over the services as mentioned earlier: - Availability

New Show Hacker News story: Show HN: Tmux plugin in for playing Spotify playlists

Show HN: Tmux plugin in for playing Spotify playlists 3 by tacobaco | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Chatbot Doctor for Long Covid

Show HN: Chatbot Doctor for Long Covid 3 by wellnessxyz | 0 comments on Hacker News. Currently beta-testing in top research university

New Show Hacker News story: Show HN: Snapglyph.com – Better open graph images for publishers

Show HN: Snapglyph.com – Better open graph images for publishers 2 by gregorym | 0 comments on Hacker News.

New Show Hacker News story: Show HN: 90s style yearbook photos using AI

Show HN: 90s style yearbook photos using AI 3 by shrikar | 0 comments on Hacker News.

New Show Hacker News story: Show HN: An app that help you be productive without having a todo list

Show HN: An app that help you be productive without having a todo list 2 by nemodecollect | 1 comments on Hacker News. Mond is a tiny chrome extension that kindly ask you to choose what you want to do before having an Internet session. Based on your choice, it will open in advance / block webs to save you lots of manual actions and prevent distraction. This is a product I made to solve my own problem and I been using it for about 2 months before releasing it. Look forward to your feedbacks folks.

New Show Hacker News story: Show HN: stews.io – power tools for publishing quality curations to the web

Show HN: stews.io – power tools for publishing quality curations to the web 2 by stews_io | 1 comments on Hacker News.

New Show Hacker News story: Show HN: OpenBLE, Swagger for Bluetooth

Show HN: OpenBLE, Swagger for Bluetooth 2 by shardulaeer | 0 comments on Hacker News. OpenBLE is an API specification language and client generator for Bluetooth services built on the generic attribute (GATT) profile. Bluetooth development is a mess. Too many datasheets, too little documentation and SDK fragmentation across platforms. I built this tool to improve documentation, version control and development speed for BLE programs. Even though shunned by Apple and Mozilla, Web Bluetooth enjoys wide support and just works. It makes sense to build the frontend for OpenBLE using web Bluetooth. No SDK hell, no installations, wide support albeit experimental. I could ship the spec, SDK, code generator and testing framework in pure JavaScript.

New Show Hacker News story: Show HN: Loom for Developers (Beta)

Show HN: Loom for Developers (Beta) 2 by tomatohs | 0 comments on Hacker News.

New Show Hacker News story: Show HN: OpenPV – Photovoltaic Potential in Bavaria (and Beyond?)

Show HN: OpenPV – Photovoltaic Potential in Bavaria (and Beyond?) 5 by korbip | 0 comments on Hacker News. Photovoltaic potential calculated live and privacy-friendly in your browser via WebGL. Using open LoD2 and laser point data from the Bavarian Public Agency for Digitization, High-Speed Internet and Surveying. Including laser points for tree occlusions and other non-LoD2 objects. Try it with the Bavarian Hall of Fame next to Oktoberfest: Hall of Fame, Munich, Bavaria Note that the point clouds might be a lot of data to download if enabled (~50 MB+). Currently limited to Bavaria, Germany. Thanks for your feedback!

New Show Hacker News story: Show HN: thcon, a config-driven theme controller

Show HN: thcon, a config-driven theme controller 2 by sjbarag | 0 comments on Hacker News. It's not the first CLI tool that switches terminal, editor, and desktop themes, and it certainly won't be the last. This one (mine) focuses more on switching between dark and light variants of a theme than on theme hopping, and is able to support a different set of tools. Notably, KDE Plasma, GNOME Shell user themes, and the macOS global dark mode are all supported, which is pretty unique I guess?

New Show Hacker News story: Show HN: Cloudgenda – Membership management platform for social organizations

Show HN: Cloudgenda – Membership management platform for social organizations 2 by bdicroce | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Mockup Generator – Create Free Bulk Mockups in Seconds

Show HN: Mockup Generator – Create Free Bulk Mockups in Seconds 2 by ebrukaya | 0 comments on Hacker News. Hello Hacker News people, I’m thrilled to share our latest project with you all: https://ift.tt/blDQSBz If you’ve ever found yourself knee-deep in the tedium of creating mockups, especially for print on demand stores or showcasing digital designs, you’re going to want to check this out. Mockup Generator allows you to create bulk mockups in seconds, simplifying what used to be a time-consuming process. We’d love for you to take it for a spin and share your honest feedback. Thoughts on usability, functionality, or any ideas for additional features are all fair game and hugely appreciated. Looking forward to hearing what you think!

New Show Hacker News story: Show HN: AI puzzle game using Stable Diffusion AI images

Show HN: AI puzzle game using Stable Diffusion AI images 3 by promptosaurus | 0 comments on Hacker News. I liked the checker pattern effect (Stable Diffusion + ControlNet) and made a small puzzle game around it. Which image is your favorite?

New Show Hacker News story: Show HN: Obligator – An OpenID Connect server for self-hosters

Show HN: Obligator – An OpenID Connect server for self-hosters 2 by apitman | 0 comments on Hacker News.

New Show Hacker News story: Show HN: A lightweight open-source web analytics for webdevs

Show HN: A lightweight open-source web analytics for webdevs 2 by instad | 0 comments on Hacker News. I wanted to share something I've been working on recently: Statum, a handy web analytics tool. https://ift.tt/RbIrlw3 The journey began when I found myself frequently needing simple web analytics for my projects. I tried Google Analytics, especially GA4, and realized it was quite complex and, at times, not very accurate, especially when I wanted to view stats for the current day or recent hours. Then I tested a few fancy startup solution but ended up with way too expensive plans the expect me to subscribe (I'm not that rich to pay $99/month for every pet project web analytics). This drove me to think, "Why not create a tool that bridges the gap between these complex/expensive platforms and the real needs of developers like me?" So, I designed Statum to seamlessly parse both Nginx and Apache server logs. It filters all necessary data, including IP, http method, URL,

New Show Hacker News story: Show HN: We built a security compliance platform that uses AI

Show HN: We built a security compliance platform that uses AI 1 by lewisbuildsai | 1 comments on Hacker News.

New Show Hacker News story: Show HN: I learned to code and built a crypto analytics platform all by myself

Show HN: I learned to code and built a crypto analytics platform all by myself 8 by buckwhitzer | 1 comments on Hacker News. Hey everyone! I am an enthusiast trader and a year ago I had this idea to create a free-to-use website that would feature all the most essential tools that traders would use on a daily basis. So I learned to code and build it—I did everything including design, texts, code, and SEO—which took me 12 months to launch and a year and a half to make it look like it currently does. I was into marketing and design before, but I didn't know barely anything about coding. The website is built using Next.js, Tailwind CSS, and Typescript with Framer Motion animations and lots of APIs. I’m actively working on the project and in the following months I will release a huge update that will feature a renewed interface and access to real time on chain data and analytics. Feel free to ask any questions and thanks a lot for reading this, it means a lot to me. Any feedback and

New Show Hacker News story: Show HN: Pebble Finance – Explain

Show HN: Pebble Finance – Explain 7 by jau-yeung | 0 comments on Hacker News. Show HN: Pebble Finance - Explain Hello HN, We're back! You might remember us, Pebble Finance, from when we introduced our dynamic investment theme construction tool ( https://ift.tt/arsdcjv ). Today, we're excited to share with you the next phase of our journey—demystifying investment performance with Pebble Explain. Introducing Pebble Explain Pebble Explain is our newest product, developed using advanced summarization, clustering techniques, and powered by OpenAI's LLM. At its core, it seeks to answer a fundamental question: Why did a particular security perform the way it did? By sifting through price movements, financial news, documents, and more, Pebble Explain provides insights on the performance of securities over different timeframes—from a single day to up to six months in the past. For now, you can look into the explanation of a single security per timeframe. But, if you're eager

New Show Hacker News story: Show HN: Building a 42-inch E-Ink frame for generative art

Show HN: Building a 42-inch E-Ink frame for generative art 55 by ea016 | 26 comments on Hacker News.

New Show Hacker News story: Show HN: Standalone Jdk.compiler, Java Compiler Framework and Tree API

Show HN: Standalone Jdk.compiler, Java Compiler Framework and Tree API 1 by kohlschuetter | 1 comments on Hacker News.

New Show Hacker News story: Show HN: The Water Quality Dashboard: State Compliance over the Years

Show HN: The Water Quality Dashboard: State Compliance over the Years 2 by WasimBhai | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Free content optimization tool for SEO

Show HN: Free content optimization tool for SEO 2 by fullofdev | 0 comments on Hacker News.

New Show Hacker News story: Show HN: A Prettier plugin for formatting imports in Astro files

Show HN: A Prettier plugin for formatting imports in Astro files 3 by ot07 | 1 comments on Hacker News.

New Show Hacker News story: Show HN: I made a Chrome extension to put headlines back into Twitter

Show HN: I made a Chrome extension to put headlines back into Twitter 5 by grsfkev | 2 comments on Hacker News.

New Show Hacker News story: Show HN: Self hosted Embedding Server | OpenAI compatible

Show HN: Self hosted Embedding Server | OpenAI compatible 4 by sansah | 2 comments on Hacker News. Drop in replacement for OpenAI's embedding API. Can be used with official OpenAPI libraries. Written in python3

New Show Hacker News story: Show HN: Blending AI Images with Classic Checker Patterns: Puzzle Game Evolution

Show HN: Blending AI Images with Classic Checker Patterns: Puzzle Game Evolution 2 by promptosaurus | 0 comments on Hacker News.

New Show Hacker News story: Show HN: An AI app that lets you read up to 10 news articles in 60 seconds

Show HN: An AI app that lets you read up to 10 news articles in 60 seconds 3 by skurtcastle | 2 comments on Hacker News. Be gentle & humble HN, we're just beginning this journey. We still have A LOT of work to do on Tidby. However, we'd love your insights on improving its growth. Current things we're improving: - Article / summary quality - Feed quality / improvements - Onboarding across app - Additional sources - UI/UX improvements (not final design) We've been diligently working on an app designed to summarize the news and create a social experience within it over time. The future of Tidby: ~ Comments on articles. ~ Posting. ~ Newsrooms. (similar to a subreddit) ~ Related Articles. ~ Library expansion. Create groups, subtopics, etc. ~ Mood Reading. Enjoy articles / topics at certain times of the day instead of random. ~ Filters, filters, filters, & much more planned. Not for who you or what you think will make Tidby great, but what would make Tidby useful f