Live data from Hacker News

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

news.ycombinator.com

161–170 of 200 posts

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

#161
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

nice, looks pretty cool

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

#162

Earlier quoted context omitted.

Are you using wsl because AutoHotkey doesn't work on Linux... Back when I was on Windows I used to have ctrl-c, ctrl-v mapped to F1 and F2 keys (using AHK). Why they don't have dedicated keys I don't know

I'm on Windows 10. When I'm using it in Linux, it's via SSH through Mobaxterm, which is a fantastic and free Windows shell manager.

are you using it for remotely accessing linux boxes? mintty+wsl-bridge aka wsltty has really come a long way in a short time, and i'm beginning to use it even for remote work alongside using it for wsl. call me shallow but it really boils down to it looking far, far better when staring at a vim buffer for hours...

i absolutely love mobaxterm, but there's alot of cases where it seems like overkill for my purposes. that being said, nothing beats mobax when it comes to a stupid easy X server for windows. vcxserv and x410 are both nice and getting nicer, but you gotta sit down and work out kinks to make either one really useful

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

#163

Earlier quoted context omitted.

I'm on Windows 10. When I'm using it in Linux, it's via SSH through Mobaxterm, which is a fantastic and free Windows shell manager.

are you using it for remotely accessing linux boxes? mintty+wsl-bridge aka wsltty has really come a long way in a short time, and i'm beginning to use it even for remote work alongside using it for wsl. call me shallow but it really boils down to it looking far, far better when staring at a vim buffer for hours... i absolutely love mobaxterm, but there's alot of cases where it seems like overkill for my purposes. tha…

Yup, logging into web servers at work. I haven't messed with WSL much except for having a local Linux environment for local work. I have a home server for anything more serious than that such as hard drive recoveries and the like. I discovered Mobaxterm some years back and have stuck with it. It really is nice. While it may be overkill, I've had to do things like open up RDP on multiple boxes and wow... it Just Works. It's a hidden gem.

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

#164

I use Alexa to turn on ambient music and lights. It removes tedious screentime in a place I consider a sanctuary-esc. Worth the $75 rig.

I did the same with Mycroft https://mycroft.ai/ using the routine skill https://github.com/ChristopherRogers1991/mycroft_routine_ski... and integration with Home Assistant I can have it play my music set up in the morning.

I have a goal to eventually have most of my high tech stuff not involve a general screen either being a simple remote or voice so I don't get pulled down the rabbit hole.

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

#165
post #21
post #7

I have a list of questions that I like to be thinking about and have an automated system that texts me one of those questions at random during my waking hours.

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.

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

#166

I have a website that tells me when the next train leaves and if I need an umbrella: http://mazu.ai/ Probably a good idea for a startup actually, a 90s style "web portal" for urban commuters that tells you the weather, transit situation, and downloads some news articles for when you're in the tunnel.

I have a pretty good system for knowing if I need an umbrella! If I forget it at home, it always rains!

That is very cool!

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

#167

Lots of home automation fun with Home Assistant ( https://www.home-assistant.io ) * Self-hosted security system that e-mails me when triggered. It arms when everyone disconnects from the wifi and disarms when anyone in the home reconnects to wifi. Totally passive. Also arms at night when the kitchen lights have been out for 5 minutes after a certain time and disarms when motion patterns that can only be someone wakin…

I like the your ambient noise approach. What are you using for sounds do you have your config online?

I am looking to make my house more reactive as well. One area where HA has been a godsend was integration with TV/Music/idle off. Whereas there wasn't one solution which would shut off the TV and stereo in my set up once they were in Harmony Hub I could add idle timeouts for them in HA.

Another was theater lighting when the TV starts. In the theme of ambience I am looking at switching the lights to something more colorful when paused.

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

#168

Nothing fancy or involved at all, but in my personal finance spreadsheet, I dynamically pull in Zillow's current estimate of my home value (which I take with a grain of salt obviously). I also use IFTTT to pause my robovac if my doorbell rings. Right now I'm working on a Mint scraper to automate the rest of my personal finance data entry, but running into headaches getting Selenium to work properly on Catalina.

There appears to already be a mint scraper on github

Can you share a link? My understanding is the one I've found available pulls in transaction data. I actually don't care about transaction data at all. I explicitly just want monthly account balances (including what historic months closed at), and some of the net worth and net income summaries. Nothing I've found yet offers that.

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

#169
post #153

Nothing fancy or involved at all, but in my personal finance spreadsheet, I dynamically pull in Zillow's current estimate of my home value (which I take with a grain of salt obviously). I also use IFTTT to pause my robovac if my doorbell rings. Right now I'm working on a Mint scraper to automate the rest of my personal finance data entry, but running into headaches getting Selenium to work properly on Catalina.

Do you need to scrape Mint when it's just using Plaid?

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, debt) and then the net worth and net income monthly stats.

If I understand Plaid's pricing correctly, it's $500/mo to get what I want but I could be misunderstanding their docs. Would love to be told I'm wrong!

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

#170

Nothing fancy or involved at all, but in my personal finance spreadsheet, I dynamically pull in Zillow's current estimate of my home value (which I take with a grain of salt obviously). I also use IFTTT to pause my robovac if my doorbell rings. Right now I'm working on a Mint scraper to automate the rest of my personal finance data entry, but running into headaches getting Selenium to work properly on Catalina.

Puppeteer is way better for scraping.

Can you share your thoughts on why?
Post reply on HN