The Black Hole......

One of the problems of making excellent line regenerators is: audiophiles connect audio power amplifiers to them!

Audio power amplifiers usually have a large power transformer, some rectifier diodes, and a capacitor bank.

To minimize voltage ripple on the DC power supplies, audiophile power amplifiers employ a LARGE capacitor bank having many many microfarads of capacitance.

UNfortunately, with large capacitance and low ripple, the power transformer and the rectifiers must supply ALL of the necessary coulombs of electrical charge, in a very brief & very narrow pulse. Some books talk about the narrowness of this current pulse using the terminology "conduction angle".
This is effectively a power factor problem. There's a fix, though it converts the power supply into a (partial) switching supply with its high frequency stuff that can be harder to filter than 60/120Hz. This makes the charging of the capacitor spread over the whole waveform, preventing that flattop at the peak line voltage.

This is for the input of a switching supply, but you can do the same thing after the secondary and bridge of a traditional big transformer:
Power Supply Design Basics: Active Power Factor Correction | Nuvation Engineering

If you do this you might as well replace the big transformer and big caps with a switching supply, but then you'd have to add bricks to give it the heft of a True High-Power Power Amplifier.
 
No, you don't know what you are talking about. Can you please keep your totally uninformed rants to your own threads? Thanks.

Windows is not a hard RTOS, nor is it supposed to be. You don't even understand what an interrupt or a thread is, apparently, based on your post. Object oriented programming is not exclusive to Windows or any of the languages you mentioned. I'm going to let this go from here on to spare the thread.

You are right, I don't know what is a class, I don't know what is a method, what is an event, what is a property, what is an interface, what is a delegate, what is the inheritance, what is a service, what is a web service, what is a WCF, a collection, a list of objects, a component, a semaphore, a watch dog, a pointer, a DLL, a framework and so on.

I wonder how I was able to interface GPIB instrument, PLC, DB, SOAP, JSON and so on.
I've been writing random software code for years, just like the one in the attached picture.

However, I feel more comfortable when I write source code for a Rochester's machine like in the second picture.
Because I have not to restart the OS several times a day.

I wonder if you understand what I'm writing.
 

Attachments

  • FIFO_Lite_Settings.jpg
    FIFO_Lite_Settings.jpg
    211.5 KB · Views: 167
  • Rochester_Machine_Code.jpg
    Rochester_Machine_Code.jpg
    148 KB · Views: 169
Would think it respectful if members referred to you as the deaferatti?

Use of the term 'Jitterati' doesn't sound like due respect at all.

I said with all due respect. He's not really due any. You can call me whatever you like, I'm good with that.

At the end of the day, he's some random IT guy that thinks he is special because he can write an ugly Winforms app and prepared SQL statements.

No one asked him to stalk syn08's posts, dig one up from over a month ago, and rant on software development (which he appears to be a rank amateur at). Anyone putting forth the arguments he has in this thread is incredibly naive.
 
Last edited:
I said with all due respect. He's not really due any. You can call me whatever you like, I'm good with that.

At the end of the day, he's some random IT guy that thinks he is special because he can write an ugly Winforms app and prepared SQL statements.

No one asked him to stalk syn08's posts, dig one up from over a month ago, and rant on software development (which he appears to be a rank amateur at). Anyone putting forth the arguments he has in this thread is incredibly naive.

In fact, I am not capable of developing software, several companies have paid me for years to do it (as well as they currently pay me), but obviously I am a cheat.

And now we also have the judge who tells us if an application is beautiful or ugly, maybe we need a measurement, the feedback from the users does not matter (like the listening).
 
Well I have hand toggled a PDP/11? does that count

A PDP8 would certainly count, but I will give you a pass!

The problem with hand toggling is that the display indicating line number or such was with incandescent lamps, so when one failed you might load the loader incorrectly. Of course changing the lamp usually resulted in others failing.

Anyone else here ever used a vacuum tube computer?
 
Where does it show your claimed "there is no difference between expensive and cheap contemporary DACs"?

It's your claim, not mine.
For me every DAC sounds different.

Your words:
"Every level matched double blind listening test I've read about show no audible difference between expensive and cheap contemporary DACs."
 
Last edited:
It's your claim, not mine.
To you, "there is no difference between expensive and cheap contemporary DACs" and "Every level matched double blind listening test I've read about show no audible difference between expensive and cheap contemporary DACs." are the same. Like I explained before, your language barrier is to blame. And you wrote "Your barrier is that you don't know what you write"

It's funny that you still haven't asked how many none level matched none double blind listening test I've read about.
 
...If you didn't start with binary machine language, you ain't old!
I didn't start with binary (couldn't afford an Altair or IMSAI) but my first computer was a single-board kit w/ 8080 CPU. It had an octal keypad, which was a natural for that processor since the 3-digit numbers aligned perfectly with a lot of the register etc. callouts in its instruction set. as many of you might remember. It wasn't long before I had the instruction set memorized, since it was easy to recall the basic opcode, then plug the register values into the remaining 1 or 2 octal numbers.

Next was another single board kit w/ a Z80, which used an extension of the 8080 instruction set. However, this thing had a hexadecimal keypad! Completely screwed up my game; very frustrating. I thought about remapping it to the old familiar octal arrangement, but never got around to it, finally moving on to higher level languages, whereupon I had to actually learn to type (still working on that part).
 
To you, "there is no difference between expensive and cheap contemporary DACs" and "Every level matched double blind listening test I've read about show no audible difference between expensive and cheap contemporary DACs." are the same. Like I explained before, your language barrier is to blame. And you wrote "Your barrier is that you don't know what you write"

It's funny that you still haven't asked how many none level matched none double blind listening test I've read about.

Yes, "difference" and "audible difference" are exactly the same.
What difference we are looking for?
Weight, color, size?
I don't think, we are only looking for "audible difference".

When you write "Every level matched double blind listening test I've read about" you are subscribing the claim.
Otherwise you should write "I will do my tests to understand the difference between cheap and expensive DACs, then I will claim my results. For the while I don't know".

But if the favorite sport of those like you is insulting me and Mark (and also JC), your second favorite one is it is to borrow the opinions of others, just copy and paste.
 
My first "personal" computer was an Ohio Scientific Superboard. It had BASIC crammed into a small (8k, 16k?) ROM, when dumped a few bytes at the end were used for copyright Bill Gates and a date.

The first "computer" I built played the game of life on an o-scope screen and used a 4K magneto-strictive delay line as memory and nothing but 7400 series TTL.
 
I didn't start with binary (couldn't afford an Altair or IMSAI) but my first computer was a single-board kit w/ 8080 CPU. It had an octal keypad, which was a natural for that processor since the 3-digit numbers aligned perfectly with a lot of the register etc. callouts in its instruction set. as many of you might remember. It wasn't long before I had the instruction set memorized, since it was easy to recall the basic opcode, then plug the register values into the remaining 1 or 2 octal numbers.

Next was another single board kit w/ a Z80, which used an extension of the 8080 instruction set. However, this thing had a hexadecimal keypad! Completely screwed up my game; very frustrating. I thought about remapping it to the old familiar octal arrangement, but never got around to it, finally moving on to higher level languages, whereupon I had to actually learn to type (still working on that part).

You are older than me, I did start with the IBM System/34.