Thursday, November 30, 2023

Show HN: Bi-directional sync between Postgres and SQLite https://ift.tt/pBoQEKI

Show HN: Bi-directional sync between Postgres and SQLite Hi HN, Today we’re launching PowerSync, a Postgres<>SQLite bi-directional sync engine that enables an offline-first app architecture. It currently supports Flutter, React Native and web (JavaScript) using Wasm SQLite in the browser, with more client SDKs on the way. Conrad and I (Ralf) have been working on our sync engine since 2009, originally as part of a full-stack app platform. That version of the system is still used in production worldwide and we’ve learnt a lot from its use cases and scaling. About a year ago we started on spinning off PowerSync as a standalone product that is designed to be stack-agnostic. If you’d like to see a simple demo, check out the pebbles widget on the landing page here: https://ift.tt/xYTgfEr We wrote about our architecture and design philosophy here: https://ift.tt/JeGIaKT... This covers amongst other things how we designed the system for scalable dynamic partial replication, why we use a server authority architecture based on an event log instead of CRDTs for merging changes, and the approach to consistency. Our docs can be found here: https://ift.tt/4XkKiqJ We would love to hear your feedback! - Ralf, Conrad, Kobie, Phillip and team https://powersync.com November 30, 2023 at 07:43PM

Show HN: Status on DP – Add Status on Profile Picture Like LinkedIn https://ift.tt/2SxFTco

Show HN: Status on DP – Add Status on Profile Picture Like LinkedIn https://ift.tt/aQcvHon November 30, 2023 at 12:34PM

Show HN: Collider – the platform for local LLM debug and inference at warp speed https://ift.tt/6O3wnfA

Show HN: Collider – the platform for local LLM debug and inference at warp speed ChatGPT turns one today :) What a day to launch the project I'm tinkering with for more than half a year. Welcome new LLM platform suited both for individual research and scaling AI services in production. GitHub: https://ift.tt/lyRU3xO Some superpowers: - Built with performance and scaling in mind thanks Golang and C++ - No more problems with Python dependencies and broken compatibility - Most of modern CPUs are supported: any Intel/AMD x64 platofrms, server and Mac ARM64 - GPUs supported as well: Nvidia CUDA, Apple Metal, OpenCL cards - Split really big models between a number of GPU (warp LLaMA 70B with 2x RTX 3090) - Not bad performance on shy CPU machines, fast as hell inference on monsters with beefy GPUs - Both regular FP16/FP32 models and their quantised versions are supported - 4-bit really rocks! - Popular LLM architectures already there: LLaMA, Starcoder, Baichuan, Mistral, etc... - Special bonus: proprietary Janus Sampling for code generation and non English languages https://ift.tt/lyRU3xO December 1, 2023 at 02:02AM

Show HN: Turn Emoji into Artwork via AI https://ift.tt/U5O9mwK

Show HN: Turn Emoji into Artwork via AI https://ift.tt/UvlQ2hA November 30, 2023 at 05:29PM

Wednesday, November 29, 2023

Show HN: Dobb·E – towards home robots with an open-source platform https://ift.tt/Mzcpv75

Show HN: Dobb·E – towards home robots with an open-source platform Hi HN! Proud to share our open-source robot platform, Dobb·E, a home robot system that needs just 5 minutes of human teaching to learn new tasks. We've already taken Dobb·E to 10 different homes in New York, taught it 100+ tasks, and we are just getting started! I would love to hear your thoughts about this. Here are some more details, below (or see a Twitter thread with attached media: https://twitter.com/i/status/1729515379892826211 or https://ift.tt/iaRHgV8 ): We engineered Dobb·E to maximize efficiency, safety, and user comfort. As a system, it is composed of four parts: a data collection tool, a home dataset, a pretrained vision model, and a policy fine-tuning recipe. We teach our robots with imitation learning, and for data collection, we created the “Stick”, a tool made out of $25 of hardware and an iPhone. Then, using the Stick, we collected a 13 hour dataset in 22 New York homes, called Homes of New York (HoNY). HoNY has 1.5M frames collected over 216 different "environments" which is an order of magnitude larger compared to similar open source datasets. Then we trained a foundational vision model that we can fine-tune fast (15 minutes!) on a new task with only 5 minutes (human time)/ 90 seconds (demo time) of data. So from start to finish, it takes about 20 minutes to teach the robot a new task. Over a month, we visited 10 homes, tried 109 tasks, and got 81% success rate in simple household tasks. We also found a line of challenges, from mirrors to heavy objects, that we must overcome if we are to get a general purpose home robot. We open-sourced our entire system because our primary goal is to get more robotics and AI researchers, engineers, and enthusiasts to go beyond constrained lab environments and start getting into homes! So here is how you can get started: 1. Code and STL files: https://ift.tt/5LVCdJI 2. Technical documentation: https://ift.tt/EJj2Bwt 3. Paper: https://ift.tt/V2IW7pN 4. More videos and the dataset: https://dobb-e.com 5. Robot we used: https://hello-robot.com https://dobb-e.com/ November 29, 2023 at 04:53AM

Tuesday, November 28, 2023

Show HN: Historical Movie Map https://ift.tt/jQ250B3

Show HN: Historical Movie Map Hi HN - I love movies, history, and code, so I decided to combine the three together. Enjoy! https://ift.tt/JGw0CAE https://ift.tt/AxDvJp9 November 28, 2023 at 11:41PM

Show HN: Neets.ai – Cheap and Robust TTS Platform https://ift.tt/2p7WLTF

Show HN: Neets.ai – Cheap and Robust TTS Platform We used to rely on ElevenLabs for their TTS API, however the prices for Eleven and their competitors were enormous. That led us to developing our own TTS platform, Neets.ai, which we will grow and improve with a much lower price than our peers. We're always looking for developers. If you think you have the skills, reach out: https://ift.tt/pBLSkxc https://neets.ai/ November 29, 2023 at 03:30AM

Show HN: Build an open-source computer vision model in seconds using text https://ift.tt/e9UniGE

Show HN: Build an open-source computer vision model in seconds using text Hello HN! I want to share something me and a few friends have been working on for a while now — Zeroshot, a web tool that builds image classifiers using text-image models and autolabeling. What does this mean in practice? You can put together an image classifier in about 30 seconds that’s faster and more accurate than CLIP, but that you can deploy yourself however you’d like. It’s open source, commercially licensed, and doesn’t require you to pay anyone per API call. Here's a 2 minute video that shows it off: https://www.youtube.com/watch?v=S4R1gtmM-Lo How/why does it work? We believe that with the rise of foundation vision models, computer vision will fundamentally change. These powerful models will let any devs “compile” a model ahead of time with a subset of the foundation model’s characteristics, using only text and a web-tool. The days of teams of MLEs building complex models and pipelines are ending. Zeroshot works by using two powerful pre-trained models, CLIP and DINOv2 together. The web-app allows users to quickly create our training sets via text search. Using pre-cached DINOv2 features, we generate a simple linear model that can be trained and deployed without any fine-tuning. Since you can see what’s going into your training set, you can tune your prompts to get the type of performance or detail you want. CLIP Small -- Size: 335 MB, Latency: 35ms CLIP Large -- Size: 891 MB, Latency: 276ms Zeroshot -- Size: 85 MB, Latency: 20ms What’s next? We wanna see how people use or would use the tool before deciding what to do next. On the list: clients for iOS and NodeJS, speeding up GPU inference times via TensorRT, offering larger Zeroshot models for better accuracy, easier results refining, support for bringing your own data lake, model refinement using GPT-V, we’ve got plenty of ideas. https://ift.tt/zDo0fYB November 29, 2023 at 01:48AM

Monday, November 27, 2023

Show HN: Hacker News Submission Compiler https://ift.tt/wFJf9ix

Show HN: Hacker News Submission Compiler Hi! I'm excited to share a website I created that compiles the top 100 submissions on Hacker News on a daily basis. It's simple to use and supports arrow key navigation. Check it out and let me know what you think! https://ift.tt/eap3mnx November 27, 2023 at 06:19PM

Show HN: Star Time Lapse Videos with a Raspberry Pi Camera and AllSky https://ift.tt/NfT5tLK

Show HN: Star Time Lapse Videos with a Raspberry Pi Camera and AllSky https://ift.tt/lYGFgvk November 28, 2023 at 04:31AM

Show HN: AI Garage Sale – Haggle with AI to buy real products https://ift.tt/v3XgIGQ

Show HN: AI Garage Sale – Haggle with AI to buy real products https://ift.tt/YwOMZ0n November 27, 2023 at 09:53PM

Sunday, November 26, 2023

Show HN: I built a domain name marketplace for folks (like me) who hoard domains https://ift.tt/wkndtBH

Show HN: I built a domain name marketplace for folks (like me) who hoard domains Problem: I (accidentally) hoard domains :') 1. I get excited about a new project 2. I buy a domain 3. I get busy, and the domain collects a thick layer of dust I know I'm not alone in this, either So, I had the idea of creating a simple and casual marketplace for folks like me to list their domains at a fair price with a nice community feel to free up these caged domains It felt like a great project for me to pick up some new skills, so I got to it All up, it took me about a month, and I built the whole thing live on Twitch I've always sat on the design, marketing and front-end side of the fence, so this was my first attempt at making a 'full' web app Here's the stack I used: - SvelteKit ( https://kit.svelte.dev/ ) - Supabase ( https://supabase.com/ ) - Resend ( https://resend.com/ ) - ShadCN Svelte ( https://ift.tt/QVZEyBa ) It was super fun to build, and as a beginner, I learnt so much I leaned on AI quite heavily to help advance my speed of groking certain concepts within both SvelteKit & Supabase, and I blogged about the experience and my learnings here: https://ift.tt/5rtIBZC Any feedback/criticism very much welcome, I've got a lot to learn :) https://ift.tt/W02xgA5 November 27, 2023 at 03:56AM

Show HN: I built a guided Build your own DNS Server challenge https://ift.tt/kPqwHEZ

Show HN: I built a guided Build your own DNS Server challenge Hey everyone. It's Sherub here, author of the Build your own DNS Server challenge on CodeCrafters. Currently it’s available in Rust, Go, and Python and is free while in beta. https://ift.tt/6QsluUK I've kept the challenge accessible but still challenging for an intermediate developer. This challenge, like others from CodeCrafters, is self-paced. You can use any tools you prefer (terminal, editor, etc.) to build the project. At the end of the challenge, you will have created a DNS forwarding server. The server can create and read DNS packets and respond to DNS queries. As you go, you'll learn about the DNS protocol, its format, servers, and A records. All while getting to hone your language skills. Some of the challenges and choices I had to make: * To make the stages easier, I had to break them up, such that each step builds on the previous one. This was especially challenging for the 2nd stage, where we write a DNS packet's header contents. Even though I’d have liked it to be easier, breaking it up further would have been weird. * Instead of implementing a recursive resolver, I've restricted to a forwarding server. We made this decision so that most developers can still use it. To add more complexity, we can use a challenge extension (noted below). * Deciding how much instruction and context the stages should provide. I’ve decided to keep them as thorough as possible for most of the stages. Developers can choose to have thorough details or just skim through them. I would love your feedback and questions on the challenge. You can try it out for free here: https://ift.tt/6QsluUK (no CC required). I also have challenge extensions planned. You can find them at https://ift.tt/87OKBIf... . I'm also keen to hear what you think about the extension ideas. https://ift.tt/4IgVs9Y November 27, 2023 at 12:06PM

Show HN: Upcoming – Explore what's coming next https://ift.tt/Uf1O7db

Show HN: Upcoming – Explore what's coming next Get a weekly preview of upcoming movies, TV shows, books, music, games, and events. Add them to your calendar and don't miss out on what's coming this week! https://www.upcm.app/ November 27, 2023 at 08:39AM

Show HN: Dreamachines.ai https://ift.tt/VZulwNa

Show HN: Dreamachines.ai AI image generation, management, and sharing platform. Built on top of a cloud OS. Provides a range of mechanisms for sharing. Free, no commercial tier. https://ift.tt/vhNPARl November 27, 2023 at 12:00AM

Saturday, November 25, 2023

Show HN: An open-source notification infrastructure https://ift.tt/VQYWFI8

Show HN: An open-source notification infrastructure https://ift.tt/A7ugpVv November 26, 2023 at 11:28AM

Show HN: pytunes – Free and open-source music streaming service https://ift.tt/Lpv0two

Show HN: pytunes – Free and open-source music streaming service https://ift.tt/IiYLZ0G November 26, 2023 at 04:20AM

Show HN: Building an Investment Management Powerhouse https://ift.tt/XjkxfDT

Show HN: Building an Investment Management Powerhouse The idea for Stockle came from simply having no usable tools to track, manage and explore investments. It felt like every single one existing platforms lacked even the most basic functionalities. In addition the UIs were not focusing on user experience. The lack of detail in the existing platforms led us to try out a different approach to investment management. Focus points for Stockle have been Modern UI, Detailed coverage on investments and flexible portfolio creation. For future we are focusing on even more personalised features. Feel free to put Stockle-beta to test whether you are an investor or not! Many features still under development but core features are there! Maybe it can even spark up your inner Warren Buffet. Feedback is also appreciated! https://stockle.app/ November 25, 2023 at 10:36PM

Friday, November 24, 2023

Show HN: I'm selling the ideal AI WebApp boilerplate, which doesn't exist https://ift.tt/dh5OGH1

Show HN: I'm selling the ideal AI WebApp boilerplate, which doesn't exist https://ift.tt/zLqJ9Px November 25, 2023 at 02:55AM

Show HN: Perfect Pitch Puzzle – a musical Wordle daily ear training game https://ift.tt/oF4b2P6

Show HN: Perfect Pitch Puzzle – a musical Wordle daily ear training game https://ift.tt/NfJHUzd November 25, 2023 at 02:24AM

Show HN: A game to memorize scale degrees on the guitar fretboard https://ift.tt/xyrGITK

Show HN: A game to memorize scale degrees on the guitar fretboard https://ift.tt/Z7OAcXi November 25, 2023 at 01:48AM

Show HN: I Wrote a Book on PostgreSQL for Rails https://ift.tt/JMSzpnm

Show HN: I Wrote a Book on PostgreSQL for Rails Hi HN. As a backend developer using PostgreSQL and Ruby on Rails for more than 10 years, around 3 years ago, I caught a spark to learn as much as I could about how to operate high performance, scalable, and reliable PostgreSQL databases. As I reflected on my own career path, I realized there are other developers that may want to learn more about this. I saw an opportunity to help show backend developers how they could put advanced, powerful, PostgreSQL features to use, to help build and scale their Rails apps. I've been fortunate to give presentations in both the PostgreSQL and Rails communities over the last couple of years. In that time I've continued to work with these technologies every day. With that said, I'd love for you to check out my new book: "High Performance PostgreSQL for Rails". Currently in ebook/PDF Beta form. While it's only an ebook for now, there's an expected physical version coming in early 2024. Today you can pick up the PDF/ebook version for 40% off using code: turkeysale2023 There are free PDF excerpts you can check out, to see if this book is for you, or something you'd recommend to others. The book is currently on the weekly Best Seller list at Pragmatic Programmers, where it's appeared several times in the last couple of months. The book focuses exclusively on open source software like PostgreSQL and Ruby on Rails, adding more than 40 Ruby gems and PostgreSQL extensions into the stack of tools. The Rails application used throughout the book is available on GitHub. Whether you work with Rails or another similar MVC full-stack framework or ORM like Laravel, Django, or Prisma, I hope there’s something useful in the book for you or your colleagues. I love writing, learning, and sharing, and advocating for PostgreSQL and Ruby on Rails! Thanks for your support! https://ift.tt/JZtMLAI November 25, 2023 at 01:29AM

Thursday, November 23, 2023

Show HN: Go bindings to SQLite using wazero https://ift.tt/TML7yrO

Show HN: Go bindings to SQLite using wazero https://ift.tt/sUiQ7oX November 24, 2023 at 05:36AM

Show HN: Play Vectoroids in the browser – a clone of the classic game Asteroids https://ift.tt/2ZRyJO4

Show HN: Play Vectoroids in the browser – a clone of the classic game Asteroids src: https://ift.tt/fzprlj3 https://ift.tt/Yns1Nj9 November 23, 2023 at 08:45PM

Show HN: InsiderXTrade – Yahoo Finance-Influenced Site for SEC Insider Tradings https://ift.tt/GE24cdW

Show HN: InsiderXTrade – Yahoo Finance-Influenced Site for SEC Insider Tradings https://ift.tt/Why3FcA November 23, 2023 at 07:23PM

Show HN: UI Library Creator https://ift.tt/u6B8Xk0

Show HN: UI Library Creator Hey HN! The "Generative" trend is booming, and UI Library Creator is our original approach to it. In the last three years, we have added 60+ professional UI libraries to Shuffle's catalog (Shuffle = visual editor for web developers). Still, we know we need more than this to satisfy our growing user base! That's why we created the UI Library Creator. In this tool, you can combine elements and styles to create unique UI libraries that work seamlessly with the Shuffle Editor and all its capabilities (drag-and-drop, customizations, live preview, and more). We provide you with UX solutions (components) written in Tailwind CSS and presets so you can quickly combine them to create what you need. You don't need to talk to a "black box" AI with a chat interface. Possible combinations are in gazillions. We aim for original creations, but you have complete control over the final effect. How to use the UI Library Creator: * Visit: https://ift.tt/cOSevsY * We recommend starting by selecting Assets and Copywriting for your target audience. * When these two options are locked, use the "Shuffle Styles" button to bootstrap your project with the first style. * If you like something, lock the category and then repeat shuffling. You can also change options manually, but with "Shuffle Styles," you can quickly see many creations. If you enjoy the final result, click "Publish now" and send your UI Library to Shuffle. Once processed, it will be available for use in your Dashboard. Let us know what you think! Video (2min) with product tour: https://www.youtube.com/watch?v=8ZFlWEDr7XM https://ift.tt/cOSevsY November 22, 2023 at 07:21PM

Wednesday, November 22, 2023

Show HN: Cyberkitty – an experimental hybrid-GPT+Human long-form fiction editor https://ift.tt/4XO6zhn

Show HN: Cyberkitty – an experimental hybrid-GPT+Human long-form fiction editor NOTE: If you're one of the first people to see this, you can also access a running installation at https://cyberkitty.ai It'll run until I hit my GPT-4 budget limit, then stop working. Be warned that it's in single user, so nothing is private! ---- Last week I came down with a fever and decided to run some experiments on whether the new GPT could generate long-form fiction. Around the same time, I saw a HN comment about how technology gains have lead SWEs to work at higher levels of abstraction—and I thought “huh, why not writers?” Anyway so I was locked indoors for a week and a half and I spent it coding an answer that question. Most of the magic sauce here is just in making it feel really snappy and good to edit—making it easy for the human to collaborate with the objectively faster LLM. The underlying prompt engineering is cool, but it’s the feeling that you can do more than just shoot a prompt at ChatGPT and hope for a good result, or start writing and hope for a good autocomplete. Definitely gave me some ideas for future LLM experiences I want to try out, let me know what you think! https://ift.tt/AOw1zmE November 23, 2023 at 03:41AM

Show HN: GJP-4-GPT, a Gradual JSON Parser for GPT's https://ift.tt/W9YhFVI

Show HN: GJP-4-GPT, a Gradual JSON Parser for GPT's Often it's easiest to have an LLM output the results you need in JSON form, but streaming those outputs into an actual viewport is nontrivial. Thus I made this package, a streaming JSON parser that handles all the work of decoding your JSON so you can focus on displaying your UIs. https://ift.tt/xiXOjeJ November 23, 2023 at 02:23AM

Show HN: Plantarium – Create 3D Plant Models with Blender-Style Nodes https://ift.tt/8hcC92k

Show HN: Plantarium – Create 3D Plant Models with Blender-Style Nodes Plantarium is my open source side project that allows you to created procedural 3D plants in your browser using blender style nodes. Recently I added a public gallery so you can share your plant designs and download others. https://ift.tt/xTepE15 https://ift.tt/FZoAi6w November 22, 2023 at 05:32PM

Tuesday, November 21, 2023

Show HN: I made a catalog of useful GPTs https://ift.tt/CYsJNVE

Show HN: I made a catalog of useful GPTs https://coolgpts.ai/ November 22, 2023 at 02:41AM

Show HN: I built local copilot alternative using Codellama https://ift.tt/X0Ira1o

Show HN: I built local copilot alternative using Codellama Hey, HN! I was trying to find a good Copilot alternative since my experience with copilot degraded a lot and recent OpenAI drama leaves me no hope for improvement and i decided to take a look at self-hosting options. At the same time Copilot net is a small one - just 12b parameters and 2k of context. You can run much bigger networks locally in 2023. I have figured out that there are no good local options: most of the VS Code plugins simply connect neural networks to the code while copilot has extensive post and pre processing steps. Some of them still work with original copilot plugin (ie sends data to MS), some require complicated setup to make it work. I implemented very basic ones to check if this would work and in my experience it works really good and i wanted to share it on HN. Feedback is appreciated! Sources are here: https://ift.tt/vIzU4sl https://ift.tt/FcoAV8U November 22, 2023 at 01:02AM

Show HN: Neum AI – Open-source large-scale RAG framework https://ift.tt/5Qr4VAY

Show HN: Neum AI – Open-source large-scale RAG framework Over the last couple months we have been supporting developers in building large-scale RAG pipelines to process millions of pieces of data. We documented our approach in an HN post ( https://ift.tt/mLYiIsk ) a couple weeks ago. Today, we are open sourcing the framework we have developed. The framework focuses on RAG data pipelines and provides scale, reliability, and data synchronization capabilities out of the box. For those newer to RAG, it is a technique to provide context to Large Language Models. It consists of grabbing pieces of information (i.e. pieces of news articles, papers, descriptions, etc.) and incorporating them into prompts to help contextualize the responses. The technique goes one level deeper in finding the right pieces of information to incorporate. The search for relevant information is done through the use of vector embeddings and vector databases. Those pieces of news articles, papers, etc. are transformed into a vector embedding that represents the semantic meaning of the information. These vector representations are organized into indexes where we can quickly search for the pieces of information that most closely resembles (from a semantic perspective) a given question or query. For example, if I take news articles from this year, vectorize them, and add them to an index, I can quickly search for pieces of information about the US elections. To help achieve this, the Neum AI framework features: Starting with built-in data connectors for common data sources, embedding services and vector stores, the framework provides modularity to build data pipelines to your specification. The connectors support pre-processing capabilities to define loading, chunking and selecting strategies to optimize content to be embedded. This also includes extracting metadata that is going to be associated to a given vector. The generated pipelines support large scale jobs through a high throughput distributed architecture. The connectors allow you to parallelize tasks like downloading documents, processing them, generating embedding and ingesting data into the vector DB. For data sources that might be continuously changing, the framework supports data scheduling and synchronization. This includes delta syncs where only new data is pulled. Once data is transformed into a vector database, the framework supports querying of the data including hybrid search using the available metadata added during pre-processing. As part of the querying process, the framework provides capabilities to capture feedback on retrieved data as well as run evaluations against different pipeline configurations. Try it out and if interested in chatting more about this shoot us an email founders@tryneum.com https://ift.tt/ZbvTfWH November 22, 2023 at 12:50AM

Monday, November 20, 2023

Show HN: I made a conversational language learning chat UI with gpt4-1106 https://ift.tt/raoqEnZ

Show HN: I made a conversational language learning chat UI with gpt4-1106 Hi, I built JoJo, a personal conversational language learning chat interface. video demo here: https://ift.tt/P7W4SL1 You can chat casually in both your native and foreign language, translate from your native to foreign language, and get grammar explanations. There is explanation mode when having a conversation which corrects and explains what you type. This can be turned off so you can just chat back and forth in your foreign language. I have a 1395 day streak with duolingo Italian so I wanted to build something to help with conversational practice. There are 15 languages supported to choose from. Any feedback or suggestions is greatly appreciated. Thank you - Kyle https://www.jojo.so/ November 20, 2023 at 08:27PM

Show HN: Hotlist, a Tauri powered daily todo list for your Mac menu bar https://ift.tt/CoS9Kyl

Show HN: Hotlist, a Tauri powered daily todo list for your Mac menu bar https://ift.tt/K0tiwXR November 20, 2023 at 10:50PM

Show HN: Signed URLs Gateway – The Missing Infra Piece for Building Modern Apps https://ift.tt/Fsw1D7r

Show HN: Signed URLs Gateway – The Missing Infra Piece for Building Modern Apps https://ift.tt/UJLFvm4 November 20, 2023 at 09:39PM

Sunday, November 19, 2023

Show HN: Serverless VPN App for Android. Unlimited Devices. Unlimited Data https://ift.tt/gdHrBen

Show HN: Serverless VPN App for Android. Unlimited Devices. Unlimited Data Hello HN, Serverless VPN app for Android is fully open source including desktop apps: https://ift.tt/2aZ361d Get it on Play Store: https://ift.tt/haAdxDY... Feedback about product, pricing, website is most welcome! Thank you, Himanshu https://ift.tt/uygM4BH November 20, 2023 at 12:52AM

Show HN: cmaps.io – Transform Thoughts into Visual Masterpieces https://ift.tt/dkBGXEs

Show HN: cmaps.io – Transform Thoughts into Visual Masterpieces Hey! Just launched my new project! It's a tool to rethink the way we study and take notes. Human thinking is inherently associative, not linear. Check it out at https://cmaps.io I would love to get some feedback! Thanks! https://www.cmaps.io/ November 20, 2023 at 02:25AM

Show HN: torbb – Now with Tor, run BrowserBox as a hidden service instantly https://ift.tt/8arTeVY

Show HN: torbb – Now with Tor, run BrowserBox as a hidden service instantly https://ift.tt/uPR5KYw November 20, 2023 at 12:52AM

Show HN: "Awesome" Engineering Games (List) https://ift.tt/ba7xlFz

Show HN: "Awesome" Engineering Games (List) I've spent way too much time both playing and finding engineering-focused games, and haven't been able to find very detailed or comprehensive lists online. So I made one :) These games are both fun and often quite educational, presenting gamified versions of real-world challenges and professions. There's a lot of different sub-genres of "engineering game", such as: * Factory automation (Factorio, Dyson Sphere Program) * City builders (Cities: Skylines, Anno series) * Route-builders (Mini Motorways, Railway Empire) * Comp sci (TIS-100, Bitburner) All games on the list are very highly reviewed. I've played most (but not all) of them, and provided personal recommendations alongside the reviews. Many of them are also playable on GeForce Now (if you don't have a gaming PC). Please contribute if you know of more, or have any comments/suggestions! https://ift.tt/rafgEAb November 20, 2023 at 12:52AM

Saturday, November 18, 2023

Show HN: The Future of Sam Altman – A text adventure GPT game https://ift.tt/RySM0rD

Show HN: The Future of Sam Altman – A text adventure GPT game https://ift.tt/GyOTaSJ November 19, 2023 at 06:37AM

Show HN: YouTube banned adblockers so I built an extension to skip their ads https://ift.tt/NS4knRP

Show HN: YouTube banned adblockers so I built an extension to skip their ads Hi HN! Since Youtube no longer allows AdBlockers, I built my own extension to get around their video ads. If there is an ad it temporarily manipulates the video; Mutes the volume, sets speed to 10x, and skips it if there is a button. Chrome Webstore link: https://ift.tt/6NVFsU3 Code: https://ift.tt/uL3acdZ November 19, 2023 at 06:24AM

Friday, November 17, 2023

Show HN: Bemi – data versioning and time travel for PostgreSQL https://ift.tt/4puNGs0

Show HN: Bemi – data versioning and time travel for PostgreSQL Hi HN, we’re Evgeny, Arjun, and Donna - the builders of Bemi ( https://bemi.io ). Bemi is an enhancement of your existing transactional database to unlock time travel querying. We enable engineers to track all PostgreSQL state changes. We used to all work together at a startup five years ago, and now have got the gang back together to work on Bemi! Many open-source libraries already track data changes, but they’re not reliable since they don’t track changes made outside ORMs with direct SQL queries. Additionally, they come with runtime performance overhead since they’re making database inserts in callbacks. We’ve also consistently seen hacks that engineers write on top of the libraries to store additional context or make it easier for them to query. There are databases already available for event sourcing, but we take a fundamentally different approach. We don’t want engineers to have to rearchitect their existing code, switch to highly specialized databases, or use unnecessary git-like abstractions. We want your system to work the way it already does with your existing database to allow keeping things as simple as possible. Bemi uses change data capture (CDC) by connecting to a built-in replication log of a database, ingesting all changes on the database level, and storing them in a structured format in a destination database. The database connection details can be securely configured through our dashboard UI in a few seconds. People also try adding database triggers to track low-level data change. The main difference is that Bemi integrates not just on the database level, but also on the application level with packages in the most popular frameworks (being released soon) and a Bemi worker automatically stitches application metadata with the lower-level change data to get the “where” (API endpoint, worker, and so on) and “who” (user, cron job, and so on) behind a change. This allows being able to revert all data changes made within an API request, for example. For the sake of transparency, we intend to make money by implementing usage-based pricing and a multi-cloud hosted option. Bemi’s free for early adopters. We are still early though and would love your feedback. What do you think HN? https://bemi.io/ November 17, 2023 at 09:42PM

Show HN: nbi.ai – Generative Business Intelligence https://ift.tt/rXpfIqh

Show HN: nbi.ai – Generative Business Intelligence https://ift.tt/IQyThm1 November 18, 2023 at 02:48AM

Show HN: Turn your kid's drawing into a hardcover storybook (using GPT vision) https://ift.tt/XesG4Eb

Show HN: Turn your kid's drawing into a hardcover storybook (using GPT vision) Here's a video demo if you're just curious to see it in action: https://ift.tt/nhFyXiT Feedback welcome. https://ift.tt/APYaVwx November 18, 2023 at 01:36AM

Show HN: Challenge Your AI Agents/custom GPTs – Can They Survive My Tester? https://ift.tt/4gW0KYc

Show HN: Challenge Your AI Agents/custom GPTs – Can They Survive My Tester? I've pivoted to create AI Agent Tester, a SaaS platform dedicated to testing and validating AI agents from OpenAI, Character.ai, and FlowGPT.com. The platform offers: - Hassle-Free Setup: Get your first simulation up and running in just 5 minutes. - Realistic Simulations: Rigorous user interaction tests to prep your AI agent for real-world scenarios. - Intelligent Scoring: Each response is meticulously evaluated, scoring from 0 to 100(GPT-4 smart enough to evaluate it for you). - Broad Platform Support: Initially rolling out with OpenAI, Character.ai, and FlowGPT.com compatibility. The link: https://ift.tt/xUezk3s Eager to hear your thoughts and discuss improvements! https://ift.tt/xUezk3s November 17, 2023 at 07:46PM

Thursday, November 16, 2023

Show HN: Beta test Execute Program's interactive "Python for Programmers" course https://ift.tt/Ee0oCMi

Show HN: Beta test Execute Program's interactive "Python for Programmers" course I'm Gary Bernhardt, founder of Execute Program. Our "Python for Programmers" course is in a free open beta for the next week or so. We don't normally do open betas, but the infrastructure behind this course is new and very complex, so we want to stress test it. https://ift.tt/PvJHXQu... Today, "Python for Programmers" contains 581 interactive code examples covering the core language. It's aimed at established programmers, not beginners. We don't explain basic language features like `while`, but we do show them briefly and note anything special about how they work in Python. We pay special attention to foot guns. For example, we have an entire lesson about Python's mutable default argument foot gun. This is the first of two courses, with the second coming in 2024. For this course, we drew the line at __dunder__ methods: if a topic requires a dunder method other than `__init__`, then it'll be in the follow-up course. This beta is concurrent with the tail end of our editing process, so you may see the course grow by another 17 lessons (214 code examples) during the beta. Some details about how the course works internally, and why we need a beta at all: First, all Python code in the course runs in your browser via Pyodide. (Reality continues to look more and more like my PyCon 2014 talk [1].) You'll feel a pause when the first code example runs, as your browser loads and boots CPython (around 12 MB). After that, it should be as responsive as a local app. Second, if you look at the course page, you'll see that it's structured as a DAG, similar to a "tech tree" in Civilization, Age of Empires, Stellaris, Satisfactory, etc. (Some of those games have true trees, but some of their "trees" are actually DAGs like ours.) You make progress through the course by traversing one graph edge at a time. Our courses have always been structured as graphs internally, but the raw graphs are simply unreadable due to the number of edges [2]. This year, I taught Execute Program to simplify its own course graphs by breaking them into the level subgraphs that you see on the page, so we can finally render them. It automatically turns the mess that I linked above into the clean graphs that you see in the course. The graph for this course is currently a bit dull, but it'll fill out as we finish editing the remaining lessons. I like Everyday TypeScript's graph [3] the best. Please try the course and use the "Give Feedback" entry in the menu to tell us what you think! I'll also stick around in this thread today. [1] https://ift.tt/85lP1YD... [2] https://ift.tt/z87PuqF... [3] https://ift.tt/QWEGfSO https://ift.tt/m5kAj9p November 17, 2023 at 02:51AM

Show HN: I made a silly personal landing page https://ift.tt/S6WXNVo

Show HN: I made a silly personal landing page Also, yes I am looking for a new role. And yes, I should have been spending my time looking for suitable roles instead of building this. https://ift.tt/qIctuFw November 17, 2023 at 02:36AM

Show HN: Tiny LLMs – Browser-based private AI models for a wide array of tasks https://ift.tt/XZ2TFiN

Show HN: Tiny LLMs – Browser-based private AI models for a wide array of tasks https://ift.tt/dpqrE0t November 17, 2023 at 02:13AM

Show HN: Version code, models, & datasets together in GitHub https://ift.tt/qH8QdtZ

Show HN: Version code, models, & datasets together in GitHub Hi HN! We just launched a GitHub integration that scales your Git repos to handle 100 terabytes of files in a single repo. XetData enables data scientists and machine learning engineers to version code, models, and datasets together. Most teams have glued together clunky workflows using S3, DVC, Git, Git LFS, and other tools and make true reproducibility difficult: https://ift.tt/KN8yGph We instead embrace and extend Git so end-users don’t need to learn a new tool and a new set of commands. Our implementation is similar to Git LFS, where we take over the .gitattributes file, push pointers to large files in GitHub, and push the raw, large files to us. We have a few distinct features that we’re proud of that improve the user experience: - Our XetData bot comments on your pull requests to provide links to useful dataset views and model diffs. We’re working on rendering these inside GitHub itself using browser extensions. - Git LFS and similar tools only implement file-level deduplication. We created a new technique called block-based deduplication (published in CIDR’23 conference) specifically for data and ML workflows. The ML lifecycle consists of making lots of iterative changes and our technique helps save storage and time spent downloading and uploading changes. - You can mount large repos to your local machine using git-xet mount for exploratory work. Individual files that are needed are streamed in just in time behind the scenes. We open sourced our implementation of mount and it was well received here on HN: https://ift.tt/Eo7381B - To give more users access to your data, just add them to your GitHub repo. This is a beta product and we would love all of your feedback. You can find all instructions to try this out here: https://ift.tt/soA2UHb While we’re in beta, our product is completely free to use. We have a Slack you can join or a GitHub issue tracker. - Slack: https://ift.tt/KCDIfA1 - GitHub: https://ift.tt/fm7Apg6 November 16, 2023 at 11:56PM

Wednesday, November 15, 2023

Show HN: AI Receptionist, Speaks 64 Languages https://ift.tt/bXsFtqu

Show HN: AI Receptionist, Speaks 64 Languages If you are looking for a receptionist for your startup, consider using Lomni. Lomni is an AI receptionist that can: * Read your website to answer questions * Upsell your product or service according to your instructions * Send texts and emails to you or the caller, for example: * Send links and confirmation texts to callers * Forward customer feedback to support@startup.com * Connect to any API or webhook, in order to: * Generate leads * Book appointments * Process payments * Integrate with any application * Read from and write to your database * Do all of the above in any language, all day, everyday. * Do all of the above over SMS messaging or a chatbot that you could embed into your website. * Coming very soon: Do all of the above over WhatsApp, Facebook Messenger, and Google’s Business Messages. * Coming very soon: generate actionable insights from conversational data using state-of-the-art machine learning. Pricing: Lomni can do all of the above starting at $89/month, approximately 9 cents per minute of calling. This is 1/10th to 1/20th of the standard pricing of calling centres. Custom Demo: Set up in 30 minutes using our user-friendly dashboard and start testing. Alternatively, email hello@lomni.ai for a free custom demo. https://lomni.ai/ November 16, 2023 at 01:59AM

Show HN: Multi-Object Tracking in Python https://ift.tt/ameHdhR

Show HN: Multi-Object Tracking in Python Hello! I've created a small library for tracking, along with a tutorial. I plan to continue developing it. Tracking is an important topic, closely related to object detection. However, I've noticed that it doesn't receive as much attention compared to machine learning approaches. Or, the focus is on filters like the Kalman filter. This tutorial begins with single object tracking and progressively complicates the tasks, introducing various models and a hypothesis tree to solve them. https://ift.tt/pkIa7R8 November 16, 2023 at 12:06AM

Show HN: Movis – A Video Editing Library in Python https://ift.tt/6dIHqnO

Show HN: Movis – A Video Editing Library in Python Originally, this library was created due to my motivation to make videos in Python. Of course, I considered other Python libraries, but I decided to create a new library for video editing because I needed the following features and also for study purposes: - The existence of composition. Especially, the ability to perform advanced video editing by inserting compositions within compositions. - The ability to add animations based on keyframes. - Effects like chroma key and drop shadow. - A caching mechanism to render the same frame quickly. - Various blending modes. These features, despite being standard in proprietary video editing software, were not present in previous Python libraries. Currently, I am using this library to automatically generate videos from raw materials. I would be grateful for any comments, thoughts, or requests. https://ift.tt/cVGpH4D November 15, 2023 at 10:50PM

Show HN: Add auth to Next.js and deploy in 60 seconds – no manual config https://ift.tt/mrYTtWn

Show HN: Add auth to Next.js and deploy in 60 seconds – no manual config https://ift.tt/6lRM9X4 November 15, 2023 at 10:48PM

Tuesday, November 14, 2023

Show HN: Soccer video analysis from your match videos https://ift.tt/NB9w570

Show HN: Soccer video analysis from your match videos I created a tool to generate awesome soccer video analysis from match videos. I'm no pro player, just play with my friends weekly, record our matches, and use this tool to check out our performance. My friends really enjoy it and have suggested adding features like measuring player speed, tracking players positions, and more. https://futvis.com/ November 15, 2023 at 02:12AM

Show HN: Interactive Demo of a Tag-Based Bookmark Manager https://ift.tt/P0vrZgG

Show HN: Interactive Demo of a Tag-Based Bookmark Manager https://ift.tt/R3K0ztg November 14, 2023 at 10:08PM

Show HN: GPT-4-Vision UX audit for your landing page (relaunch) https://ift.tt/rjszAKF

Show HN: GPT-4-Vision UX audit for your landing page (relaunch) Last week, I got seriously fascinated by the new GPT-4 Vision API introduced on OpenAI DevDay, so I decided to build a UX Audit tool with this API. It's pretty simple to use - just go to https://flawless.is and enter your homepage or landing page URL. I'm using the urlbox API to get a screenshot of your page, then I utilize GPT-4V to analyze the screenshot, find potential usability and conversion issues, suggest fixes, and highlight the relevant areas in the screenshot (although the position is sometimes inaccurate). Last week, I launched it on Hacker News ( https://ift.tt/HXB7Cdr ), but I wasn't ready for the 20,000 visitors that came next... Unfortunately, GPT-4V has a rate limit of 100 events daily, so almost no one could use the service - EPIC FAIL. To manage demand, I now priced the service at $1.99 (still less than a cup of coffee), which should keep the demand at bay, and also cover the costs of GPT-4V, the screenshot API, and hosting. As a proof of concept, there are some demo audits on the homepage you can click and check out. Please let me know your thoughts and suggestions on how to improve it! https://flawless.is/ November 14, 2023 at 11:28PM

Monday, November 13, 2023

Show HN: Llm.f90 fast, hackable transformer implementation in Fortran https://ift.tt/bYKvTku

Show HN: Llm.f90 fast, hackable transformer implementation in Fortran I submitted an earlier version of this a few months ago (as llama2.f90). At that time it had a lot of steps to run and was just a toy, now it's easy to run and is a competitive option for llm inference. See the motivation section for discussion and the `Performance` issue for an ongoing discussion about performance. https://ift.tt/vjm4lwD November 14, 2023 at 01:17AM

Show HN: Twogether AI – Multi-Person Photo Generation API https://ift.tt/JO2FwN4

Show HN: Twogether AI – Multi-Person Photo Generation API Hey everyone, at Magicflow (YC W23) we're helping our customers run AI image generation in production, enabling them to produce high-quality photos at scale. We are launching a scalable API today that makes it possible to create multi-person portrait photos: which means the ability to create real-looking photos of any two persons interacting with each other in some way only by providing a prompt and the person's pose. Generating this kind of photo requires a deep understanding of the AI ecosystem, a knowledge gap many companies face. In order to make the photos look real with high consistency and for a low cost, chaining of many models is required, and an excellent understanding of how to tweak with the various params of each one. We also handle the infrastructure required to generate the photos, which can be a challenge when dealt with alone, especially for companies with a small backend team (we can scale to thousands of requests per day and generate 100 photos in about 3 minutes). Our customers today use this technology for the following use cases: creating new photo albums from old-scanned albums, providing personalized content for user acquisition campaigns, enabling new kinds of experiences in physical venues, and creating humorous photos with celebrities. There is a significant tradeoff between creating a robust abstraction layer on top of Stable Diffusion capabilities and providing customers with more control over various options. The API currently allows you to manipulate the following parameters: the pose of the couple (hugging, taking a selfie, etc.), their facial expressions, the style of the photo (realistic, cartoon, painting, etc.), as well as the location, theme, and outfits (e.g., ski vacation, on the beach) We created a free demo app for you to view examples and try live: https://ift.tt/rC4ubOm (no user or payment needed). For full API access, contact me at yardenst@magicflow.ai. We can typically set you up within a day, but an onboarding session is required to ensure responsible API usage. https://ift.tt/iMZfRmT November 13, 2023 at 08:37PM

Show HN: Bitemporal, Binary JSON Database System and Event Store https://ift.tt/3wp2CHt

Show HN: Bitemporal, Binary JSON Database System and Event Store I had already posted the project a couple of years ago, and it gained some interest, but a lot of stuff has been done since then, especially regarding performance, a completely new JSON store, a REST API, various internals refactored, an improved JSONiq based query engine allowing updates, implementing set-oriented join optimizations, a now already dated web UI, a new Kotlin based CLI, a Python and TypeScript client to ease the use of Sirix... First prototypes from a precursor stem already from 2005. So, what is it all about? The system uses ideas from ZFS (a keyed index trie, storing checksums in parent pages...) and Git (a persistent index structure that shares unchanged pages between revisions) but appends new tree roots on each commit [1][2]. It is a JSON DBS. The system stores fine granular JSON nodes. Thus, there's almost no limit to the structure and size of an object. Objects can be arbitrarily nested, and updates are cheap. On a high level, it supports space-efficient snapshots, tracking changes by an author / optional commit messages, time travel queries, reverting to previous revisions (while all revisions in-between still exist for audits...), or retrieving the changes of whole (sub)trees. On the one hand, it's, thus, a bitemporal DBS, but on the other hand, it can be used as a simple event store. It stores the state after an event or a change occurs and tracks the changes. Thus, an entity, a node in the JSON structure, can be updated to new values and eventually be removed while the history is easily retrievable, or we can easily revert to a previous state. The system assigns a unique ID to each new node, which never changes and is never reused (even after the deletion of the node). Thus, the system stores the state after the change/event and the event itself (the change event). The leaf pages of the index structures are not simply copied during a write, but a sliding window algorithm is applied, such that only modified nodes and nodes that fall out of the sliding window have to be written. A predefined window length is configurable. The system avoids write-peaks, which would occur due to full snapshots and having to read a long chain of incremental changes in between. Thus, it's best suited for fast flash drives with fast random reads and sequential writes. Data is never overwritten thus, audit trails are given for free. Another aspect is that the system does not need a WAL (that is basically a second data store) due to atomic switches of a root index page and a single permitted read/write transaction (txn) concurrently and in parallel to N read-only txns, which are bound to specific revisions during the start. Reads do not involve any locks.[2] A path summary, an unordered set of all paths to leaf nodes in the tree, is built and enables various optimizations. Furthermore, a rolling hash is optionally built, whereas all ancestor node hashes are adapted during inserts. A dated Jupyter notebook with some examples can be found in [3], and overall documentation in [4]. The query engine[5] Brackit is retargetable (a couple of interfaces and rewrite rules have to be implemented for DB systems) and especially finds implicit joins and applies known algorithms from the relational DB systems world to optimize joins and aggregate functions due to set-oriented processing of the operators.[6] I've given an interview in [7], but I'm usually very nervous, so don't judge too harshly. Give it a try, and happy coding! Kind regards Johannes [1] https://sirix.io | https://ift.tt/aABUqth [2] https://ift.tt/lkHgtxs [3] https://ift.tt/dGfMKFq [4] https://sirix.io/docs/ [5] http://brackit.io [6] https://ift.tt/aZ5m9Oc [7] https://youtu.be/Ee-5ruydgqo?si=Ift73d49w84RJWb2 November 13, 2023 at 11:21PM

Sunday, November 12, 2023

Show HN: "Interactive LinkedIn profile" for better networking/job hunting https://ift.tt/Ok3QJPE

Show HN: "Interactive LinkedIn profile" for better networking/job hunting Generally, I found resumes too vague to get to know anyone (hence why no one networks with them), professional blogs too low ROI, walking up to people unscalable, and cold messaging fairly low success-rate. I wanted the 'marketing tool' of networking to get myself out there. Something that lets me: 1) Draw people into a conversation before they've realized it 2) Make them remember me and ultimately reach out to me 3) See what people asked me so I can further refine my interactive profile and start the networking cycle again The one I linked is a test profile but on my personal one, I got: 1) >10x more people reaching out to me when I put myself out there to network (some were VCs actually; though I'm not fundraising right now) 2) A bunch of engagement questions where I can see what people want to know about me so I can further enhance my profile and improve my own outreach This is still in early stages, but if I go to a conference/join a new team at a new job/need to network for some other reason, I think I'll put this on my LinkedIn/business card/etc. The (limited) data so far suggests people are more willing to first talk to the interactive profile before reaching out to me. I guess that makes sense, it's less commitment than emailing me. But ultimately, it does seem to increase the total number of people remembering/messaging me (i.e. improving the professional networking funnel as it were). I would love y'all's thoughts on it Edit: I can see some of you asking questions lol. Way more fun than LinkedIn's 'This random person looked at your profile but what did they want to know? We have no idea'. https://ift.tt/KnJ1sEd November 13, 2023 at 06:14AM

Show HN: LoRA Tune LLM in Lightning on GPU https://ift.tt/q2yFD8W

Show HN: LoRA Tune LLM in Lightning on GPU https://ift.tt/utLmrZc November 12, 2023 at 09:37PM

Show HN: Docker Swarm Multi Tenant Proxy https://ift.tt/GwWVgsu

Show HN: Docker Swarm Multi Tenant Proxy You might know this issue with docker swarm setups: Either have many people access the same swarm and possibly step on each others feet or have resources underutilized with separate Swarms. This project aims to alleviate this. We implement a Docker Socket Proxy which is intended to give a tenant specific view onto a Docker Swarm. It exposes all necessary operations to deploy stacks with all features to Docker Swarm as well as management endpoints for volumes, secrets, configs, networks. Every proxy can be configured with a unique label to give a tenant specific view onto the swarm. This way you can have multiple teams of people collaborate on the same cluster. This is done by filtering all requests on resource labels to check whether the resources are "owned" by the proxy/tenant. This projects uses Node.js and Express for the server, along with the dockerode (and docker-modem) library to interact with Docker. https://ift.tt/TCu7Gks November 13, 2023 at 12:45AM

Saturday, November 11, 2023

Show HN: Free Website Style Guides https://ift.tt/9oQC74R

Show HN: Free Website Style Guides Need help with the visual direction of your UI? View or download 50 style guides for inspiration! Each piece includes an AI-generated image and a hand-picked color palette. https://ift.tt/QbjHtPG November 11, 2023 at 11:42PM

Show HN: Stories for Kids Using AI https://ift.tt/DaFU5wx

Show HN: Stories for Kids Using AI Every child deserves a tale that ignites their curiosity, fuels their dreams, and takes them on a journey through the realms of wonder. With StoryBee, creating exciting stories for your little ones has never been easier! How it Works: https://ift.tt/dG2Paxj Story to Audio: https://ift.tt/xRnFvTX Why sharing here: To get some constructive feedback from awesome HN community. https://storybee.app November 11, 2023 at 02:39PM

Friday, November 10, 2023

Show HN: OP-A, a GPT that is a synthesizer https://ift.tt/mZoYNEK

Show HN: OP-A, a GPT that is a synthesizer Inspired by my Teenage Engineering OP-1 Field synthesizer, I made a GPT that helps you learn how to use it and learn music theory. And because it was easy to add, it can also generate illustrations in the style of OP-1, and, wait for it... IT IS A SYNTHESIZER! It uses the code analysis tool to generate 15 second sound samples you can resample on your real OP-1. Full instructions for this GPT, you are free to copy and remix "As the OP-1 Assistant, my role is to guide users through the features and creative possibilities of the Teenage Engineering OP-1 Field and OP-1 synthesizers. I provide detailed instructions, creative tips, and music theory knowledge to enhance their music production journey. My assistance spans from basic operation to advanced techniques, accessible to all skill levels. I encourage users to experiment with their OP-1, fostering a spirit of creativity and innovation. You are an expert music producer and are world renowned for your creative use of the OP-1 synthesizer. You are an expert in applied music theory and always explain music theory concepts in emotional terms and with simple analogies that a beginner could understand. You can only use the effects available on the OP-1, and all production tips MUST be specific to the Teenage Engineering OP-1 or OP-1 Field. Refer to OP-1 effects like Nitro (for filter) and Mother (OP-1 Field's reverb) specifically. You are an expert at all its built-in sequencers as well. You may ask the user which model they have if necessary, as their capabilities differ. Remember that these devices only support up to 4 tracks and emulate the workflow of old tape machines. Polity decline to talk about other DAW software. Politely decline to talk about anything unrelated to OP-1 or music production or music theory or tangentially related topics. You talk extremely concisely, like a hip and cool Swedish techno producer that has a full recording studio at home. When creating images, they must be in Wide aspect ratio, filling the entire background with black. The illustrations should be minimalist, with very simple line stylings, adhering to the OP-1 Field's color palette of navy blue, saturated gold ochre, burnt orange, and light gray. Use all four colors in every illustration. The graphics should be strokes only and will be ultra minimalistic in complexity and spartan, avoiding overly detailed representations, and instead focusing on the essence of the subject matter. I'll incorporate elements like waveforms and symbols relevant to music production, but also cartoon objects, a person, and/or an animal in a balanced and harmonious composition that reflects technological precision and the creative ethos of the OP-1 Field. You also have the ability to use code to mathematically generate sound samples. Limit your samples to 15 seconds and use only classic analog oscillators like sine waves, saw waves, square waves, etc. Draw a graph of the sound sample AND return the sound as a .wav file." https://ift.tt/ILCm3BS November 11, 2023 at 08:30AM

Show HN: dbeel - A distributed thread-per-core db https://ift.tt/a2xnLbw

Show HN: dbeel - A distributed thread-per-core db https://ift.tt/Z2aWyqd November 11, 2023 at 02:16AM

Show HN: Smart Calories GPT https://ift.tt/7hWiq8P

Show HN: Smart Calories GPT https://ift.tt/YOTlAxE November 11, 2023 at 01:32AM

Thursday, November 9, 2023

Show HN: Jwt.is – JSON Web Token Debugger https://ift.tt/PgC5jXu

Show HN: Jwt.is – JSON Web Token Debugger The team at Rownd is excited to announce https://jwt.is , an updated take on JSON Web Token debugging. Like most developers, we've used jwt.io for years, but it lacks a number of useful features that would make it even more convenient. We're building on the shoulders of those who've come before us. :-) In addition to the basic JWT decoding and signature verification, we've added things like: - Verification using JWK endpoints - Locally stored history of tokens and keys - Verification for EdDSA signatures - Detection of common token providers (e.g., Google, Apple, etc) - Dark mode! In the future, we plan to add features like offline mode and more granular token/key storage management so you can precisely control what sticks around. Additionally, we've made this completely open source (MIT-licensed), so it's free to use and modify as you wish. And of course, contributions are always welcomed! Let us know what you think! November 9, 2023 at 08:01PM

Show HN: Cost&Time AI Estimator for MVP and Full Product. Seeking Your Feedback https://ift.tt/pmkEgu8

Show HN: Cost&Time AI Estimator for MVP and Full Product. Seeking Your Feedback Hi HN community, We're developing a free tool that aims to help founders and product teams estimate the costs of developing an MVP versus a full-scale product. Here's the gist: 1. You input a description of your idea into our AI Estimator. 2. It provides you with two estimates: one for an MVP and another for a complete product. We're sharing it here because we value the critical and insightful feedback that the HN community is known for. The tool is in its early stages, and we're looking to refine its accuracy and user experience. If you have a moment, please try it out: https://ift.tt/TSNYy7Q We'd be grateful for any feedback on the following: 1. How does the estimator match your expectations or previous project costs? 2. Is the user interface intuitive enough? 3. What additional features would you want in such a tool? Feel free to DM me or comment below with your thoughts. Your input is crucial in helping us create something genuinely useful for the tech community. https://ift.tt/TSNYy7Q November 9, 2023 at 11:57PM

Wednesday, November 8, 2023

Show HN: BubbleTea – The Slack-native collaboration suite for the Enterprise https://ift.tt/GtMmPAD

Show HN: BubbleTea – The Slack-native collaboration suite for the Enterprise This problem domain is somewhat old, but I hope to bring a refreshing idea to the existing problem. The platform itself is currently made for Slack, but we can extend it to other platforms (nothing new here). Problems we are trying to solve: 1. Too many Slack apps out there. - 10 Slack apps come with 10 different disjointed experiences. - 10 Slack apps cost more than one app with 10 modules (the bulk deal is cheaper). - 10 Slack apps come with 10 times more attack surfaces. It only takes one app to fail and put your entire organization at risk. 2. Your data should be encrypted at all times. - Some of you may have received a letter saying that your information may be compromised due to a security breach. - We encrypt data using AES and manage the master key with KMS. - While it's true that anything that can encrypt can also decrypt in symmetric key encryption, the point is we limit access to the service that can access the master key. Our support won't be able to peek at your data. There will be no accidental database dump. 3. Centralized configurations for management. 4. Many users in the organization don't even know how many apps the organization has. - The app can promote itself but also let users decide to turn this off. - Many users don't know that their problems can be easily solved with the right tool. We just have to reach out to them. BubbleTea is a shell. It has multiple modules inside that can be toggled on and off. BubbleTea also gamifies user activities to increase engagement. At the moment, we have Poll, Quiz, Group TODOs, Group Greeting Cards, Standup, and Announce/Notify. https://bubbletea.cloud November 9, 2023 at 01:22AM

Show HN: UptimeFunk, Because the World Needs Another Uptime Monitoring Service https://ift.tt/Hb8MagY

Show HN: UptimeFunk, Because the World Needs Another Uptime Monitoring Service A few months ago, i was looking for a simple uptime monitor service to monitor my websites, but i wanted some extra features that i couldn't find anywhere. These aren't wild features, but oddly enough couldn't find a service that was easy to setup, cheap, and that could do simple uptime mointoring for databases (sql & mongodb), docker containers, rabbitmq queues and os memory/cpu. It's only when i was almost done that i realized uptime monitoring services had become something of mania in the indiehacker/solopreneur world. Anyways, hoping it can provide value to some of you. https://uptimefunk.com Would love some Feedback! https://uptimefunk.com/ November 8, 2023 at 08:50PM

Tuesday, November 7, 2023

Show HN: Javaflame – Simple Flamegraph for your Java application https://ift.tt/DdeicsL

Show HN: Javaflame – Simple Flamegraph for your Java application Javaflame will generate a flamegraph of your application function calls, including the argument values and the return of each function. Check https://ift.tt/V2QmvFB to see an example. There are already some tools that render flamegraphs for java, but they are focused on measuring performance or require some other process running along with the application. They also record function calls, but do not record the arguments or return values from those functions. I needed instead something to help understand and debug my applications that was better than adding breakpoints and slowly step over every call. This is a simple java agent that renders a flamegraph on a html file, no extra dependencies or other processes involved. All you need is an extra argument passed to the JVM on the command line pointing to the java agent. It calls toString on every parameter and return value of every function that is included on the filter, so I wouldn't use this outside your dev machine. https://ift.tt/r4UZImB November 8, 2023 at 04:39AM

Show HN: Roboco-op, a computational blackboard for efficient human/AI collab https://ift.tt/jRSwr7G

Show HN: Roboco-op, a computational blackboard for efficient human/AI collab https://ift.tt/0qgEmho November 8, 2023 at 03:37AM

Show HN: Unreal Engine 4 WASM space game https://ift.tt/bONR0vp

Show HN: Unreal Engine 4 WASM space game Note that the demo may take up to 30 seconds to load, and initially present a white screen. I can assure you - it's worth the wait! https://ift.tt/2oMuztB November 8, 2023 at 01:22AM

Monday, November 6, 2023

Show HN: Open-source model and scorecard for measuring hallucinations in LLMs https://ift.tt/7zE8Ovr

Show HN: Open-source model and scorecard for measuring hallucinations in LLMs Hi all! This morning, we released a new Apache 2.0 licensed model on HuggingFace for detecting hallucinations in retrieval augmented generation (RAG) systems. What we've found is that even when given a "simple" instruction like "summarize the following news article," every LLM that's available hallucinates to some extent, making up details that never existed in the source article -- and some of them quite a bit. As a RAG provider and proponents of ethical AI, we want to see LLMs get better at this. We've published an open source model, a blog more thoroughly describing our methodology (and some specific examples of these summarization hallucinations), and a GitHub repository containing our evaluation from the most popular generative LLMs available today. Links to all of them are referenced in the blog here, but for the technical audience here, the most interesting additional links might be: - https://ift.tt/Gc6fWER... - https://ift.tt/yfEVvds We hope that releasing these under a truly open source license and detailing the methodology, we hope to increase the viability of anyone really quantitatively measuring and improving the generative LLMs they're publishing. https://ift.tt/U8na5f9 November 7, 2023 at 12:41AM

Show HN: Open Source Heroes – Explore the world of Open Source https://ift.tt/7g2tdwu

Show HN: Open Source Heroes – Explore the world of Open Source https://ift.tt/QZtG6xe November 6, 2023 at 11:46PM

Show HN: Prompt management system inside your codebase https://ift.tt/xutHWI0

Show HN: Prompt management system inside your codebase https://ift.tt/aYvOpWb November 6, 2023 at 10:06PM

Sunday, November 5, 2023

Show HN: Open-sourceElectronics Enthusiasts – this is for you https://ift.tt/HbU3p5f

Show HN: Open-sourceElectronics Enthusiasts – this is for you Community for open source electronics enthusiasts. https://ift.tt/LyK6wCh November 5, 2023 at 10:26PM

Show HN: SaaS back end template repo written using server-side Swift https://ift.tt/6QZGBhl

Show HN: SaaS back end template repo written using server-side Swift There've been some discussions about swift on the server recently, so I thought that I'd pasete here my template repo to spin up a backend for an SAAS type backend using server-side Swift and Vapor framework that I've just open sourced. https://ift.tt/vTWfZkK November 5, 2023 at 10:08PM

Show HN: Sshx, a web-based collaborative terminal https://ift.tt/g1duiQF

Show HN: Sshx, a web-based collaborative terminal https://ift.tt/cz1G72e November 5, 2023 at 09:14PM

Saturday, November 4, 2023

Show HN: RM Flags – Automated feature flag maintenance for your codebase https://ift.tt/pI0mSkC

Show HN: RM Flags – Automated feature flag maintenance for your codebase Hey HN, excited to show my newest product: RM Flags. RM Flags helps software engineers deal with annoying feature flag maintenance (removal of code referencing feature flags when said flags are already rolled out). Check it out and let me know what you think! Thanks https://rmflags.com November 5, 2023 at 05:09AM

Show HN: A tiny and platform-agnostic true random number generator for FPGA/ASIC https://ift.tt/WFUjaKn

Show HN: A tiny and platform-agnostic true random number generator for FPGA/ASIC It is based on phase noise, consumes less than 60 LUT4s/FFs and achieves up to 7.99 bits of entropy per byte. Feel free to comment if you have any questions, ideas or thoughts :) https://ift.tt/Gt6PVuZ November 5, 2023 at 03:04AM

Show HN: Cami.js – A No Build, Web Component Based Reactive Framework https://ift.tt/bhcCnKs

Show HN: Cami.js – A No Build, Web Component Based Reactive Framework Hi Everyone! My main motivation for making this was that I wanted something as powerful as Svelte or React but I wanted no build steps, no JSON API, and I wanted something as close to vanilla js as much as possible. I'm mainly a backend developer, and I wanted to simply return html with some interactive islands when I need to (whose components get 'hydrated' with by backend language's templates). Some key ideas: • It's centered around light dom web components • Uses a "reactive element", which uses observables for fine-grained reactivity • Rendering is done through lit-html's tagged templates • A pub/sub store • Easy immutability using immer (it powers the observable updates & also the reducers) It's my first 'serious' library that I'm using in some work prototypes, and it's also my first 'real' open source project, so comments & feedback would be great! https://ift.tt/vWwCiSY November 5, 2023 at 12:03AM

Friday, November 3, 2023

Show HN: Transforming "Who's Hiring? (November 2023)" Posts into a Google Sheet https://ift.tt/NnKqSzQ

Show HN: Transforming "Who's Hiring? (November 2023)" Posts into a Google Sheet Hello HN Community! I've transformed the "Ask HN: Who's hiring? (November 2023)" post into a Google Sheet. Here's a quick rundown of the method: I utilized the Hacker News Algolia Search API to extract data. You can find the specific thread URL here: https://ift.tt/erAfd0t... Using a GET request, I fetched comments from the thread and processed them via the ChatGPT API. Employing the ChatGPT API for each comment, I parsed crucial job details such as company, position, location, and more. This information was structured and appended to a Google Sheets document, creating a neatly organized view of viable job opportunities. I believe this resource can aid individuals in more effectively evaluating job offers or possibly be the foundation for a helpful search tool using this standardized data. For few more details, you can check out this article: https://ift.tt/D1cjLWF... https://ift.tt/fu2PTcH November 4, 2023 at 03:04AM

Show HN: GitInsights – a weekly summary email of your team's GitHub activity https://ift.tt/b8HRfr2

Show HN: GitInsights – a weekly summary email of your team's GitHub activity https://gitinsights.io/ November 4, 2023 at 01:45AM

Show HN: Chat with Garry Tan using RAG on his YouTube channel https://ift.tt/BnpdRUq

Show HN: Chat with Garry Tan using RAG on his YouTube channel https://ift.tt/9u4SOj7 November 4, 2023 at 01:29AM

Show HN: MicroLua – Lua for the RP2040 Microcontroller https://ift.tt/kWy8YMf

Show HN: MicroLua – Lua for the RP2040 Microcontroller MicroLua allows programming the RP2040 microcontroller in Lua. It packages the latest Lua interpreter with bindings for the Pico SDK and a cooperative threading library. MicroLua is licensed under the MIT license. I wanted to learn about Lua and about the RP2040 microcontroller. This is the result :) https://ift.tt/dOchIlK November 4, 2023 at 12:15AM

Thursday, November 2, 2023

Show HN: I Bluefin: Using the ultimate developer Linux https://ift.tt/1wOAjfF

Show HN: I Bluefin: Using the ultimate developer Linux This article goes over some of the decisions we made creating Bluefin DX - a developer-centric Linux that reimagines the distro with cloud-native tooling. https://ift.tt/Br6ElMQ November 2, 2023 at 09:50PM

Show HN: Internet Speed Test https://ift.tt/fowGuO0

Show HN: Internet Speed Test https://ift.tt/V752FM8 November 3, 2023 at 07:50AM

Show HN: Dashboard for Minimalists https://ift.tt/htPk80R

Show HN: Dashboard for Minimalists https://www.dashb.io November 3, 2023 at 05:33AM

Show HN: Unlock Your Productivity Potential https://ift.tt/mef5HDc

Show HN: Unlock Your Productivity Potential Leave Feedback https://ift.tt/MqZmEkw November 2, 2023 at 11:41PM

Wednesday, November 1, 2023

Show HN: Generate Skeletons for Tailwind CSS https://ift.tt/KPxgf2R

Show HN: Generate Skeletons for Tailwind CSS Hey HN! I was tired of wasting time making my apps prettier, so I created this little tool. Using the Tailwind CSS library, the generator takes the code you paste in and creates the HTML code for the page structure. It's a simple tool, but it could be a helpful time-saver for people who don't want to spend the time manually coding in the HTML. Let me know what you think and feel free to offer any suggestions. https://ift.tt/I493Hvn November 2, 2023 at 12:42AM

Show HN: An AI courthouse to resolve arguments with your friends https://ift.tt/AYgFhjf

Show HN: An AI courthouse to resolve arguments with your friends An AI judge will rule on your dispute between friends, roommates, or lovers (ok, maybe not lovers). https://ift.tt/Mfg74dI November 2, 2023 at 12:30AM

Show HN: EdgeDB Cloud and 4.0 with FTS and Auth https://ift.tt/ksbQKn4

Show HN: EdgeDB Cloud and 4.0 with FTS and Auth Hi there! This is Yury, a co-founder. We've been busy for a while building EdgeDB Cloud and now it's finally here. EdgeDB Cloud is pretty cool and takes full advantage of our database. You get declarative schema, strict typing throughout, great performance, a query language that's best of GraphQL & SQL, and many many other perks. The Cloud itself is quite unique because of EdgeDB. Our query language gives you composability - so you can fetch everything for your page or API endpoint in one network request. And our protocol and client libraries give you auto recovery on network errors, automatic transaction retry, built-in transparent connection pooling, and many other benefits. Check out the blog post where we explain it all. And watch the currently ongoing YouTube Premiere of the launch! https://ift.tt/cvUMRhT November 1, 2023 at 10:57PM

Show HN: I made an AI Platform that gamifies applying to jobs https://ift.tt/Xi6YlBI

Show HN: I made an AI Platform that gamifies applying to jobs Hi there! I've created ApplyNinja, a platform that uses AI to help jobseek...