Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Damn I'm old... (Score 4, Funny) 126

I kept thinking "I am the very model of a modern Major Perl Framework..."

I am the very model of a modern Major Perl Framework,
But here I am on Slashdot, trying harder from my job to shirk,
From HackerNews to 4chan there's no forum in which I won't lurk,
I am the very model of a modern Major Perl Framework!

Comment Re:I got tired of waiting (Score 3, Insightful) 213

> You're talking about Python, right? It may be a lot of things, but consistent isn't one of them.

Python's inconsistencies are bizarre enough that they become easy to remember, and there aren't that many. PHP's inconsistencies are much more subtle, and are everywhere. Peruse the string functions for a good example...

> Again, Python? Also, I wasn't aware that PHP was "difficult to scale". No one else seems to have trouble with it. Well, "double-digit percentage of total internet traffic" sites excepted, of course. Though at that point, just about everything is "difficult to scale".

for web apps I'd assume python and PHP have the exact same problems, and more or less the exact same solutions. PHP is going to be slower if you use mod_php over php-fpm though, which many don't do. As well, it's a lot easier to write up performance-dependent code in C when using python than when using PHP.

> I've never seen a "web framework" I'd classify as "good", let alone "excellent".

You should elaborate on this. Are these just frameworks for PHP and Python or are you being language agnostic with this statement? I've grown comfortable limiting my webapps to just RESTful APIs that frontends use and whipping up those APIs are painless in almost any language that has something similar to JAX-RS/Flask/etc

> A language known for abysmal performance

False, an implementation known for abysmal performance, which is CPython.

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.

Submission + - Wichita Lineman 2.0: Bill Gates Wants Accelerometers on Power Lines

theodp writes: GeekWire reports that Bill Gates is listed as an inventor on a newly surfaced patent filing that proposes putting accelerometers on power lines to understand how far they move in wind and other conditions, and monitor how close they come to trees and other nearby objects. The idea is to detect issues with power lines before they cause serious problems. Gates and power go way back — a legacy system BillG worked on as a teen that helped manage the electrical grid for the Bonneville Power Administration was just retired after keeping the lights on for 38 years.

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.

Submission + - Firefox 29 is a Flop; UI Design Trends Getting Worse 2

An anonymous reader writes: Firefox 29 marked the release of the UI overhaul codenamed "Australis" and the jury is back with a verdict: the vast majority of feedback on Firefox Input is negative and traffic to the Classic Theme Restorer add-on has aggressively spiked since Firefox 29 came out on April 29. Considering this is a year and a half after the backlash against the new Windows 8 user interface, it seems that even though the "dumbing down" trends in UI design are infuriating users, they continue to happen. Chrome will soon be hiding URLs, OS X has hidden scroll bars by default, iOS 7 flattened everything, and Windows 8 made scroll bars hard to see. If most users hate these changes, why are they so ubiquitous?

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.

Slashdot Top Deals

The only possible interpretation of any research whatever in the `social sciences' is: some do, some don't. -- Ernest Rutherford

Working...