Earlier quoted context omitted.
If you have 300+ tasks / notes, I’d look at separating the notes out… I expect there are better note oriented apps. I used to use todoist but now use TickTick- similar but with some extra features. The non-premium is awful though, you have to sign up for a proper workable product (it is cheaper than todoist)
What's awful with non-premium TickTick? I've been considering paying just to support it, not aware of a feature or limitation driving me to.
Ask HN: What software did you purchase that positively impacted your family life
131–140 of 179 posts
Re: Ask HN: What software did you purchase that positively impacted your family life
#132I went all in on apple ecosystem this year after literally 13 years of using android. Wife and I got iPhone 14 Pro, Apple Watch 8 and AirPods Pro. Got HomePod mini and Apple TV for home. We got bunch of home kit compatible tech at home (baby monitor, smart plugs, bulbs etc). We also subscribe to apple one family. The results are fantastic. Everything works with everything else, which is impossible to explain without…
Re: Ask HN: What software did you purchase that positively impacted your family life
#133We also do the email thing but as an alias to sends it to both our inboxes. That is a great 'life hack' for flights, car rentals, reservations, important purchases, etc. I purchased foldersync for android to copy nightly photos off the phones to our nas to \name\yyyymm\ to backup our photos without relying on 3rd party sync. Solves the issue of losing videos/photos if a phone breaks. http://photos/ can browse them wi…
Why not syncthing for photo copy?
Re: Ask HN: What software did you purchase that positively impacted your family life
#134Software I wish I could pay for: Firefox Sync. I use it every day, to send tabs between my phone and computer, and to sync passwords between devices.
Re: Ask HN: What software did you purchase that positively impacted your family life
#135Earlier quoted context omitted.
I have a server, a small project of mine, and i installed nextcloud. Now my whole family and close friends use it to backup our photos. The official app for it is exceptional for syncing (you can set it to ONLY do the sync when charging or other parameters). There are other benefits of nextcloud (contact backup/Calendar/Messaging etc) and you can set it up on a raspberrypi with an external hard drive, throw it near y…
I could never bear the stress of being in charge of someone else's photo backups. Especially when the option is just for them to pay $10 or something to a huge company that'll have pretty much 100% uptime and zero chance of lost files.
I have the same setup as the person you're commenting to, initial setup was easy. Just test out your backup strategy thoroughly.
Re: Ask HN: What software did you purchase that positively impacted your family life
#136My own family dashboard. I did not purchase it but wrote myself and it was a life changer. It is an always-on screen (during the day) where everything family oriented happens: all our calendars merged for today and tomorrow (and important events within 6 days), weather, when kids are back from school, info when I am on my way back from work, various alerts on stuff breaking at home, etc. When I finally installed it,…
The aim of this dashboard is to be always-on with the following information displayed (a link to an image of the dashboard, there is not much available at this moment: https://imgur.com/a/pHSIBcO)
- current time and date
- current temperature as seen by Netatmo in my neighborhood
- estimations for rain in the next 60 minutes - from Météo France
- weather forecast for today and tomorrow
- all family calendar merged for today and tomorrow + specific events within 6 days
- alerts when there is a water leak, or when something is broken, or when flowers need water
- when are kids coming from school today and tomorrow
- information when I am driving or biking from the office with estimated arrival time
This is powered by a keyboard- and mouse-less old Raspberry Pi and displayed on an old screen mounted on a wall (one day it will be neatly mounted IN the wall. One day.). It is displayed with
I am not a developer but wanted to do the software part anyway myself. There were several changes over the last 7 or 8 years. Initially I wrote a backend that would query the information from the various sources but I ended up with a purely client-based SPA that connects to Home Assistant, which in turn retrieves all the information and keps state.
The frontend was the opportunity to learn JS/TS/Vue and I rewrote it three times to learn Quasar and recently to move to a pure Vue3/Vite/TailwindCSS frontend. It was a fun trip. It helped me enormously to also learn how to interact with APIs in less-ideal conditions.
I also tried to directly use the dashboarding capabilities provided by Home Assistant but I did not really like everything. I may revise this one day if I get a touch screen (a touch monitor) because then it makes sense to use the widgets HA has natively.
Coming up next: the ability to have several screens switched by a button
Re: Ask HN: What software did you purchase that positively impacted your family life
#137My own family dashboard. I did not purchase it but wrote myself and it was a life changer. It is an always-on screen (during the day) where everything family oriented happens: all our calendars merged for today and tomorrow (and important events within 6 days), weather, when kids are back from school, info when I am on my way back from work, various alerts on stuff breaking at home, etc. When I finally installed it,…
We're going to need some details :) I tried doing this with an Android tablet, but the screen is just way too small. Now there are really nicely sized (15.6") USB-C -powered displays for around $100 that could be paired with pretty much any Raspberry Pi to do the same. Or I could just shove an old 24-27" inch display on the wall with a VESA mount...
Re: Ask HN: What software did you purchase that positively impacted your family life
#138Earlier quoted context omitted.
No, because then you're just limited into showing a single calendar. Some stuff you want in agenda-format (next 5 events on the calendar), others you want in a monthly view, others in daily or weekly. And then you have alerts, weather etc that doesn't really fit the calendar format that well.
You are over-engineering this concept. A simple shared calendar absolutely would work. If you want more features, go for it, but that doesn't mean a shared calendar is a non-functional solution.
Re: Ask HN: What software did you purchase that positively impacted your family life
#139My own family dashboard. I did not purchase it but wrote myself and it was a life changer. It is an always-on screen (during the day) where everything family oriented happens: all our calendars merged for today and tomorrow (and important events within 6 days), weather, when kids are back from school, info when I am on my way back from work, various alerts on stuff breaking at home, etc. When I finally installed it,…
Care to detail it a bit more? How much did you use frameworks if at all etc (you did say you wrote it yourself so probably no framework, or?)
Re: Ask HN: What software did you purchase that positively impacted your family life
#140My own family dashboard. I did not purchase it but wrote myself and it was a life changer. It is an always-on screen (during the day) where everything family oriented happens: all our calendars merged for today and tomorrow (and important events within 6 days), weather, when kids are back from school, info when I am on my way back from work, various alerts on stuff breaking at home, etc. When I finally installed it,…
I’m planning on using MagicMirror ( https://magicmirror.builders/ ) to do this in my kitchen but without the mirror part (just a TV mounted in a niche on the wall). Did you build your software from scratch?
I summarized the points in https://news.ycombinator.com/item?id=37764585