Wednesday 6 March 2024

Show HN: Free Gantt Chart No Sign Up No Log In https://bit.ly/3ToYzNo

Show HN: Free Gantt Chart No Sign Up No Log In Create a free Gantt chart that you can easily share with friends, family, co-workers, and the world. No sign up no log in required. https://bit.ly/3TnKqQM March 7, 2024 at 03:03AM

Show HN: Naisys: An open source command shell proxy for LLM agents https://bit.ly/3v2vdet

Show HN: Naisys: An open source command shell proxy for LLM agents https://bit.ly/4c1JXuT March 7, 2024 at 02:12AM

Show HN: Known – Semi-smart plant labels https://bit.ly/3V804kv

Show HN: Known – Semi-smart plant labels A little while back I posted a little experiment we ran linking plants to the web in the garden. Well we got a lot of positive feedback on that idea, and decided to launch https://bit.ly/3Ve81EC . It's a web application paired with fairly inexpensive semi-smart NFC enabled labels that help gardeners keep up with their plants. What do you think? https://bit.ly/3Ve81EC March 6, 2024 at 11:49PM

Tuesday 5 March 2024

Show HN: Forth, a News Feed for News https://bit.ly/3uPWQrh

Show HN: Forth, a News Feed for News Hi HN -- I want to share a passion project I've been working on. As we are now firmly in the election season, it is more clear than ever that news needs its own platform. The big tech companies are deprioritizing reporting and removing news tabs. They cannot be the guardians of journalism. We're former journalists who care about reporting, and made a news feed for news. It's like social media, in that you can follow who and what you want, but unlike social, all posts come from real, verified journalists. No conspiracy theories, spam, or hate speech. Just news. Join us. It's free. I'd love to hear your thoughts. https://bit.ly/46uW1BY March 6, 2024 at 05:57AM

Show HN: VueXYZ – Creative coding composables for Vue 3 https://bit.ly/48CbYpW

Show HN: VueXYZ – Creative coding composables for Vue 3 https://bit.ly/43109IN March 5, 2024 at 10:47PM

Show HN: DevBuddies – where programming buddies work together https://bit.ly/48Go9lA

Show HN: DevBuddies – where programming buddies work together Hi there, I’m a developer and I have always struggled with design aspects and have always been in need for a designer. There used to be a website called programmermeetdesigner.com, but that shut down a long time ago. I have never found a place like that anymore, so after 15 year of having the desire for a place like that I have decided to make it myself. Hence DevBuddies. DevBuddies is a place focussed on developers looking for other people to help them with development and design, and I also added marketing, entrepreneurship and coaching/mentoring. Of course nowadays there are a lot of other ways and places to meet other developers, designers, etc, but not like I wanted it. DevBuddies is not that special or complex (this is the best sales talk you are ever going to see..), but I just wanted it like that. However. I have no wish for growing a community or pushing this into the world, which is probably necessary for DevBuddies to be ‘successful’. I just wanted to fulfill a long-standing wish to create DevBuddies. That’s also the reason that for initial content I have decided to add Reddit content through scraping. This is actually not a bad thing since that content is now better searchable by DevBuddies users and adds value for them. Anyhow, if you have any ambitions for something to help me out on growing DevBuddies or take it over let me know. For now, enjoy DevBuddies! https://bit.ly/3SYQDkG March 5, 2024 at 08:09PM

Monday 4 March 2024

Show HN: Scale PDF Q&A App to 10K Users with GPUs – <$250/Mo https://news.ycombinator.com/item?id=39594588

Show HN: Scale PDF Q&A App to 10K Users with GPUs – <$250/Mo https://cookbook.inferless.com/ March 4, 2024 at 08:09PM

Show HN: Tinder for job search on your terminal (taken down by TikTok) https://bit.ly/3P7fJwD

Show HN: Tinder for job search on your terminal (taken down by TikTok) https://bit.ly/4bTdqXI March 4, 2024 at 11:39PM

Show HN: Tennis winning probability analyzer based on Markov model https://bit.ly/3wEYXi0

Show HN: Tennis winning probability analyzer based on Markov model I built a simple tool to compute winning probability on a 3-set tennis match, from any possible score. Just a fun little project I always had in mind https://bit.ly/432r8Uc March 4, 2024 at 04:05PM

Show HN: I built an AI Image generator with multi-AI-platform https://bit.ly/42Z2CU1

Show HN: I built an AI Image generator with multi-AI-platform https://bit.ly/3P6SVNH March 4, 2024 at 03:17PM

Show HN: Google Sheets add-on to fuzzy lookup, highlight and remove duplicates https://bit.ly/3Ilgn5J

Show HN: Google Sheets add-on to fuzzy lookup, highlight and remove duplicates 5 years ago, I created an add-on for Google Sheets called Flookup Data Wrangler for lightweight data cleaning inside the Google Sheets environment. It features both a menu function and a spreadsheet function component. Flookup can be used to: 1. Lookup and match data regardless of text-based differences. 2. Highlight and delete duplicates even if the dataset has mismatched text. 3. Calculate the percentage similarity between text entries. 4. Extract unique values from any column based on percentage similarity. 5. Remove stop words based on text similarity and strip punctuations from strings as well. Because of its versatility, Flookup can be used to return the best match, the next best match, etc. until the minimum percentage similarity is reached. This feature avoids weaknesses other fuzzy matching algorithms have because it safely hands power to you, the user, and I believe the user is the best judge of which data is a match or not. One other great feature Flookup has is that it can be used to combine lookup values. This is particularly helpful when your dataset has many similar strings, and you want to include extra information to your lookup value in order to increase the specificity of your query. In case you are interested in finding out more, head over to our official website at https://bit.ly/3avAgVV March 4, 2024 at 08:15AM

Sunday 3 March 2024

Show HN: Free comments section for personal sites https://bit.ly/3wGnFyE

Show HN: Free comments section for personal sites I've been working on creating threaded blog posts using RSS feeds. Something similar to Twitter but kind of worse and better in its own way. I had an idea that if users are allowed to embed the threads to their posts, it acts like a simple comment section. Try it out, no accounts required. https://bit.ly/3P0AM3J March 4, 2024 at 01:19AM

Show HN: Hancho – A simple and pleasant build system in ~500 lines of Python https://bit.ly/3Im9e5q

Show HN: Hancho – A simple and pleasant build system in ~500 lines of Python Hi HN, I've been taking a break from my big side projects to work on a smaller side project - a tiny build system that's based on what I've learned from using Ninja and ad-hoc Python for my homebrew build systems over the last few years. It's basically a promise-based dependency graph runner plus a simple text templating engine, and it works quite well for the smallish projects I've tried it out on so far. If you find Make crufty, CMake inconsistent, Ninja verbose, and Bazel just too much build system, give Hancho a try. Don't like one of Hancho's defaults? It's only 500 lines - hack it up however you like. https://bit.ly/3uVY304 March 3, 2024 at 12:15PM

Show HN: AuthWin – Authenticator App for Windows https://bit.ly/49Cyj81

Show HN: AuthWin – Authenticator App for Windows I have been using Authy on desktop to generate TOTP for 2FA. Recently got a message that they are shutting down the desktop client. I tried looking for a stand-alone and simple (as simple as Google Authenticator) app for Windows but did not find any, so I built one myself. It can generate Time-based OTP and can also import the QR code exported from Google Authenticator. Currently it supports only TOTP because that's what most services seem to use. The app utilises - OTP.Net for TOTP generation https://bit.ly/49DBnRm ZXing.Net for reading QR codes https://bit.ly/3T8L8jE QRCoder for creating QR codes https://bit.ly/49AUQSO Google protobuf for reading Google QR code protobuf message https://bit.ly/3IjJoia Utilising .proto file from https://bit.ly/3v4RZCp https://bit.ly/49TmVEw March 3, 2024 at 10:57AM

Saturday 2 March 2024

Show HN: Using GPT-4 to buy outfits I liked from movies and TV shows https://bit.ly/3uYdGnJ

Show HN: Using GPT-4 to buy outfits I liked from movies and TV shows In a nutshell: 1. I see so many outfits I like in shows, movies, F1 celebrity appearances etc., but I don't know where to buy those items, or they're too expensive. 2. Sometimes, I like the vibes of the outfit and I want to see similar items I can buy from my favourite stores. So I made this Chrome extension that lets you shop any outfit via picture. It uses GPT-4 to generate natural language descriptions of the items in the outfit, then searches the web for them. It also lets you set your preferred shops, sizes and budgets as filters, so you can see only stuff you would actually consider buying. Try it out if you're interested and let me know what you think! https://bit.ly/3P3Brl4 March 3, 2024 at 01:40AM

Show HN: An Algorithmic Audio Landscape https://bit.ly/430WAlE

Show HN: An Algorithmic Audio Landscape This is an web audio experiment I've been wanting to do for a long time. Basically an ambient music composition, but all the sound elements are laid out in space, and that musical space can be explored freely. It's definitely inspired by in-world music that sometimes appears in games. I basically took that concept, keeping the music aspect, and dropping the entire "game" aspect. I also turned it into a more "traditional" non-interactive album, but since I started with code, why not program the whole thing? Had a blast making the entire album from code, the complete source for the album is here: https://bit.ly/4309qAE https://bit.ly/3P6zrbX March 2, 2024 at 05:16PM

Show HN: Wake Up to Friends' Real-Time Voices with Moneep, the Social Alarm App https://bit.ly/48FS0dT

Show HN: Wake Up to Friends' Real-Time Voices with Moneep, the Social Alarm App Hello there! I'm Ryosuke, the developer behind moneep. I've always felt deeply dissatisfied with waking up to alarms every morning. Especially when waking up alone, it can be quite lonely and demotivating. That's why I created a streaming platform where instead of alarms, you can wake up to the real-time voices of your friends. By tuning into live streams hosted by your friends, you can feel like you're right there with them, sharing laughter and starting your day on a positive note. Whether you're someone who struggles to get out of bed in the morning or just looking for a fun way to kickstart your day, moneep has something for everyone. The moneep app is available for both iOS and Android. Give it a try and let me know what you think! https://bit.ly/48AfX6h March 2, 2024 at 01:01PM

Show HN: I build a website for redesign logo,sticker,poster,mockup by using AI https://bit.ly/3T1Imwl

Show HN: I build a website for redesign logo,sticker,poster,mockup by using AI Up to now, icons, logos, free stickers, mockups, coloring pages and birthday cards can be designed, and more cases are being displayed and designed. https://bit.ly/42ZUfaB March 2, 2024 at 09:51AM

Friday 1 March 2024

Show HN: I made a simple portfolio builder https://bit.ly/43gGsNj

Show HN: I made a simple portfolio builder https://bit.ly/49zXkkm March 2, 2024 at 01:39AM

Show HN: Payme, a library and CLI to generate QR codes for SEPA payments https://bit.ly/3Imj9HY

Show HN: Payme, a library and CLI to generate QR codes for SEPA payments I built this library and tool several years ago. Some event where I was a co-organizer needed pre-payment for the orders, and to make this easy without going the path of an online payment service, I sent automatic mails with payment QR codes included. The CLI also (by default) generates QR codes in the terminal, which I use often when an invoice needs to be paid: copy all necessary fields as CLI flags, generate the QR in the terminal, scan with the phone, double check everything and go! Maybe paying should not be this easy... https://bit.ly/4bRICGZ March 1, 2024 at 06:31PM