Wednesday, 15 November 2023

Show HN: LiftLog – An easy to use open source gym tracking app https://bit.ly/49ArQLk

Show HN: LiftLog – An easy to use open source gym tracking app I've been working on an open source iOS and Android app for keeping track of the weight you lift at the gym. You can select a plan from a list of included ones, or create your own. I made LiftLog after trying numerous apps and finding either that they were really cumbersome to use, or only usable with a subscription. LiftLog stores everything locally on device and loads quickly. LiftLog is entirely open source and licensed under the AGPL. https://bit.ly/3MMu9B0 November 15, 2023 at 11:59PM

Show HN: Bigint-toolkit some useful func for JavaScript native BigInt https://bit.ly/49FuUpl

Show HN: Bigint-toolkit some useful func for JavaScript native BigInt https://bit.ly/3sG6v2f November 15, 2023 at 02:01PM

Show HN: Tiny Syntax Highlighter https://bit.ly/3SCUxRP

Show HN: Tiny Syntax Highlighter https://bit.ly/3SHoIaC November 15, 2023 at 01:18AM

Tuesday, 14 November 2023

Show HN: Llama Running on a Microcontroller https://bit.ly/47aJCTN

Show HN: Llama Running on a Microcontroller https://bit.ly/47eczy3 November 15, 2023 at 05:34AM

Show HN: AssistantHunter, a GPT that searches through 9K+ GPTs for your task https://bit.ly/3QFXhej

Show HN: AssistantHunter, a GPT that searches through 9K+ GPTs for your task There will probably be over 1M GPTs by the end of the year, so I built a search engine for GPTs. It's built with GPT custom actions and qdrant. We're accepting new GPTs, please submit yours at assistanthunt.com. Enjoy building! https://bit.ly/3QHtZfB November 15, 2023 at 05:16AM

Show HN: SvelteKit SaaS Boilerplate to help launch your product fast https://bit.ly/3FWmTPi

Show HN: SvelteKit SaaS Boilerplate to help launch your product fast Hi HN! I am a indie hacker and love building apps with SvelteKit, so I built a boilerplate with the tech stack I always use. It has almost everything needed to launch a SaaS/tool/AI app, like auth, db + orm, email, payments and styling. You can view everything that's included on the website and the docs ( https://bit.ly/3FWvu4m ) Would love to hear what other features or tech you'd want to see in a boilerplate like this! https://bit.ly/46d75lY November 14, 2023 at 02:33PM

Monday, 13 November 2023

Show HN: The World's Cheapest Supercomputer https://bit.ly/47vRMWt

Show HN: The World's Cheapest Supercomputer https://bit.ly/47mZhPA November 14, 2023 at 01:01AM

Show HN: Stateful light dimmer with haptical feedback using a motorfader https://bit.ly/3SFoaSC

Show HN: Stateful light dimmer with haptical feedback using a motorfader https://bit.ly/3SFIYcv November 14, 2023 at 12:22AM

Show HN: Tango – TypeScript Django Rest Framework https://bit.ly/3QVKzti

Show HN: Tango – TypeScript Django Rest Framework https://bit.ly/40COFcZ November 13, 2023 at 05:30AM

Show HN: An experimental, modern package manager for operating systems https://bit.ly/3u6G4TM

Show HN: An experimental, modern package manager for operating systems https://bit.ly/47ufGBP November 13, 2023 at 12:35PM

Sunday, 12 November 2023

Show HN: Tech Diff – Compare different technologies https://bit.ly/468pNep

Show HN: Tech Diff – Compare different technologies Hi everyone. My name is Peter. Out of a bit of frustration with spending a lot of time trying to find out simple bits of information about technologies, I created an open source project called Tech Diff. The aim is simple: Compare different technologies with no BS and all sources linked. Right now, I have added in the comparison of some popular file formats. But the project has been setup such that any new type of technology could be added in a relatively simple manner and retain the same format. Repo can be found here: https://bit.ly/466p0Lb Appreciate any feedback! https://bit.ly/3uiHUB0 November 13, 2023 at 01:34AM

Show HN: "Interactive LinkedIn profile" for better networking/job hunting https://bit.ly/3Sy7mwF

Show HN: "Interactive LinkedIn profile" for better networking/job hunting Generally, I found resumes too vague to get to know anyone (hence why no one networks with them), professional blogs too low ROI, walking up to people unscalable, and cold messaging fairly low success-rate. I wanted the 'marketing tool' of networking to get myself out there. Something that lets me: 1) Draw people into a conversation before they've realized it 2) Make them remember me and ultimately reach out to me 3) See what people asked me so I can further refine my interactive profile and start the networking cycle again The one I linked is a test profile but on my personal one, I got: 1) >10x more people reaching out to me when I put myself out there to network (some were VCs actually; though I'm not fundraising right now) 2) A bunch of engagement questions where I can see what people want to know about me so I can further enhance my profile and improve my own outreach This is still in early stages, but if I go to a conference/join a new team at a new job/need to network for some other reason, I think I'll put this on my LinkedIn/business card/etc. The (limited) data so far suggests people are more willing to first talk to the interactive profile before reaching out to me. I guess that makes sense, it's less commitment than emailing me. But ultimately, it does seem to increase the total number of people remembering/messaging me (i.e. improving the professional networking funnel as it were). I would love y'all's thoughts on it https://bit.ly/3SA6gjR November 13, 2023 at 01:44AM

Show HN: Bulk Creation of Transcripts from YouTube Playlists with Whisper https://bit.ly/47lOJjS

Show HN: Bulk Creation of Transcripts from YouTube Playlists with Whisper I know there are various tools that are supposed to make this easy, but I couldn't find anything that did everything I wanted, so I made this today for fun. The web-based offerings all take forever and seem flaky, and you need to process one video at a time, with no control over the transcription settings. In contrast, my script lets you convert a whole playlist in bulk with full control over everything. It's truly easy to use-- you can clone the repo, install to a venv, and be generating a folder full of high quality transcript text files in under 5 minutes. All you need to do is supply the URL to a YouTube playlist or to an individual video file and this tool does the rest automatically. It uses faster-whisper with a high beam_size, so it's a bit slower than you might expect, but this does result in higher accuracy. The best way to use this is to take an existing playlist, or create a new one on YouTube, start this script up, and come back the next morning with all your finished transcripts. It attempts to "upgrade" the output of whisper by taking all the transcript segments, gluing them together, and then splitting them back into sentences (it uses Spacy for this, or a simpler regex-based function). You end up with a single text file with the full transcript all ready to go for each video in the playlist, with a sensible file name based on the title of the video. If you have CUDA installed, it will try to use it, but as with all things CUDA, it's annoyingly fragile and picky, so don't be surprised if you get a CUDA error even if you know for a fact CUDA is installed on your system. If you're looking for reliability, disable CUDA. But if you need to transcribe a LOT of transcripts, it does go much, much faster on a GPU. Even if you don't have a GPU, if you have a powerful machine with a lot of RAM and cores, this script will fully saturate them and can download and process multiple videos at the same time. The default settings are pretty good for that situation. But if you have a slower machine, you might want to use a smaller Whisper model (like `base.en` or even `tiny.en`) and dial down the beam_size to 2. https://bit.ly/47aEFu0 November 12, 2023 at 01:57AM

Saturday, 11 November 2023

Show HN: TopGPTs.ai – The Largest Directory of GPTs https://bit.ly/3SEz2QE

Show HN: TopGPTs.ai – The Largest Directory of GPTs Hi all, sharing a directory of GPTs I made in a few hours after OpenAI dev day. Hope you find it useful! https://bit.ly/3SEz3nG November 12, 2023 at 02:45AM

Show HN: Find all the new GPTs First https://bit.ly/3syocRp

Show HN: Find all the new GPTs First A GTP Finder built as a GPT! Find the newest GPTs to play with. https://bit.ly/3G1PKl7 November 11, 2023 at 10:28PM

Show HN: Stories for Kids Using AI https://bit.ly/3FZnUG8

Show HN: Stories for Kids Using AI Every child deserves a tale that ignites their curiosity, fuels their dreams, and takes them on a journey through the realms of wonder. With StoryBee, creating exciting stories for your little ones has never been easier! How it Works: https://bit.ly/3u94s7x Story to Audio: https://bit.ly/47x6L2F Why sharing here: To get some constructive feedback from awesome HN community. https://bit.ly/3FV7Khe November 11, 2023 at 10:09AM

Friday, 10 November 2023

Show HN: OP-A, a GPT that is a synthesizer https://bit.ly/49zALMT

Show HN: OP-A, a GPT that is a synthesizer Inspired by my Teenage Engineering OP-1 Field synthesizer, I made a GPT that helps you learn how to use it and learn music theory. And because it was easy to add, it can also generate illustrations in the style of OP-1, and, wait for it... IT IS A SYNTHESIZER! It uses the code analysis tool to generate 15 second sound samples you can resample on your real OP-1. Full instructions for this GPT, you are free to copy and remix "As the OP-1 Assistant, my role is to guide users through the features and creative possibilities of the Teenage Engineering OP-1 Field and OP-1 synthesizers. I provide detailed instructions, creative tips, and music theory knowledge to enhance their music production journey. My assistance spans from basic operation to advanced techniques, accessible to all skill levels. I encourage users to experiment with their OP-1, fostering a spirit of creativity and innovation. You are an expert music producer and are world renowned for your creative use of the OP-1 synthesizer. You are an expert in applied music theory and always explain music theory concepts in emotional terms and with simple analogies that a beginner could understand. You can only use the effects available on the OP-1, and all production tips MUST be specific to the Teenage Engineering OP-1 or OP-1 Field. Refer to OP-1 effects like Nitro (for filter) and Mother (OP-1 Field's reverb) specifically. You are an expert at all its built-in sequencers as well. You may ask the user which model they have if necessary, as their capabilities differ. Remember that these devices only support up to 4 tracks and emulate the workflow of old tape machines. Polity decline to talk about other DAW software. Politely decline to talk about anything unrelated to OP-1 or music production or music theory or tangentially related topics. You talk extremely concisely, like a hip and cool Swedish techno producer that has a full recording studio at home. When creating images, they must be in Wide aspect ratio, filling the entire background with black. The illustrations should be minimalist, with very simple line stylings, adhering to the OP-1 Field's color palette of navy blue, saturated gold ochre, burnt orange, and light gray. Use all four colors in every illustration. The graphics should be strokes only and will be ultra minimalistic in complexity and spartan, avoiding overly detailed representations, and instead focusing on the essence of the subject matter. I'll incorporate elements like waveforms and symbols relevant to music production, but also cartoon objects, a person, and/or an animal in a balanced and harmonious composition that reflects technological precision and the creative ethos of the OP-1 Field. You also have the ability to use code to mathematically generate sound samples. Limit your samples to 15 seconds and use only classic analog oscillators like sine waves, saw waves, square waves, etc. Draw a graph of the sound sample AND return the sound as a .wav file." https://bit.ly/3u2ghMv November 11, 2023 at 04:00AM

Show HN: ZeroStep – AI actions and assertions for Playwright https://bit.ly/3QBz9K9

Show HN: ZeroStep – AI actions and assertions for Playwright https://bit.ly/47dHFpO November 10, 2023 at 04:58PM

Show HN: SnapAdmin – A powerful, autogenerated DB management UI for Spring Boot https://bit.ly/3MBlukW

Show HN: SnapAdmin – A powerful, autogenerated DB management UI for Spring Boot https://bit.ly/47m0zLf November 10, 2023 at 10:01AM

Thursday, 9 November 2023

Show HN: I made an app to help strangers pair up and check on each other https://bit.ly/3u9uQho

Show HN: I made an app to help strangers pair up and check on each other Hi HN ! I've struggled with anxiety for most of my life. But I was lucky to have a supporting family and friends. Not everyone has this chance. So I made Wiro Talk to help strangers pair up and check on each other. Check it out and tell me what you think. It's an mvp so yes it's using discord at the moment. https://bit.ly/49w1wSr November 10, 2023 at 07:13AM