I replaced the wireless card in my thinkpad X61. The old car was screwed in and the screws had somehow bonded slightly to the metal threads they were in so that I was stripping the phillips heads when trying to remove them.
So I took a dremel out and cut a slot into the heads and turned them with a flathead screwdriver. Worked great. Didn't seem to kill anything with metal dust, either.
Also, getting one of these things for a shell so I can change out the connectors and rewire it for adapting an NEC PC-9801 clone computer to use with my VGA monitor.
(IMG:[
i.postimg.cc]
https://i.postimg.cc/tJ68ZTKt/adapter-01.jpg)
(IMG:[
i.postimg.cc]
https://i.postimg.cc/50TZ2vR2/adapter-02.jpg)
Going to have to change the genders on both plugs, and change which side the threaded handscrews are on. Hopefully I'll just be able to drill holes for them and that'll be it. Also going to have to rewire it, since this one's meant for adapting old Macs. It just is the right size of shell and looks like I may be able to disassemble it, which is why I bought it. For the housing. Also the hole in the top is somewhere I could put a headphone jack, since some Sharp X68000's apparently also output audio through the same connector.
I'm assuming the connectors are PCB mounted, so I ordered right-angle connectors. I hope I guessed right.
QUOTE(uareader @ Oct 5 2023, 09:39)

*BLEEP*ING UPDATE OF THUNDERBIRD ALMOST DELETED MY LIFE!!! (IMG:[
invalid]
style_emoticons/default/mad.gif) (IMG:[
invalid]
style_emoticons/default/mad.gif) (IMG:[
invalid]
style_emoticons/default/mad.gif) (IMG:[
invalid]
style_emoticons/default/mad.gif)
This is a problem all mozilla products have when downgrading.
I realize you solved this, but I already had written this all up before realizing it so I'm going to post it anyway, just in case it helps someone. Good job recovering though; you did it exactly the right way.
I have manually recovered and
properly downgraded profiles before, but it's a *lot* of work and involves writing sqlite-style SQL commands to export data from databases stored in your profile. And it's not something that I can easily explain over messages here unfortunately. Nowadays I always make a copy of my old profile folder before an upgrade in case I need to go back.
I use Seamonkey as my email client. It's based on old Thunderbird and Mozilla code and has the same UI as a decade or two ago. It's a web browser with a built in email client, technically. Seamonkey is very conservative; I don't think they will change anything on me anytime soon.
------------
If you go back to newer thunderbird your old profile should still be there with all your email.
If it is, you can launch new thunderbird and maybe there's an option to export all your email. If there is, do that and import it into the older version afterwards.
Might have to start it with the '
-P' command line argument to get the profile selector. Alternately, you can edit a file to do it and avoid the command prompt. See below. Or you can edit the shortcut to thunderbird somewhere to add '
-P' to the end that way.
Also, if you launch it with command prompt, you can add '
--allow-downgrade' to your command line flags in addition to '
-P' and it might let you downgrade then. Sometimes this causes issues, though, so don't blame me if it does.
Back up your profile folder first!!!! See below for how to get to your old profile folder.
If you look in
%APPDATA%\Mozilla (paste that into the run dialogue, windows + R), you might be able to see your old profile folder there, too. There should be a file in the thunderbird folder called '
profiles.ini.' If you open that in notepad, you'll see something like:
QUOTE
[Install4F96D1932A9F858E]
Default=1r5mpuso.fuck3
Locked=1
[Profile2]
Name=fuck3
IsRelative=1
Path=1r5mpuso.fuck3
Default=1
[Profile1]
Name=default
IsRelative=1
Path=rztgvzdw.default
[Profile0]
Name=default-release
IsRelative=1
Path=q44vylgw.default-release
[General]
StartWithLastProfile=1
Version=2
In my case, the default profile it opens is called '
fuck3', which I call '
fuck3' because it was my third downgrade attempt that ended up being successful, and I was getting really mad by the time it asked me to name my new profile. If I were to cut and paste the '
Default=1' key to be under a different heading, then that profile would become the default.
So to change it to the profile named '
default-release', I'd change the file to look like this:
QUOTE
[Install4F96D1932A9F858E]
Default=1r5mpuso.fuck3
Locked=1
[Profile2]
Name=fuck3
IsRelative=1
Path=1r5mpuso.fuck3
[Profile1]
Name=default
IsRelative=1
Path=rztgvzdw.default
[Profile0]
Name=default-release
IsRelative=1
Path=q44vylgw.default-release
Default=1
[General]
StartWithLastProfile=1
Version=2
You may also have to edit the top section to read (in my case):
QUOTE
[Install4F96D1932A9F858E]
Default=q44vylgw.default-release
Locked=1
The thing in red there is the name of the folder that contains the old profile information I want to use.
By the way, you can also do all the above stuff I talked about with Firefox profiles to try to downgrade them.
----
My variable framerate encodes for my laserdiscs are nearly done. Figured out a consistent process for the whole thing, from comb filtering through to inverse telecine and VFR file creation. Some supervision still required, but I know what to do now. Three episodes left.
Kind of glad VFR isn't as much of an issue anymore now that fewer titles have character generators for the credits and such.
This post has been edited by dragontamer8740: Oct 7 2023, 08:19