Earlier quoted context omitted.
> On a related note, I have gnucash set up to autocreate a ton of transactions 90 days in advance. Rent, salary, typical bills, student loan repayment, etc. Why do you need to do the transactions? In Germany, I can simply create a recurring transaction for rent and loan repayment, and utility/phone bills are directly debited from my bank account.
You misunderstand. They're already scheduled largely. This is about writing down in the books in January that I'm going to spend in March. GNUCash's summary view has a column 'future minimum' for each account that uses this data; looking at it informs you when you might go negative without corrective action. Or conversely, tells you how much money you can safely shift out of checking.
Ask HN: What non-work task have you automated?
341–350 of 722 posts
Re: Ask HN: What non-work task have you automated?
#342I have set up a battery of scripts on google app engine and Im pretty happy with it. 1. I have a script to automatically buy small amount of BTC every day 2. For the more knowledge-dense books I read, I write summaries of them ( https://piszek.com/books/ ). I have a script that puts a random book review to my pocket for reviewing every week 3. I have an instagram account of lego minifig ( https://www.instagram.com/le…
Re: Ask HN: What non-work task have you automated?
#343Passive learning. Whenever I come across something cool or interesting, I put it into a chrome extension I made called "Harvest". It sends me email reminders of what I've added on a spaced repetition schedule (1, 7, 17, 35 days into the future) for optimal retention https://chrome.google.com/webstore/detail/harvest-grow-your-...
Man, this is awesome. Now that Firefox has become so vastly better than Chrome (who would have expected that a year ago?) you should port it to Firefox too.
Re: Ask HN: What non-work task have you automated?
#344One of the biggest automation arena improvements I've made in my life is creating visual cue reminders and systems for a sort of stateful orderliness. When the laundry basket gets full past the painter tape line, I do a load. I load the dishwasher after dinner, and unload it in the morning regardless of the volume. Got a roomba that runs every other day and cries when it's full of dirt. I have NFC stickers that link…
Re: Ask HN: What non-work task have you automated?
#345Ended up automating it with some PHP scripts then making https://www.metaweather.com
Re: Ask HN: What non-work task have you automated?
#346Earlier quoted context omitted.
Newegg Business, Davinci XYZ jr 1.0 There's DRM on the filament and it's PLA only, but you can buy the key to unlock and rewrite the DRM NFC chip. I use an app on my phone to rewrite the values
Is that a really good printer? I’m seeing bad reviews?
Re: Ask HN: What non-work task have you automated?
#347Re: Ask HN: What non-work task have you automated?
#3481. My former spouse wouldn't answer the home phone when I talked with the kids during the divorce. I wrote an app that texted her and logged the attempt for reporting to the guardian ad litem. 2. She also wouldn't answer the door when during kids pick-up. The same app texted her when I was outside. 3. To disprove her allegations I wasn't involved in the kids school and activities I used Android's Locale app to trigge…
Did you have to prove your system was logging real data?
Re: Ask HN: What non-work task have you automated?
#349About 10 years ago I was in the market for a used Toyota Camry, so I wrote a script that scraped the used car classified and extracted models within a 4 year range and within price & mileage caps. This got plotted out into 4 overlaid point series, producing graphs that roughly looked like 1/x, roughly 2-300 datapoints total. With that in hand I went to dealer offering the best match, told them which car I wanted and…
Re: Ask HN: What non-work task have you automated?
#3501. In university, my cable provider had frequent slowdowns during busy periods to the point of the connection being unusable. I wrote a monitor script that would try to ping google every few minutes during busy periods and log the output if there was any loss. After a month of doing this and presenting the logs to the provider, they fixed it and I was asked to apply for a job. 2. I automated swiping right on Tinder o…