Live data from Hacker News

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

news.ycombinator.com

111–120 of 200 posts

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

#111

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.

I just started a new scrapy project with:

https://github.com/clemfromspace/scrapy-puppeteer

best of all worlds

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

#112
I automate my todos. In the best tradition of getting things done, I have a single list for all my todos. It is in Trello and it uses Butler for automation. I have Inbox, Today, This week, Done and Later lists. The Done one gets emptied every day at 2am. Wherever I move a task to Today I get assigned to it and the due date is set to the evening of today. It's not much, but keeps me kinda organized.

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

#113

I automate most things I do more than a dozen times. Marketing for my wife's uncle was a pain, so we automated CL and FB posts to fire from Quickbooks Inventory on a schedule. I'm full-time remote, so I have a spreadsheet that tracks my expenses from a google form, does currency conversions for my location and forex analysis to tell me the best day to pull money from an ATM, tells me how much I have to spend on food…

I would love to hear more about your trading scripts and your TA assessment. Which API do you use?

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

#114

Example 1 (custom hardware). My wife and I run https://littlebird.com.au and ship 25K orders per year. We found that it was taking too long to fulfil each order using Australia Post. So I built our own custom WebUSB postage scales and label printer. Creating a consignment is now 1-click. This enabled us to take the fulfillment process down from 5 minutes to 5 seconds. Across 25K parcels this equals 11-months of work…

[deleted]

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

#115
I have setup a crawler acommpanied by a discord bot to notify me and my friends about new posts on each faculty class website. These posts usually include stuff like exam results, schedules and other notifications. Really helpful. Stopped us from manually checking each website when we anticipate schedules and results for each exam.

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

#117
post #93

Very mundane tasks but it saves me some time: * Automatically clean Windows desktop from garbage and temporary files that are older than 15 minutes * Download and parse Ngnix web-logs every day, extract notable events * Send myself email notifications about certain currency rates hitting certain thresholds * Backup certain folders on schedule * Pull data submitted by others from Google Sheets, export it into a databa…

> Download and parse Ngnix web-logs every day, extract notable events

Would you mind expanding on this? Sounds interesting

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

#118
post #69

Home Assistant: - Water garden if no rain - Lower curtains as sun sets - Rotate pin codes on door for abnb property when bookings end - Log in correct user when TV turned on nielsentam box

> - Rotate pin codes on door for abnb property when bookings end

Nice! Is that a lockbox or an actual electronic lock? Would you mind saying which model?

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

#119
post #108

This might sound a little-bit stupid, but I automate locking/unlocking internet access on my phone and computer. That is to say, every night my computers and phone will lock me out[0] at a set time. Then in the morning I have to log 30 minutes of exercise (tracked by my heartrate on fitbit) to unlock internet access. I also have certain time-wasting sites like Reddit and Netflix locked out until I complete a sufficie…

What do you use to lock/unlock your gadgets?

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

#120

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…

Do you have a power adapter for the doorbell monitoring ESP?
Post reply on HN