Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Laudable, but there are scientific risks (Score 1) 41

1) The ground plain is not actually at ground voltage. It never is: making it bigger will not solve all your problems, capacitive coupling to ground is *localized* and can spread signals via paths you'd never see in a circuit diagram.

Looking over the analog guys' shoulders at work, I've seen a nifty little piece of software that takes the geometry of your ground plane and its connections, and tells you where exactly you'll need to put your Cs to minimize ground plane effects.

This is neat since it shows you that just placing Cs next to your components connections doesn't work the way you thought it would.

60 cycle creeps in *EVERYWHERE*.

You mean 60 Hz line frequency? Well, wait until you design devices for an international market. You'll have environments completely free of 60 Hz line stuff there, unfortunately, that usually means you'll have to deal with 50 Hz. Have fun testing your device for behavior with 60 Hz line frequency in a 50 Hz line frequency country. Oh .. and be sure to keep those harmonics in mind.

Oh, and debugging these devices is its own kind of hell, since connecting your microcontrollers emulator breaks any kind of isolation and makes the device behave differently. Ugh.

Capacitors leak DC.

More generalized, it should be: There are no resistors, capacitors or coils. Anything that claims to be one of the three is actually an RLC circuit, and you will see them behaving as one at the worst possible moment. Yes, your resistor has capacity and inductance; yes, your capacitor leaks DC, etc.

Comment Re:medical devices directive (Score 1) 41

Yea yea, FUD the shit out of open science. Only proprietary expensive instruments are valid.

With all your rage, you missed the point.

And the point is not that self-built instruments are incapable of being validated, but that you'll have to include the effort for validating them (and documenting the validation) yourself. This costs a lot of time, and, unless your time doesn't cost anything, money.

Comment Re:I'm ignorant (Score 1) 105

The ones which remain and have not yet been disproven by evidence become theories.

Newton's theory of gravity has been disproven and it's still a theory. Some theories are more equal than others, especially if they're good enough for many cases and much simpler than a more correct alternative.

Comment Re:He forgot generation ships and ... (Score 1) 323

certain fission reactor designs (fission fragment) can get a craft to 0.1 C.

Can they power a large spacecraft (possibly _huge_, such as an asteroid-turned-spacecraft) for, let's say, one thousand years?

Fusion gets an even higher energy density of the fuel, and the fuel is abundant in the universe (provided that at least D-D-fusion can be achieved) and requires fairly little processing.

Comment Re:Note to myself: (Score 1) 373

I dont know how GM only manages to get 300 KW out of a 6.2L V8 LS1.

They design their engines for the most common fuel in the US - regular gasoline.

Europeans get more than that out of 4.5L V8's.

In Europe, most cars run on premium/super gasoline, which makes it easier to get more power out of the same displacement.

Comment Re:When you gag the enginers ... (Score 2) 373

You have to use exactly these words in order to get management to take problems serious.

Actually, you have to use words like "liability", "class-action lawsuit", "company stock price drops like a rock", etc.

At least when you're dealing with real managers, and not pretend ones that used to be engineers at some point.

Comment Re:So someone didn't follow the practice ... (Score 1) 152

You can't "optimize" a bubble sort into a quick sort.

When you're deciding on a sorting algorithm, you're already optimizing. The unoptimized version just needs to run correctly, i.e. deliver the expected result. You pick a search algorithm that's easy to understand for that (so, bubble sort rather than quick sort). Chosing one that is best suited to the target hardware and implementing it optimally on the target hardware is part of the optimization process.

Slashdot Top Deals

It seems that more and more mathematicians are using a new, high level language named "research student".

Working...