Clearly the car was the Top Gear KIA Cee'd and you must be The Stig. We all start pet projects with the tools we know, to learn new tools along the way. Sometimes you have a nail and the hammer is the right tool for the job. However, why use just the hammer when you can just download the whole Snap On tool inventory for the same price, in both metric and weird American units? From your write up, I felt that the frame…
OurCar: What I learned making an app for my family
41–50 of 82 posts
Re: OurCar: What I learned making an app for my family
#42Next: "How I made one whole website to host one HN-featured blog post"
Re: OurCar: What I learned making an app for my family
#43That was where their process was breaking down - When did we buy this? How much was it? The sort of things that are semi-difficult to keep track of when you're going to A LOT of estate sales and then basically need to enter all the stuff into a spreadsheet when you get home.
So the concept was - take pics and enter simple data as you're out and about and then export the data when you get home.
I ended up going way down some deep rabbit holes because I didn't want to host any data (my goal was to actual release the app and hosting people's shopping trips wasn't something I wanted to take on).
So it's all local storage and for sharing between family members I ended up embedding the data in a pdf that you can send in a text and then import - so if x people are at the same sale they can all add to the same "trip" at the same time and then combine the trip when they're all finished shopping.
So image and data optimization were big concerns since it's all on your phone until you export it/delete the trip.
I was a fun process until it wasn't :P
I did end up getting to 1.0 and shipping to the app store, which was really my goal -> make an app and go all the way through the process. So in that way it was a success.
Re: OurCar: What I learned making an app for my family
#44wow... so much yak shaving, including priceless bits like "sat with ChatGPT for a bit [...] we came up with OurCar" (I mean... how original is that, clearly powerful datacenters computing over a dump of the Internet was needed), I'm impressed. All this to avoid doing one subtraction (km before, km now) then multiplication (result times average litter/km) in your head. That's a LOT of effort to be lazy.
The log for "who took the car for how long when and did they fill it up" seems to be much more relevant. Nothing a notebook and a pencil can't fix, of course, but an app is more fun. I don't think it's laziness, I think it's an excuse to do a personal hobby project. Makes perfect sense to me.
Re: OurCar: What I learned making an app for my family
#45Re: OurCar: What I learned making an app for my family
#46Manual data entry is just too unreliable and time-consuming. I don't see how this could work short of integrating OBD-II fuel consumption data combined with some sort of presence tracking.
Re: OurCar: What I learned making an app for my family
#47wow... so much yak shaving, including priceless bits like "sat with ChatGPT for a bit [...] we came up with OurCar" (I mean... how original is that, clearly powerful datacenters computing over a dump of the Internet was needed), I'm impressed. All this to avoid doing one subtraction (km before, km now) then multiplication (result times average litter/km) in your head. That's a LOT of effort to be lazy.
Haha, that's certainly one way to see it. I really enjoyed making the app, so it was less about laziness more about an itchy trigger finger.
Re: OurCar: What I learned making an app for my family
#48Earlier quoted context omitted.
FWIW if I were to do this I'd do echo > index.html to make it available to anyone, Worldwide, for free! For the fancy version I'd make priceperlitterperkm URL parameter to make it work not just for my area. But that's like an entire additional like of code. My point being... I'd make a Web page, on app, no deployment, no tracking.
The article mentions that was proposed and no one wanted to do it. Also, alerts are terrible UX. At least put some effort into your example.
Re: OurCar: What I learned making an app for my family
#49Earlier quoted context omitted.
FWIW if I were to do this I'd do echo > index.html to make it available to anyone, Worldwide, for free! For the fancy version I'd make priceperlitterperkm URL parameter to make it work not just for my area. But that's like an entire additional like of code. My point being... I'd make a Web page, on app, no deployment, no tracking.
echo > index.html to make it available to anyone, Worldwide, for free! You are conveniently leaving out that you already must have: * a server running 24/7 on the internet, paid for each month * purchased, setup and keep paying every year a domain name * configured a web server in that server, ideally with automated SSL certificate issue and renewal
- a place with electricity
- an Internet connection
- a computer, no matter how small (it can literally be a-cig)
which isn't true for literally every one but clearly for OP was.
You don't need a server in the cloud though, like I said a home server is enough.
Re: OurCar: What I learned making an app for my family
#50Earlier quoted context omitted.
The log for "who took the car for how long when and did they fill it up" seems to be much more relevant. Nothing a notebook and a pencil can't fix, of course, but an app is more fun. I don't think it's laziness, I think it's an excuse to do a personal hobby project. Makes perfect sense to me.
This is very true, speeding tickets and parking tickets become very annoying to trackdown otherwise.