Hacker News

Show HN: An email automation tool to update stripe accounts so you don't have to

Hacker News - Thu, 09/12/2024 - 6:59am

Hey all,

I'm a solo dev building tools for my own problems.

Currently, I have 3 active Trello 'power-ups' (apps) and constantly get emails asking to upgrade or unsubscribe.

So I made Email Autopilot, a rule based automation tool - it reads connected emails and applies the rules, for example upgrading a stripe accounts for a user, and then sending an email back confirming the changes.

It works great for me, already saving me about an hours worth of email support over the last week. I'm sure others have slightly different use-cases, please let me know what you think and how the product can be improved to your needs!

Lewis

Comments URL: https://news.ycombinator.com/item?id=41519424

Points: 3

# Comments: 0

Categories: Hacker News

Show HN: A Raycast script for the HN bookmarklet

Hacker News - Thu, 09/12/2024 - 6:58am

Since Arc doesn't have bookmarks, this became the best way for me to post.

``` #!/bin/bash

# Required parameters: # @raycast.schemaVersion 1 # @raycast.title Submit to Hacker News # @raycast.mode fullOutput # Optional parameters: # @raycast.icon ./images/yc.png # @raycast.packageName Web Tools # @raycast.argument1 { "type": "text", "placeholder": "URL to submit", "percentEncoded": false } # Documentation: # @raycast.description Submit a URL to Hacker News with the current page title. # @raycast.author DigitalNoumena # Extract the tag page_title=$(curl -sL "$1" | sed -n 's:.*\(.*\).*:\1:p') # If no title is found: if [ -z "$page_title" ]; then page_title="No title found" fi # URL encode the title and the URL encoded_url=$(echo -n "$1" | jq -sRr @uri) encoded_title=$(echo -n "$page_title" | jq -sRr @uri) # Open the Hacker News submission page with the encoded URL and title open "https://news.ycombinator.com/submitlink?u=$encoded_url&t=$encoded_title" ```

Comments URL: https://news.ycombinator.com/item?id=41519420

Points: 1

# Comments: 0

Categories: Hacker News

Accessible Autocomplete

Hacker News - Thu, 09/12/2024 - 6:47am
Categories: Hacker News

The True Nature of LLMs

Hacker News - Thu, 09/12/2024 - 6:25am
Categories: Hacker News

Skynet vs. Futudo: The Battle for Human OS

Hacker News - Thu, 09/12/2024 - 6:23am

While Skynet aims to terminate, Futudo coordinates to elevate. The future's not about machines vs. humans, but machines WITH humans.

Comments URL: https://news.ycombinator.com/item?id=41519286

Points: 1

# Comments: 1

Categories: Hacker News

Pages