Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Finally (Score 1) 60

Amazing to think that we're finally catching on to the 60fps standard that we had decades ago.

It's only a matter of time before 120fps+ (which can look a lot better than 60fps) itself becomes the norm. Having a black screen inserted between every 1/120th frame (to make a pseudo 240fps) would help blurriness etc. even more.

Comment Re:Yes & the sheer amount of existing code/fra (Score 1) 414

I've often thought about a programming language where you only need to write the smallest possible amount of code to achieve what you're trying to do. And have it clear too (so not Perl style).

No bloat, no header files, no semicolons at the end of lines, swap functionality of && with & and || with | (colour coding them too), power-of symbol (^), terse Haskell-style functionality, and even no forced declarations (the IDE can colour code variables according to whether they're int, double, string etc. automatically, and the scope is automatically defined as the outermost appearance of the variable). The compiler would do ALL the hard work to optimize the program.

Comment Re:What if I want the ad fueled web to die? (Score 1) 618

Even though I don't block ads personally, I think I understand where he's coming from. Basically, he thinks he's not affected by advertising, so showing him ads is a waste of the publisher's/advertiser's money. Indeed, logically if that's true, then it is a waste of resources showing that advert to him, and obviously it's bad for him too, so lose-lose.

Indeed it could be argued that only 'less techie' people respond to ads, and that 'intelligent' people aren't vulnerable to them. I don't 100% agree with that notion, though I can sympathize with those who think that way.

Slashdot Top Deals

This restaurant was advertising breakfast any time. So I ordered french toast in the renaissance. - Steven Wright, comedian

Working...