Sunday, April 16, 2023

Show HN: Use GitHub Actions to generate a warm up routine https://ift.tt/8pYdT1K

Show HN: Use GitHub Actions to generate a warm up routine Morning everyone - I made this because I really didn't want a new SaaS subscription to "be more productive". Turns out, you can do a lot with just a cronjob, GitHub Actions and CSV file! It works quite nicely because Issues created actually can have toggle-able checkboxes so you can mark yourself as you do them. https://ift.tt/3lGdsqX April 16, 2023 at 01:55PM

Saturday, April 15, 2023

Show HN: PromptLab – A Raycast Extension for creating context-aware AI commands https://ift.tt/mBjQ8En

Show HN: PromptLab – A Raycast Extension for creating context-aware AI commands https://ift.tt/gjo7Yfw April 16, 2023 at 06:05AM

Show HN: Super Stack Solitaire https://ift.tt/Jwc4m52

Show HN: Super Stack Solitaire Solitaire with a retro NES aesthetic. Two game modes - Klondike and Pyramid. Design, sound, art and programming done by me. Play in browser for free or support my work by purchasing the downloadable version. https://ift.tt/WdgTRrZ April 16, 2023 at 12:36AM

Show HN: Pitchleague.ai – Perfect Your Pitch Deck https://ift.tt/UVMt7Lv

Show HN: Pitchleague.ai – Perfect Your Pitch Deck Hey H, We're excited to share that we've already assisted over 800 founders in refining their pitch decks with our recently launched Pitch League AI. Created during a one-day hackathon, our tool harnesses the power of GPT-4 to help founders iterate and enhance their pitch decks. We've observed founders uploading their decks multiple times and making improvements based on the AI-generated feedback. Our mission is to support as many founders as possible in raising funds for their startups, starting with perfecting their pitch decks. While Pitch League AI is still a work in progress, users have found it genuinely helpful thus far. The platform extracts text from PDFs and employs GPT-4 prompts to evaluate and ensure the completeness of pitch decks across various categories, including deck length, grammar & spelling, and the inclusion of vital information (e.g., problem, solution, team, etc.). We'd love to hear your thoughts and suggestions on how we can enhance Pitch League AI and any additional features you believe would be valuable. Looking forward to your feedback! Cheers. https://ift.tt/2YbL68h April 16, 2023 at 01:46AM

Show HN: ConversionWhiz – Structured feedback on any URL using OpenAI https://ift.tt/01T5yNi

Show HN: ConversionWhiz – Structured feedback on any URL using OpenAI https://ift.tt/9HSKW58 April 15, 2023 at 08:36PM

Friday, April 14, 2023

Show HN: Scan documents and convert them to PDF with just JavaScript https://ift.tt/wIsf8VL

Show HN: Scan documents and convert them to PDF with just JavaScript https://ift.tt/sw9FODC April 15, 2023 at 06:59AM

Show HN: What Should I Cook – Cooking Ideas https://ift.tt/sGUaFzP

Show HN: What Should I Cook – Cooking Ideas Hey all, I made this prototype called What Should I Cook to help me think of what to cook. It is still a WIP but I feel comfortable sharing it now. I am still adding recipes and some features! Please try it out and let me know what you think. https://ift.tt/QtYoDBz April 15, 2023 at 06:59AM

Show HN: MVP for Startup Ideas for Sale https://ift.tt/ch1nWIa

Show HN: MVP for Startup Ideas for Sale https://ift.tt/ltzZfIG April 15, 2023 at 06:39AM

Show HN: TYON, a Simple JSON Alternative https://ift.tt/mr8TNRk

Show HN: TYON, a Simple JSON Alternative TYON (typed object notation) is my attempt to address the main frustrations I have with JSON. 1. Key repetition - you can specify the key names once at the start of a list or map, instead of on each object separately. 2. Escaping strings - everything in a string is literal except for " which is escaped as "". This makes writing regexes and multiline text easier without introducing a bunch of different string styles or excess escaping, which I am not a fan of. 3. While not nearly as important as the first two to me, I did reduce symbol clutter when possible. Files are implicitly maps, keys don't require quotes in most cases, and you don't need commas between items. 4. Decoupling syntax and data formats - TYON has recommended formats for interoperability, but none of these are part of the core spec, so tools are equally welcome to just treat everything as a string. The linked repo contains the spec and a cli app that provides formatting, validation, and conversion to JSON. https://ift.tt/7cYAid2 April 15, 2023 at 03:10AM

Show HN: Example POC to run the Dolly V2 12B model in 8bit mode https://ift.tt/xJ28lHU

Show HN: Example POC to run the Dolly V2 12B model in 8bit mode I banged this out today because nobody seems to have figured this out yet (and I wanted to play with this model). I was inspired by the fact that Simon Willison was struggling to get this running[0], so I wanted to take a crack at it! This is by no means "clean", but it is a baseline for others to hack from. Feel free to send over PRs and I'll land them! (I'd love it somebody used this to glue this into this webui[1].) 0: https://ift.tt/h0p53gH 1: https://ift.tt/sPeqfQu https://ift.tt/PCLIRlQ April 15, 2023 at 04:16AM

Show HN: A curated list of remote jobs https://ift.tt/0NI5nzV

Show HN: A curated list of remote jobs https://ift.tt/QEANgym April 15, 2023 at 12:37AM

Show HN: Don't Hold Your Breath – Breathing Analysis with Polar H10 HR Monitor https://ift.tt/hyZMV5K

Show HN: Don't Hold Your Breath – Breathing Analysis with Polar H10 HR Monitor A person's heart rate fluctuates based on factors such as activity, environment, and mental state. Additionally, heart rate variations occur on a much shorter timescale, with changes happening every few seconds. During inhalation, heart rate slightly increases, and it decreases again during exhalation, a phenomenon known as respiratory sinus arrhythmia. There are several reasons for this. Firstly, an increase in volume within the thoracic cavity (the space between the ribs) leads to a corresponding drop in pressure, which is counteracted by a rise in heart rate to regulate blood pressure. Secondly, breathing is deeply intertwined with the autonomic nervous system, which involves the opposing activation of the parasympathetic ("rest and digest") and sympathetic ("fight or flight") responses. By measuring heart rate variability and regulating our breath, we can gain insight into our stress response and learn to control it. The Polar H10 heart rate monitor provides basic heart rate measurements from a chest strap ECG, compatible with a number of fitness tracking apps that monitor heart rate zones wirelessly using bluetooth. The device also provides raw sensor data including an accurate measure of the timing between heartbeats (interbeat interval, with millisecond resolution) and 200 Hz accelerometer data. In this project this information is used to measure breathing rate and heart rate variability, and explore the relationship between the two. https://ift.tt/lAHErQg April 15, 2023 at 12:36AM

Thursday, April 13, 2023

Show HN: Using zod to get structured and typed output from ChatGPT in TypeScript https://ift.tt/oYNLiDt

Show HN: Using zod to get structured and typed output from ChatGPT in TypeScript https://ift.tt/HYAWf2k April 14, 2023 at 03:47AM

Show HN: Ampersand – “Terraform for Integrations” https://ift.tt/XACIJoR

Show HN: Ampersand – “Terraform for Integrations” Hey HN! I’m one of the co-founders of Ampersand and we’re excited to launch our developer docs today! Ampersand is built for SaaS engineers who want to: - Read data from their customers’ SaaS (e.g. Salesforce, Hubspot). - Write data to their customers’ SaaS. - Subscribe to events happening in their customers’ SaaS (including creates, deletes and field updates). We feature a Terraform-like declarative interface for defining integrations, embeddable UI components for your users to set up and manage their integrations, and a management console for your team to monitor and troubleshoot. We’re launching our docs ahead of our product because we believe that docs are one of the most important things to get right in building a developer product, and we want to get early feedback on it. Looking forward to hearing your feedback in the comments below! https://ift.tt/tnW9CKm April 14, 2023 at 02:38AM

Show HN: Extract clips from YouTube (without downloading whole video) https://ift.tt/8t6nXwp

Show HN: Extract clips from YouTube (without downloading whole video) https://ift.tt/ya1AwvQ April 13, 2023 at 10:00PM

Show HN: Google Analytics alternative with the most generous free tier https://ift.tt/Sje7CaQ

Show HN: Google Analytics alternative with the most generous free tier https://ift.tt/LYiTbzV April 12, 2023 at 07:10PM

Show HN: ZP a cli cmd built in rust to copy things to the clipboard https://ift.tt/poNVDAO

Show HN: ZP a cli cmd built in rust to copy things to the clipboard `zp` is a custom command used to copy the contents of a source file or of the std output buffer to the clipboard, allowing users to easily paste the contents into another file or program. https://ift.tt/sg3xzVd April 14, 2023 at 12:21AM

Show HN: NeverPrinter – find and use thousands of nearby printers https://ift.tt/J9XkiZD

Show HN: NeverPrinter – find and use thousands of nearby printers Hi all, My friends and I have created a Chrome extension and we are looking for feedback on whether people find it useful or not. The extension is intended to serve as a home printer substitute for people (like us) who don't want or need their own printer at home. It makes it easy to send documents to nearby office supply / shipping stores for printing and pickup. Installing the extension adds a printer named NeverPrinter to your list of available printers in Chrome. When you print a document with NeverPrinter, a new tab opens allowing you to select which nearby store you want to send the document to. This is the latest iteration in an ongoing project my friends and I have been working on. We would love to hear any positive or negative feedback. You can get the extension by going to the Chrome Web Store and searching for "NeverPrinter." Or you can visit https://ift.tt/4heqwc1 , which will redirect you there. https://ift.tt/0xg7UhP April 13, 2023 at 11:18PM

Wednesday, April 12, 2023

Show HN: A minimalist net worth tracker for individuals https://ift.tt/9RGdiE6

Show HN: A minimalist net worth tracker for individuals Hi HN, Today I'm launching the Net Worth Tracker by Flow Finance, a beautiful and minimalist Excel template that allows individuals to track their assets, liabilities, income, and spending on a monthly basis. The focus of this template is understanding long-term trends in the incoming and outgoing expenses for an individual—always with a focus on maximising insights while minimising user inputs. This project was created because the alternatives, frankly, are completely overwhelming. A friend of mine introduced me to the FIRE Movement and, after doing deep dives through Reddit, I tried to find templates to help facilitate a financial tracking system of my own. Every template felt like complete overkill: portfolio tracking for shares, mortgage repayment calculators, even a kind of speedometer which moved depending on my savings rate. Clever, no doubt, but unnecessary for my purposes. After years of tinkering and refining what I truly wanted out of this spreadsheet, I realised it was to clearly understand the flows of my finances. This spreadsheet does not attempt to compete with a typical FIRE spreadsheet or tools like YNAB/Mint, it is about capturing the big picture once a month and essentially taking a snapshot of my financial health. I've priced this spreadsheet at $15 which I believe is a fair price for the value you'll see in taking more control over your personal finances, however as an added incentive (and because I am proud of what I've created and would love more people to use it), I'm currently offering a 50% discount to all HN users, who can use the code f3g27mt at the Gumroad checkout. Thank you for your time and I sincerely hope this product can assist you as much as it has for me. I am more than happy to answer any questions you may have so please feel free to comment below or reach out at contact@getflow.finance. Thank you! https://ift.tt/LFM6QZ3 April 13, 2023 at 04:37AM

Show HN: GPTCache – Redis for LLMs https://ift.tt/oYbKUSa

Show HN: GPTCache – Redis for LLMs Hey folks, As much as we love GPT-4, it's expensive and can be slow at times. That's why we built GPTCache - a semantic cache for autoregressive LMs - atop the vector database Milvus and SQLite. GPTCache provides several benefits: 1) reduced expenses due to minimizing the number of requests and tokens sent to the LLM service 2) enhanced performance by fetching cached query results directly 3) improved scalability and availability by avoiding rate limits, and 4) a flexible development environment that allows developers to verify their application's features without connecting to LLM APIs or network. Come check it out! https://ift.tt/Qo3G1PH https://ift.tt/jlJ9VLN April 13, 2023 at 03:14AM

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code https://ift.tt/GQauRgE

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code Hi All, Recently I've been using Claude Code a lot for de...