Wednesday, August 21, 2024

Show HN: Tree-sitter Integration for Swift https://ift.tt/RGsZuY7

Show HN: Tree-sitter Integration for Swift I have created a Swift package ( https://ift.tt/tUOH7Mu ) enabling tree-sitter parsers to be written in Swift; specifically, as an array of production rules which map symbol types to pairings of syntax expression and type constructor. A member macro derives a tree-sitter grammar and embeds the generated parser in its expansion. This project is a work in progress, and I will be grateful for any feedback. Thanks, Dave https://ift.tt/tUOH7Mu August 20, 2024 at 10:33PM

Tuesday, August 20, 2024

Show HN: Profiles – personal landing pages built with Markdown https://ift.tt/I0o1KRk

Show HN: Profiles – personal landing pages built with Markdown I imagine many people on HN have their own websites. However, most people do not. Rather, many have social media profiles they use as a landing page of sorts. Social media platforms can be bloated for this purpose. Profiles is a project that aims to allow you to setup a personal landing page in minutes and gives you a unique, short URL with your username that you can share. Github repo: https://ift.tt/bRk8NEe https://ift.tt/7Ie0BtR August 19, 2024 at 07:36PM

Monday, August 19, 2024

Show HN: Wd-40, a static webserver with automatic hot-reloads https://ift.tt/adVqc2m

Show HN: Wd-40, a static webserver with automatic hot-reloads It works by injecting a websocket script which listens for file changes. The filechanges are detected using the go fsnotify package, which in turn uses the different OS's equivalent to inotify. I basically got bored with alt-tabbing and refresing when developing 'vanilla-js'. The hot-reload in the modern frameworks are very nice, so figured I'd recreate it. https://ift.tt/O0MJEbh August 18, 2024 at 11:54PM

Show HN: We're developing AI employees – seeking early adopters and feedback https://ift.tt/CZJyzYn

Show HN: We're developing AI employees – seeking early adopters and feedback Hi HN, We're a small team(actually only myself working on this topic) working on an AI employee system that aims to revolutionize how teams work. Our goal is to create AI assistants capable of handling tasks like coding, project management, and documentation. The product is still in development (expected beta in 3-6 months), but we're looking for early adopters and feedback to shape its direction. Some key points: 1. 24/7 AI assistants for various roles (developers, managers, etc.) 2. Leveraging our in house low-code platforms LCDP.ai, RAG (Retrieval-Augmented Generation), and Large Language Models to create adaptable and efficient AI employees 3. Aiming for a 100% boost in team efficiency 4. Currently in active development, seeking input on feature prioritization We're offering early adopters a lifetime 50% discount for a $19.9 reservation fee. We know it's early, but we believe in building in public and involving potential users from the start. What we're looking for: 1. Would you use AI employees in your workflow? Why or why not? 2. What features would make this invaluable for your team? 3. Any concerns about integrating AI so deeply into work processes? We're here to answer questions and discuss the future of AI in the workplace. Looking forward to your thoughts! More information on https://ift.tt/K4nalPA , and the booking page is https://ift.tt/shLen7u Thanks :) https://ift.tt/xY89G4V August 18, 2024 at 08:01PM

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

Show HN: I trained a chess engine to play like humans https://ift.tt/i5eF9rL

Show HN: I trained a chess engine to play like humans I built 1e4.ai - a chess web app where you play against neural networks trained to mim...