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

Show HN: Free OSS transcription app I made and found it's faster than wispr flow https://ift.tt/2h9d6Kn

Show HN: Free OSS transcription app I made and found it's faster than wispr flow title doesn't let nuance, ofc it's not the app ...