Wednesday, July 10, 2024

Show HN: Open-source tool that writes Nvidia Triton Inference Glue code for you https://ift.tt/JhRfCba

Show HN: Open-source tool that writes Nvidia Triton Inference Glue code for you Triton Co-Pilot: A quick way to write glue code to make deploying with NVIDIA Triton Inference Server easier. It's a cool CLI tool that we created as part of an internal team hackathon. Earlier, deploying a model to Triton was very tough. You had to navigate through the documentation for the Python backend, figure out how to get your inputs and outputs right, write a bunch of glue code, create a config.pbtxt file with all the correct parameters, and then package everything up. It could easily take a couple of hours. But with Triton Co-Pilot, all that hassle is gone. Now, you just write your model logic, run a command, and Triton Co-Pilot does the rest. It automatically generates everything you need, uses AI models to configure inputs and outputs, and handles all the tedious parts. You get your Docker container ready to go in seconds. Check out our GitHub repository and see how much easier deploying to Triton can be! It would be great if you folks try it out and see if it works for you. reply https://ift.tt/hMme7bt July 11, 2024 at 04:24AM

Show HN: Sentinel-1 Explorer App Simplifies Access to SAR Imagery https://ift.tt/TrKh1kv

Show HN: Sentinel-1 Explorer App Simplifies Access to SAR Imagery Bringing together the ready-to-use Sentinel-1 RTC imagery from Living Atlas, and core capabilities via the ArcGIS Maps SDK for JavaScript, Sentinel-1 Explorer aims to help democratize SAR imagery for Earth science and observation. https://ift.tt/8mrwSoF July 10, 2024 at 10:16PM

Tuesday, July 9, 2024

Show HN: Personal website inspired by Apple notes https://ift.tt/SNrPHiz

Show HN: Personal website inspired by Apple notes i stan apple notes, so i built a new personal website to look, feel, & work just like it. it's fast, fully interactive, & can be navigated entirely via keyboard shortcuts. it was a lot of fun to build. i wrote more about the implementation in the linked page. check it out! https://ift.tt/C5zk1xP July 9, 2024 at 10:55PM

Show HN: Create Music with R https://ift.tt/wXH53tY

Show HN: Create Music with R https://ift.tt/ogEd6Zi July 9, 2024 at 11:45PM

Monday, July 8, 2024

Show HN: FoxVox – how AI can subtly manipulate the content you consume https://ift.tt/07AF5yL

Show HN: FoxVox – how AI can subtly manipulate the content you consume I've been thinking about AI propaganda risks lately and built this little demo in my time as a contractor at Palisade Research lab. It's a browser extension that ~instantly rewrites any given page to a particular political slant or agenda (has buttons for liberal, conservative, humorous, and conspiracy). Many of my friends found screenshots of foxed up NYT and Twitter feeds disturbing: now you can make these too. I built this in 2 weeks; wonder what better-resourced disinformation actors can do these days. https://ift.tt/bjLD429 July 9, 2024 at 01:25AM

Show HN: S3HyperSync – Faster S3 sync tool – iterating with up to 100k files/s https://ift.tt/TY5o1sF

Show HN: S3HyperSync – Faster S3 sync tool – iterating with up to 100k files/s An alternative S3 sync tool to extremly fast sync s3 buckets. Feedback and contributions are welcome! https://ift.tt/TqnreDg July 9, 2024 at 12:35AM

Show HN: I coded my own JSON translation tool to easily localize my side project https://ift.tt/M9cqQPA

Show HN: I coded my own JSON translation tool to easily localize my side project Hi HN, I’m Joan, the developer of Quicklang. I made this app to easily translate and keep in sync all my localization JSON files for my side projects. While searching online for a similar tool, I only found enterprise solutions that do not allow direct editing of JSON files. I used to use ChatGPT to translate the JSON translation file changes before coding Quicklang. However, I realized that ChatGPT only allows you to input short content for translation into another language (even if you provide a .json file), and each time I had to request translations for one language at a time. So, I decided to build an app that only sends the changes I’ve made to the OpenAI API and easily translates them into all the target languages for my side projects. Technical details: I used Next.js to build the front end and backend, and I use a custom VPS (EC2 instance) on AWS to handle the translation process. This is because the translation can take several minutes, and Vercel Functions time out after 10 seconds by default (up to 60 seconds on the Hobby plan). Finally, I save the translation files in an S3 bucket. What’s next? I want to add cool features like change history, the capability to add context to the OpenAI API to make translations as accurate as possible, and maybe allow developers to interact with the API in order to use the tool. Let me know your thoughts and feedback. It’s been a blast working on this so far, and I think it’s just neat :) https://ift.tt/5oxjD07 July 8, 2024 at 11:16PM

Sunday, July 7, 2024

Show HN: Imageprompt.io – AI-powered and human-curated artworks, logos, photos https://ift.tt/HA8QZgP

Show HN: Imageprompt.io – AI-powered and human-curated artworks, logos, photos ImagePrompt.io is a constantly growing collection of AI-generated content for artists, designers and everyone in need of great images. Includes stock photos for presentations and website, artworks for prints and wallpapers and logos for your next business. https://imageprompt.io/ July 8, 2024 at 12:33AM

Show HN: Hi.Events – Open-Source Event Management and Ticketing Platform https://ift.tt/PCs3bRz

Show HN: Hi.Events – Open-Source Event Management and Ticketing Platform https://ift.tt/EaFKGgw July 7, 2024 at 07:56PM

Saturday, July 6, 2024

Show HN: A complete AdonisJS boilerplate to help TS developers https://ift.tt/0YsgF8i

Show HN: A complete AdonisJS boilerplate to help TS developers I've started developing an AdonisJS Boilerplate with Inertia. Unlike some previous boilerplates, like "Shipfast," which often promote quick-and-dirty coding for fast profits, my goal is to offer a cleaner, more maintainable solution. Here's what I've included to make this boilerplate as accessible and developer-friendly as possible: - Comprehensive Authentication: Social authentication, OTP, Magic Links, and credentials, along with complete account management features like password recovery. - Payment & Mailing Integration: Seamless integration from start to finish, with multiple options to choose from. - Detailed Documentation: Thorough explanations of every aspect, covering even the smallest, potentially confusing details in the code. - Maintainable & Scalable Code: Organized by features, allowing you to easily drag and drop components to extend functionality. - Developer Tools: Handy commands for generating new features and automatically adding necessary imports; A complete config to enable/disable a feature in less than 10 seconds. . - Pre-made Pages: Ready-to-use pages such as an admin dashboard for tasks like automatically updating products on Stripe. - Extensive Component Library: A variety of components to streamline development. I've designed this boilerplate to be as developer-friendly and robust as possible, aiming to support maintainability and scalability from the get-go. Feel free to join the waitlist and check the website! Little demo on Twitter: https://ift.tt/7vPcRTr https://turbosaas.dev July 7, 2024 at 12:07AM

Show HN: MetaShunt – high dynamic range current measurement development tool https://ift.tt/EWlASCV

Show HN: MetaShunt – high dynamic range current measurement development tool Develop and validate your ultra- low power and IoT electronics devices with ease with MetaShunt. Optimize wakeup cycles and deep sleep power consumption. Open source Python interface for expandability. Performance and capability similar to Otii Arc and Joulescope for 1/10 of the cost. https://ift.tt/ysKM95V July 6, 2024 at 09:08PM

Friday, July 5, 2024

Show HN: Largest Collection of Successful FAANG Resumes on the Web https://ift.tt/DW08Khv

Show HN: Largest Collection of Successful FAANG Resumes on the Web Hi HN, You can solve 300+ Leetcode problems and apply to hundreds of jobs online, but still fall short of landing a job at FAANG. Ultimately, it's the resume that gets your foot in the door. To help with this, I've built a directory featuring the largest curated collection of successful FAANG resumes. Our collection includes resumes from top-tier companies like Apple, Google, Meta, Microsoft, and Amazon. Each resume is parsed for easy filtering by company, years of experience, track (IC/Management), and domain (Backend, ML, Fullstack, and more). Give it a try and please share any feedback! https://ift.tt/z8EiZ41 July 6, 2024 at 03:19AM

Show HN: Foorr – A minimal to-do app with social accountability https://ift.tt/JjcNL4v

Show HN: Foorr – A minimal to-do app with social accountability I've created Foorr, a minimal to-do list app that focuses on short-term getting-things-done and the option to do this with friends by holding each other accountable and helping each other grow together. Main goal is to fuel your progress whatever needs to be done and hold yourself accountable for your own progress (with some external motivation). Here's what it does: - Create tasks for today and tomorrow only (real hyperfocus on short term GTD). - Invite friends to cheer each other moving forward. - Building up a daily streak as you finish all tasks daily. All tasks completed before midnight which were planned for that day, earns you a level up. Rewarding that sense of completion. Why I built it: I used physical post-it notes and was a bit done with it. I really wanted something minimal focusing only on my to-do's for today and tomorrow. No bloated features, nothing to fancy/polished, just something no-nonsense I wanted to use myself. It might be useful for others who struggle with procrastination and keeping op progress getting things actually done. Feedback is definitely welcome and nice to hear if this resonates with anyone else. https://foorr.com/ July 5, 2024 at 01:44AM

Thursday, July 4, 2024

Show HN: Invoice Detector – All your invoices in one place, every month https://ift.tt/LbowCDE

Show HN: Invoice Detector – All your invoices in one place, every month Hey HN, We're building Invoice Detector ( https://ift.tt/lqxW97a ), a tool that uses LLMs and computer vision to automate invoice collection for startups. Our AI agents automatically extract, process, and categorize invoices, helping startups stay on top of their expenses. In addition to extracting invoices, we send smart spend optimization notifications and generate easy-to-understand, accurate expense reports. Our pricing is transparent and available on our website. You can try our tool for free without a credit card. We're really interested in any feedback you have, as we aim to make this tool as user-friendly as possible. We’re still very early in development and would love to hear your thoughts! https://ift.tt/lqxW97a July 4, 2024 at 11:53PM

Show HN: I built a Home Server | NAS with LXD https://ift.tt/qPU27Dy

Show HN: I built a Home Server | NAS with LXD https://ift.tt/EOkbzJq July 4, 2024 at 11:35PM

Wednesday, July 3, 2024

Show HN: Sketch Comedy Database https://ift.tt/RonXOuF

Show HN: Sketch Comedy Database There isn't anywhere on the web the catalogs individual sketches and links them together so hoping to build it out with others who enjoy sketch comedy. Just a fun side project built with Next.js, MUI, Prisma, TypeScript, Server Actions, etc.. Open Source as well - https://ift.tt/V5N3StT https://ift.tt/J98zPBR July 4, 2024 at 01:14AM

Show HN: Piperiv.com – Data Tools for Natural Gas, Oil, and Power https://ift.tt/zT2Sv4N

Show HN: Piperiv.com – Data Tools for Natural Gas, Oil, and Power https://ift.tt/3zlpHUu July 4, 2024 at 01:07AM

Tuesday, July 2, 2024

Show HN: Mutahunter – LLMs to support mutating testing for all major languages https://ift.tt/hCsjJqH

Show HN: Mutahunter – LLMs to support mutating testing for all major languages Background: We were inspired by how aider.chat was making use of pageranked AST and realized that we can use this to power high quality mutation testing using LLMs. Check it out! https://ift.tt/mPKuWzR July 3, 2024 at 01:40AM

Show HN: Free AI productivity framework for solo founders (with GPT-4) https://ift.tt/LN5koYU

Show HN: Free AI productivity framework for solo founders (with GPT-4) https://ift.tt/5LKnIbj July 3, 2024 at 12:13AM

Show HN: Pug, a TUI for Terraform https://ift.tt/xp3FCdv

Show HN: Pug, a TUI for Terraform Pug is a full screen terminal user interface for terraform. I wanted a tool that could scale terraform without leaving the terminal. There are plenty of SaaS products (terraform cloud, etc), and yes there is terragrunt but its interface is sorely lacking. I want logs to be organized and easily accessible. I also wanted to view and manage state resources at scale without endlessly rattling out `terraform state ...` commands. Pug provides all this in one small binary. You can fire off 1000s of terraform plans and applies and see their output in real-time. All the common terraform commands are supported. State is automatically refreshed following changes. You can swap out terraform for opentofu or terragrunt. In future Pug could be taken beyond a single-user, single-machine app. Processes could be launched on kubernetes, teams could share and approve plans, pull requests managed automatically, real-time updates relayed from other users etc. The end-to-end infrastructure deployment workflow would be possible without leaving the terminal. https://ift.tt/gfloFwZ https://ift.tt/gfloFwZ July 3, 2024 at 12:18AM

Show HN: tltv – Federation protocol for 24/7 TV channels https://ift.tt/KMVr6Ng

Show HN: tltv – Federation protocol for 24/7 TV channels I spent six years trying to build a tv channel server. rewrote it eight times. flas...