Wednesday, September 13, 2023

Show HN: I found this useful tool for creating HTML Emails for free https://ift.tt/1NXbUG9

Show HN: I found this useful tool for creating HTML Emails for free https://htmlemailbuilder.xyz/ September 13, 2023 at 08:37PM

Show HN: Vips – Emacs Interface for OpenAI's GPT API and DeepL's Translation API https://ift.tt/7u5CF4n

Show HN: Vips – Emacs Interface for OpenAI's GPT API and DeepL's Translation API I am excited to share vips.el, an Emacs interface for OpenAI's GPT API and DeepL's translation API. With vips.el, you can work directly with OpenAI's GPT-4 and GPT-3.5-turbo models, customize parameters for fine-tuning the output, and translate text seamlessly using the DeepL API, all within Emacs. The tool is designed to be easy to install and use, with a range of keyboard shortcuts for quick access to its features. It's distributed as free software under the terms of the GNU General Public License. You can find more details, including installation steps and usage instructions, in the project's README file. I would love to hear your feedback and suggestions! https://ift.tt/twLmJ2O September 14, 2023 at 03:40AM

Show HN: Tophat – a friendly 2d game framework https://ift.tt/LDnxAPJ

Show HN: Tophat – a friendly 2d game framework https://tophat2d.dev September 14, 2023 at 02:26AM

Show HN: Kr8s a batteries-included Python client library for Kubernetes https://ift.tt/odqYPDw

Show HN: Kr8s a batteries-included Python client library for Kubernetes Hey folks. I'm the author of kr8s. I’ve been working on kr8s for a while now and one of my core goals is to build a Python library for Kubernetes that is the most simple, readable and produces the most maintainable code. It should enable folks to write clean code when working with the Kubernetes API. If you're interested in how it compares with other libraries then check out [this post]( https://ift.tt/h2EaPdO... ). Happy to answer any questions you might have in the comments here . https://ift.tt/uWC3mVp September 14, 2023 at 01:08AM

Show HN: Enriched OSM POI Data https://ift.tt/Pdx4Bet

Show HN: Enriched OSM POI Data https://store.poidata.xyz/odbl September 13, 2023 at 04:49PM

Show HN: Deploying subdomain-based routing like github.io https://ift.tt/8IRZiok

Show HN: Deploying subdomain-based routing like github.io https://ift.tt/3eZwG2P September 13, 2023 at 04:44PM

Show HN: Hands on tutorial for open source contribution https://ift.tt/AlTLHZS

Show HN: Hands on tutorial for open source contribution https://ift.tt/xMltaRF September 13, 2023 at 04:02PM

Show HN: C++ LMAX Disruptor < 200 LOC https://news.ycombinator.com/item?id=37492810

Show HN: C++ LMAX Disruptor < 200 LOC Hi HN, I built an implementation of the LMAX disruptor described by Martin Fowler. https://martinfowler.com/articles/lmax.html Would love to hear your comments and suggestions! https://github.com/sneilan/lmax-disruptor-tutorial September 13, 2023 at 11:42AM

Show HN: Retail Intelligence – AI insights from fashion retail market analysis https://ift.tt/bxQXVPN

Show HN: Retail Intelligence – AI insights from fashion retail market analysis https://ift.tt/IaZNxjL September 13, 2023 at 03:11PM

Tuesday, September 12, 2023

Show HN: HTTP Status Code Generator https://ift.tt/WHUs0S7

Show HN: HTTP Status Code Generator A service for generating HTTP codes. It’s useful for testing monitoring services. Just add the status code you want to the end of the URL, like this https://ift.tt/JkmsnLN https://statuscode.app/ September 13, 2023 at 04:04AM

Show HN: Rental data supplied by tenants in Ireland, searchable by all https://ift.tt/vRFhsKP

Show HN: Rental data supplied by tenants in Ireland, searchable by all I created https://ift.tt/3oVlhWn last Friday to help bring this kind of transparency to Ireland, allowing people to submit their rents. Would love to get any HN feedback on the idea/website. https://ift.tt/p6BN2ed September 12, 2023 at 09:08PM

Monday, September 11, 2023

Show HN: KlongPy now supports ticker plants https://ift.tt/iMAq51J

Show HN: KlongPy now supports ticker plants https://ift.tt/1BpFINM September 12, 2023 at 02:36AM

Show HN: A surprisingly effective way to predict token importance in LLM prompts https://ift.tt/FgmVR9e

Show HN: A surprisingly effective way to predict token importance in LLM prompts We explored a novel method to gauge the significance of tokens in prompts given to large language models, without needing direct model access. Essentially, we just did an ablation study on the prompt using cosine similarity of the embeddings as the measure. We got surprisingly promising results when comparing this really simple approach to integrated gradients. Curious to hear thoughts from the community! https://ift.tt/DhXszIm September 11, 2023 at 10:59PM

Show HN: Mavex.ai – Your Personal AI Executive Assistant https://ift.tt/KvbUeRj

Show HN: Mavex.ai – Your Personal AI Executive Assistant Mavy is your personal AI Executive Assistant which helps in scheduling and calendar management. Looking for early adopters. https://mavex.ai September 11, 2023 at 04:14PM

Show HN: Slotmachine, to book and free server ports at scale https://ift.tt/0bjy5DZ

Show HN: Slotmachine, to book and free server ports at scale This is a very specialized Go library and, frankly, somewhat of a straw man: I've found myself needing to quickly assign ports on servers with a high density of highly ephemeral inbound/outbound connections where the protocol relies on a specific port number. Obviously, running sequentially through a list of ports until I find one I have not already allocated does not perform very well. I was surprised when I did not find anything already addressing this need. So, this is the straw man part: surely I missed it! Anyway, should you ever need something like that... here it is. https://ift.tt/NFyx3l7 September 11, 2023 at 10:09AM

Show HN: Free High-quality TailwindCSS Components. No attribution required https://ift.tt/RLJSdwn

Show HN: Free High-quality TailwindCSS Components. No attribution required https://tailspark.co/ September 11, 2023 at 04:44PM

Show HN: Dracula Theme for Miniflux https://ift.tt/2hZYRMB

Show HN: Dracula Theme for Miniflux https://ift.tt/tgrmJWu September 11, 2023 at 02:17PM

Sunday, September 10, 2023

Show HN: Erlmacs – a script to update your .emacs file for Erlang development https://ift.tt/uILjpvx

Show HN: Erlmacs – a script to update your .emacs file for Erlang development erlmacs automatically configures and updates your .emacs file with support for the emacs mode that is included with Erlang/OTP. It frees you from having to locate the installation directory of Erlang/OTP and its bundled emacs mode. It is an escript that only depends upon Erlang/OTP and Emacs. Note: There is not much in the way of error checking at this moment, but it does make a backup of your .emacs files before any destructive operations. https://ift.tt/eDvfgMc September 10, 2023 at 10:16PM

Show HN: World Engine – Build Worlds Like Brandon Sanderson https://ift.tt/s7KDVh8

Show HN: World Engine – Build Worlds Like Brandon Sanderson Hey HN, After hours of re-watching Brandon’s creative writing BYU lectures[1], we converted his ideas into a framework to rapidly iterate and build sci-fi fantasy worlds. The app is divided into 3 sections: - World: To create a unique magic system intertwined with distinct physical and cultural phenomena - Characters: To create character arcs and give them unique traits that evolve over time - Plot: To weave a series of events in this world following the character arc We are newbie devs, any suggestions on the app improvements and usability would be great! The idea is to capture the essence of Brandon's approach. We can't help but wonder if other 'earned insights' can be converted into similar applications for different use cases outside of fiction. [1] https://www.youtube.com/watch?v=0cf-qdZ7GbA&list=PLSH_xM-KC3... https://worldengine.in/ September 10, 2023 at 09:37PM

Show HN: Papersnap – Claude 2-Powered Mind Maps from Research https://ift.tt/Xs8oRir

Show HN: Papersnap – Claude 2-Powered Mind Maps from Research https://ift.tt/8WImgj4 September 10, 2023 at 01:21PM

Saturday, September 9, 2023

Show HN: Twitch chat in the Terminal https://ift.tt/adxqsVb

Show HN: Twitch chat in the Terminal https://ift.tt/HnKqsof September 10, 2023 at 05:55AM

Show HN: Founder Pen Pals https://ift.tt/ck0vSDo

Show HN: Founder Pen Pals https://ift.tt/eyDSZsx September 10, 2023 at 03:58AM

Show HN: Like Instagram stories but for your groups https://ift.tt/4WIvpGA

Show HN: Like Instagram stories but for your groups https://kwakwa.com/ September 9, 2023 at 02:52PM

Show HN: Ghidra Plays Mario https://ift.tt/QtLrN8q

Show HN: Ghidra Plays Mario https://ift.tt/shfEOZI September 9, 2023 at 06:12PM

Show HN: Which is faster? Puppeteer, Playwright or Selenium https://ift.tt/x0Go16I

Show HN: Which is faster? Puppeteer, Playwright or Selenium Hey Everyone, I just ran a [rather silly] race between Puppeteer (JS), Playwright (Python) and Selenium (Python) to see which one would be fastest on a simple scrape (using Google Colab so you can also run it) Far from a comprehensive benchmark, this race is 100% free from advanced configurations, multi-threading or anything complicated. It just opens Wallapop (a second hand marketplace in Spain) and times how long it takes to extract the first 2000 results of a search. If you like this simple format, have any ideas on how to improve a race like this or have a strong urge to prove Ward Cunningham wright, let me know in the comments! https://ift.tt/0YNrQ7o September 9, 2023 at 04:54PM

Friday, September 8, 2023

Show HN: Convert Youtube Video to Pdf https://ift.tt/ji96HMo

Show HN: Convert Youtube Video to Pdf https://www.u2docs.com September 9, 2023 at 08:12AM

Show HN: Mkwhl – Python wheel creation utility https://ift.tt/hbvuxoJ

Show HN: Mkwhl – Python wheel creation utility https://ift.tt/3EJ8tq0 September 9, 2023 at 03:38AM

Show HN: What an 8-bit computer can do [video] https://ift.tt/9FfYOhC

Show HN: What an 8-bit computer can do [video] Most under-evaluated 8bit: The plus/4 https://www.youtube.com/watch?v=dgm2eZMFuXw September 9, 2023 at 02:27AM

Show HN: Find jobs at top AI startups https://ift.tt/k1Zqnf5

Show HN: Find jobs at top AI startups Hello HN, I am one of the creators of WorkInAI, and I'm excited to share our project with the community and gather valuable feedback. WorkInAI is a job aggregation platform for positions at leading AI startups. We have compiled over 350 job listings from more than 20 top AI startups, including companies like OpenAI, Anthropic, Cohere, and more. We created this platform in response to a friend's frustration with trying to find suitable AI startup roles in London. He used to check various company career pages frequently to see if any new opportunities had arisen -- so we built this to aggregate jobs in a single place. We're launching this MVP early to gather feedback, whether it's feature requests or suggestions for adding new startups to our list. We value your thoughts and input on our product and idea. Thanks! https://workinai.xyz/ September 8, 2023 at 09:51PM

Show HN: ChatGPT Powered Code Analysis https://ift.tt/9yKnh3Z

Show HN: ChatGPT Powered Code Analysis I'm building an AI platform, FlowChai and found a neat use case for it today that I thought would be useful to HN readers. I use GPT4 heavily for writing / editing code, but a major downside is that it doesn't know about new projects. I made the connection today that I could upload the zip file of a Github repo to FlowChai and then write prompts just like with ChatGPT with code questions. While the original intent for this platform is more around natural language, it's neat how this works so well. It's powered underneath by pgvector and OpenAI embeddings. https://ift.tt/ELUkyMV September 8, 2023 at 05:49PM

Show HN: Rocketify – your one-stop shop for growth hacking tools https://ift.tt/aoWsAEL

Show HN: Rocketify – your one-stop shop for growth hacking tools https://ift.tt/qgIryf5 September 8, 2023 at 12:13PM

Thursday, September 7, 2023

Show HN: Yggdrasil 1.0 – Native executables for Shen https://ift.tt/UEN7Ow0

Show HN: Yggdrasil 1.0 – Native executables for Shen Yggdrasil allows for the generation of type secure stand-alone native language programs from Shen source programs. We are pleased to announce the release of Yggdrasil 1.0 which has a plug-in configured for Common Lisp. Yggdrasil requires Shen 34.6 which is now available from https://ift.tt/vwEo59X . Questions to https://ift.tt/bwtxM8F . More details on Yggdrasil can be found at https://ift.tt/eGZTA2Y . September 7, 2023 at 11:59AM

Show HN: Nero Burning ROM X Muse – The Burning Art of CD https://ift.tt/Waj6Sb1

Show HN: Nero Burning ROM X Muse – The Burning Art of CD Hi HN, Have you heard of Nero Burning ROM? It was named after 'the Great Fire of Rome' as a pun. We are thrilled to announce that we're back with an AI-powered new product called 'Nero Muse' – a CD/Album cover generator. It's the great fire of virtuality now. :) https://muse.nero.com/ September 8, 2023 at 07:26AM

Show HN: HackYourNews – AI summaries of the top HN stories https://ift.tt/eR64TJW

Show HN: HackYourNews – AI summaries of the top HN stories Hey there HN! I wanted to share a pet project of mine. I built HackYourNews [1] to scratch a personal itch: Knowing which stories to focus on while browsing aimlessly (though there is a certain joy in that, as well!) HackYourNews uses OpenAI's gpt-3.5-turbo to summarize the destination article as well as the comments section. Summarization of the article is always cached, while summaries of the comments are regenerated if the comments count is >10% (or >10 comments) different. While I styled the homepage to welcome HNers, my preferred view is the Mobile view, accessed from the navbar. This no-frills view honors OS-level dark mode and is easy to skim on any device. Tried to keep the site minimal. The only JS is Cloudflare's privacy-preserving analytics [2], just to gauge interest. This is the first time I'm releasing something to the wild. Hope you find this useful! The frontend is pure HTML+CSS. The backend is Python with the excellent Microsoft Guidance [3] library to interface to OpenAI's API. [1] https://ift.tt/hyxOZ9b [2] https://ift.tt/DSKxCzr [3] https://ift.tt/n9k6e3C https://ift.tt/hyxOZ9b September 8, 2023 at 05:00AM

Show HN: Cosmos – Use AI to organize your videos https://ift.tt/LPxeJIK

Show HN: Cosmos – Use AI to organize your videos Try our powerful search directly from the landing page! https://ift.tt/9UBCvli September 7, 2023 at 09:29PM

Show HN: Frcntl – community for fractional developers and designers https://ift.tt/G50fDiZ

Show HN: Frcntl – community for fractional developers and designers Hey HN! In 2017, I launched Moonlight to help engineers find part-time, remote jobs. Combining part-time with remote work was a big leap then, so we quickly narrowed our focus to just remote work. Lately, I've seen many talented friends and colleagues moving into part-time fractional roles. They're carving out more personal time while maintaining the same income. Personally, fractional work has empowered me to pursue my entrepreneurial goals without worrying about runway or funding. It's no surprise that hiring managers are gravitating towards this, especially as companies are emphasizing efficiency instead of all-out growth. From our experience with Moonlight, we found that most engineering managers prefer hiring for ongoing, direct work relationships rather than transient, fixed-scope projects. These enduring relationships proved to be mutually beneficial, providing stability for companies and workers in a working style legible to both. Today I'm launching FRCTNL - a community of fractional developers, designers, and marketers. Distinct from traditional marketplaces focused on top-down projects, FRCTNL focuses on often-overlooked bottoms-up, relationship-centric "staff augmentation" roles. Hiring managers seek quality candidates referred by their existing team, and direct relationships with talent — this is the niche FRCTNL aims to serve. FRCTNL operates on a referral model, where members help swap and share opportunities with each other. The underlying hypothesis is that there is latent demand for fractional talent, and that connecting with existing fractional workers is the best way to find those open roles. I'm convinced that our fractional worker network will streamline hiring for companies and further mainstream part-time roles. Take a look, and let me know if you have any questions or feedback! https://www.frctnl.xyz/ September 7, 2023 at 08:26PM

Show HN: Security Compliance in Context (I am starting a side project) https://ift.tt/H0QJri1

Show HN: Security Compliance in Context (I am starting a side project) https://complimony.com September 7, 2023 at 05:37PM

Show HN: All visitors pointers on a webpage (How-to) https://ift.tt/BmuSnM3

Show HN: All visitors pointers on a webpage (How-to) https://ift.tt/uIc7inV September 7, 2023 at 04:56PM

Show HN: Curated custom search engine portal https://ift.tt/8aGfdgC

Show HN: Curated custom search engine portal Hey friends, a little background - A friend of mine who’s also a newsletter writer once told me that when he’s interested in certain topic he would like to know the opinion of some of his favorite writers on the same topic. He would use Google to search something like discomfort site:sive.rs, and then expand his search across various authors he admires. It turns out that Google’s programmable search engine does exactly that. By simply adding a few websites (much like subscribing to newsletters or RSS feeds), we can craft a search engine tailored for our specific needs. I think that's a great idea - more signal and less noise. So I built a portal to facilitate sharing personal curations https://ift.tt/P6NCuqy . Thanks for reading, lemme know what you think :D https://ift.tt/P6NCuqy September 7, 2023 at 11:19AM

Wednesday, September 6, 2023

Show HN: Formstr: An open source and decentralized alternative to Google Forms https://ift.tt/XOU3Wje

Show HN: Formstr: An open source and decentralized alternative to Google Forms https://formstr.app September 7, 2023 at 08:54AM

Show HN: uDSV.js – A faster CSV parser https://ift.tt/xcdr6ku

Show HN: uDSV.js – A faster CSV parser Hey folks! I know CSV parsers (especially in JS) aren't terribly exciting and someone writes a "better" one every week. I'm in the middle of my parental leave, and this was a project that came out of me looking for the fastest/smallest CSV parser. It all started so innocently, and then turned into a benchmark-validation-athon; the library itself took ~2 weeks to write, but the performance comparisons took another ~4 weeks (on and off). The benchmarks were a huge effort, but I think they are the most thorough to date, both in breadth and in depth, so hopefully you find them useful: https://ift.tt/tZ2NoaU Let me know if you have specific concerns / questions / improvements :) cheers! Leon https://ift.tt/4Azr1fd September 4, 2023 at 09:34PM

Show HN: Nix Snapshotter – Native understanding of Nix packages for containerd https://ift.tt/O3lUxCu

Show HN: Nix Snapshotter – Native understanding of Nix packages for containerd Hello! This is Edgar and Robbie and we built nix-snapshotter. nix-snapshotter brings native understanding of Nix packages to containerd. We built this because Nix is a great fit for making efficient containers. They don't need an OS because Nix captures all dependencies exactly. However, the current process of creating Nix images is subpar because one needs to transform Nix packages into a format that container runtimes understand. Using nix-snapshotter, instead of downloading image layers, packages come directly from the Nix store. Packages can be fetched from a binary cache or built on the fly if necessary. All existing non-Nix images continue to be supported, and Nix layers can be interleaved with normal layers. nix-snapshotter also provides a CRI image service, which allows Kubernetes to resolve image manifests from Nix directly too. This enables for the first time, fully declarative Kubernetes resources, all the way down to the image specification and its contents. With this, you can even run pure Nix images without a Docker Registry at all, if you wish. We'd love for you to try it out, there is a one-liner for Nix users to boot a VM with everything pre-configured: https://ift.tt/IY2jJM1 https://ift.tt/IY2jJM1 September 6, 2023 at 10:24PM

Tuesday, September 5, 2023

Show HN: ColorMood https://ift.tt/D96iGNb

Show HN: ColorMood Does your mood affect which color you like - a tool that attempts to find your favourite color right now https://ift.tt/tlNEfu5 September 6, 2023 at 10:18AM

Show HN: Trellis – open-source Python framework to build DAG-based LLM workflows https://ift.tt/x5Rv84n

Show HN: Trellis – open-source Python framework to build DAG-based LLM workflows Hey HN! Trellis is an open-source framework for programmatically orchestrating LLM workflows as Directed Acyclic Graphs (DAGs) in Python. My friend and I started working on this a few weeks ago after we tried building applications using mainstream LLM frameworks, and faced all the common complaints (too abstracted, hard to customize, bad docs/support). After talking to a few other people building with LLMs, we also noticed that these frameworks were not inherently built to support DAG-based LLM workflows. We designed Trellis to be as minimal and flat as possible, so developers can have lower level control over their DAGs. Trellis is composed of only three abstractions: Node, DAG, and LLM. Node: the atomic unit of Trellis. Nodes are chained together to form a DAG. Node is an abstract class with only one method required to implement. DAG: a directed acyclic graph of Nodes. It is the primary abstraction for orchestrating LLM workflows. When you add edges between Nodes, you can specify a transformation function to reuse Nodes and connect any two Nodes. Trellis verifies the data flowing between Nodes in a DAG to ensure the flow of data is validated. LLM: a wrapper around a large language model with simple catches for common OpenAI errors. Currently, the only provider that Trellis supports is OpenAI. Check out our docs if this sounds interesting: https://ift.tt/U9jV8vG... We'd love it if you tried hacking with it and give us any feedback you have! :) https://ift.tt/46RuCkn September 6, 2023 at 07:34AM

Show HN: Fully client-side GPT2 prediction visualizer https://ift.tt/uP0BFkI

Show HN: Fully client-side GPT2 prediction visualizer https://ift.tt/ObxUvWH September 6, 2023 at 04:12AM

Show HN: ConfigNexus – A way to store configuration data centerally https://ift.tt/IsnUafp

Show HN: ConfigNexus – A way to store configuration data centerally https://ift.tt/g9vlkLE September 6, 2023 at 03:33AM

Show HN: Miko – an alternative to googling healthcare queries https://ift.tt/TABVZb2

Show HN: Miko – an alternative to googling healthcare queries This is a personal experiment that uses AI to respond to healthcare queries. I was fed up of googling symptoms which provided no concrete advice. The only alternative was to fork out for a doctor's appointment that would last a few minutes. So I built a little tool that will hopefully augment people's interactions with their health. I have no interest in replacing the hospital or the need for a doctor. Miko is not flawless but it is a free, instant alternative to expensive healthcare. My hope is that users would try the advice Miko gives them but also visit their doctor if their symptoms persisted. Previously I built a one-stop shop for healthcare which sold services at discounted prices but it is just an interesting side project. I have investigated ways of incorporating GPT and other models into healthcare since last year. I used bubble.io for the web app because of its convenience. https://ift.tt/Z1OjX0G September 6, 2023 at 01:53AM

Show HN: Ethical AI – Alternate Reality Game on LLMs https://ift.tt/z9hAgZC

Show HN: Ethical AI – Alternate Reality Game on LLMs https://ethical-ai.eu/ September 6, 2023 at 01:35AM

Show HN: PayPal Mafia https://ift.tt/blf1A0Y

Show HN: PayPal Mafia https://ift.tt/tnycNrF September 5, 2023 at 02:26PM

Show HN: Simple passwordless authentication for your website https://ift.tt/us0hzbI

Show HN: Simple passwordless authentication for your website Solo founder here - built a passwordless authentication service after getting frustrated with the very high pricing and lack of customizability, easy passwordless authentication on existing solutions. Check it out here and let me know what you think! https://ift.tt/ZP2b5cU September 5, 2023 at 01:17PM

Show HN: Subsidian – Visualize a Substack archive in Obsidian graph view https://ift.tt/LsZHSuQ

Show HN: Subsidian – Visualize a Substack archive in Obsidian graph view https://ift.tt/2uUF7lA September 4, 2023 at 07:38PM

Monday, September 4, 2023

Show HN: Transform any website or eBook into a research paper (no LLM required) https://ift.tt/DyQZdrs

Show HN: Transform any website or eBook into a research paper (no LLM required) https://ift.tt/DmjvLcl September 5, 2023 at 09:08AM

Show HN: Keep – GitHub Actions for your monitoring tools https://ift.tt/743GqlD

Show HN: Keep – GitHub Actions for your monitoring tools Hi Hacker News! Shahar and Tal from Keep here. A few months ago, we introduced here at HN ( https://ift.tt/WCgQOGh ) Keep as an “open source alerting CLI” and got some interesting feedback - mainly around UI, automation, and supporting more tools. We were VERY early back then, and we understood that although the current DX around creating alerts is not great, it's not that critical and developers don’t need another tool just for that. But we did find something else. While talking to developers and devops, we found that a lot of companies use many tools that generate alerts - from Cloudwatch, Prometheus, Grafana, and Datadog to tools such as Zabbix or Nagios. We definitely agree consolidation in the observability space is a real thing, but while talking to those companies we feel that there are still real use cases for having more than one tool (and for example, according to Grafana’s 2023 observability survey, 52% of the companies uses more than 6 observability tools https://ift.tt/jmRyMOo ). So we that in mind, we rebuilt Keep with a simple mindset: (1) Integrate with every tool that triggers alerts - it can be either pushing alerts to Keep via webhooks or routing policies or Keep to pull alerts via the tools API. (2) Create a simple abstraction layer to run workflows on top of these alerts. (3) Maintain a great developer experience - open source, API-first, workflows as code and generally having a developer mindset while building Keep. During the time we rebuilt Keep, Datadog released their workflow automation tool ( https://ift.tt/pWfwlGm ) which led us to the understanding that's exactly what we solve - but for everyone who uses tools other than Datadog. A short demo of Keep with a simple use case: https://www.youtube.com/watch?v=FPMRCZM8ZYg You can try it yourself by signing into https://ift.tt/wJSuERX Like always - we invite you to try Keep and we are eager to hear any feedback. https://ift.tt/JUh2enG September 4, 2023 at 08:45PM

Show HN: Recognize license plates using fine-tuned yolov8, OCR and IP camera https://ift.tt/Z1s4mOU

Show HN: Recognize license plates using fine-tuned yolov8, OCR and IP camera Hey, just a work related project I made, which could be open sourced :D If you're looking for an example on how to use/fine-tune yolov8, I feel like taking a look at this repo and reading the README could help you get up to speed (also linked some nice refs)! This is actually a full rewrite of a proprietary project I made (and documented on my site) like a year ago, will do some finishing touches (write blog post about it, mark the old version deprecated, record a tutorial on how to set it up on an Ubuntu server, etc, etc) in the following month, but felt like sharing it now, cuz I consider it done The only proprietary part is the client, which receives the images and does stuff with db (has to interact with internal APIs, so there's no reason to make it oss anyways). Also, the client contains only the business logic, all of the fun ai/web server stuff is fully open under AGPL-3.0 (and an example client without the business logic is available ... in rust btw xdd). https://ift.tt/yfJzs8n September 5, 2023 at 01:26AM

Show HN: FileSamplesHub – Free sample files to all your testing purposes https://ift.tt/NMLSiF8

Show HN: FileSamplesHub – Free sample files to all your testing purposes https://ift.tt/KNbJtBW September 4, 2023 at 01:48PM

Show HN: The simplest way to validate your idea https://ift.tt/iWB5QmG

Show HN: The simplest way to validate your idea Real idea (The Facts Clock): https://ift.tt/qSyfgrt https://bovind.com September 4, 2023 at 09:14AM

Sunday, September 3, 2023

Show HN: MonoDevelop https://ift.tt/fPlzOF5

Show HN: MonoDevelop https://ift.tt/zCKiDrv September 4, 2023 at 09:21AM

Show HN: FeedsBot – A Meower bot that posts RSS feed updates to groupchats https://ift.tt/ZurIAUf

Show HN: FeedsBot – A Meower bot that posts RSS feed updates to groupchats Hi, HN! I made this awhile back as a Meower[1] bot that posts RSS feed updates to groupchats, and reads RSS feeds, powered by Extractus' Feed Extractor[2][3]. My friend's groupchat uses this bot to post updates to his blog, and he says that it has been working out great. Looking forward to your feedback and suggestions! [1]: https://meower.org/ [2]: https://ift.tt/XHf74Pq [3]: https://ift.tt/ktOD6Uv https://ift.tt/ZwsM4mp September 4, 2023 at 05:03AM

Show HN: Llama2.f90 – Toy LLaMA2 model inference in Fortran https://ift.tt/9hwNkUQ

Show HN: Llama2.f90 – Toy LLaMA2 model inference in Fortran https://ift.tt/3OpE58T September 4, 2023 at 02:37AM

Show HN: Oxlip – a functional IDL compiling to OpenAPI https://ift.tt/uiYh2Q7

Show HN: Oxlip – a functional IDL compiling to OpenAPI https://ift.tt/KaTeSyq September 3, 2023 at 06:06PM

Show HN: A .bit gateway for resolving ipfs:// to https:// https://ift.tt/Dduk2U3

Show HN: A .bit gateway for resolving ipfs:// to https:// bit.site dynamically captures all requests to *.bit.site, automatically resolving the IPFS/IPNS/Skynet content hashes for the corresponding .bit account records. It returns the relevant static content via HTTPS, enabling users to access decentralized networks with zero configuration on modern browsers. At the same time, we provide global CDN acceleration, striving to enhance the availability of decentralized content. https://bit.site/ September 2, 2023 at 09:00PM

Saturday, September 2, 2023

Show HN: Menu Bar Calendar on macOS https://ift.tt/nt1WgFA

Show HN: Menu Bar Calendar on macOS https://ift.tt/Z2nKYOk September 3, 2023 at 02:27AM

Show HN: I mirrored all the code from PyPI to GitHub and analysed it https://ift.tt/1K9W4IN

Show HN: I mirrored all the code from PyPI to GitHub and analysed it This is a side project I've been working on for the last few months. I built an automated system to continuously mirror all the code on PyPI to a series of Github repositories. Mirroring PyPI code to Github enables: 1. Scanning of all new Python packages for accidentally published credentials 2. A browsable/searchable index of published code with a nice UI 3. Large-scale analysis of all published code to see how the language is evolving Using this project anyone is able to download the contents of PyPI to their personal machine and analyse every piece of code ever published in a matter of hours. I hope it enables people to do things with the worlds largest and oldest corpus of Python code that wasn't possible before, and while this is likely totally useless to most people I think that is kind of cool and unique. https://ift.tt/VFGDX3N September 3, 2023 at 12:15AM

Show HN: Political Compass Quiz Powered by ChatGPT https://ift.tt/QPwGr4j

Show HN: Political Compass Quiz Powered by ChatGPT https://ift.tt/XqH06LB September 2, 2023 at 11:13PM

Show HN: Modular Diffusion – A modular Python library for diffusion models https://ift.tt/7WUKL35

Show HN: Modular Diffusion – A modular Python library for diffusion models Hello everyone! I've been working on this project for a few months as part of my thesis in Machine Learning. It's meant to be a library that provides an easy-to-use but flexible API to design and train Diffusion Models. I decided to make it because I wanted to quickly prototype a Diffusion Model but there were no good tools to do it with. I think it really can help people prototype their own Diffusion Models a lot faster and only in a few lines of code. The base idea is to have a Model class that takes different modules corresponding to the different aspects of the Diffusion Model process (noise schedule, noise type, denoising network, loss function, guidance, etc.) and allow the user to mix and match different modules to achieve different results. The library ships with a bunch of prebuilt modules and the plan is to add many more. I also made it super easy to implement your own modules, you just need to extend from one of the base classes available. Contrary to HuggingFace Diffusers, this library is focused on designing and training your own Diffusion Models rather than finetuning pretrained ones (although this is possible). I would really appreciate your feedback. https://ift.tt/9xC6aYc September 2, 2023 at 07:46PM

Show HN: XRss: An RSS Reader and web stack demo powered by Htmx https://ift.tt/9oZLxyv

Show HN: XRss: An RSS Reader and web stack demo powered by Htmx XRss is a simple RSS reader web app built to showcase xtemplate, a new web development tool based on Go's html/template and Caddy server. The entire site UI for XRss comes from a single HTML template file . This index.html includes everything from SQL queries and route definitions and handlers to htmx state transition attributes and tailwindcss classes, and developing it requires zero build steps (amortized). Check out the source which manages to be at once banal and gnarly: https://ift.tt/jQ6oqPH... xtemplate preloads the whole template structure into memory and builds the router at startup, so responses to matching requests are rendered after a single lookup. Combined with direct queries to sqlite makes for a very snappy experience typically responding in less than 5ms. (Fingers crossed.) There are various places where XRss could be improved (PRs welcome!), but it already delivers on its purpose of demonstrating the plausibility of xtemplate. See the xtemplate readme for an overview of what you can do with it. I think of it as 'PHP but the syntax looks like Go templates'. https://ift.tt/eAH58yU Let me know what you think! Does remaking PHP from scratch out of Go templates make me a lunatic? (yes) Is it a good idea anyway? (yes) What kind of web application do you think would be a good fit for a platform like this? https://ift.tt/39tkQd2 September 2, 2023 at 08:32PM

Friday, September 1, 2023

Show HN: Nope Foundry, a FOSS framework for motion design, 2D compos and VFX https://ift.tt/nUjcdQ1

Show HN: Nope Foundry, a FOSS framework for motion design, 2D compos and VFX https://ift.tt/gXOv2ox September 2, 2023 at 03:36AM

Show HN: Backend for LLM coding copilots https://ift.tt/3E0zG6Q

Show HN: Backend for LLM coding copilots https://e2b.dev/docs September 1, 2023 at 09:54PM

Show HN: esbuild-config − Config files for esbuild https://ift.tt/tf6QHTV

Show HN: esbuild-config − Config files for esbuild https://ift.tt/oA83U1G August 30, 2023 at 08:52PM

Show HN: Open-Source Admin Panel for Supabase https://ift.tt/TAtDbor

Show HN: Open-Source Admin Panel for Supabase Supaboard: An intuitive admin panel tailored for Supabase. Features: Dashboards: Easily visualize your data. User Segmentation: Segment and manage your users effectively. Problem We're Solving: Building dashboards directly from your database can be tedious and far from enjoyable. Supaboard aims to simplify this process. Why Supaboard? Seamless integration with Supabase and PostgreSQL. Built with NextJS, Tailwind, and Resend. Stage: We're currently at the MVP stage and are eager to gather feedback. What's Next? We plan on introducing data editing capabilities and trigger automation in the upcoming releases. Feedback: We'd love to hear your thoughts. Feel free to spin up the app and add issues on GitHub. You can also join our Discord here - https://ift.tt/7KvCHXL https://ift.tt/YQtSHo5 September 1, 2023 at 07:06PM

Show HN: An Immersive Game of Thrones Multiverse Experience https://ift.tt/AUzoWqN

Show HN: An Immersive Game of Thrones Multiverse Experience Alpha Version Demo: https://ift.tt/XIALu2W Twitter: https://twitter.com/ThronesMultiV/status/1697440568874348953 We're here to present an experimental product empowered by the blend of Stable Diffusion and ChatGPT! Dive into Westeros like never before. Our experimental product offers an immersive storytelling experience where you play a pivotal role in shaping the narrative. Ever wondered if the ending of the final seasons of Game of Thrones could've been different? Now's your chance to twist the tale. Current Features : - AI-driven alternative endings starting from the end of S7. - Real-time story interventions, allowing you to change the plotline as you read. What's Next : - Continuous enhancements to refine and polish the storytelling experience. - And yes, we're contemplating open-sourcing the project – giving back to this amazing community and encouraging further innovation. We truly believe in the power of collaboration. If you have feedback, suggestions, or just want to geek out about Westeros, shoot us an email at ready2play.contact@gmail.com ! Additionally, if you're as passionate about AI and storytelling as we are, we'd love for you to collaborate with us on this exciting project. Remember, winter is coming, but with AI, the possibilities are endless. Stay excited and stay kind! Valar Morghulis! https://ift.tt/XIALu2W September 1, 2023 at 10:38AM

Show HN: Merge – Connect Google Wear OS to Apple iOS https://ift.tt/Qtjhfbg

Show HN: Merge – Connect Google Wear OS to Apple iOS TLDR: Wear OS app for Samsung Galaxy Watches and Google Pixel Watches to connect them with iPhones, after Samsung and Google ditched iOS support back in 2021. Hi all! I recently switched to an iPhone and became frustrated when my Galaxy Watch was rendered useless, due to Google's and Samsung's decision to cut off iPhones from Wear OS back in 2021. I then started a project to create an alternative integration. I launched it 3 weeks ago as a Google Play app for Wear OS watches, most prominently for the Samsung Galaxy Watch and Google Pixel Watch. With this app, these watches can now connect to iPhones to control notifications and take phone calls. The response has been fantastic so far, with nearly 1k downloads and a steady growth rate. Should the demand continue to rise, I intend to expand the integration with additional features. I'd love to hear your thoughts and feedback, and answer any questions you might have. Thanks for your support! -- Merge is also on ProductHunt today: https://ift.tt/1bVvcnA... https://www.merge.watch September 1, 2023 at 05:39PM

Thursday, August 31, 2023

Show HN: Name Checker – check your project name accross many sites https://ift.tt/7EYdIrV

Show HN: Name Checker – check your project name accross many sites https://ift.tt/sdOZoct September 1, 2023 at 07:05AM

Show HN: Travel search engine calculating results in single digit ms https://ift.tt/JmLTAbW

Show HN: Travel search engine calculating results in single digit ms https://ift.tt/8ZFKXfm September 1, 2023 at 03:18AM

Show HN: NumberTabs, A Notes App for your calculations https://ift.tt/VElWBxZ

Show HN: NumberTabs, A Notes App for your calculations A Notes App for your daily calculations. This App provides a simple way to manage and note your day-to-day calculations easier and faster. https://ift.tt/4N5QzVf August 31, 2023 at 07:36PM

Show HN: Squabblr – A Twitter/Reddit hybrid platform https://ift.tt/txTJsS6

Show HN: Squabblr – A Twitter/Reddit hybrid platform Hey guys, I made a post about this about a week ago and was told to create a Show HN post. So here we are! Squabblr is a hybrid that takes Twitter style posting and combines it with Reddit style commenting. It came up from a personal want where I liked using Twitter to see what people I'm interested in are up to, but found that the reply system left a lot to be desired. It's very hard to have or follow conversations with their UI. While Reddit provided a great commenting system but didn't support following people very well (or had much usage of it at all). So I decided to create Squabblr. You can "tweet" random blurbs or have in-depth conversations in a single unified platform. You can follow people, and you can also have Reddit style communities for whatever niche subject you find interest in. If you find any interest in it, check it out here! https://squabblr.com Tech stack: - Laravel - Vue.js - MySQL - DigitalOcean Appreciate your time! https://squabblr.co August 31, 2023 at 11:56PM

Show HN: Become fluent in a language by practicing with an AI Tutor https://ift.tt/B7YgxKt

Show HN: Become fluent in a language by practicing with an AI Tutor Hi everyone! After recently moving from Toronto to Montreal, I was trying to become more fluent in French. I downloaded a couple language learning apps, but quickly realized that it wasn’t helping me hold a conversation in everyday situations. I then downloaded some language exchange apps, but it was difficult to keep the conversations going with different time zones, and my language partners weren’t always properly correcting all my mistakes. So finally, I got a real tutor but it quickly became expensive, and I couldn’t just practice anytime, like on the bus every morning. So I built Tutor Lily, a mobile app chatbot to help language learners like me become fluent by practicing real-life conversations with a friendly AI companion, who corrects and explains all your mistakes, making personalized tutoring both affordable and always available at your fingertips! But this is just the beginning, I have many interesting ideas that I hope to launch in the coming months to enhance Tutor Lily's capabilities. Excited to see what you guys think, and get all your most honest feedback! https://ift.tt/SjGTYC4 August 31, 2023 at 05:49PM

Show HN: A NextJS boilerplate to automate all the boring stuff https://ift.tt/3Yep8Vk

Show HN: A NextJS boilerplate to automate all the boring stuff Hey HN, I'm a solopreneur and I ship apps like a madman. 16 startups in the last 2 years. I realized I was doing the same thing over and over: set up DNS records, connect DB, listen to Stripe webhooks... So I built ShipFast for 2 reasons: 1. Save time and focus on what matters: building a business 2. Avoid headaches like emails ending in spam or waiting 3 days for Google to approve I hope this boilerplate will be as helpful to you as it is for me. Would love your feedback pls Marc https://shipfa.st/ August 31, 2023 at 01:42PM

Show HN: Vercel-like preview deployment comments but for every platform https://ift.tt/bxfDj2E

Show HN: Vercel-like preview deployment comments but for every platform Huddle is a cloud platform agnostic collaboration tool for preview deployments. With Huddle, your team can initiate discussions, share insights, and enhance website quality, all right within your deployment previews. Why Huddle Wins? Cloud Platform Agnostic: Huddle plays nice with all platforms – no more compatibility worries! Real-Time Interaction: Experience live collaboration with team members via cursor movement and real-time comments. No Per-User Pricing Drama: Say goodbye to perplexing pricing structures. Huddle keeps things simple and cost-effective. Would love to hear your feedback :) https://www.huddle.run/ August 31, 2023 at 09:12AM

Show HN: Yet Another Notepad App for macOS https://ift.tt/FihexWH

Show HN: Yet Another Notepad App for macOS Any suggestion is welcomed and appreciated! https://ift.tt/uGD25rW August 31, 2023 at 03:07PM

Show HN: Vanity Git commit hash generator https://ift.tt/GSmP8Q0

Show HN: Vanity Git commit hash generator Hi HN! This is just a fun little tool I made after I got nerdsniped by noticing that one of my commits naturally started with "fae". I thought that was cute, so I looked up existing tools that make vanity commit hashes, but none of them seemed great to me (and none supporting signing commits). I learned a fair deal about how git actually stores commits while making this, and I think I came up with a novel way to generate a vanity hash: adding an extra header to the commit file. This was just a quick project to satisfy my curiosity, but I thought you all might find it neat. Notice that all the commits in that repo start with "fae0"! - Anna https://ift.tt/1vMXjwN August 31, 2023 at 12:43PM

Wednesday, August 30, 2023

Show HN: Tiny Dream – Header Only, Embedded Stable Diffusion C++ Library https://ift.tt/an4J3uw

Show HN: Tiny Dream – Header Only, Embedded Stable Diffusion C++ Library https://ift.tt/yTbcBIZ August 30, 2023 at 08:46PM

Show HN: I automated 1/2 of my typing https://ift.tt/6qVh0wT

Show HN: I automated 1/2 of my typing I've been using this for about a year now - I parsed 6 months of my messages on slack and found the most common phrases I use and generated keyboard shortcuts for them. https://ift.tt/bTPcLM0 August 31, 2023 at 12:10AM

Show HN: Preserve your families legacy for CENTURIES https://ift.tt/qz2gXKj

Show HN: Preserve your families legacy for CENTURIES Hey everyone, creator of clann.app here. I will try to keep this short but at the end of the day you will be forgotten one day. I know this feels sad and it really is. I mean ask yourself who your great-grandfather is, you don't know! Heck, we don't even know how they lived their life. Now their generation had very little access to computers let alone the internet. The problem isn't about the future knowing who you are but them understanding how your generation lived their life. Further we often tend to forget about our extended family. I am from India and after every single exam someone from my extended family who I met ONCE in my life would ask me my results. I would rarely know how they are related to me. This is a problem. Further dinner table discussions about how people are related to me are always a pain. Why? Sometimes even my parents don't know! The Solution? What if you could get your entire family into the digital world, Yes, it is possible! Upload images (feature name: memories) of your family today so that your future generations would truly appreciate how much their lives have improved. Clann is built for intergenerational use and has a robust invites system (feature name: groups, invites) so that you only allow your extended family members to see a certain family. If you have any queries you can contact me on @PottiVarun. Think of Clann as Figma for families. Get your entire family on there, Invite other families (relatives) and link each family by how they are related. Everything is in a clean flow char based UI. The link is https://clann.app . You and I need to be remembered for the coming centuries. We need to leave a mark on this world. Lets leave a small digital footprint so that the future understands and appreciates their world! Goodbye! https://clann.app August 30, 2023 at 04:59PM

Tuesday, August 29, 2023

Show HN: PicnicHR – Simple HR and time-off tracking for your team https://ift.tt/pYUR0MA

Show HN: PicnicHR – Simple HR and time-off tracking for your team Hey HN! Picnic started as a side-project during lockdown for internal use, and we recently decided to share with the world as a full product. There's a lot of leave / time-off management applications out there, quite a few we've tried.. We hope Picnic is a more accessible solution, particularly for smaller businesses. An overview of Picnic functionality: - Employees can submit requests for vacation and other time-off, and be notified of their manager's response - Managers and supervisors can process requests for leave, and provide explanation - Team members can view their personal calendar, and managers can view their team's calendar to see upcoming time off, and plan resourcing - Browse all company employees in the employee directory (with the option to make the list visible to all employees, or managers only) - Manage employees information, including personal details, and emergency contacts Picnic is HR software designed to scale to companies of any size, but is especially suited to small and medium businesses. We'd welcome your thoughts on the product, and where we might develop it further! https://picnichr.com August 30, 2023 at 12:45AM

Show HN: Why AI data should be self hosted https://ift.tt/ZtXfvVG

Show HN: Why AI data should be self hosted https://ift.tt/SWqTtLy August 30, 2023 at 12:39AM

Show HN: When Will I Run Out Of Money? (weekend project) https://ift.tt/qScKGvm

Show HN: When Will I Run Out Of Money? (weekend project) Hi everyone, I’ve been on Hacker News for a good number of years, but this is my first “Show HN”. I changed jobs recently. Tax is weird in Europe (and maybe other places as well?) in that different amounts go out at different times and repeat at various intervals. I needed to make sure I had enough cashflow to make all upcoming payments, I didn't want any surprises. So I created a little tool for my own purposes, then had fun putting a small HTML frontend on it as I thought it might be useful for someone else. I'm a backend developer in my day job, as you can probably tell from the design :) There are other tools out there that do a similar thing, but they normally require you to upload the relevant data to other people's servers, which I wasn't comfortable with for financial data. Also I didn't fancy paying anyone for a service as small as this. I'm posting it here in the hope that it's useful to someone. And to gather feedback, let me know what you think. https://ift.tt/BeOtlLJ August 29, 2023 at 07:44PM

Show HN: Hacker News for AI News https://ift.tt/o2CgT1A

Show HN: Hacker News for AI News https://aihackers.ai August 29, 2023 at 05:55PM

Show HN: Mu – A Micro App Platform https://ift.tt/I78DZyO

Show HN: Mu – A Micro App Platform Hey all Sharing a new piece of work I've been doing with a friend. Mu is a new micro web app platform which enables building and sharing apps instantly with storage, auth and payments built in. Apps are single file, built in the browser and rendered as an iframe. They're "micro" because they're quite literally tiny single purpose utilities like a hackernews reader or old school guest book. It's mostly at this point something that scratches a personal itch. Making app development super simple and lightweight. Sort of like living GitHub gists. And trying to build a simpler, cleaner place to consume the web. Right now nothing more than a cool hack I'm sharing. Feedback obviously welcome. Cheers Asim https://mu.app August 29, 2023 at 05:12PM

Show HN: Advanced Tab Manager for Firefox https://ift.tt/hSOo3lN

Show HN: Advanced Tab Manager for Firefox https://ift.tt/rG2waI0 August 29, 2023 at 04:50PM

Show HN: AI for Your Direct Email Marketing https://news.ycombinator.com/item?id=37305630

Show HN: AI for Your Direct Email Marketing https://kundy.se/en-SE August 29, 2023 at 04:04PM

Show HN: Toybox – A Laravel TALL starter kit for solopreneurs https://news.ycombinator.com/item?id=37305014

Show HN: Toybox – A Laravel TALL starter kit for solopreneurs Hey peeps! Here's a project I've been working on for the last two months. It initially started as trying to be a simplified boilerplate for Laravel, but I think it's gone a bit beyond that. With recent tooling releases in the Laravel ecosystem, there's a ton of exciting tools to work with, but it's either annoying to set it all up every time, or it's difficult to try and gather it all up for every piece you'll need for your SaaS. To that end, Toybox attempts to collate what is in my opinion the best of modern Laravel, and while being simple to start, run and launch with. This is how I also came up with the name - pick and choose all your favourite Laravel toys and see how quickly you can build products with it. I've never been a fan of Docker and similar tools. While I see their value, I've generally not had a good experience and it always felt like a waste of my time trying to debug infrastructure instead of writing application code. So on that front Toybox goes back to basics - it targets only one stack, and is made to be able to initialise its repository, provision the server it is currently on, and deploy itself from your local machine, all with Bash scripts. Lastly, I tried to include guidance and support for scaling beyond an MVP and Bash scripts: The README includes tons of recommendations for various services & tools for all manner of things you need for your SaaS. https://github.com/nikspyratos/toybox August 29, 2023 at 02:26PM

Monday, August 28, 2023

Show HN: Speak in Gaelic to ChatGPT https://ift.tt/e0qXm8V

Show HN: Speak in Gaelic to ChatGPT https://ift.tt/1znqOMG August 29, 2023 at 05:10AM

Show HN: I built a website that lets you read classic books as email newsletters https://ift.tt/Vl0XvA2

Show HN: I built a website that lets you read classic books as email newsletters https://ift.tt/cGUkME7 August 28, 2023 at 09:31PM

Show HN: Qramaank: Reuse and Reorganise internet content https://ift.tt/fg2U60Z

Show HN: Qramaank: Reuse and Reorganise internet content TLDR; It is a platform for you to create course like content by reusing existing content from Youtube, Github, Google Drive etc. I tried to create this for my personal use to make all the urls, document to be shown in an orderly fashion like a normal course do. But then tried to expand this to make it community driven and have functionality like cloning as well. I am still working on this, any suggestion would be good. https://qramaank.com August 28, 2023 at 12:04PM

Show HN: Mail Organizer for Gmail https://ift.tt/XbiKSN1

Show HN: Mail Organizer for Gmail This Google Apps Script labels emails accoding to the address the email was sent to. For example, you own the domain name "example.com", and you set up an email forwarding service such as Forward Email or ImprovMX to relay all emails sent to "*@relay.example.com" to your Gmail account. The script will label your emails according to a set of rules. For example: - "hello@relay.example.com" will be labeled "hello" - "hello-world@relay.example.com" will be labeled "hello" and "world" - "hello.world@relay.example.com" will be labeled "hello/world" ("world" as a sublabel of "hello") - "hello.world-yo.wassup@relay.example.com" will be labeled "hello/world" and "yo/wassup" https://ift.tt/B3qL6ZK August 28, 2023 at 11:35AM

Show HN: FlagPalette – Flag Color Codes https://ift.tt/7AP5GOj

Show HN: FlagPalette – Flag Color Codes https://ift.tt/QK8Suok August 28, 2023 at 01:46PM

Show HN: MoodMinder – Swift Anger Regulation for Better Emotional Well-Being https://ift.tt/CnSkDKz

Show HN: MoodMinder – Swift Anger Regulation for Better Emotional Well-Being Hey Hacker News community! We're excited to showcase MoodMinder, a mental health app MVP that empowers individuals to swiftly regulate anger and enhance emotional well-being. MoodMinder was born out of a desire to provide quick anger regulation solutions for busy individuals. Unique Features: Rapid Mood Identification: Identify anger triggers and tension levels swiftly. Instant Personalized meditations: Receive tailored meditations for immediate anger control. Cognitive Reappraisal: Shift perspectives to defuse triggers in real-time. Quick Interactive Games: Engage in games designed for anger regulation in just minutes. As an MVP, we're seeking insights from the Hacker News community to shape our app's development. Your feedback is pivotal. Thank you for being part of our journey! https://ift.tt/8BiMfaC August 27, 2023 at 09:42PM

Sunday, August 27, 2023

Show HN: Hermes – SMM backdoor and client for usermode privilege escalation https://ift.tt/Zm2rAWG

Show HN: Hermes – SMM backdoor and client for usermode privilege escalation Hermes is an open source system management mode backdoor which allows a user mode application to elevate its own privileges and interact with memory without any direct access at smm level. https://ift.tt/wc5I8sF August 27, 2023 at 10:26PM

Show HN: Bicycle – A Database Tool (Rust, gRPC, RocksDB) https://ift.tt/BMQFYmv

Show HN: Bicycle – A Database Tool (Rust, gRPC, RocksDB) https://ift.tt/PlMbdON August 27, 2023 at 10:24PM

Show HN: Core – open source memory graph for LLMs – shareable, user owned https://ift.tt/mVZIBn6

Show HN: Core – open source memory graph for LLMs – shareable, user owned I keep running in the same problem of each AI app “remembers” me i...