Skip to main content

Posts

Showing posts from August 14, 2022

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

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/9STio8Y home: https://ift.tt/SjUPbW9 Very welcome to use and give us a star! Thanks!!!! https://ift.tt/9STio8Y August 21, 2022 at 09:21AM

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

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

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

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/2QdZIiC August 20, 2022 at 07:33AM

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

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/DUMIOvV 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

Show HN: An HTML endless runner under 900 lines without frameworks or libraries https://ift.tt/JwHBlq2

Show HN: An HTML endless runner under 900 lines without frameworks or libraries My wife and I recently submitted to a mobile game jam on Newgrounds (yes, it's still around). What started as a question of whether we could do it somehow morphed into whether we could do without so many of the seemingly needless complications rampant in our respective industries. My wife thus did all the art as traditional frame-by-frame animation (no puppets or tweening) and I preceded without a game engine. I did use a pre-processor that gives JS a Lisp syntax (Parenscript), because C-syntax is gross. We hope the end result, while definitely of small scope, will serve to inspire some thought as to what is and isn't needed in your next project. https://ift.tt/4rTU5xB August 19, 2022 at 10:12AM

Show HN: We built an AirTag-like network for sensors that talk to your servers https://ift.tt/RF6Pzkm

Show HN: We built an AirTag-like network for sensors that talk to your servers Hi, we’re Simon, Don and Dan, and we’re developing infrastructure for enabling Bluetooth devices that can communicate with your web backend (we’re calling it Blecon). Think your own AirTags network, but for sensors talking to your servers. We’ve got most of the underlying tech for the network infrastructure in place, and now have samples of a first manufacturer device that supports Blecon - a small rechargeable accelerometer tag. Not much live yet, but we put a summary of this first device and how it works in the link (plus you’ll find some early developer docs for the network infrastructure itself). TL;DR the tag logs timestamped motion and orientation events, and then sends the data using Blecon when phones come nearby. The data arrives at your specified network endpoint as JSON HTTP POSTs, so it is nice and flexible for integrating into any web infrastructure or framework you might be using. The customer

Show HN: I spent a year designing a low profile, minimal mechanical keyboard https://ift.tt/rOpfT1K

Show HN: I spent a year designing a low profile, minimal mechanical keyboard Hi HN, During lockdown I took up the keyboard hobby but I couldn't find anything I liked the aesthetic of. So I set out to design my own keyboard from scratch that shunned the gamer look in favour of a more minimal, serious design. I've built several prototypes but I would love to get some feedback from the HN community. https://ift.tt/BkLDebT August 18, 2022 at 03:24PM

Show HN: StoneDB—A Real-Time HTAP Database Based on the MySQL Kernel https://ift.tt/TZMOU1r

Show HN: StoneDB—A Real-Time HTAP Database Based on the MySQL Kernel StoneDB is an open-source hybrid transaction/analytical processing (HTAP) database designed and developed by StoneAtom based on the MySQL kernel. It is the first database of this type launched in China. StoneDB can be seamlessly switched from MySQL. It provides features such as optimal performance and real-time analytics, offering you a one-stop solution to process online transaction processing (OLTP), online analytical processing (OLAP), and HTAP workloads. StoneDB is fully compatible with the MySQL 5.6 and 5.7 protocols, the MySQL ecosystem, and common MySQL features and syntaxes. Tools and clients in the MySQL ecosystem, such as Navicat, Workbench, mysqldump, and mydumper, can be directly used on StoneDB. In addition, all workloads on StoneDB can be run on MySQL. StoneDB is optimized for OLAP applications. StoneDB that runs on a common server can process complex queries on tens of billions of data records, while en

Show HN: Allsearch – Making it easier to use different search engines seamlessly https://ift.tt/LVUMXaz

Show HN: Allsearch – Making it easier to use different search engines seamlessly Allsearch is a tool I made after getting fed up with Google's search results and reading up on conversations on HN about the state of search on the internet. This is a tool I made as a spiritual successor to GnodSearch ( https://ift.tt/FDYuAg6 ), which I've seen in a couple conversations about search on HN. GnodSearch is great, but a bit barebones in terms of looks and functionality; Allsearch is my attempt to build off of it. Similar to Gnod, Allsearch allows you to apply any given search query to a search engine of your choice (either through only keystrokes, or via mouse). However, it also allows you to add your own engines to its catalogue, and allows you to define macros to use multiple engines simultaneously (useful for easily comparing engines). It's not feature complete; there are still some things I'd like to add in. There are way more engines I want to add to it's default cata

Show HN: Fuzzyhome – A Fast Fuzzy Finding New-Tab Page https://ift.tt/1uZT6fe

Show HN: Fuzzyhome – A Fast Fuzzy Finding New-Tab Page Fuzzyhome is a lightweight new-tab page that lets you very quickly fuzzy find links and navigate to a result. If there are no matching links, you can use your query to perform a search with your search engine of choice. You can also append your query to arbitrary links with a bang-like feature. Cohesive usage instructions can be found on the GitHub page: https://ift.tt/L2QJZ3k Fuzzyhome is free, entirely client-side, and statically hosted with Cloudflare pages. No sign in or account required. Export your links to a JSON file in the settings menu to keep a backup. Links are stored in IndexedDB and the bundle is cached with service workers for fast loading. Thanks for checking it out, consider giving it a star :) https://fuzzyho.me/ August 18, 2022 at 06:04AM

Show HN: Authorizer 1.0 https://ift.tt/xlpdgUN

Show HN: Authorizer 1.0 I am excited to announce the stable version of https://authorizer.dev with the most significant updates . The most complex part of your application, i.e. auth has never been this simple in the open-source space before. Bring your database and have auth layer ready for the application within minutes . Amazing Features of Authorizer Support for 11+ databases | Sign-in / Sign-up with email ID and password | Password-less login with magic link login | Social logins (Google, Github, Facebook, LinkedIn, Apple more coming soon) | Secure session management | OAuth2 and OpenID compatible APIs | APIs to update profile securely | Forgot password flow using email | Role-based access management | Multi factor authentication | Email templating | Webhooks | For more information check: Website: https://authorizer.dev | Docs: https://ift.tt/H6t1kKw | Github: https://ift.tt/kiVu0Xt | React SDK: https://ift.tt/c2jlbMZ | Javascript SDK: https://ift.tt/uTzjclb | Youtube: https://you

Show HN: I created a site you can upload a photo a day https://ift.tt/lGJZVr9

Show HN: I created a site you can upload a photo a day a photo is the theme of the day, and everyday deserves a theme. It's kind of interesting to see the world with photos in a simple way daily. so I built this mini site. what's your photo today? https://ift.tt/OmG4ZYe August 17, 2022 at 03:49PM

Show HN: A network for Americans who can't afford health insurance https://ift.tt/xGuHS2z

Show HN: A network for Americans who can't afford health insurance Hey HN, launched this recently and looking for early feedback. The problem to solve: In the US, patients who can't afford health insurance are regularly charged the highest prices for healthcare - prices that are deliberately inflated by 2x-4x above market. But theoretically they should be getting the best prices, because they are paying without the expenses and delays of insurance claims. However, insurance contracts are written in a way that prevents anyone outside a network from getting better prices than insurers. The Pocketero solution: An affordable non-insurance network for people who pay out of pocket for healthcare, especially those who can't afford health insurance. Network members get the best prices from network providers. If you have any comments about the design, implementation, business model, etc. - please share your thoughts! https://ift.tt/Aiu6Npq August 17, 2022 at 02:41AM

Show HN: Hire experts in popular SaaS/no-code tools https://ift.tt/1968HbN

Show HN: Hire experts in popular SaaS/no-code tools Hi HN We have built Heep to help startups take advantage of the best no-code/SaaS tools and increase their ROI on the tools they already are paying for. It's super simple - we match you with experts in popular tools like Notion, Bubble, Webflow for any kinds of project. So far we had over 200 companies build all kind of staff with makers on Heep - from improving their internal ops with automations (Zapier, Airtable) to building full scale MVPs (Bubble, Glide). We focus on curating talent and making it easy for anyone to navigate the no-code space. We have messenger and payments built-in inside the platform and adding simple contracts soon. On the talent side we are allowing you to monetise your expertise in any SaaS/no-code tool and earn $2K+ per month. Right now we have over 300 experts on the platform across 40+ tools. We are still working on making the experience smooth for customers and the main point of launching here is to g

Show HN: Learn words in a foreign language by typing https://ift.tt/2g3WRzr

Show HN: Learn words in a foreign language by typing I’m Brazilian and I made this tool for my brother to learn English. He’s also trying to learn the keyboard layout at the same time. So far he seems to be liking it and getting better. I manually built and open-sourced the dictionary on github, so anyone can contribute and add more languages. I’m doing that manually because I want to do that in the most easy and didactic way possible, with a very accurate translation and most used words. Ideally, in the next version, it will be using some sort of API or automated tool. I’m not sure how to make the dictionary work effectively because each description needs a very close translation (ideally as exact as possible). We’re not able to just copy words and descriptions because they won’t necessarily line up with the other language translations. We’re currently manually translating to be accurate, though ideally we can figure out a good way to scale this, if anyone has suggestions please let m

Show HN: Cookieless Conversion Attribution with Pathview https://ift.tt/AGuV269

Show HN: Cookieless Conversion Attribution with Pathview Morning HN. I worked on a cloud CMS and then pivoted an analytics feature to a standalone SaaS. Pathview focuses on the conversion path rather than general analytics. I want to help users optimize conversions. It doesn’t use cookies, contains 160-characters of JavaScript, and leverages HTTP Messaging for a modern take on an old-school analytics approach. I’m close to launching a public beta test and could use a sanity check. Any advice, feedback, or questions for this first-time developer? -sb https://ift.tt/9a8Nhzb August 16, 2022 at 03:31PM

Show HN: XaaS Pricing – track 25k+ SaaS company pricing strategies in one place https://ift.tt/wpLD1vH

Show HN: XaaS Pricing – track 25k+ SaaS company pricing strategies in one place Hi all - I'm completely new here! I come from a market analyst background - I've done large B2B tech pricing research and consulting projects for over 10 years. I wanted to figure out a way to scale what we do in those projects to a broader set of SaaS companies that can't pay the six-figure plus price points those projects often carry. Today is our first step on figuring that out - we've created XaaS Pricing, a tool that let's you analyze the pricing strategies of 25,000 SaaS vendors across 50+ metrics, on-demand, with real-time updates when pricing strategies change. I hope it's helpful and look forward to feedback and questions from the HN community! https://ift.tt/6PAv4uy August 16, 2022 at 01:31AM

Show HN: Octarchive – Back up all repos on a GitHub account locally https://ift.tt/PuBe8ZO

Show HN: Octarchive – Back up all repos on a GitHub account locally Hey HN! I just released Octarchive, a simple tool to back up all repos on a GitHub/Gitea account to a local folder written in Go. If you're worried about loosing your FLOSS work, but are can't keep up with manually mirroring all the repositories, this might be the tool you're looking for. I'd love to get your feedback :) https://ift.tt/L6q3jwp August 15, 2022 at 05:15AM

Show HN: Belua, Beautifully Organised Contacts https://ift.tt/m7GPaoD

Show HN: Belua, Beautifully Organised Contacts Manage and present your contacts with the Belua app on iPhone. Features: Organise - Display generative art for contacts without photo. - Use tags to categorise your contacts. - Use the touch action to surface contacts in recent. - Sort by recent, by recently added, by tag or by country. - Privacy Built-In from the start. - Actions such as favourite, tag and hide work across devices if you are using iCloud. - Works offline Search - Search text in contacts - Diacritic insensitive [a diacritic is a glyph added to a letter or to a basic glyph]. - Works with natural language text to ensure correct behaviour in multiple scripts and languages such as Chinese or Japanese. https://ift.tt/yhEgnxV August 14, 2022 at 11:14PM

Show HN: Anysphere, home for important, long-form conversations https://ift.tt/4oBM9te

Show HN: Anysphere, home for important, long-form conversations Hi everyone! I’m Arvid, cofounder of Anysphere ( https://anysphere.co ). With my two friends Sualeh and Shengtong I have been spending the last few months building a dedicated home for important, long-form conversations. We’re super excited to let the HN community test it out! We think that no existing platform for point–to-point communication prioritizes the conversations that you actually care about and that really matter. Instant messaging is filled with careless texts and stickers, email is filled with receipts and spammers, and physical mail, while better in those respects, is slow and cumbersome. None of the existing platforms are private enough. Anysphere attempts to fix this. It is private, secure, desktop-first and only allows people you added to contact you. Our whitepaper ( https://ift.tt/DVNX0OW ) describes our privacy and security model in detail — in short, we protect all of your data and metadata against eve

Show HN: shortcommand – Easily run a set of commands quickly using a YAML file https://ift.tt/hJNcsVL

Show HN: shortcommand – Easily run a set of commands quickly using a YAML file This tiny command line tool was created mainly because I have several apps that I run on my server and finding the right set of commands for deploying an app is a hassle. So this basically documents the set of commands for each of my projects, as well as gives me quick access to them. Just wanted to share it here in case anyone else might find it useful. https://ift.tt/cxSLBtA August 15, 2022 at 12:47AM

Show HN: Quaternions: A Practical Guide https://ift.tt/3cjPD42

Show HN: Quaternions: A Practical Guide I wrote this article over the past few weeks, while building a structural chemistry model. I found most sources available either dive into quaternion mathematics and reasoning without building intuition useful in applications, or are documentation for specific computer graphics libraries. I'm using this article as a personal reference; perhaps others will find it useful too. https://ift.tt/Hw2ty8n August 14, 2022 at 12:14PM