Live data from Hacker News

Ask HN: What do you automate in your life and work?

news.ycombinator.com

191–200 of 200 posts

Re: Ask HN: What do you automate in your life and work?

#191
post #68
post #6

Back when Tinder's API was more open, I had a Python script that would autoswipe everyone in the match queue. Then I'd go through all my matches, manually filter the ones I didn't like, and message the ones I did. It was highly efficient, increased my conversation rate, but didn't really impact my end metrics ;)

There was a hilarious article a few years back about someone who automated every part of the dating process, including the actual dating using a bot on a segway and automatically ordering sex toys. Anyone know what I'm talking about?

Link below. It was written by Rob Rhinehart, the founder of Soylent:

https://www.huffpost.com/entry/engineering-the-perfect-date_...

Re: Ask HN: What do you automate in your life and work?

#192
post #139

Human context switching. I'm being cheeky; I mean closing down and bringing up all relevant applications, their state (open windows, tabs, files...) and so on for working on a given task or project. Sort of like a workspace manager for the OS. Releasing an open beta this winter. There's a short, low-res demo that kinda illustrates the basic concept on https://cleave.app

this!

Re: Ask HN: What do you automate in your life and work?

#193

Earlier quoted context omitted.

My understanding from Plaid's somewhat confusing docs is that the Free tier gives transaction and balance data from cash accounts, but I need it from all of my asset accounts, which you seem to need to be on the $500/mo plan for. Since this is just for personal use, I can't really justify that. All I care about is monthly account balances and month ending amounts for historic months for ALL accounts (cash, assets, de…

I think you're wrong (yay!) about plaid's pricing. My startup uses them, and we are very low volume, and we pay $1.50 for an auth and $0.30 / month for each active account we pull transactions from. Getting balance costs $0.10 / call though. We signed up probably about 6 months ago.

Oh wow--is this the Pay as you Go plan? And is this the same whether the account is a checking account vs. an investment account (ie. Assets product)?

Also, while this gets me net worth through math, I'm not quite sure if it gets me my monthly expense totals in summary format. Is it all raw transaction data I'd have to pull and do math on? Or is it trivial to pull the equivalent of monthly Mint summaries for net income and such via Plaid?

Re: Ask HN: What do you automate in your life and work?

#194

I went through a phase of trying to automate _all_ aspects of my life. If I did a task more than 3 times, and it could be automated, I went ahead and wrote some scripts for that. Anyone will quickly learn there is a trade-off between managing the time it takes to maintain automation and the time you would spend just "doing" said task. After this realization, I started manually performing tasks, timing them, and stori…

Help me understand the rationale behind the original automation effort on reading your child's school reports? I would have thought that is an event that is pretty infrequent, quite important, with not enough historical data to train a useful model.

Re: Ask HN: What do you automate in your life and work?

#195
post #135

[Not really automation, but I'm hijacking the opportunity to tell the story.] I'm a terrible morning person and I noticed that I need much longer to get up and dressed and everything than it reasonably should take. On the order of "taking 1 hour to do stuff that can be done in 15 minutes". I seem to have ADHD (disclaimer: not formally diagnosed, just going off of symptom lists and descriptions from other people), and…

I need this in my life. Is the source code public somewhere, or can you make it public?

I haven't gotten around to polishing the repo enough to make it public. If you follow me on GitHub, you should see it once I publish it. The name of the app is Monastery, so it's going to be https://github.com/majewsky/monastery.

Re: Ask HN: What do you automate in your life and work?

#196

My typing. In my work I tend to type a lot of the same things over and over again. So I automate that with AutoHotKey. Ctrl+Tab becomes RightAlt. Two words become entire paragraphs. Even simple things like "You're welcome" are just 'ywyw' or 'tyvm' becomes "Thank you very much". I know it sounds silly, but while trying to avoid RSI's, the less typing the better. I also use autohotkey to help me remember to Linux comm…

Awesome :)

I do the same on my android with app Textpander (no affili, just a happy user). I also listed my shortcut phrases at https://dav.today/my-text-shortcut-phrases/

You are welcome is yawc Ty is Thank You

Re: Ask HN: What do you automate in your life and work?

#197

I have a folder on my mail server called “Dead”. If I move an email to that folder then all subsequent emails to the same address as the first one go into “Dead/Match”. It’s driven by procmail and a script. When used with one-off email addresses you get a behavior that’s like unsubscribing, but without having to trust any “unsubscribe” links or processes, and also without having to edit any config files (it’s all dri…

Until you book again at that hotel chain or third party agent like Priceline and never receive another email again right? I like the premise but the details seem like they would cause more trouble than the solution solves.

Same thing happened with me twice.

Long time ago I setup workflowy.com to send me emails of daily changes; gmail filter to mark as read, apply label, archive & forward to Trello board. So twice I forgot the password, asked password reset link; & it is not coming to my inbox; because that filter was auto reading & archiving it.

Re: Ask HN: What do you automate in your life and work?

#198
post #165
post #21

Earlier quoted context omitted.

I use IFTTT to do a few things like this. Mostly motivational sort of stuff. I like this idea of asking myself questions.

Yeah, I used to email myself my core life principles, but it felt like unsolicited advice even when it came from me. Questions on the other hand are mostly engaging especially when you don’t know what it’s going to be.

I like that idea of questions.

I do have one that says something like make a list, writer out 2 or 3 things and do them.

Re: Ask HN: What do you automate in your life and work?

#200
post #85

Probably not as exciting as the other comments here: I automated the startup routine at my work computer. It sets up VPN, clears out the HTTP proxy settings, clears the routing table to allow local network access, then starts up Visual Studio, SSMS, Outlook, Firefox, OneNote and some other auxiliary apps. Other than that, I got consumer-style automation with IKEA Tradfri which responds via HomeKit and Apple shortcuts…

what do you use for this?
Post reply on HN