Interesting, was actually planning on setting up a carshare for our cul-de-sac in Honolulu. This is a great reference, thanks for sharing.
OurCar: What I learned making an app for my family
31–40 of 82 posts
Re: OurCar: What I learned making an app for my family
#32wow... 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.
Re: OurCar: What I learned making an app for my family
#33wow... 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.
Re: OurCar: What I learned making an app for my family
#34Integrate an OBDii dongle with Bluetooth and have the app read it from there.
Re: OurCar: What I learned making an app for my family
#35Fun project. The article is a bit light on details. I find it astonishing that a project like this runs into performance issues. I would have liked to learn more about what these resource-constrained widgets looked like, what they did, and what caused the performance issues.
Re: OurCar: What I learned making an app for my family
#36Earlier 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
Re: OurCar: What I learned making an app for my family
#37We 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 frameworks were not helping. A HTML file served as a PWA would provide everything needed, without the need to go through the hoops of app stores and debugging with those fancy AI things. To open the page an NFC sticker in the car could work.
What I am saying is 'Keep It Simple'. Oh, and get a bicycle! Most of the world uses 'active travel' for most journeys, only in America is 'active travel' effectively banned by zoning laws and whatnot. Maybe v2 of the app could be all about car dependency, which should be regarded as a chronic disease, with some of the methods used by 'quit smoking' apps to keep users motivated to ride a bicycle or walk, rather than get in the tin coffin.
Re: OurCar: What I learned making an app for my family
#38Plenty of comments about using an LLM to assist with this, and I was happy to be able to read about a learning experience where the stakes were pretty low and the feedback loop pretty tight. Thanks for writing it up; for me, it reminds me that some of the use cases where an LLM might be an efficient tool are also the places where it can be wise to take the opportunity to learn and sharpen new skills.
Re: OurCar: What I learned making an app for my family
#39wow... 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.
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.
Also, alerts are terrible UX. At least put some effort into your example.
Re: OurCar: What I learned making an app for my family
#40I guess I'll be around answering questions and comments as I see them. Thanks for reading and responding.