Sunday, August 18, 2024

Show HN: NeoRetro Synth – a retro-style synthesizer and drum machine https://ift.tt/68Lbzfi

Show HN: NeoRetro Synth – a retro-style synthesizer and drum machine https://ift.tt/2TGeSay August 18, 2024 at 04:38AM

Show HN: Typescript library for editing videos with code https://ift.tt/HFpDgU2

Show HN: Typescript library for editing videos with code Today we launched a Typescript library for building video processing applications that can run completely client-side This project has been started in March 2023 with the mission of creating the "video processing toolkit for the area of AI". During an extensive research period, we quickly decided to fully embrace WebGPU, which offers a substantial performance improvement over its predecessor WebGL and technologies alike. In combination with WebCodecs, these two technologies lead to unprecedented rendering capabilities on the web and pave the way for the next generation of video processing applications Would love to hear your feedback! https://ift.tt/pPhvYG4 August 18, 2024 at 12:59AM

Show HN: V2 of maestro-CLI, a command-line music player https://ift.tt/XmEtnQH

Show HN: V2 of maestro-CLI, a command-line music player Visualization directly in the terminal, streaming, clips, tags, and more! https://ift.tt/xBv0Zr5 August 17, 2024 at 11:18PM

Saturday, August 17, 2024

Show HN: an AI copilot for Next.js developers https://ift.tt/5eIU96k

Show HN: an AI copilot for Next.js developers Hey HN! I'm Andrew, one of the creators of Glass, a copilot for Next.js and React developers. Glass appears as a chat bar on your locally running Next.js server, and you can tell it to make changes like "build a dashboard" or "add a login button". Glass makes the changes to your sourcecode in real-time. Our goal with Glass is to automate away the easy but slow parts of frontend development, like locating the right file to edit, writing tailwind by trial-and-error, and copy-pasting boilerplate from Claude and other tools. We want to let you do all the tedious work entirely from your browser. We built Glass using a VS Code extension that handles communications with an LLM (4o) and reads/writes to your codebase. We also built an SWC plugin to map where clicked in your browser to a location in your sourcecode - this was interesting because we determine which component you clicked on and where its instance is located in your codebase, so we did a lot of interesting prop injections to make this work. Lastly, we render our UI directly on your project using a React Provider - this was mainly to avoid building yet another interface you have to install (although it has its downsides, like disappearing when there's an error). We're super excited to build the tool out more, but we wanted to get a sense of what you think! The jump-to-code and hover-component features have been the most helpful for me developing projects in general, and the AI part can help with easier tasks like rearranging a component and doing annoying tailwind work. You can install Glass on your Next.js project here: https://useglass.ai/ . Everything is free for now, and we'd love to hear your feedback. https://useglass.ai August 17, 2024 at 05:46AM

Show HN: Learn Blender shortcuts with lots of tiny videos https://ift.tt/LxNoc49

Show HN: Learn Blender shortcuts with lots of tiny videos I've used blender for more than a decade and now ask myself what the best way to teach it would look like. Video generally seems the best format to explain how to solve a specific problem, but its not exactly great for larger collections of small bits of information – like blender shortcuts. This is why I made this video/text hybrid website from scratch. If you're a blender user or have experience in teaching others, I'd be very happy to hear your thoughts on it. I'm also posting this here because I assume many of your are professional web developers. I'm a learning hobbyist and wondering if there are any issues with the way I built the website. Thanks! Github: https://ift.tt/bSELX7t https://ift.tt/yoIsQpl August 17, 2024 at 04:08AM

Show HN: We are building Figma for developers https://ift.tt/A4GE8ud

Show HN: We are building Figma for developers What is Symbols? “The ultimate platform for developers & teams to build, test and document fully functional & reusable UI libraries on a canvas. Publish as a website or export to your existing tech stack with open-source development” Currently in beta access. Comes with access to 900+ UI components Build any website or add new functionality to existing web projects in minutes. From landing pages to SaaS applications. Lifetime offers We are currently running one off offers for the first 100 users from $49 USD, which includes unlimited projects or users for 1 project. Eventually charging $49 per month per user/project, as design system platforms charge a similar amount. So grab a deal! Here is a quick landing put together, with a better one in the works :) https://ift.tt/OjC9QNp Any questions let me know! August 17, 2024 at 01:26AM

Show HN: Systema Robotica, a treatise on the order and evolution of robotkind https://ift.tt/UwEufyG

Show HN: Systema Robotica, a treatise on the order and evolution of robotkind Systema Robotica is a multi-year endeavor to define, classify and demystify robots. The treatise has been published as a book on Amazon and also as an open access public work on LessWrong and TechRxiv. The treatise defines what a robot is, classifies all past, present and future robots, and proposes a novel definition and test for sentience. I welcome everyone's comments, inputs, feedback and suggestions. This is the first edition of Systema Robotica, and I intend to continue to build upon this early framework. https://ift.tt/xZ7sMdb August 16, 2024 at 11:20PM

Show HN: I built a Raspberry Pi webcam to train my dog (using Claude) https://ift.tt/14pnsOW

Show HN: I built a Raspberry Pi webcam to train my dog (using Claude) Hey HN! I’m a Product Manager and made a DIY doggy cam (using Claude a...