I have an Amazon Lambda that I can email links to and it downloads the text with Readability-like format simplification and sends to my Kindle. Use it all the time. Love it.
Ask HN: What's are your personal automations?
101–110 of 159 posts
Re: Ask HN: What's are your personal automations?
#102I realise this might not be what the question has in mind, but we have a bread machine. Just buying bread might be more 'automatic', but we've been evolving the process and recipe for the last 6+ months, and honestly the bread is now better than any but the best artisan loaves available locally, and hugely cheaper. To save time, and overcome laziness, we pre-mix 'wet' and 'dry' 'kits' in batches of 6 or 10 loaves at…
You might have just convinced me to buy a bread machine... To add a similar answer, only in the past couple of years have I had a nice rice cooker (we have a Zojirushi) that keeps the rice fresh for ~12 hours. It is irreplaceable at this point (My wife is Asian and rice is a part of pretty much every meal.) Best appliance I have ever bought, gets used every. single. day. and have rice ready-to-eat throughout the day.
Highly recommend it. I don't want to advertise but we bought a well known Japanese brand after a lot of research.
Re: Ask HN: What's are your personal automations?
#103Earlier quoted context omitted.
I've been using Obsidian recently and I love it. There are all kinds of interesting ways you can graph your posts too.
Wow, can't believe I haven't heard of Obsidian. Thanks for sharing. I'm going to check it out.
Re: Ask HN: What's are your personal automations?
#104It connects to both laptops through bluetooth and has a LiPo battery making it completely wireless. I 3d printed an enclosure that lets me mount it out of sight underneath my desktop (think up-down controls for a standing desk).
This lets me easily switch between computers through the day without plugging in/re-pairing/etc.
It's still needs a bit of refinement but overall, it's quite nice and makes switching devices painless.
Re: Ask HN: What's are your personal automations?
#105E.g. double-clicking pause/play removes the currently-playing song from a playlist, while letting the song finish adds it to my "liked" playlist
(I also have an IFTTT trigger that continuously pulls songs from r/listentothis into a Spotify playlist, so I can use that curator to save any interesting songs I hear on my drive)
Re: Ask HN: What's are your personal automations?
#106I use the following in Bash. function notifyme() { MSG=${1:-'Terminal is done'} TITLE=${2:-"Done!"} osascript -e "display notification \"${MSG}\" with title \"${TITLE}\"" } I use it like: bin/start-unit-tests; notifyme
notifyme "Now you can commit and push code"
notifyme "Now you can commit and push code" "Tests complete"Re: Ask HN: What's are your personal automations?
#107I have my coffee set to auto-brew at 6AM. :-O Such a life hack. No, it's not wired up to some stupid web interface, and I like it that way.
Re: Ask HN: What's are your personal automations?
#108I have an Amazon Lambda that I can email links to and it downloads the text with Readability-like format simplification and sends to my Kindle. Use it all the time. Love it.
How did you make the text readable from the links?
Re: Ask HN: What's are your personal automations?
#109I use a lot of automation these days, here's a summary: - There's only one bakery in my area that has keto bread, but infrequently. I have a daily bot that scans the bakery page on the Uber eats equivalent webpage, then alerts me when bread is available. - On my phone I get a notification in the morning. When I click it, it copies my daily journals markdown template, opens the note app. Then I paste and write. - I ha…
Re: Ask HN: What's are your personal automations?
#110- Play a chime/alert over my Sonos system if a door gets left open for longer than a minute (https://labzilla.io/blog/homeassistant-door-chime).
- Turn off my window air conditioners when I leave my apartment for more than 15 minutes, and turn them back on again when I'm within a block of my apartment (or if it gets above 80 degrees).
- Automatically turn on lights when I come home.
- Play a chime/alert over the Sonos when laundry is finished (I use a SmartThings button to trigger a timer; one tap = 30 minutes wash, double tap = 45 minute dry.)
I also have a few cron jobs to move automatic backup files from my colo server to my NAS at home. I use healthchecks.io to automatically alert me if the job fails to run.