Friday, April 7, 2023

Show HN: I built a website editor for TailwindCSS https://ift.tt/rKcTFEC

Show HN: I built a website editor for TailwindCSS https://www.webase.com/ April 7, 2023 at 09:02PM

Show HN: Building musical synthesizers with SQL queries https://ift.tt/ZmOTHcI

Show HN: Building musical synthesizers with SQL queries If you already know what bytebeat is, you don't need an explanation. If not, check my project :) Here is how it looks: SELECT mono(output( arraySum(x -> 1 / 6 * running_envelope(30 * (1 + x / 6), time, 0.05 * x, 0.005, lfo(0, 0.25, sine_wave, time / 8), 0.1) * sine_wave(time * 80 * exp2(x / 3)), range(12)))) FROM table; To check how it sounds, find the examples in the repository https://ift.tt/WHvnrND https://ift.tt/WHvnrND April 7, 2023 at 08:59PM

Show HN: Chrome extension to improve productivity with ChatGPT https://ift.tt/2B8mysx

Show HN: Chrome extension to improve productivity with ChatGPT https://ift.tt/uDCYk1U April 7, 2023 at 08:02PM

Show HN: Scan your blog for broken outgoing links https://ift.tt/LMroPnh

Show HN: Scan your blog for broken outgoing links I built this small proof-of-concept interface that lets you scan a URL or the pages in a .XML sitemap for broken outgoing links. I use this to find issues with links in my own blog and I'm wondering if this is useful for others! I also have some cases of false positives showing up and I'd be interested in knowing if you have suggestions to better handle those cases. https://ift.tt/b1O0NvB April 7, 2023 at 01:38PM

Thursday, April 6, 2023

Show HN: The Future of Data APIs https://ift.tt/Ao8mZ2u

Show HN: The Future of Data APIs Hello everyone, I'm Matteo, and, over the last few months, I have been working with my co-founder and other folks from Goldman Sachs, Netflix, Palantir, and DBS Bank to simplify building data APIs. I have personally faced this problem myself multiple times, but, the inspiration to create a company out of it really came from this Netflix article (https://ift.tt/FQyMKfX). You know the story: you have tons of data locked in your data platform and RDBMS and suddenly, a PM asks to integrate this data with your customer-facing app. Obviously, all in real-time. And the pain begins! You have to set up infrastructure to move and process the data in real-time (Kafka, Spark, Flink), provision a solid caching/serving layer, build APIs on top and, only at the end of all this, you can start integrating data with your mobile or web app! As if all this is not enough, because you are now serving data to customers, you have to put in place all the monitoring and recovery tools, just in case something goes wrong. There must be an easier way !!!!! That is what drove us to build Dozer. Dozer is a simple open-source Data APIs backend that allows you to source data in real-time from databases, data warehouses, files, etc., process it using SQL, store all the results in a caching layer, and automatically provide gRPC and REST APIs. Everything with just a bunch of SQL and YAML files. In Dozer everything happens in real-time: we subscribe to CDC sources (i.e. Postgres CDC, Snowflake table streams, etc.), process all events using our Reactive SQL engine, and store the results in the cache. The advantage is that data in the serving layer is always pre-aggregated, and fresh, which helps us to guarantee constant low latency. We are at a very early stage, but Dozer can already be downloaded from our GitHub repo (https://ift.tt/12h9jJD). We have taken the decision to build it entirely in Rust, which gives us the ridiculous performance and the beauty of a self-contained binary. We are now working on several features like cloud deployment, blue/green deployment of caches, data actions (aka real-time triggers in Typescript/Python), a nice UI, and many others. Please try it out and let us know your feedback. We have set up a samples-repository (https://ift.tt/GnXvK0E) for testing it out and a Discord channel (https://ift.tt/02KmfG7) in case you need help or would like to contribute ideas! Thanks Matteo April 6, 2023 at 11:46AM

Show HN: Curiosity of the Day https://ift.tt/GijY8yw

Show HN: Curiosity of the Day Hey HN! I've built Curiosity of the Day to help people increase their knowledge of the world, one day at a time. Each day, it presents the user with a new fact or piece of knowledge about anything from history and science to art and culture. I’d love to get some feedback on ways to make the app better, and any other ideas on how to make learning more fun and engaging. https://ift.tt/dIOqrhM April 6, 2023 at 05:27PM

Show HN: I feed all my daily entries to an AI (ChatGPT) https://ift.tt/UdAzqcb

Show HN: I feed all my daily entries to an AI (ChatGPT) Hello there! I hope you're doing well today! I wanted to share something with you. Recently I was on the hunt for the best way to journal daily. Well, I had this idea - what if I could feed all my daily entries to an AI (ChatGPT), and create a friendly, supportive character like Socrates or Simon Sinek? This way, I could ask any questions about my life and mental health, and get some amazing advice on how to improve myself! The results have been absolutely mind-blowing ! I even made a short GIF to show you how it works - check it out! - https://ift.tt/zRklmb1 I've shared this with my friends, and they loved it so much that they've been asking me to create a full-featured journalling app with an AI assistant! What do you think? Would you be interested in using an app like this? I'd love to hear your feedback and thoughts on this. Please feel free to drop a comment and let me know what you think! Right now, I'm just collecting a waitlist of people who are interested in the app, so if you're interested, here is a link for signup to waitlist - https://ift.tt/1IXdiOM .If I can get 100 people on the waitlist in the next few days, I'll launch the app! April 6, 2023 at 12:16PM

Show HN: Create AI Art with your phone (Android app, Stable Diffusion) https://ift.tt/ypJ6oBr

Show HN: Create AI Art with your phone (Android app, Stable Diffusion) https://ift.tt/wCVQ04h April 6, 2023 at 12:43PM

Wednesday, April 5, 2023

Tuesday, April 4, 2023

Show HN: I built a real life version of Her https://ift.tt/wpejGWF

Show HN: I built a real life version of Her https://ift.tt/JZSO0FU April 5, 2023 at 07:27AM

Show HN: GPT-4 powered brand name generator https://ift.tt/zxIn7vT

Show HN: GPT-4 powered brand name generator As a fun weekend project to take a break from the everyday work-university cycle, I've messed around with OpenAI's GPT-4 API and created a simple name generator with it. In the coming days, I'll be adding more features. https://www.namique.xyz/ April 5, 2023 at 04:49AM

Show HN: Live coaching app for remote SWE interviews, uses Whisper and GPT-4 https://ift.tt/UNuZJxt

Show HN: Live coaching app for remote SWE interviews, uses Whisper and GPT-4 Posting from a throwaway account to maintain privacy. This project is a salvo against leetcode-style interviews that require candidates to study useless topics and confidently write code in front of a live audience, in order to get a job where none of that stuff matters. Cheetah is an AI-powered macOS app designed to assist users during remote software engineering interviews by providing real-time, discreet coaching and integration with CoderPad. It uses Whisper for audio transcription and GPT-4 to generate hints/answers. The UI is intentionally minimal to allow for discreet use during a video call. It was fun dipping into the world of LLMs, prompt chaining, etc. I didn't find a Swift wrapper for whisper.cpp, so in the repo there's also a barebones Swift framework that wraps whisper.cpp and is designed for real-time transcription on M1/M2. I'll be around if anyone has questions or comments! https://ift.tt/wyC09Af April 5, 2023 at 05:06AM

Show HN: CartoSVG – create beautiful map visualizations easily https://ift.tt/Pf2697p

Show HN: CartoSVG – create beautiful map visualizations easily This project aims at making the creation of rich interactive maps easy, with no compromise on the visual quality. A goal is also to export the final SVG as lightweight as possible, with no dependency on external libraries, which are usually needed to have interactive maps on a website. Feel free to explore the examples (the “examples” dropdown at the top-right) to explore what is possible to design with CartoSVG. https://cartosvg.com April 5, 2023 at 12:35AM

Show HN: NanoApp.dev – Turn JSON into Native Mobile App https://ift.tt/4Da8dnb

Show HN: NanoApp.dev – Turn JSON into Native Mobile App https://ift.tt/S8Ynazk April 4, 2023 at 11:04PM

Show HN: I built a simple IPTV player with M3U support and fuzzy finding in bash https://ift.tt/HzomrBC

Show HN: I built a simple IPTV player with M3U support and fuzzy finding in bash https://ift.tt/nyqhSba April 4, 2023 at 11:40PM

Show HN: I made a GPT-powered job board https://ift.tt/onuZPYR

Show HN: I made a GPT-powered job board https://hiring.cafe/ April 4, 2023 at 11:36PM

Monday, April 3, 2023

Show HN: Garson.io helps product people write like a pro https://ift.tt/M8oFuj3

Show HN: Garson.io helps product people write like a pro If you struggle with writing a professional email, blogpost or documentation article or it takes you too much time, Garson is here to help. AI powered concierge that can improve the quality of your write ups. https://garson.io April 4, 2023 at 09:52AM

Show HN: Abstract coding using GPT 4 https://ift.tt/IyGgZ39

Show HN: Abstract coding using GPT 4 https://ift.tt/5TARPJv April 4, 2023 at 09:28AM

Show HN: Generate Textual Descriptions for Images https://ift.tt/cnx10ZS

Show HN: Generate Textual Descriptions for Images https://scenex.jina.ai April 4, 2023 at 05:58AM

Show HN: Run Your Own ChatGPT Agent on Cloudflare Containers https://ift.tt/AB0c8Kd

Show HN: Run Your Own ChatGPT Agent on Cloudflare Containers Hi HN! I was disappointed when the ChatGPT Agent announcement came with the not...