The biggest change will not come from getting users to upgrade, it will come from producing higher quality software in the first place.
Sure, but if we're in dreamland, then I think the second biggest factor will be making security upgrades invisible to users. If you could ensure that you can upgrade any part of your OS/application while it's running, without ever requiring a reboot, then the problem disappears as you can simply stop asking people when they want a security patch. In terms of safety, not much good comes from asking people. (That, or l…
Oil changes, safety recalls, and software updates
41–50 of 61 posts
Re: Oil changes, safety recalls, and software updates
#42Earlier quoted context omitted.
You must have missed that he drives 2000 not 20000 km per year. He says he changes oil around every year, so every 2000km (1200 miles). If he changed every 6 months, he'd be changing every 1000km. That's insane! I don't even refuel every 1000km! Example oil change schedule for a modern car (Taken from Audi Q7 '09 service manual): 8.000km, 25.000km, 40.000km, 55.000km... So ~15.000km between changes - or 7.5 years if…
Refuel every 1000km... I envy you. Could you share some details, as it made me curious ?
> I envy you.
Still envy me when I say a full tank is $100? :)
Re: Oil changes, safety recalls, and software updates
#43I'll admit to putting off applying security patches because my laptop is a giant repository of state and it's a pita to bring it all back up again. I have to remember how to start postgres, the erb command to make rails work, figure out how my upgrade to bash subtly broke virtualenvwrapper, make sure I didn't accidentally leave anything open in vim in some random window or go through the whining about vim swap files,…
Re: Oil changes, safety recalls, and software updates
#44While I totally agree with most of the article, it made me grind my teeth at the frequency the author changes the oil in their car... That poor valvetrain will be full of gummy carbon deposits. RIP whoever buys the car second-hand.
Re: Oil changes, safety recalls, and software updates
#45While I totally agree with most of the article, it made me grind my teeth at the frequency the author changes the oil in their car... That poor valvetrain will be full of gummy carbon deposits. RIP whoever buys the car second-hand.
I always wondered how this oil-change scam still continues in the US. Modern cars with synthetic oils don't need an oil change every 3-4 months or 3000 miles. I always changed the oil according to the (European or Japanese) manufacturer's schedule (once a year / every 10-15000km) and had no issues with the cars (even >10 years old cars).
Re: Oil changes, safety recalls, and software updates
#46While I totally agree with most of the article, it made me grind my teeth at the frequency the author changes the oil in their car... That poor valvetrain will be full of gummy carbon deposits. RIP whoever buys the car second-hand.
Cars usually get scrapped for some problem that is uneconomical to fix due to the age of the car, long before the engine is worn out.
Re: Oil changes, safety recalls, and software updates
#47While I totally agree with most of the article, it made me grind my teeth at the frequency the author changes the oil in their car... That poor valvetrain will be full of gummy carbon deposits. RIP whoever buys the car second-hand.
Almost no car dies because the engine is worn out due to infrequent oil changes, unless the owner just doesn't change the oil at all. Cars usually get scrapped for some problem that is uneconomical to fix due to the age of the car, long before the engine is worn out.
Re: Oil changes, safety recalls, and software updates
#48Earlier quoted context omitted.
Do this, and you'll thank me: https://www.stavros.io/posts/provisioning-your-computer-one-...
Was that blog post meant to end like that? It looks as if a lot is missing. The last lines for me read: "The main script First, let’s start with the main Ansible script: ~~~yaml This playbook is meant to provision a new computer. Run with: ansible-playbook -i , provision.yml"
EDIT: Phew, fixed, good catch, thanks. There was a triple dash in the article, which Lektor interpreted as the end of the post :/
Re: Oil changes, safety recalls, and software updates
#49Re: Oil changes, safety recalls, and software updates
#50Earlier quoted context omitted.
Was that blog post meant to end like that? It looks as if a lot is missing. The last lines for me read: "The main script First, let’s start with the main Ansible script: ~~~yaml This playbook is meant to provision a new computer. Run with: ansible-playbook -i , provision.yml"
Oops, no, I recently migrated to a static site generator and some posts broke. I'll fix it now, thanks Jacques. EDIT: Phew, fixed, good catch, thanks. There was a triple dash in the article, which Lektor interpreted as the end of the post :/
At least you found the cause.