Earlier quoted context omitted.
You should still be able to push start a newer manual transmission car. Put in the clutch, put the key to run, put it in 1st (or so), get it up to speed, let the clutch out, and now the engine is turning, which should turn the alternator/generator which should now be able to run the engine. If your electrical system is really bad, maybe the alternator can't get the voltage high enough to run everything; if your car i…
The inability to do a rolling start in an automatic really bugs me after being used to manuals my whole life. I switched to an auto a few years back for reasons (UK, still not super popular here), and once or twice I've had the car cut out on me at speed, in traffic; had it been a manual, I could have just restarted it while moving, but it forces you to be stopped, foot on the brake and in park before you can push th…
A few things to know before stealing my 914 (2022)
171–180 of 190 posts
Re: A few things to know before stealing my 914 (2022)
#172“ Since there is not a clutch safety switch on the starting circuit, make sure to press the clutch down before you try to crank the engine.” Growing up, a friends dad would use this as a ‘feature’ on his Datsun to move the car out of traffic when it wouldn’t restart. Put it in first, release the clutch, crank the starter, and move the car out of the way.
Most (manual) cars of that era could be roll started this way! Did it many times when a starter or battery died; just need a bit of a hill or a good push.
Re: A few things to know before stealing my 914 (2022)
#173Earlier quoted context omitted.
You should still be able to push start a newer manual transmission car. Put in the clutch, put the key to run, put it in 1st (or so), get it up to speed, let the clutch out, and now the engine is turning, which should turn the alternator/generator which should now be able to run the engine. If your electrical system is really bad, maybe the alternator can't get the voltage high enough to run everything; if your car i…
The inability to do a rolling start in an automatic really bugs me after being used to manuals my whole life. I switched to an auto a few years back for reasons (UK, still not super popular here), and once or twice I've had the car cut out on me at speed, in traffic; had it been a manual, I could have just restarted it while moving, but it forces you to be stopped, foot on the brake and in park before you can push th…
Worth trying to start it in neutral? It might be checking neutral or park and foot on the brake, which you could probably do while still moving.
Re: A few things to know before stealing my 914 (2022)
#174Earlier quoted context omitted.
The inability to do a rolling start in an automatic really bugs me after being used to manuals my whole life. I switched to an auto a few years back for reasons (UK, still not super popular here), and once or twice I've had the car cut out on me at speed, in traffic; had it been a manual, I could have just restarted it while moving, but it forces you to be stopped, foot on the brake and in park before you can push th…
> but it forces you to be stopped, foot on the brake and in park before you can push the button to start it. Worth trying to start it in neutral? It might be checking neutral or park and foot on the brake, which you could probably do while still moving.
EDIT: The display specifically says "shift to park" if I try.
Re: A few things to know before stealing my 914 (2022)
#175Earlier quoted context omitted.
The inability to do a rolling start in an automatic really bugs me after being used to manuals my whole life. I switched to an auto a few years back for reasons (UK, still not super popular here), and once or twice I've had the car cut out on me at speed, in traffic; had it been a manual, I could have just restarted it while moving, but it forces you to be stopped, foot on the brake and in park before you can push th…
If it cuts out at speed you have a problem that needs to be fixed that has nothing to do with the type of transmission.
Re: A few things to know before stealing my 914 (2022)
#176Earlier quoted context omitted.
These kinds of histrionics are really uncalled for. Virtual environments are easy to work with. https://chriswarrick.com/blog/2018/09/04/python-virtual-envi... is a solid tutorial.
Virtual environments are an incomplete solution at best. In particular, they really don't help much with the use case of wanting to install a tool : if you're installing a tool and not just setting up a development environment for working on a specific project with its dependencies, then you probably want to make that tool usable without activating its venv. The virtual environment capabilities shipped with Python it…
$ virtualenv ~/venv/yt-dlp
$ . ~/venv/yt-dlp/bin/activate
$ pip install yt-dlp
$ ln -s ~/venv/yt-dlp/bin/yt-dlp ~/bin/yt-dlp
$ deactivate
$ yt-dlp ...Re: A few things to know before stealing my 914 (2022)
#177Earlier quoted context omitted.
There are better tools for managing the madness, certainly. uv makes python management almost pleasant (sandboxing the whole environment by default is a wise choice).
That sounds like a good way to greatly increase the disk and ram required for each tool or running copy of a tool or application. Almost as bad as turning everything into an Electron app.
Re: A few things to know before stealing my 914 (2022)
#178Earlier quoted context omitted.
Virtual environments are an incomplete solution at best. In particular, they really don't help much with the use case of wanting to install a tool : if you're installing a tool and not just setting up a development environment for working on a specific project with its dependencies, then you probably want to make that tool usable without activating its venv. The virtual environment capabilities shipped with Python it…
$ virtualenv ~/venv/yt-dlp $ . ~/venv/yt-dlp/bin/activate $ pip install yt-dlp $ ln -s ~/venv/yt-dlp/bin/yt-dlp ~/bin/yt-dlp $ deactivate $ yt-dlp ...
(And you didn't handle getting an appropriate version of python installed.)
Re: A few things to know before stealing my 914 (2022)
#179Earlier quoted context omitted.
There are better tools for managing the madness, certainly. uv makes python management almost pleasant (sandboxing the whole environment by default is a wise choice).
That sounds like a good way to greatly increase the disk and ram required for each tool or running copy of a tool or application. Almost as bad as turning everything into an Electron app.
Re: A few things to know before stealing my 914 (2022)
#180Earlier quoted context omitted.
Thanks for asking. Kate developed severe asthma, to the point where she was taking prednisone every day and started carrying a portable breathing machine. Eventually she succumbed to her illness. Her many friends, including myself, miss her dearly, but her memory lives on in all of us. (Usually I would not share this kind of personal medical information in public, but Kate passed on nearly 50 years ago, and I didn't…
Sorry to hear it, but at the same time those are great stories to remember her by. No matter one’s beliefs, we all live on in the memories of those who knew us.
Did you ever see the Pixar movie Coco? I have a feeling you will really enjoy it.