Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Beautiful 4K upscaling (Score 1) 43

The resolution matters in relation to the size of the screen and the viewer's distance from it. If your screen is 32" then 720p is often more than enough, but if you have a 50" screen then you notice the difference more easily.

I agree that it depends on the kind of content you are watching. I know people who use a projector for watching movies at home but a 32" TV for watching TV programmers.

Comment Re:Beautiful 4K upscaling (Score 1) 43

If you just upscale like you said, then you win nothing. The image will actually even look blockier on a higher-resolution screen because of there being less distance between pixels.

The trick is in blending (interpolating) between pixels, but do so in a smart manner.
The simple method is to do linear interpolation, I.e. just let the new pixels have the average of the pixels around them. Lots of TVs do this, but the method is a bit too simple: it will sometimes make things too blurry instead. The problem is to make sharp edges in the image stay sharp and blend elsewhere.
The next step up is to interpolate using curves: plot a curve between pixel values. This will nudge the blended value towards one or the other neighbour depending on the values of other neighbouring pixels around them.

There are lots of even smarter algorithms for upscaling, but the smarter they are the more hardware they require at a smaller gain from the previous algorithm, so at some point it does not become cost-effective for the TV manufacturer to go one step further.
This product is apparently for those who want to pay more for a better algorithm.

United States

US Customs Destroys Virtuoso's Flutes Because They Were "Agricultural Items" 894

McGruber writes "Flute virtuoso Boujemaa Razgui performed on a variety of flutes, each made by himself over years for specific types of ancient and modern performance. Razgui has performed with many U.S. ensembles and is a regular guest with the diverse and enterprising Boston Camerata. Last week, Razgui flew from Morocco to Boston, with stops in Madrid and New York. In New York, he says, a US Customs official opened his luggage and found the 13 flutelike instruments — 11 nays and two kawalas. Razgui says he had made all of the instruments using hard-to-find reeds. 'They said this is an agriculture item,' said Razgui, who was not present when his bag was opened. 'I fly with them in and out all the time and this is the first time there has been a problem. This is my life.' When his baggage arrived in Boston, the instruments were gone. He was instead given a number to call. 'They told me they were destroyed,' he says. 'Nobody talked to me. They said I have to write a letter to the Department of Agriculture in Washington, D.C. This is horrible. I don't know what to do. I've never written letters to people.'"

Comment Broken by design (Score 3, Informative) 179

It is not the way X works is particularly secure to begin with. Once an app has a connection to the X server, it has full control over the world of window, pixmaps and events on the server including of course all other apps.

Not that I have any faith in Wayland or Mir being any better, its developers coming from the X world in the first place, I am sure that they will make their new shiny systems vulnerable in the same ways.

Comment Re:It's pretty simple (Score 1) 371

I remember when a co-worker ported a program from Windows to the Mac a few years ago. He had the problem that it made the Mac hibernate every time the program was run.
It took a while to find out why... the answer was that his code had called "Sleep()" with a capital S instead of "sleep()". Apparently, elevated privileges were not required to make the computer go to sleep.

Comment 4.3 million for a movie nobody wants to see? (Score 3, Informative) 366

4.3 million SEK is probably a large portion of the movie's total revenue, if not surprassing what it has already made.
It was made for ad-funded free TV for Chris's sake ...

It got low reviews from critics, and the series was already a trite.
Would filesharing it at low quality really degrade it's quality? Sorry, but you can't polish a turd.

(No offence to my cousin's husband who plays the lead in this movie. He's got to eat too...)

Slashdot Top Deals

To the systems programmer, users and applications serve only to provide a test load.

Working...