Earlier quoted context omitted.
I agree that they should, but it’s pretty reductionist and arrogant to call it “trivial”. There is no such thing as a one-size-fits-all dynamic compressor. You would also need a fairly sophisticated content detection system (don’t distort anything that is music, which is a huge use case on YouTube for example). Not to mention adding _any_ steps to their intake pipeline requires more processing power and data moving t…
Speaking as a reasonably-experienced audio and DSP programmer -- and considering that the feature has existed in just about every home theater receiver for the past 20 years -- yes, it's trivial. YouTube has the advantage of being able to preprocess the audio track in its entirety, although most implementations work on a block basis and don't need that. A 'night mode' feature would take about one weekend's worth of w…
Can Repelling Magnets Replace the Spring in a Pogo Stick?
101–110 of 149 posts
Re: Can Repelling Magnets Replace the Spring in a Pogo Stick?
#102Seems like electromagnets could help compensate for distance by drawing more current when far apart, and less when close together. A microcontroller could essentially make the force linear like a spring. Of course, then you need wires hooked up to your pogo, and that might be scary if the microcontroller has a bug (or somehow fails) since you are now essentially hopping onto a railgun.
You don't have to think about buggy software to come up with death scenarios. What if a driver in the other lane is drunk or not paying attention? Another driver could kill you at any moment and there's nothing you could do to prevent it.
Re: Can Repelling Magnets Replace the Spring in a Pogo Stick?
#103Seems like electromagnets could help compensate for distance by drawing more current when far apart, and less when close together. A microcontroller could essentially make the force linear like a spring. Of course, then you need wires hooked up to your pogo, and that might be scary if the microcontroller has a bug (or somehow fails) since you are now essentially hopping onto a railgun.
Re: Can Repelling Magnets Replace the Spring in a Pogo Stick?
#104Earlier quoted context omitted.
It could have slowed down gradually and stopped. The articles I’ve read don’t do a good job describing anything.
If it slows down gradually, it's not in free fall.
So, 500 feet of freefall is still substantial. That puts the situation on par with a bungee jump.
Re: Can Repelling Magnets Replace the Spring in a Pogo Stick?
#105Earlier quoted context omitted.
Speaking as a reasonably-experienced audio and DSP programmer -- and considering that the feature has existed in just about every home theater receiver for the past 20 years -- yes, it's trivial. YouTube has the advantage of being able to preprocess the audio track in its entirety, although most implementations work on a block basis and don't need that. A 'night mode' feature would take about one weekend's worth of w…
The audio compression / limiting can be done client-side, at playback time, offloading the cost of the operation
Re: Can Repelling Magnets Replace the Spring in a Pogo Stick?
#106Earlier quoted context omitted.
Speaking as a reasonably-experienced audio and DSP programmer -- and considering that the feature has existed in just about every home theater receiver for the past 20 years -- yes, it's trivial. YouTube has the advantage of being able to preprocess the audio track in its entirety, although most implementations work on a block basis and don't need that. A 'night mode' feature would take about one weekend's worth of w…
The audio compression / limiting can be done client-side, at playback time, offloading the cost of the operation
On the server side, they could maintain a separate compressed audio track and switch to it when requested. They should have the ability to do that anyway for alternate languages and commentaries and such. Whether it would be more cost-effective to maintain a separate set of compressed tracks or to decode/compress/re-encode on the fly, I don't know.
It might be tempting to maintain caches of compressed tracks created on demand. That way they'd almost never incur a runtime penalty on the server, and also wouldn't have to pay a lot for storage. More than a weekend's worth of work at that point, though.
Re: Can Repelling Magnets Replace the Spring in a Pogo Stick?
#107Seems like electromagnets could help compensate for distance by drawing more current when far apart, and less when close together. A microcontroller could essentially make the force linear like a spring. Of course, then you need wires hooked up to your pogo, and that might be scary if the microcontroller has a bug (or somehow fails) since you are now essentially hopping onto a railgun.
Could you not hardcode limits in your circuit, such that the maximum power it supplies is never enough to be deadly?
Re: Can Repelling Magnets Replace the Spring in a Pogo Stick?
#108Re: Can Repelling Magnets Replace the Spring in a Pogo Stick?
#109Earlier quoted context omitted.
About as scary as my Tesla on autopilot going around a curve at 75mph. Every time I ask myself, what if there is a bug or if it turns off...
Consider not going on a modern airliner. Every commercial passenger jet since the A340 has been fly-by-wire. (military jets have been so longer).
Apart from being hit with a high-explosive anti-air missile, I can't think of any failure mode in a plane that has such a narrow recovery window.
Re: Can Repelling Magnets Replace the Spring in a Pogo Stick?
#110they did freedom units math! quite a feat