Friday, 23 August 2024

Show HN: Chrome extension to get rid of YouTube clickbait thumbnails https://bit.ly/3Mj9G6d

Show HN: Chrome extension to get rid of YouTube clickbait thumbnails https://bit.ly/3ZgkyK7 August 23, 2024 at 11:15PM

Show HN: Omi – Open-source AI wearable for capturing conversations https://bit.ly/3YZpYcg

Show HN: Omi – Open-source AI wearable for capturing conversations Hi, HN! I built a proactive open-source AI necklace that transforms your conversations into summaries, proactive feedback, and insights I built this because I want to use it myself: many companies are advertising such technology but no one is shipping The app can work with or without wearables so you can try the experience without buying anything --- Update: wasn't expecting this post to get attention, so please let me know if I need any special tags like Show HN https://bit.ly/3YRYLbj August 23, 2024 at 11:31PM

Thursday, 22 August 2024

Show HN: I built a dumb directory – tell me I didn't waste my time https://bit.ly/3yQ1JCs

Show HN: I built a dumb directory – tell me I didn't waste my time Hey HN, I've made a groundbreaking discovery: procrastination can lead to questionable projects! While avoiding real work, I somehow created a directory of 130+ AI agents and frameworks. It's like I tried to organize a robot party and everyone showed up. What's inside: - A list of AI agents - Frameworks to build more agents So, HN, before I spiral into an existential crisis: did I accidentally create something useful, or should I go touch grass? P.S. If this somehow becomes the next big thing, I promise to pretend it was intentional all along. https://bit.ly/4dizgEw August 23, 2024 at 04:57AM

Show HN: FOSD – Framework of Operating System Development https://bit.ly/3X0hTBc

Show HN: FOSD – Framework of Operating System Development The FOSD(Framework for Operating System Development) Framework is an innovative and flexible framework for operating system development. It strives to provide flexible resources and tools to help developers design, develop, and deploy operating systems efficiently and effectively. The framework is intended to support various architectures and provide corresponding build systems that facilitate the overall development of the operating system. It gives the already-implemented build system for each architecture that can automatically detect and compile user's source code and create a full operating system with proper bootloader(that's suitable with architecture.) The framework also provides HAL(Hardware Abstraction Layer) that can remedy the difficulty of having to develop all the device drivers for every hardware. Although currently, we're in the early development stage of only having x86 architecture kernel that can barely print "Hello, world", we are planning to implement from the fundamental framework features like interrupt system or basic print system to the file system interface, complicated device drivers(corresponding to the architecture) or even feature for task management. The ultimate goal is to make the operating system development easy and efficient for everybody! https://bit.ly/4cA05Tj August 23, 2024 at 12:10AM

Show HN: Kardinal – Building light-weight Kubernetes dev ephemeral environments https://bit.ly/3yESNA1

Show HN: Kardinal – Building light-weight Kubernetes dev ephemeral environments https://bit.ly/3YSAX71 August 23, 2024 at 01:31AM

Show HN: Feeedy – A messenger-style note-taking app https://bit.ly/4dXN0V7

Show HN: Feeedy – A messenger-style note-taking app Hey there HN! Happy to share a piece of my labor I've been working on for the past 6 months. The idea for the app came to me when I found out that taking notes in Telegram saved messages and private channels is pretty convenient, but it became a mess real quick. Imagine accidentally sending your to-do list to your boss? And there were no work-related stuff, haha So I decided to solve this pain point of mine by creating a little app, just as a side project. But then I lost my job due to a layoff, so I decided to triple down on my idea, polish it, and make it a SaaS in the hope of making it somewhat profitable if I'm lucky enough, of course. It's been 3 months of non-stop work, hundreds of liters of Red Bull and coffee, failed job interviews, then even more Red Bull and coffee, sleepless nights, and here we are. I'm finally ready to show it to the world. Of course, I keep my hopes pretty low and I'm being realistic with myself. Like, come on, it's just notes, who am I going to impress? Anyway, any questions, feedback, and ideas are more than welcome, and I'll be happy to discuss everything with you guys! https://bit.ly/4ecX0tR August 22, 2024 at 11:27PM

Wednesday, 21 August 2024

Show HN: Self-Hosted AI Starter Kit https://bit.ly/4cA4kOI

Show HN: Self-Hosted AI Starter Kit https://bit.ly/3XeSeWI August 21, 2024 at 08:10PM

Show HN: Chrome plugin that gives Claude access to search / recent data https://bit.ly/3Av72b8

Show HN: Chrome plugin that gives Claude access to search / recent data Howdy, just wanted to share something I built to improve my experience using Claude chat (web). It'a Chrome plugin that embeds into the Claude chat UI, and that takes the prompt and does an internet search for up-to-date information that Claude doesn't have. The search results are returned into the Claude chat prompt window which allows you use it as context. Behind the scenes the plugin does three things: - Passes the Claude prompt to OpenAI GPT-4o-mini to determine the search terms to use, - Uses Jina.ai Reader API to search and retrieve the top 5 search results (text), - Processing the search results with OpenAI GPT-4o-mini to return only the data relevant to the prompt (to avoid context bloat in Claude) The idea came about because I use Artifacts a lot to do data visualizations, but got frustrated that Claude doesn't have access to recent data natively (yet). I published the plugin to the Chrome plugin store and the code to GitHub: - Chrome store: https://bit.ly/3SXzets... - GitHub: https://bit.ly/3WUpH7F The GitHub repo has screen recording showing what it looks like / how it works. The plugin is free but requires an OpenAI API key, but GPT-4o-mini costs fractions of a cent per use based on my experience using it so far. Hope someone else finds it useful! August 21, 2024 at 06:43PM

Tuesday, 20 August 2024

Show HN: A journal that calls you every day https://bit.ly/4fVuoXm

Show HN: A journal that calls you every day https://bit.ly/3AxGAxw August 21, 2024 at 01:39AM

Show HN: Open-source fine-tuning in a Colab notebook https://bit.ly/4fLVIHP

Show HN: Open-source fine-tuning in a Colab notebook Posted before, but wanted to share if you want an open source alternative to OpenAI fine-tuning, give Unsloth a try! Phi 3.5 was just released, and is distilled from GPT4. Unsloth makes finetuning 2x faster, uses 70% less VRAM + has no accuracy degradations. We rewrite all backprop steps and reduce FLOPs and write everything in Triton (JIT low level CUDA). If you want to own the weights after fine-tuning, give Unsloth a spin! I have free Colabs and Kaggle notebooks as well at https://bit.ly/46VObR7 https://bit.ly/3WWhBeQ August 21, 2024 at 02:34AM

Show HN: A simple and powerful RSS reader for the web https://bit.ly/3Zbl3Fh

Show HN: A simple and powerful RSS reader for the web Hello HN! I've been working on this new open-source project called Feedbomb. It is a simple and powerful RSS reader for the web with a modern UI, PWA support, and a built-in article reader. Visit it at https://bit.ly/3SXweNw View our GitHub repo at https://bit.ly/4dtnBTb https://bit.ly/3SXweNw August 21, 2024 at 12:47AM

Monday, 19 August 2024

Show HN: I made a free tool to remove the headache of finding a business idea https://bit.ly/3YMeOaA

Show HN: I made a free tool to remove the headache of finding a business idea As for me, I was always stuck coming up with business ideas. I thought, wouldn’t it be better if I had something to help me come up with ideas faster Please give it a try. everything is free :) https://bit.ly/4cxGkvu August 20, 2024 at 01:54AM

Show HN: Automated lead gen generator for SaaS https://bit.ly/3MdbLkf

Show HN: Automated lead gen generator for SaaS Hey HN, I'm a bootstrap SaaS founder that trying to grow my micro SaaS. I've been doing pivot many times and this may be the last straw. I realized that marketing and sales are key in building business but cold outbound is suck! So I built a tool to help SaaS founders identify unhappy customers from their competitors to pitch their SaaS. This feature is specifically requested by Peer - Cal.com CEO from my interaction with him here - https://bit.ly/46UP5yF I hope this small tool would be helpful. Would love your feedback pls. Anyone interested to get early-bird access, please buy a small fee for just $29/month here: https://bit.ly/3Mfk6E5 I'm trying to validate the idea and keep the lights on for my small business. https://bit.ly/3MeMNAQ August 19, 2024 at 11:49PM

Show HN: I have created an extension to run ALife simulations on VSCode https://bit.ly/4dNDT9d

Show HN: I have created an extension to run ALife simulations on VSCode https://bit.ly/4fJBOgx August 19, 2024 at 10:07AM

Sunday, 18 August 2024

Show HN: There Are More Than $5B VC Investments into Startups https://bit.ly/3yREmbC

Show HN: There Are More Than $5B VC Investments into Startups https://bit.ly/3YQKM5x August 19, 2024 at 07:17AM

Show HN: Pytest-scrutinize – find bottlenecks in your test suite https://bit.ly/3YMfWLd

Show HN: Pytest-scrutinize – find bottlenecks in your test suite https://bit.ly/3XalJZK August 18, 2024 at 11:23PM

Saturday, 17 August 2024

Show HN: NeoRetro Synth – a retro-style synthesizer and drum machine https://bit.ly/3Mc81PY

Show HN: NeoRetro Synth – a retro-style synthesizer and drum machine https://bit.ly/3M6lUzc August 18, 2024 at 12:08AM

Show HN: Typescript library for editing videos with code https://bit.ly/46QgIsB

Show HN: Typescript library for editing videos with code Today we launched a Typescript library for building video processing applications that can run completely client-side This project has been started in March 2023 with the mission of creating the "video processing toolkit for the area of AI". During an extensive research period, we quickly decided to fully embrace WebGPU, which offers a substantial performance improvement over its predecessor WebGL and technologies alike. In combination with WebCodecs, these two technologies lead to unprecedented rendering capabilities on the web and pave the way for the next generation of video processing applications Would love to hear your feedback! https://bit.ly/4fP37FZ August 17, 2024 at 08:29PM

Show HN: I created a space for short and concise ideas from books https://bit.ly/3X66L74

Show HN: I created a space for short and concise ideas from books https://bit.ly/3WO3R5B August 17, 2024 at 07:16AM

Friday, 16 August 2024

Show HN: I created a platform where you can buy or sell a startup for free https://bit.ly/3AuV8xW

Show HN: I created a platform where you can buy or sell a startup for free Buy & Sell Startups Without Commission Join over 600+ founders and investors in the search for the next early-stage unicorn. Submit your startup details, and interested buyers will start reaching out to you via email / telegram. https://bit.ly/4ctSIg8 August 17, 2024 at 04:54AM