


20% of any Bernstein, Erem or Lindstrom catalogue content.
25% of any Wiha, Wera, Knipex, Xcelite, PB or OK/Jonard catalogue content
as well as 10 hand tools not included in the above which represent a new value of 100$ or € each.
I don't know about the exact percentages, but I definitely have Lindstrom, Wiha, Wera, Knipex, and Xcelite stuff in my toolbox(es). Not sure I have anything that retails for more than $100 each though. Which is probably a Good Thing.Ok, we can accept some rounding. And the latter should be easily fulfilled by aquisition of some quality crimp tools!




Call to my neighbor report
First of all, he meant to say 1.6 GHz. He said the "investigators" were using a spectrum analyzer in the field. One of them was a "physicist". They were looking for any strange signals near this Skinwalker ranch because that's just one aspect of their investigation. They noticed "something" at 1.6 GHz that looked "noisy". But they also had seen a radio station signal at lower frequencies that looked like that signal. They got hold of the station and asked them to stop transmitting music. Who can ask radio stations to stop transmitting? Then they saw the "noise" go away around the signal (carrier was left). I think we would call that side bands.
He said they had recorded audio of the "noise" that the 1.6 GHz signal made and they asked the radio station to play their recording so they could see if the signal looked like the one they saw on 1.6 GHz.
Don't ask me I didn't watch the show!
Supposedly when the 1.6 GHz signal was present they observed "mysterious objects" in the air. Yea uh huh. Probably birds. The noise could be produced simply by the 1.6 GHz signal being a data link with modulation of several different types used for data. Duh. IMHO I wouldn't let these people near anything more complicated than a battery tester.
There isn't anything to it because there is a military radio link in the area on that freq. So ... much ado about nothing. Guess they produced an hour long show out of it and generated advertising revenue.
Just google 1.6 GHz Skinwalker ranch ... it's all BS.
What did he mean by me creating a sound that can be seen on a scope? He wants to observe a signal like they did that is transmitting sound, so he can see it for himself. I said no problem, come over tomorrow and we'll set my spectrum analyzer to the AM or FM broadcast band. Knock yourself out LOL.

And if they were using just one SA to observe a 1.6GHz signal, how would they know it wasn't just a spur.....if you look deep enough all spectrum analyzers have them.
Hmmm... DigiKey sez it's a part #CR-2354/GUN; a whopping $2.11 per. Dammit, now I need to make a minimum order for free shipping...
mnem

Oh no, mansaxel said Win95 has everything that's needed out of the box... how do I do then ?
As I wrote earlier, yes, that is true. But you have to put on your 90s head to do it.
On the Linux box, install or enable a FTP server. (google "enable ftp server ubuntu" or whatever distribution you have) Make a note ("ifconfig") about the IP address of that box.
On the windows box, open a DOS prompt, and start going back in time:
c:\> cd c:/vince/gpib/dumps/ <- where you put the file
c:\> ftp 192.0.2.44 <- swap in IP address of your Linux box (that address is a RFC 5737 example address)
Login with your user and password of the Linux machine.
This will go in CLEAR TEXT over the LAN. That's why I was adamant on it being almost OK on only that LAN and nowhere else.
For classic ftp daemons, as long as you're approved. you'll now be in your home directory on the target machine. Check with "ls":
ftp> ls
229 Extended Passive Mode OK (|||45379|)
150 Opening ASCII mode data connection for '/bin/ls'.
....
You should see the same as "ls" on your linux box shows, in that folder.
On the target, you might want to do a new folder:
ftp> mkdir gpib
257 "gpib" directory created.
ftp> cd gpib
250 CWD command successful.
Now you're in that new folder. Time for file transfer.
The memory dump is binary, right? Not a text file?
Then, put the file transfer in binary mode.
ftp> bin
200 Type set to I.
Transfer the file (I'm assuming it's called vincescp.dmp):
ftp> put vincescp.dmp
local: vincescp.dmp remote: vincescp.dmp
229 Extended Passive Mode OK (|||38311|)
150 Opening BINARY mode data connection for 'vincescp.dmp'.
100% |********************************************************************************************************************************************| 1172 KiB 40.36 MiB/s 00:00 ETA
226 Transfer complete.
1200989 bytes sent in 00:00 (11.53 MiB/s)
ftp>
Done! Don't forget to be polite:
ftp> bye
221 Goodbye.
And you have the file on the usable computer. Easy as Tarte Tatin!




The Facom R1Pico very compact ratchet set has won the heart and desire of everyone who's laid hands on it. If you have an addiction problem, don't look at it. If you have a sensible interest in high-quality tools, by all means.
(The fact that Stanley has bought Facom makes me nervous. I think that Stanley should stick to wood planes and breaker bars, and not be buying up fine tool companies and brand-rape them. Like Crap-On with Bahco. (And Bacho with Sandvik and Belzer, someone from Germany is going to complain, pretty soon...)
- you have at least 3 different cross-slot screwdriver types (Philips, Pozidrive, JIS, R&P)



let's play a game.
Spot the gorilla, umm, idiot, umm failure ...Plug J137 back in and bingo
umm, no. look at the jumper wire and the trace that is burned away. a new power board ist 350€, a pinball repair company charged them 2500 for that jumper wire.
The could at least have repaired the trace properly

The thin jumper wire will not be able to handle the load and will cause additional issues. . I will rework this board accordingly and put in a new board for the time being.
Crate update.
It's a mill
Wedding anniversary gift from SWMBO.
It's a SIEG SX1LP. Small but with long X travel and a high (for non CNC) spndle speed, 5000 RPM.
It's optimised for light alloy and plastics. Apparently the supplier called SWMBO back because she had ordered an "electonics" type mill and they wanted to check what sort of engineer I was. Very good service in this day and age.
I was fearing that she might be making slow preparations to turn you between centres, or buying a very big vise to put some delicate part of your anatomy in.
Let me know how you get on with it. I have toyed with the idea of getting one because it's about all the mill that would fit into my space poor residence.

Oh no, mansaxel said Win95 has everything that's needed out of the box... how do I do then ?
As I wrote earlier, yes, that is true. But you have to put on your 90s head to do it.
On the Linux box, install or enable a FTP server. (google "enable ftp server ubuntu" or whatever distribution you have) Make a note ("ifconfig") about the IP address of that box.
On the windows box, open a DOS prompt, and start going back in time:
c:\> cd c:/vince/gpib/dumps/ <- where you put the file
c:\> ftp 192.0.2.44 <- swap in IP address of your Linux box (that address is a RFC 5737 example address)
Login with your user and password of the Linux machine.
This will go in CLEAR TEXT over the LAN. That's why I was adamant on it being almost OK on only that LAN and nowhere else.
For classic ftp daemons, as long as you're approved. you'll now be in your home directory on the target machine. Check with "ls":
ftp> ls
229 Extended Passive Mode OK (|||45379|)
150 Opening ASCII mode data connection for '/bin/ls'.
....
You should see the same as "ls" on your linux box shows, in that folder.
On the target, you might want to do a new folder:
ftp> mkdir gpib
257 "gpib" directory created.
ftp> cd gpib
250 CWD command successful.
Now you're in that new folder. Time for file transfer.
The memory dump is binary, right? Not a text file?
Then, put the file transfer in binary mode.
ftp> bin
200 Type set to I.
Transfer the file (I'm assuming it's called vincescp.dmp):
ftp> put vincescp.dmp
local: vincescp.dmp remote: vincescp.dmp
229 Extended Passive Mode OK (|||38311|)
150 Opening BINARY mode data connection for 'vincescp.dmp'.
100% |********************************************************************************************************************************************| 1172 KiB 40.36 MiB/s 00:00 ETA
226 Transfer complete.
1200989 bytes sent in 00:00 (11.53 MiB/s)
ftp>
Done! Don't forget to be polite:
ftp> bye
221 Goodbye.
And you have the file on the usable computer. Easy as Tarte Tatin!
Thanks !
I just tried that, works just fine !
Was indeed not that difficult, thanks to your instructions !
I googled a bit, looked like " vsftpd " was a popular FTP server on Linux, so I installed that.
I failed to connect to the old Windows machine though... maybe because W2K doesn't enable the FTP server by default, maybe I need to click somewhere to enable it...
However the client was already installed and I could "ftp" to my Linux from the command line just fine !
I could see my Home directory, I created a new directory in there, then copied a file into that directory. So easy indeed !
I like this stuff a lot, really cool !
So my future local network might not be that hard to make then, after all !
EDIT : found this web site that explains how to enable the FTP server on W2K..
https://www.techrepublic.com/article/get-it-done-setting-up-an-ftp-server-with-windows-2000/
it was indeed not enabled by default. Followed the instructions to create an FTP "site" as W2K calls it... appears to work, locally at least, if I type " ftp://localhost " in the file explorer, W2K can see itself. It also shows there, that the server is set to "anonymous".
So then I moved to my Linux box and try to connect to W2K. See screenshot... the Linux box, using the IP address of the W2K box, can "connect", I mean it can identify the machine, because it prints its name, and knows it's a Microsoft FTP server... so that's good. I know they can talk to each other. However despite being set to anonymous, I am still being asked for a password... I type it anyway ( "admin" ...), but it fails to login with that, crap.... I tried giving no password at all, since it's supposed to be anonymous, but still doesn't work.
Oh well..... I will call the customer support !
@Vince
I do have some not so high endian audio stuff, too.
And I cannot go past a decent amp that someone is throwing out for a tenner.
I am in the fortunate position that I did get my high end stuff mostly in trade for PC stuff that I no longer need which is in turn used for astronomical image processing and thus needs to be reasonably powerful.
Which in turn means that I got my Threshold overthetop power amp as trade for a PC. The Threshold will not depreciate as fast as PCs do. And I am getting far more joy out of it.
And the difference between a *really* good stereo system and one average system is *huge*.
I can do the blind fold test any time. Also I want to have what I like, and I build my stuff accordingly.
Which in turn means that stuff that I don't like that much has got to go.
I do find the price of those Audyn copper caps excessive, though.
My friend who does all these speaker developments uses them in his high end designs. I never considered those, as they are way beyond what I would be willing to pay, however listening to his builds is "impressive".
https://www.hifi-spectrum.de/cms/produkte.php?kategorie_id=2&kat_id_list=_0_2

