wow... 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.
> an excuse to do a personal hobby project.
Of course, and I do things like that too. I didn't mean to be critical only to give back some perspective precisely when it's NOT about learning.
This is very true, speeding tickets and parking tickets become very annoying to trackdown otherwise.
That's very risky, I imagine if someone did an infraction and they are unstrustworthy they will not log in the system. It only works if people want to collaborate.
FWIW if I were to do this I'd do
echo <input id=kmbefore><input id=kmafter onleave='alert( (kmafter.value - kmbefore.value) * priceperlitterperkm )'>
> 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.
PS : echo "blabla" > index.html is actually becoming my new World reaching publishing method. I do have a home server with a Web server. I connect to it via ssh keys... so
ssh homeserver 'echo hi >> /var/www/self-published/index.html' and voila. I'll probably share my gist this way from the CLI.
ssh homeserver "echo '$(ls)' >> /var/www/self-published/index.html" if I want to run a command locally first, not on homeserver (notice the " vs ').
* 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
Well yes I'm indeed assuming that you have :
- 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.
That, or know that https://neocities.org/ exists.
Or just use GitHub pages.
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.
My point was precisely that no effort was needed to be usable, not that it was perfect. It's taking me longer to argue with you than making it. Again that was the point. We can endlessly make it slightly better... but then we forget why we did this in the first place, namely basic arithmetic for a dozen of people.
My ex isn't good with numbers but nevertheless she has a master in education. She has helped many, many children with learning deficiencies. For lots of people, the math is a significant barrier.
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.
The process is the point, not the outcome. I have no doubt you had fun as I do "silly" things like that. Thanks for sharing.