Tuesday, 19 November 2024

Show HN: DDoS Photon Cannon – A Toy DDoS https://bit.ly/3UZsegA

Show HN: DDoS Photon Cannon – A Toy DDoS Blog Post: https://bit.ly/4hSUqLX... https://bit.ly/3CEBL6z November 20, 2024 at 05:21AM

Show HN: Browser-based website builder powered by LLMs https://bit.ly/3CxhtvQ

Show HN: Browser-based website builder powered by LLMs I wanted to share what I've been working on - it's a AI site builder that runs in the browser powered by WebGPU and OnnxRuntime-Web. I have got the following all working to varying degrees: - text to code generation - image to code generation - microphone to text to code generation If you are on Mac for instance, it will interface directly with your GPU to power the LLM interface. It only requires downloading the models, and then everything after that is offline. It's not even close to as powerful as Claude or ChatGPT, but I like the idea of having the LLM run directly on your machine. I just did this for fun, but I am looking for a new role if anyone's hiring - https://bit.ly/3CxhuzU ! More technical insight: - I also got the Typescript / React app to compile itself in the browser via a service worker https://bit.ly/3Z0M1gS but took it offline due to some oddities with service workers. - A lot of the new speech models are a lot better than anything built into your phone / computer. I wonder when more computers will have them built in. - I added a CSP to the iframe only because I was worried about spamming sites since I update the iframe anytime a new token comes in. So if you have an image on the page it will get reloaded every time the iframe is updated. Otherwise there would be no reason for it. https://bit.ly/48VHWiJ November 19, 2024 at 09:24PM

Show HN: Serverless code execution, but for AI agents https://bit.ly/4hZCW0r

Show HN: Serverless code execution, but for AI agents https://bit.ly/40Ulkgk November 20, 2024 at 12:36AM

Show HN: City Finding Game https://bit.ly/3ZgUSeL

Show HN: City Finding Game https://bit.ly/3CwMVKH November 19, 2024 at 09:37AM

Monday, 18 November 2024

Show HN: Tailwind Box Shadow Generator https://bit.ly/3YUl5zp

Show HN: Tailwind Box Shadow Generator https://bit.ly/48WwCCO November 18, 2024 at 10:27PM

Sunday, 17 November 2024

Show HN: Unfeed – A free RSS reader and bookmarking https://bit.ly/3US3RSc

Show HN: Unfeed – A free RSS reader and bookmarking https://bit.ly/3OcoWTp November 18, 2024 at 03:33AM

Show HN: Terminal3d – View 3D Models in Your Terminal, Built with Rust https://bit.ly/4hRoKqo

Show HN: Terminal3d – View 3D Models in Your Terminal, Built with Rust https://bit.ly/4fuEoXf November 17, 2024 at 09:30PM

Show HN: The App I Built to Help Manage My Diabetes, Powered by GPT-4o-Mini https://bit.ly/3CuNJ2p

Show HN: The App I Built to Help Manage My Diabetes, Powered by GPT-4o-Mini https://apple.co/4fRZNJv November 18, 2024 at 01:07AM

Show HN: Nova JavaScript Engine https://bit.ly/4fNTlDm

Show HN: Nova JavaScript Engine We're building a different kind of JavaScript engine, based on data-oriented design and willingness to try something quite out of left field. This is most concretely visible in our major architectural choices: 1. All data allocated on the JavaScript heap is placed into a type-specific vector. Numbers go into the numbers vector, strings into the strings vector, and so on. 2. All heap references are type-discriminated indexes: A heap number is identified by its discriminant value and the index to which it points to in the numbers vector. 3. Objects are also split up into object kind -specific vectors. Ordinary objects go into one vector, Arrays go into another, DataViews into yet another, and so on. 4. Unordinary objects' heap data does not contain ordinary object data but instead they contain an optional index to the ordinary objects vector. 5. Objects are aggressively split into parts to avoid common use-cases having to reading parts that are known to be unused. If this sounds interesting, I've written a few blog posts on the internals of Nova over in our blog, you can jump into that here: https://bit.ly/40YfudQ https://bit.ly/40RuAlr November 18, 2024 at 12:07AM

Show HN: Knight's Graph – game based on the Knight's tour problem https://bit.ly/40PXmCY

Show HN: Knight's Graph – game based on the Knight's tour problem When I was in high school, my dad showed me how to play Knight Tour on a piece of paper. Many years passed before I decided to create the Knight's Graph app. “Knight's Graph” is an intellectual puzzle game based on the classic knight tour problem, known since the 18th century. Your task is to move the chess knight across the board so that each square is visited exactly once. Test your logical and strategic skills in an exciting game where every game is a new challenge! The app is already available for download on the App Store. Google Play will be available a little later. App Store: https://apple.co/3Z8sqwB... Website: https://bit.ly/3YW8Zpk https://apple.co/3Z8ss7H November 13, 2024 at 10:53AM

Show HN: Top Hacker News stories every day over the years https://bit.ly/3Ayl5Ny

Show HN: Top Hacker News stories every day over the years https://bit.ly/3CGwew8 November 17, 2024 at 04:49AM

Saturday, 16 November 2024

Show HN: Next Beats – A Modern, Customizable, Open Source Lofi Music Player https://bit.ly/3OfRE61

Show HN: Next Beats – A Modern, Customizable, Open Source Lofi Music Player Hey everyone, I've always wanted to build my own lofi player, and I recently added it to one of my projects, You-TLDR. I decided to open-source it so more people can play around with it and make it their own. NextBeats is a modern, customizable lofi music player built with Next.js and TypeScript. It features a retro TV-style interface, YouTube integration for endless lofi streams, sound effect mixing (rain, cafe, etc.), and theme customization. Perfect for coding, studying, or relaxing, it lets you add custom channels, control music and effect volumes independently, and save settings locally. Open-source and mobile-friendly. Appreciate any feedback! https://bit.ly/3YZZvd0 November 17, 2024 at 06:31AM

Show HN: I built an app for anyone to design their own kitchen https://bit.ly/3CsLz3k

Show HN: I built an app for anyone to design their own kitchen https://bit.ly/4eEZalr November 17, 2024 at 12:19AM

Friday, 15 November 2024

Show HN: I made a demo of my Prolog-successor. Try it please https://bit.ly/3OcocOf

Show HN: I made a demo of my Prolog-successor. Try it please https://bit.ly/3UP2FP9 November 16, 2024 at 12:53AM

Show HN: Get any domain's brand data via API https://bit.ly/4fNpTxp

Show HN: Get any domain's brand data via API https://bit.ly/4eAYLBJ November 16, 2024 at 12:19AM

Show HN: Linux Voice AI https://bit.ly/40NH6T2

Show HN: Linux Voice AI https://bit.ly/40OI1T6 November 16, 2024 at 03:16AM

Show HN: A Tiny-C language compiler, rewritten in Python https://bit.ly/40W20zg

Show HN: A Tiny-C language compiler, rewritten in Python A Tiny-C language compiler, rewritten in Python(It has been converted from C to Python with as much one-to-one correlation as possible). Reference: https://bit.ly/40W21mO... https://bit.ly/3OdjPSU November 15, 2024 at 10:17PM

Show HN: OnePageGA – Simple dashboard for GA4 like Plausible https://bit.ly/3YP5ZuT

Show HN: OnePageGA – Simple dashboard for GA4 like Plausible https://bit.ly/3YTEccO November 15, 2024 at 01:41PM

Show HN: OnAir – create link, receive calls https://bit.ly/3UTyE0Z

Show HN: OnAir – create link, receive calls https://onair.io/ November 15, 2024 at 10:58AM

Thursday, 14 November 2024

Show HN: PyTorch Implementation of proVLAE(ICLR2020, disentangle representation) https://bit.ly/4fR76RX

Show HN: PyTorch Implementation of proVLAE(ICLR2020, disentangle representation) This is a PyTorch implementation of the paper PROGRESSIVE LEARNING AND DISENTANGLEMENT OF HIERARCHICAL REPRESENTATIONS by Zhiyuan et al, ICLR 2020. The official code for proVLAE, implemented in TensorFlow: https://bit.ly/48N65rL https://bit.ly/3OgolA1 November 15, 2024 at 05:16AM