Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Why not indefinitely? (Score 0) 65

5 years? Seriously? Sounds staged, like it's merely to give the APPEARANCE of being tough on Comcast instead of actually being tough when being tough is warranted.

Any student of history knows that corporate regulations are *always* written by the incumbent corporations, then the government passes them along with the veneer of incumbrance, to quell the angry populace (which ALWAYS falls for the ruse because the government schools teach an antagonistic regulating regime; e.g. Standard Oil). The proposed regulations are always the minimum level of concession that will assuage the People, until they forget about it next month, and then those controls are subsequently repealed, relaxed, or remain unenforced.

This is how the system is designed to work, so being angry at the actors only seeks to perpetuate it.

Comment Re:Do we need 8K, except for special purposes? (Score 1) 94

Isn't that beyond human perception?

No, its approximately the same resolution as my 24" desktop display (1920x1200) at 50".

I fully intend to replace my 4-arm LCD display rig with a single 50" panel as soon as a good 8K display hits $2000. I'm excited there's a connector for it now.

I believe I'll finally be done buying displays at this point, save for device failure. It's great when technology reaches the "good enough". I'm just not used to it after buying progressively better displays for the past 35 years (that 14" RGB display was so much better than the TV composite on the Apple ][ clone!). But, hey, I learned to program on a discarded 60's TV set, so some of this is simply a matter of comfort and productivity.

Comment Get rid of the '3'. There is no '4'. (Score 1) 199

There's no point to the major version anymore, the only reason it's ever updated on the kernel is to make things more readable.

Agreed.

Having the year as the leading number doesn't imply major feature changes when you increment it, plus it solves the problem of huge minor version numbers.

It actually creates a problem where there is none. Same with the 2015.2 format, which I thought was the better plan before I read this thread.

Say we've got linux 3.20 now. It's easy for developers to think about what's on deck for 3.21 or 3.22 or 3.23 in terms of 'the next release', 'the one after that', and 'the one we're not really thinking about yet'.

When will those be released? I dunno - every other month, maybe? 2015.3 and 2015.5. Oh, but we slipped a week - now we're at 2015.6 and everybody has already been talking about 2015.5. It's just setting up a point of confusion in an environment without drop-dead release dates. The same applies for the work done in the December-January timeframe, just with the other digit.

What strikes me about that is that 21, 22, and 23 are meaningful for the developers but '3' isn't. So get rid of the 3. Do 22.1 if there's a revision, everybody can use (if $linux_ver > 22) without writing <=> overloaders, and then there's no arbitrary false semantic included any longer.

If releases continue on the every-other-month pace, we've got 322 years before '23' will be larger than '2015', so worrying about large numbers is still premature.

Comment the 90% are People too (Score 1) 809

Did anyone ever use average to mean "mode"? I really truly doubt it.

Yes, usually when they're trying to sound smarter than everybody else (and then usually when they're not).

back to TFS's question: you know why Java is such a popular language? Because it's really helpful for helping the bottom 90% of programmers write stable code.

The 5% on the right side of the curve can go off in a corner and bicker about whether their Haskell monads or Python function decorators are more becoming of a "good" programmer, while industry gets back to work to churn out code that get potatoes from Boise to Omaha and helps grandma balance her checkbook.

Any reasonable economist doesn't want to see you using somebody who can implement Shamir's Secret Sharing from memory (on a napkin, just for completeness) writing the potato shipping-manifest code. The best thing you can do for a person is to place them in a position where they're being fully utilized and appreciated for the work they do.

Comment Re:Unintended consequences? (Score 1) 117

So your use case allows for reboots - not every one does. And far more use cases allow for scheduled reboots, but not necessarily immediate reboots as soon as a security vulnerability is published.

Fedora-derived (e.g. EL7) and Ubuntu disros can use Redhat's kpatch support (but no patches provided in EL7 -updates yet) whilst SuSE has kGraft which as of November has had a real update stream available. People don't run these things because it's easier than rebooting.

Besides, fix your runtime problems, set up a test cluster, and monitor your systems better - relying on side-effects is never a good plan.

Comment Re:Sounds great (Score 4, Funny) 117

I can't possibly see this ever causing a problem with this because linux is very secure and there is absolutely no way for a malicious user to get elevated access on anything that runs linux. This includes android phones, which are totally invulnerable to hacking.

You should suggest to Linus that he make kernel features configurable so people can do different builds for different targets. Put it in a dot-config file or something. Maybe in a future release...

Comment Re:Numbers (Score 1) 149

The Chunnel has been in or on the edge of bankruptcy for most of its existence.

Do you mean that it's been subsidized or that it's like a highly-efficient non-profit? The difference is pretty important relative to its perceived value. And I'm assuming they have a huge bond repayment, which would make any such endeavor challenging over a long timeframe (as with most worthwhile efforts).

Comment Re:Numbers (Score 2) 149

It is a classic mistake to measure the benefit of infrastructure on the basis of "does it pay for itself in ticket sales?". The benefit to society may be much larger than the direct income generated.

If that's true, then the ticket prices can be raised - the amount people will pay for a thing represents how much they value it.

If it's a commercial benefit, then those costs are merely passed along to the next consumer in the chain on a given product.

Granted, this excludes unaccounted externalities where license have been granted to externalize (e.g. subsidies to airlines to fly out of Heathrow to Paris), but it's better to fix those problems than subsidize on a guess.

Comment The XP Killer? (Score 4, Insightful) 136

We've been waiting for that vulnerability that will finally create such havoc on XP that people will abandon it.

The security bulletin is vague, as usual, but it does say:

A remote code execution vulnerability exists in how Group Policy receives and applies policy data when a domain-joined system connects to a domain controller. To exploit this vulnerability, an attacker would have to convince a victim with a domain-configured system to connect to an attacker-controlled network.

An attacker who successfully exploited this vulnerability could take complete control of an affected system and then install programs; view, change, or delete data; or create new accounts with full user rights. The security update addresses the vulnerability by improving how domain-configured systems connect to domain controllers prior to Group Policy accepting configuration data. ...

Although Windows Server 2003 is an affected product, Microsoft is not issuing an update for it because the comprehensive architectural changes required would jeopardize system stability and cause application compatibility problems. Microsoft recommends that security-conscious customers upgrade to a later operating system in order to keep pace with the changing security threat landscape and benefit from the more robust protections that later operating systems provide.

Which would seem to put the XP/2003 lineage one malware download away from connecting to a botnet that spoke just enough Domain protocol to exploit it and being pwned.

NSA could have such an exploit ready next week, Russian mafia in a month. The Prize is controlling close to 19% of the installed base.

Slashdot Top Deals

"Pok pok pok, P'kok!" -- Superchicken

Working...