Friday, 29 November 2024

Show HN: Gogo installs your shell tools https://bit.ly/49e2jro

Show HN: Gogo installs your shell tools Trying to be as friction-less as possible, allowing you go quickly gather your favorite command-line tools in a new environment. And keep them updated too. This is an open-source, personal project, hope someone else finds it useful. https://bit.ly/49e2jYq November 30, 2024 at 12:40AM

Show HN: It took me 5() months to build a Plausible alternative https://bit.ly/41a0HNy

Show HN: It took me 5() months to build a Plausible alternative After months of using Google Analytics I realized only about 50% of people accepted my cookie-popup. I had months of incorrect data for my website. I started looking for alternatives and eventually found Plausible, which is great (and open-source). Problem is, I didn't feel like paying 9$ a month to see the amount of visitors on a website i didn't even earn anything on, it was just a hobby project. Eventually I started making my own web analytics. Which actually isn't that hard. It took me about a month of working on my spare time every now and then. Being GDPR compliant basically means to not save any personal identifiers. At first I thought it would be easy since something like a public IP adress can't count as a personal identifier right? I was very wrong. How it works: When a user visited my website I saved the IP and Header for 24 hours. Then if they visited again I checked the combination of IP and Header against the ones saved in my DB. If they were the same I simply added 1 view to my data. If they weren't the same I added 1 unique daily user and 1 view. That's in short how it works. A few weeks later I realized if I had this problem then other would also have it. So I started working on Simplytics.dev. I had to do a lot of new stuff and re-build my code from the ground-up twice. Small things like OAuth was completely new to me and took up a lot of time. But eventually I got here and just launched something that with the knowledge I have today wouldn't even take a third of the time recreating today. It's my first real "Launch" and it feels really good finally creating something AND publishing it. Instead of a montly fee I opted to make it a pay-once service. Right now it's priced at 49$ but I'll see how it works out. If you got any questions on how it works Id love to answer them. November 25, 2024 at 04:35PM

Thursday, 28 November 2024

Show HN: Indentation-based syntax for Clojure https://bit.ly/49euTsD

Show HN: Indentation-based syntax for Clojure https://bit.ly/419vpGv November 25, 2024 at 09:29AM

Show HN: A word guessing game based on text vector embeddings and cos-similarity https://bit.ly/49afDNo

Show HN: A word guessing game based on text vector embeddings and cos-similarity Try to find the secret word that computer holds, by guessing and getting feedback in form of how similar your guess to the secret is. The fewer attempts the better. There is also a hint and a give-up button. Thank you, please give it a try ) https://bit.ly/3CL803U November 29, 2024 at 12:11AM

Show HN: Reportobello – Typst-Based PDF Generator API https://bit.ly/3B5wdBz

Show HN: Reportobello – Typst-Based PDF Generator API https://bit.ly/4eTmEDw November 28, 2024 at 09:15AM

Show HN: myphotos.site – Google photos to a website in 60 seconds https://bit.ly/3Z7koml

Show HN: myphotos.site – Google photos to a website in 60 seconds Hey HN! My friend and I love taking pictures on our phones, and we were looking for a super simple way to share them with the world. Google Photos albums are nice, but the result isn't slick enough and lacks customization options (embed, custom domain). That's why we built myphotos.site - a micro SaaS that allows anyone to create a slick, minimal gallery website from Google Photos. Galleries can be iframe-embedded for those looking for full customization. One thing we haven't solved yet - many Google Photos users (myself included) do not have images pre-organized in albums, so the fact that technically it takes 60 seconds to build a website doesn't take into account that you have to spend time picking the right images. Would love to some feedback/ideas from hobbyist photographers here! https://bit.ly/417vj1V November 28, 2024 at 12:02PM

Wednesday, 27 November 2024

Show HN: Voice-Pro – AI Voice Cloning Magic: Transform Any Voice in 15 Seconds https://bit.ly/3Z6MbU5

Show HN: Voice-Pro – AI Voice Cloning Magic: Transform Any Voice in 15 Seconds Imagine creating a podcast where Mark Zuckerberg interviews Elon Musk – using their actual voices? What sounds like science fiction is now reality. Voice-Pro is an open-source Gradio WebUI that breaks the boundaries of audio manipulation. Powered by cutting-edge Whisper engines, this tool turns voice replication into child's play. Key Features: - Zero-shot Voice Cloning - Voice Changer with 50+ Celebrity Voices - YouTube Audio Downloading - Vocal Isolation - Multi-Language Text-to-Speech (Edge-TTS, F5-TTS) - Multi-Language Translation - Powered by Whisper Engines (Whisper, Faster-Whisper, Whisper-Timestamped) Video Demos: 1. Voice-Pro Usage Tutorial: https://youtu.be/z8g8LMhoh_o 2. Voice Cloning Celebrity Podcast Demo: https://youtu.be/Wfo7vQCD4no 3. Full Demo Playlist: https://www.youtube.com/playlist?list=PLwx5dnMDVC9Y7dAjm9r26... Whether you're a content creator, developer, or audio experiment enthusiast, Voice-Pro provides a user-friendly interface to push the boundaries of audio manipulation. GitHub: https://bit.ly/4ibvoYw https://bit.ly/4ibvoYw November 28, 2024 at 03:37AM

Show HN: SF Search – iPhone app for searching SF Symbols by drawing https://bit.ly/3CJsQ3U

Show HN: SF Search – iPhone app for searching SF Symbols by drawing Hello HN, first-time poster, long-time lurker. Sometimes I found it really hard to find a specific icon in Apple's SF Symbols library, so I made a pretty simple iPhone app that lets you make a drawing to search symbols similar to it. It also works on Macs with Apple Silicon. I used Create ML to train the image classifier that generates the suggestions. The app is completely free and you can download it here: https://ift.tt/Nm4AxCH I'd love any feedback that you might have. Hope that you find the app useful! https://apple.co/498rhs8 November 28, 2024 at 12:01AM

Show HN: I build and deployed AI Food Recipe Assistant quickly https://bit.ly/3VdycKT

Show HN: I build and deployed AI Food Recipe Assistant quickly I created an AI Foof Recipe Assistant using GPT 3.5, DALL E 3, etc. Building was quite fun and easy, but deploying AI applications can be challenging. Whether you’re a developer working on a side project or part of a team building the following big AI product, you need a reliable and easy way to get your app into production. That's why I am always looking for the best hosting platforms that can simplify my workflow to deploy Apps as easily as possible, and this guide is for the same: https://bit.ly/3Ou2s0y... https://bit.ly/4eNFsnQ November 27, 2024 at 03:38AM

Tuesday, 26 November 2024

Show HN: Yoyo is a Livewire/Htmx alternative for vanilla php https://bit.ly/496uhWb

Show HN: Yoyo is a Livewire/Htmx alternative for vanilla php https://bit.ly/3ZaXXgl November 27, 2024 at 04:13AM

Show HN: AI Project Manager for Slack with Natural Language Superpowers https://bit.ly/4i4QBU9

Show HN: AI Project Manager for Slack with Natural Language Superpowers https://bit.ly/3XYDmwv November 27, 2024 at 03:03AM

Show HN: I created a lightweight JavaScript library to visualize JSON as a graph https://bit.ly/4fJPxDt

Show HN: I created a lightweight JavaScript library to visualize JSON as a graph https://bit.ly/3CN4t5d November 26, 2024 at 11:41PM

Show HN: A library of tree search algorithms for AI agents https://bit.ly/3VcTEjo

Show HN: A library of tree search algorithms for AI agents Hi HN, I built this to address what I see as the fundamental problem with ReAct-style agents: compounding errors. Even a small mistake made early enough in the loop can snowball and ruin the final output. But with search, agents can look multiple steps ahead and backtrack before committing to a particular trajectory. This has already been shown in a few papers to help agents avoid mistakes and boost overall task performance, but there's no easy way to actually build these kinds of agents. So that's why I made this framework. I believe search will eventually become table stakes for building agents as inference gets faster and cheaper, and this library is the first (and only) way to get that performance boost easily. – Jonathan https://bit.ly/4119Jwh November 26, 2024 at 03:20PM

Show HN: SQLite Plugin for Jekyll https://bit.ly/4fJ9Zo9

Show HN: SQLite Plugin for Jekyll I love Jekyll, especially the Datafiles[0] feature, which lets you use CSV/JSON/YAML files and iterate through them. Mixed with the Jekyll Data Pages generator[1], which lets you create a page for every row in your dataset, it is a very powerful combination. However, Liquid is a terrible language for data-mangling, and simple filtering/sorting/merging can become very annoying. So I wrote a Jekyll SQLite plugin that lets you use the same data interface in Jekyll/Liquid, but backed by a SQLite file(s). It gives you the simplicity of the Baked Data pattern[2], and the flexibility of using SQL for data-wrangling, within a static site generator. As a demo, I took the northwind dataset, and generated a site[3] with a few sample queries[4]. It demos both site-level, and page-level queries alongside data-pages generator to generate a page for every product/category/customer. I've been using this across a few sites in production for almost a year, looking for feedback on usage semantics and feature suggestions. [0]: https://bit.ly/49apxi1 [1]: https://bit.ly/3B0iVq0 [2]: https://bit.ly/3CGZSBI [3]: https://bit.ly/495dLWr [4]: https://bit.ly/3V9gU1G https://bit.ly/3AOx21J November 26, 2024 at 01:11PM

Monday, 25 November 2024

Show HN: I built our SEO workflow into a simple tool for small dev teams https://bit.ly/4fG2fmX

Show HN: I built our SEO workflow into a simple tool for small dev teams After using this SEO content generation workflow for 2 months, I spent a week turning it into a simple tool that's now publicly available. Postie [i]( https://bit.ly/4g0FI3R helps small dev teams create SEO-optimized blog content with minimal effort. Currently free and offering these features: - Project-based context awareness: It understands your project's background to maintain accuracy - Built-in keyword research: Data-driven SEO suggestions - Human-in-the-loop workflow: Not just AI generation, but proper review/edit cycles - MDX export: Direct integration with your existing tech stack - Batch generation: Create multiple posts in parallel Would love to hear any feedback! https://bit.ly/3ZnaZs8 November 26, 2024 at 05:36AM

Show HN: Table of Elements – Your strategic advantage in project management https://bit.ly/4fDIE6G

Show HN: Table of Elements – Your strategic advantage in project management https://bit.ly/4fFATx2 November 26, 2024 at 03:47AM

Sunday, 24 November 2024

Show HN: I Built a Lightweight Nutrition Tracker for the iPhone https://bit.ly/4fDNcde

Show HN: I Built a Lightweight Nutrition Tracker for the iPhone Hey HN, I was overweight in college and started my weight loss journey using an app called MyFitnessPal. Tracking calories not only helped me lose weight but also taught me a lot about nutrition and helped establish healthy eating habits that continue to benefit me. However, I’ve always been frustrated by the existing nutrition tracking apps. Many are slow and bloated, lack accurate nutrition data, or don’t respect user privacy. I wanted to build something that I’d love using myself. A few things that make FitBee stand out: * Fast, lightweight and to the point - The app is just about tracking your nutrition and makes that front and center. I've tried to make things that you do often as simple as possible (e.g., log yesterday's breakfast). * Robust Apple Health support - You can read/write data to Apple Health. I wear an Apple Watch so it's great for getting the energy burned through exercises. * Accurate nutrition data - The nutrition data is sourced from the USDA dataset and nutrition labels off the packages. I also spent effort adding east asian foods (e.g. things you get at 99 Ranch or Weee) to the database, since those were hard to find/track in other apps I've tried. * Photo Logging - You can take a photo of a food and get an estimate of the calories and macros. It's not 100% accurate but it's been super helpful for me when eating at a restaurant that doesn't have published nutrition info. * Recipe importing - You can pretty much point any recipe at the app and it'll import the ingredients and generate nutrition information for you. As I got more into fitness, I started to cook more so this has been super helpful. * No Ads - The app is monetized via a subscription. * Subscription - Most of the features are free, but there are a few which require a monthly or annual subscription ($4.99/month or $39.99/year). You can try FitBee here: https://ift.tt/V1uocZJ . I'd love your feedback! https://apple.co/3V6Psla November 25, 2024 at 05:51AM

Show HN: Email Inbox for Bots https://bit.ly/4eJVsqL

Show HN: Email Inbox for Bots https://bit.ly/4i1853L November 24, 2024 at 05:20PM

Show HN: My weekend project to end Go/TypeScript boilerplate hell https://bit.ly/414alB8

Show HN: My weekend project to end Go/TypeScript boilerplate hell https://bit.ly/412WoDB November 24, 2024 at 10:54AM

Show HN: memsparkline – Track RAM usage of process and descendants in real time https://bit.ly/4fXQUhA

Show HN: memsparkline – Track RAM usage of process and descendants in real time https://bit.ly/4i5ZUmE November 24, 2024 at 02:46PM