Sunday, August 21, 2022

Show HN: HertzBeat – An open-source, real-time monitoring system https://ift.tt/fREedbn

Show HN: HertzBeat – An open-source, real-time monitoring system Hi everyone! Very happy to be able to recommend an open source project here. Hertzbeat is an open-source, real-time monitoring system with custom-monitor and agentless. Support web service, database, os, middleware and more. Here’s a video of show: https://youtu.be/eb_Nosl9fZY . Very open to feedback. github: https://ift.tt/BLlDNuY home: https://ift.tt/cH6u2z8 Very welcome to use and give us a star! Thanks!!!! https://ift.tt/BLlDNuY August 21, 2022 at 08:51AM

Show HN: As your priorities change, your Google calendar gets rearranged by AI https://ift.tt/gEwKUYn

Show HN: As your priorities change, your Google calendar gets rearranged by AI https://ift.tt/31Fo7kU August 21, 2022 at 06:10AM

Show HN: Brew.fm – Let bots discover new music on Spotify for you https://ift.tt/wmjPtOy

Show HN: Brew.fm – Let bots discover new music on Spotify for you Use Spotify? This tool will automate your music discovery for you. Join here (100% perpetually free with no strings attached): https://brew.fm Some time ago, I built and showed HN[1] brew.fm, a tool helping artists remix each other’s work. It had been quiet, and I remembered how fun it was to work with the Spotify API, so I repurposed the tool to solve one of my own problems: missing out on new music of my favorite artists. I shared it on Reddit yesterday[2], and this seems to hit a spot for more people: so far 833 people connected their Spotify account. How it works: The tool simply shows your top 50 artists on Spotify over short, medium and long term, and checks those artists for new music. If you select a playlist, every artist involved in the tracks will be checked for new music, after which new releases are shown sorted by most recent release date. Here’s a video of me demoing the tool: https://youtu.be/Nh2Ognb4PgU . Enjoy! Very open to feedback. [1] https://ift.tt/urUioDN [2] https://ift.tt/HF8M2Uk... https://www.brew.fm/ August 21, 2022 at 01:53AM

Saturday, August 20, 2022

Show HN: Node Maze Generator https://ift.tt/juV5hIJ

Show HN: Node Maze Generator A few months ago I started making an RPG API and decided to break portions of it off into open source code. Here is an extensible maze / dungeon generator for node which can be installed via NPM. The generator uses a growing tree algorithm and can be extended with custom generators (or by extending the base class) in order to make more complex dungeons, add items and enemies etc. I kept it basic for now, it's very lightweight. I don't know if anyone has a use case for such a library, but here it is none-the-less. https://ift.tt/xJiq91K August 20, 2022 at 07:03AM

Show HN: ProjectZero – Find collaborators for your next side project https://ift.tt/JGFwqlg

Show HN: ProjectZero – Find collaborators for your next side project https://ift.tt/zIyf105 August 20, 2022 at 03:36AM

Show HN: We Built a Free API Security Web Tool – Eliminates Your PenTest Cost https://ift.tt/PqmINpV

Show HN: We Built a Free API Security Web Tool – Eliminates Your PenTest Cost https://ift.tt/lSyxFDJ August 20, 2022 at 02:02AM

Show HN: Have a question on your medication or supplement? Ask a pharmacist now https://ift.tt/yQUcDqo

Show HN: Have a question on your medication or supplement? Ask a pharmacist now Hey everyone! TL;DR: Looking for feedback on my app in exchange for a one-time free consultation with a pharmacist 24/7 (an appointment would be encouraged as well!) A quick reflection on the focus of my company, ImpactPharm: Let's talk about Uber first. It is a technically complicated app for a simple idea: getting someone from point A to point B by connecting them with a freelance driver. See this blog: "The Uber Engineering Tech Stack, Part I: The Foundation | Uber Blog" https://ift.tt/gIDhfiC Our Uber-inspired healthcare app aims to answer a patient's contextual medication-related question by connecting them with a freelance licensed pharmacist. The reviews and profiles of pharmacists and patients are features. They make us more approachable. The thoughtful, contextual, and actionable answer is the key product. That's our destination. Our ImpactPharm app is now available on the App Store on both Android and iOS/Apple for you to download: Apple App Store: https://ift.tt/AjiqfYW Android App Store: https://ift.tt/sFhAMcB... Please give us a try. Everyone has a free trial from now until Labor Day, September 5, 2022! Please write us a review on the App Store and let us know whether: > The information provided by your pharmacist is clear, helpful, and well researched. > The app is readable and runs smoothly. > You plan to continue using ImpactPharm. > Using ImpactPharm improved your overall health and well-being. > The care you received from ImpactPharm is worth more than what you paid to use this service. And please tell us: Why will or will you not use this app again? Thank you for your support! Sophie Le, PharmD Co-founder & CEO ImpactPharm, Inc https://impactpharm.app August 20, 2022 at 01:25AM

Show HN: Petri – Drop-in Postgres image that forks a DB per test https://ift.tt/APIWNEf

Show HN: Petri – Drop-in Postgres image that forks a DB per test Rolling it out at work to parallelize 4,257 tests across 5 services. It fix...