Nigeria No1. Music site And Complete Entertainment portal for Music Promotion WhatsApp:- +2349077287056
Monday, 2 October 2023
Show HN: Anything World – AI for 3D auto-rigging and animation https://bit.ly/3PDAjnN
Show HN: Anything World – AI for 3D auto-rigging and animation https://bit.ly/3LJ4Pvk October 2, 2023 at 06:32PM
Show HN: An Astro boilerplate to help you launch your SaaS in 3 minutes https://bit.ly/3F0xwjD
Show HN: An Astro boilerplate to help you launch your SaaS in 3 minutes Hey HN, Inspired from Marc's ShipFast, I've built LaunchFast which helps you with a set up that: - has a component for making SEO at your fingertip - enables you to utlilize Upstash, a Serverless Redis with budget friendly pricing - send transactional emails with Resend - captured analytics with Google & PostHog - capture payments via Lemon Squeezy & Stripe - login users via Google Oauth2 and Emails - verify users in case they sign up non-OAuth2 methods - Pre-built Components & Animations! Rishi https://bit.ly/45g6dwg October 2, 2023 at 10:35AM
Show HN: I Made an App to Summarize YouTube Videos in Just One Click https://bit.ly/45972XS
Show HN: I Made an App to Summarize YouTube Videos in Just One Click Hey folks! My weekend project, Summify.io, has officially launched! It's an AI-driven tool that simplifies your life by summarizing YouTube videos in just a single click. Now, you can get the gist of those long vids without breaking a sweat! Built from the ground up as a solo developer, it's been an incredible journey full of late nights, countless coffees, and the spirit of indie hacking The amazing response from our private release has motivated me on to start building even more features. Can't wait for you to check it out and share your thoughts! Try Summify.io now and let's me know what you think https://bit.ly/3ryKORg October 2, 2023 at 12:59PM
Sunday, 1 October 2023
Show HN: Maximize Signal-to-Noise ratio with controllable newfeeds https://bit.ly/3ZAYgkg
Show HN: Maximize Signal-to-Noise ratio with controllable newfeeds The goal of Personamo is to give you a single interface to choose the sources you want to read from, and then easily customize the feed algorithm underneath. Right now, as platforms do not provide us with a flexible set of filters, it’s tough to control the amount of noise in your feed manually. The bulk of news and content we consume every day is overwhelming and make it hard to focus on what really matters. Ideally, any newsfeed should reflect your interests and priorities. In reality, TikTok's newsfeeds constantly suggest dancing girls and Twitter's are filled with AI-generated shit posts. At a high level, here's how it should work: you pick your sources, customize your feed algorithm using LEGO-like blocks, and voila - you have a feed that's tailored just for you. To bring this idea to life, we created Personamo, a platform that gathers content from various news sites, blogs, and subreddits, so you can consume and organize your information all in one place. What's great is that Personamo lets you create different feeds for your different personas. You can have separate feeds for your professional self, your hobbyist self, your learner self, and more. No more scrolling through cat videos when you're actually looking to learn about quantum physics. My friend and I have been working on this product for a while now, and I'm stoked to share it with the HackerNews community. We truly believe it can profoundly impact the way you consume information and eager to hear your feedback/suggestions. Contact us: https://bit.ly/3ZAbsWB or personamoapp@gmail.com https://bit.ly/3ZAbsWB October 1, 2023 at 03:36PM
Show HN: Antonemo – A Game of Words and Their Opposites https://bit.ly/3PYEJXC
Show HN: Antonemo – A Game of Words and Their Opposites I had the idea to build this game when the Wordle craze was going on. Antonemo is somewhat inspired by the hard mode of Wordle. I finally built the game now as I wanted to learn some new web frameworks. To my knowledge, no other similar game exists. In Antonemo, your goal is to construct words and unlock letters by finding their antonyms, which then allows you to create even more words. For a more detailed understanding of the game-play, you can refer to the in-game instructions or the GitHub README. The game offers a challenging yet educational experience, allowing players to expand their vocabulary and learn about new words. If you’re ever stuck, the game provides hints for both words and their antonyms. The game also features multiple word lists that you can cycle through for an ever-changing challenge. https://bit.ly/3PWjF4b October 1, 2023 at 10:33AM
Show HN: Postman and Insomnia Alternatives https://bit.ly/3PCbtVd
Show HN: Postman and Insomnia Alternatives https://bit.ly/3tfiFPM October 1, 2023 at 01:32PM
Show HN: Nap – Fast HTTP Automation, No Fuss https://bit.ly/45b4E2U
Show HN: Nap – Fast HTTP Automation, No Fuss https://bit.ly/3PYFqAp October 1, 2023 at 04:19AM
Show HN: Svmidi, a suckless virtual MIDI keyboard https://bit.ly/3PF4wCN
Show HN: Svmidi, a suckless virtual MIDI keyboard This is a minimal yet functional midi virtual keyboard written in C, using Xlib and asound or sndio. Tested on Linux and OpenBSD, replaces softwares such as VMPK. https://bit.ly/3PF4xXn September 30, 2023 at 09:39PM
Saturday, 30 September 2023
Show HN: How I made a donut-shaped donut.c replica in Python [video] https://bit.ly/3EZ9Z2s
Show HN: How I made a donut-shaped donut.c replica in Python [video] https://www.youtube.com/watch?v=tzpfyTFvU6M October 1, 2023 at 05:00AM
Show HN: Stargazers Reloaded – LLM-Powered Analyses of Your GitHub Community https://bit.ly/3PXvNkn
Show HN: Stargazers Reloaded – LLM-Powered Analyses of Your GitHub Community Hey friends! We have built an app for getting insights about your favorite GitHub community using large language models. The app uses LLMs to analyze the GitHub profiles of users who have starred the repository, capturing key details like the topics they are interested in. It takes screenshots of the stargazer's GitHub webpage, extracts text using an OCR model, and extracts insights embedded in the extracted text using LLMs. This app is inspired by the “original” Stargazers app written by Spencer Kimball (CEO of CockroachDB). While the original app exclusively used the GitHub API, this LLM-powered app built using EvaDB additionally extracts insights from unstructured data obtained from the stargazers’ webpages. Our analysis of the fast-growing GPT4All community showed that the majority of the stargazers are proficient in Python and JavaScript, and 43% of them are interested in Web Development. Web developers love open-source LLMs! We found that directly using GPT-4 to generate the “golden” table is super expensive — costing $60 to process the information of 1000 stargazers. To maintain accuracy while also reducing cost, we set up an LLM model cascade in a SQL query, running GPT-3.5 before GPT-4, that lowers the cost to $5.5 for analyzing 1000 GitHub stargazers. We’ve been working on this app for a month now and are excited to open source it today :) Some useful links: * Blog Post - https://bit.ly/3PXvPsv... * GitHub Repository - https://bit.ly/3rHqihg * EvaDB - https://bit.ly/3PGgpIU Please let us know what you think! September 30, 2023 at 04:45PM
Show HN: Vanilla CSS Tailwind alternative in 18 lines https://bit.ly/3F3j4Hq
Show HN: Vanilla CSS Tailwind alternative in 18 lines https://bit.ly/3LJ3iFL September 30, 2023 at 03:21PM
Show HN: A tool to help optimise your system prompt https://bit.ly/3ZGecBF
Show HN: A tool to help optimise your system prompt I needed a way to choose between different system prompts for a ChatGPT-powered side project, so I built Prompt Picker. The basic idea is: specify some candidate system prompts and a few example user inputs, and then run a blind experiment where you choose the better output from pairs of generations. If you need to optimise the system prompt for your LLM-powered application, give it a try and let me know what you think. https://bit.ly/3ZGeeth September 30, 2023 at 12:29PM
Show HN: Integrate Discord with Jira https://bit.ly/3RFi8k4
Show HN: Integrate Discord with Jira Looks like growing number of companies are adopting Discord as their communication platform (instead of Slack or Teams). I've developed this integration between Discord and Jira and it is much more popular than I expected. By the way I continue improving it, so feedback and insights are very welcome! https://bit.ly/3PWT0UH September 30, 2023 at 09:37AM
Show HN: Raiseto – Discover and Share Ideas https://bit.ly/3PDGYON
Show HN: Raiseto – Discover and Share Ideas https://bit.ly/3LFW59j September 30, 2023 at 01:16AM
Friday, 29 September 2023
Show HN: A C++ dump func. that can print multi-D vectors, maps, tuples, and all https://bit.ly/46apH6Z
Show HN: A C++ dump func. that can print multi-D vectors, maps, tuples, and all https://bit.ly/469tOAh September 30, 2023 at 04:37AM
Show HN: Can your GPU run this LLM? https://bit.ly/3EZ2318
Show HN: Can your GPU run this LLM? https://bit.ly/3F0G8H3 September 29, 2023 at 06:52PM
Show HN: Gaslite – Where Doubt Is the New Normal https://bit.ly/48qHMPA
Show HN: Gaslite – Where Doubt Is the New Normal https://bit.ly/3RDEvq8 September 29, 2023 at 04:08PM
Show HN: Botanist, a composer plugin that fixes file permissions in your repo https://bit.ly/48wmtw9
Show HN: Botanist, a composer plugin that fixes file permissions in your repo https://bit.ly/46uMU3n September 29, 2023 at 03:27PM
Show HN: RISC-V assembly tabletop board game (hack your opponent) https://bit.ly/48w8WVk
Show HN: RISC-V assembly tabletop board game (hack your opponent) https://bit.ly/3teMhNd September 29, 2023 at 03:25PM
Show HN: Open-Source Free App for Talking with AI Using Audio+Text https://bit.ly/48sMA7j
Show HN: Open-Source Free App for Talking with AI Using Audio+Text Open-Source Free App for Talking with AI Using Audio+Text https://bit.ly/46lLKr0 September 29, 2023 at 08:52AM
Subscribe to:
Posts (Atom)