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

 



Forgot your password?
typodupeerror
×

Comment Re:Cool. (Score 1) 169

he disagreed with most of Hancock's assertions, that some of them deserved much closer consideration. And it's not only academic politics that have shaped our "consensus" regarding those civilizations. Religious and political forces have played an even greater role in making sure that the accepted history supports certain orthodoxies.

Do you have any that you can share? Any specifics?

I would like to know more than just what "lies my teacher told me" kind of books show. History is important, and unfortunately are rewriting to suit the winners, usually with political/religion goals. I didn't think discovery was that harsh, although suspected it played a roll.

So please impart with us more than a simple "the truth is out there" . . .

Comment Re:Careful What You Laugh At (Score 1) 511

You cannot add information once it's been thrown away, you can only simulate it. IF the camera had a yellow channel and the video signal actually carried the yellow channel, it MIGHT be useful for the TV to display it, but that's not what's happening.

I say might, because other than a very few tetrachromates out there we probably cannot actually perceive the extra color space anyway. The ideal color reproduction would require a trichromate camera (we're good there) where the three colors are exactly those of the cones in the eye (could use some work there) and exactly the same frequency response as the cones (also could use some work).

It MIGHT help a little bit with dynamic range, but it would be well into the diminishing returns part of the curve. more exact tuning of the existing 3 colors would probably have more effect but might be techincally more difficult or expensive.

Presumably the viewscreens in the Star Trek universe use many many colors rather than color blending for image reproduction since no species seems to find them horribly inaccurate (or at least none have commented on it).

Comment Re:RGB, not YUV? (Score 1) 511

After rummaging though some documentation, I found that the HDTV format named "REC 709" specifies colors in YUV. The conversion algorithm from YUV to RGB contains three clip instructions, which means that information is lost in the conversion. In other words, there are colors in the YUV gamut that fall outside of RGB. Am I wrong?

Comment Re:How is it slow? (Score 1) 99

Well, one issue is boot payload is getting bigger and bigger. One distro has about 20MB of download that would be tftped in the default case. Windows uses tftp for a *lot* more.

This is nonsense. Nobody in their right mind loads up the boot image in the first stage. The first stage is to download syslinux/grub/etc via TFTP. From there, you have all the features included in the boot loader of your choice, and can ignore PXE limitations. Want support for HTTPS? Good idea! Go include it in your boot loader.

The only reason PXE may need to be updated is because of IPv6 addressing.

Comment Re:I buy it (Score 1) 280

It wasn't like there were no security checkpoints at airports prior to the WTC attack, it was just that experience had taught everyone involved that if someone did hijack an airliner it was generally better to go along with their demands unless they were threatening to kill people.

I also don't think it's accurate to compare hijackings to regular street crime, the crack addict who stick a knife in your face and wants your wallet is a bit of a different creature than the average airplane hijacker.

Comment Re:Silly question (Score 1) 45

At the simplest level yes, but cassandra (for example) is more like a multi-dimensional hashmap. Eg; Key-Value where Value points to another Key-Value and so on, so you can reference values such as: SomeApp.Users[UserID][username]=bob The advantage of this is being able to sort by time, alpha, etc, and therefore handle sorted pagination from the key/value listings. The main advantage though is that you can literally just plug in more systems and have it scale horizontally without any extra work, unlike databases which need sharding, bigger machines, redevelopment, etc. once you hit the limits of basic clustering.

Comment Sudden rash of concern for privacy (Score 1) 513

One of the things that's always funny about speeding cameras is how legislators deal with them. Legislators:

  1. View them as a way of increasing revenue
  2. Say it's all about safety
  3. Realize that tickets from automated systems can't be "fixed"
  4. Kill the system while talking about preserving the right to privacy

Slashdot Top Deals

"Don't drop acid, take it pass-fail!" -- Bryan Michael Wendt

Working...