Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:A simple answer (Score 5, Funny) 664

I'd support this except for a few key issues (you clearly haven't thought this out):
1) Reds in NTSC are either illegal (out of gamut) or very close to black (bad for black and white sets)
2) solid color borders and constant flashing cause bandwidth issues to crop up, making the content illegible
3) Part of the issue with delaying the shut-off is that MANY full-power TV transmitters are on their last legs and new parts are unavailable.
4) You don't need the "If you did not expect this, " part.
5) You are stupid.

Comment Re:Why bother? (Score 3, Informative) 479

Actually, Digital has a wider reach with the same power output which is why most stations have had power greatly reduced from their analog to their digital transmitters. Unfortunately, DTV is very susceptible to multipath (you see this as "ghosting" in analog, with a low-grade digital receiver, you see this as "no signal") and in many places, with the lower power required for interference prevention with neighbors, the coverage becomes reduced.

Comment Re:Why bother? (Score 1) 479

You won't be getting HDTV with one of these converter boxes, but you'll be getting the SD sub-channel, which has the advantage over analog of zero static.

Actually, you can get the HDTV channel, your box will just downconvert it.

There is nowhere that anyone who watches analog TV can claim that.

Actually, the transmitter site is quite a place, and you can get static-free reception quite a ways away from one too.

Over the air digital broadcasts, which is what these converter boxes are for, are actually the only way to get a full-bandwidth signal currently.

Define full-bandwidth. MPEG-2 is compressed, OTA or otherwise.

(All of the cable and satellite companies molest the signal in various ways to maximize bandwidth.)

They recompress it for their digital service tiers because they cannot easily simply retransmit the inputted MPEG stream. While it is possible, it becomes an issue of signal management and converting to baseband and recompressing is easier than playing with MPEG streams.

And there's absolutely no DRM on OTA digital broadcasts.

Most ATSC encoders and Muxers offer a variety of encoding and encryption options. Broadcasters could broadcast signals that are not watchable or listenable by viewers, but they would be blocking almost all viewers (broadcast equipment with the proper keys could still decode it).

They're not "rolling out" digital. It's already here. All this program is supposed to do is help people who haven't already upgraded, even though they've had about ten years to do so already.

Not all markets have had digital stations for this long. North America is quite unique in the high number of individual broadcast areas (we call them markets) and the nations of this continent have had logistical nightmares trying to arrange frequencies.

Comment Re:buy high cap. (Score 1) 485

They make wonderful little boxes that you can plug a real HDD in and plug a memory card in and it will transfer the data from the card to the HDD... or you can just use your computer when you return home. I personally just use one card per device and when the portions it writes get full, that data gets archived and wiped from the card.

Comment Re:Task based learning (Score 3, Interesting) 452

100 REM TASK 1
110 LPRINT CHR$(33); "hello world"; CHR$(33); CHR$(13); CHR$(12);
200 REM TASK 2
210 LPRINT CHR$(33); "what is your name?"; CHR$(33); CHR$(13); CHR$(10);
220 INPUT N$
230 LPRINT N$; CHR$(13); CHR$(12);
300 REM TASK 3
310 LPRINT CHR$(33); "give me a number to square:"; CHR$(33); CHR$(13); CHR$(10);
320 INPUT I
330 S = I * I
340 LPRINT S; CHR$(13); CHR$(12);

You said you wanted it printed, right?

Enlightenment

Submission + - Nobel Prize Winners Live Longer

anthemaniac writes: A new study finds those who won Nobel Prizes between 1901 and 1950 lived about 2 years longer than nominees who didn't win. The researchers conclude that the instantly conferred social status leads to health benefits. From the story: 'The research rules out the possibility that intervening prize-related money itself adds the years through improved prosperity.' If you're thinking of aiming for the prize, pick the right field. Nobel laureates in physics lived nearly a year longer than winners in chemistry.

Feed Welcome to Sundance 2007 (wired.com)

Jennifer Hillner and Jason Silverman blog the Sundance Film Fest, sampling the food, the freebies and -- oh yeah -- the films. In Table of Malcontents.


Slashdot Top Deals

If this is a service economy, why is the service so bad?

Working...