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

 



Forgot your password?
typodupeerror
×

Comment Re:4k at viewing distance isn't that special (Score 1) 304

Because it's approximately true. Nominal resolution of the human eye is 1 arc-minute (1/60 of a degree), therefore a 1920 pixel wide display will subtend 32 degrees horizontally at the resolution limit. At 9 feet (108 inches), a 62 inch wide screen will subtend 32 degrees horizontally. Since screen sizes are measured on the diagonal, that equates to a 71 inch diagonal.

If that resolution is correct then you shouldn't be able to tell the difference between a 150dpi display and a 300dpi display at 2 feet but I certainly can. I'm not sure the 0.3-0.4 arc-minute figure I quoted in my other reply is really typical but I think most people's vision is better than 1 arc-minute.

Comment Re:4k at viewing distance isn't that special (Score 1) 304

Nominal resolution of the human eye is 1 arc-minute (1/60 of a degree)

That is too low. See, e.g. this, which states that the resolvable pixel size is about 0.3-0.4 arc-minutes. Using 0.4 means that at 9 feet any 16:9 1080p screen larger than 28" has resolvable pixels. A 4k screen could be as large as 55" before the pixels are resolvable.

Comment Re:They've been pushing this angle for a while (Score 1) 362

I don't know why Jeffrey Gundlach is, but see no a priori reason to assume he *isn't* as smart, or smarter, than Elon Musk.

Well for a start he's a bond manager. The great minds of our world create, discover, invent. They don't manage bonds. The fact that he is not seeking out the sorts of intellectual challenges that Musk is, IMHO, evidence that he's not as smart as Musk. Regardless of the business success of Musk's companies, they've managed to solve engineering problems that no one else seems to have done. But, of course, that's irrelevant because he may well have more knowledge/experience/wisdom in the area he's giving advice. I think he could well be right in saying that the battery tech is the real point of difference for Tesla and that they should focus on that exclusively. But I suspect that Musk feels that if he doesn't prove there is a market then other car manufacturers will not take it seriously.

Comment Re:Safari for iOS lacks support for all these (Score 1) 333

The post I replied to claimed you couldn't write *any* software for iOS without a dev subscription. That's false. Of course there are limitations with HTML5, just as there are limitations with any platform. I contend that the limitations are unlikely to be an issue for 95% of people who want to develop something for their phone/tablet but won't pay $100 per year to do it.

Comment Re:Define personal computer (Score 1) 333

To be fair though HTML5 apps, and I run a few of them (Google's gmail app for the ipad for example) aren't anywhere near as smooth as native apps.

True, but for software you're writing for yourself that's probably not a big problem. The poster I replied to claimed you couldn't write and run software on your iOS device without paying the developer subscription. That's simply false, I've done it myself.

Comment Re:Define personal computer (Score 1) 333

You can't write personal software for your iOS device without paying a $100/year subscription. (Well, you can write it, but you can't run it) I'm sorry, I don't want to have to pay a subscription to write software for my own device.

You can write anything you like in HTML5 and run it. In fact many "real" apps are just wrappers for a webkit widget running an HTML5 application.

Comment Re:It already found its place. (Score 1) 333

But it's not a general purpose computer. The small screen, no keyboard and no external ports make it useless for doing any real work. Except for niche applications, it's strictly a content consumption device.

You try to make that sound trivial, but content consumption is what 90% of people use computers for 90% of the time outside of their jobs.

Comment Re:Trade secrets, not patents (Score 1) 148

I highly doubt this.

Would have thought it common knowledge at this point. But here have some Wikipedia.

http://en.wikipedia.org/wiki/Coca-Cola#Coca_.E2.80.93_cocaine

The Wikipedia article doesn't actually support the claim that no one else could make Coke though. A competitor could by from the Stepan Company just as Coca-cola does. If Coca-Cola don't have an alternative source then they wouldn't even be able to apply pressure to stop Stepan from selling to a competitor.

Comment Re:USPS should offer a subscription service (Score 2) 338

The USPS doesn't pay taxes. That means that we are paying their taxes.

Do postal service employees work for free? No. They pay taxes on the income that USPS pays them. Even if USPS doesn't generate a profit (and therefore doesn't pay an tax on its profit), it's still generating economic activity which is taxed. No different to any other company that is not making a profit.

Comment Re:Knuth disagrees (Score 1) 240

We're talking about Knuth's opinion.

The whole point behind Literate Programming is that you can't read non-literate code as literature, and Knuth believes being able to read code as literature makes it easier to understand. If you could read any sort of code as literature then why would we need literate programming? So given that virtual all code in existence is non-literate it's pretty obvious that trying to promote code reading as literature reading is not going to work that well. The point of this article is that the author tried it both ways (code reading groups reading code as literature and treating it as an investigation) and found the investigative approach worked better. He's not expressing an opinion or proposing a hypothesis, he's simply reporting what worked and what did not.

Comment Re:Knuth disagrees (Score 1) 240

to successfully create a code reading culture you must acknowledge that in practice examining most code is not at all like reading literature and instead needs to be approached more like a scientific investigation

OK, so that's an interesting hypothesis, what evidence do you have to support your hypothesis? Doesn't it make more sense that if you want people to read your code, you should make it easy to read (that is, make it literate)?

Evidence? Did you RTFA? I've just given you a one line synopsis, if you want evidence you'll find it there.

Knuth actually provided an anecdote that reinforces this point so I very much doubt he disagrees with it.

I read Knuth's Literate Programming, and I would say I accurately portrayed his viewpoint. Would you like to read the book and tell me how you think I misunderstood it? To restate, Knuth doesn't think all code is literature, he thinks code can be literature, and he taught how to get there.

We're not talking about Knuth's book. We're talking about the article, which you apparently didn't bother to read. In it Knuth provides an anecdote that supports the author's contention. Please, go and RTFA.

Comment Re:Knuth disagrees (Score 1) 240

Knuth disagrees...

Knuth (and many others) think code should be more like literature, but to successfully create a code reading culture you must acknowledge that in practice examining most code is not at all like reading literature and instead needs to be approached more like a scientific investigation. Knuth actually provided an anecdote that reinforces this point so I very much doubt he disagrees with it.

Slashdot Top Deals

Our OS who art in CPU, UNIX be thy name. Thy programs run, thy syscalls done, In kernel as it is in user!

Working...