Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Finaly. (Score 2) 225

The problem really isn't and hasn't ever been animation sites. The problem is that Flash has often been used where it doesn't belong; forms on business sites, ENTIRE web sites built using flash so you cannot bookmark a page, and stuff like that, and Flash doesn't work particularly well on touch screens. Like BLINK, Flash has been used and abused to the point where it is an abomination.

Comment Re:Coding vs. literacy (Score 1) 212

You seem to have taken this very personal, resorting to personal insults for a post that had nothing whatsoever to do with you.
I suggest you change the relationship and automatically score mod my posts so you don't see them, because I will keep on ranting about things I feel like ranting about, out of the blue, without taking your feelings and opinions into consideration. They're worth exactly nothing to me - sorry.

Submission + - What Makes a Great Software Developer? (dice.com)

Nerval's Lobster writes: What does it take to become a great—or even just a good—software developer? According to developer Michael O. Church’s posting on Quora (later posted on LifeHacker), it's a long list: great developers are unafraid to learn on the job, manage their careers aggressively, know the politics of software development (which he refers to as 'CS666'), avoid long days when feasible, and can tell fads from technologies that actually endure... and those are just a few of his points. Over at Salsita Software’s corporate blog, meanwhile, CEO and founder Matthew Gertner boils it all down to a single point: experienced programmers and developers know when to slow down. What do you think separates the great developers from the not-so-fantastic ones?

Comment Re:Coding vs. literacy (Score 1) 212

What you talking about is spending 80% of total effort on 20% of the features of the product. Often these features are not even readily visible to anyone.

Apps not freezing or crashing or becoming unusable by the customers aren't features.
They're side effects of programmers (among other things) actually understanding the underlying system and what happens when you poke the beast.

Submission + - Kim Dotcom offers up secure 'Skype Killer' voice chat (networkworld.com)

colinneagle writes: Kim Dotcom, the controversial German expat living in New Zealand whose file-sharing site was busted by U.S. federal agents, has launched an end-to-end encrypted voice and video chat service that operates through the browser called MegaChat, which will now be available for free to the 15 million registered users of his file-sharing service Mega.

MegaChat aims to provide an alternative to the current voice and video chat services which Dotcom himself has accused of cooperating with government snooping. "No U.S.-based online service provider can be trusted with your data," Dotcom once claimed. "Skype has no choice. They must provide the U.S. government with backdoors."

However, Dotcom has also claimed that there are backdoors in Chrome and Firefox, so if you are using them to browse, how can he guarantee end-to-end encryption? And while Mega is great for file sharing, its track record for security is a little dubious. Right after its launch, there was criticism of the implementation of the site's security, from cross-site scripting flaws to poorly implemented encryption, and later it was found that Mega passwords could be extracted with basic hacking tools.

Submission + - Opera founder unveils feature-rich Vivaldi power browser. (gigaom.com)

cdysthe writes: Almost two years ago, the Norwegian browser firm Opera ripped out the guts of its product and adopted the more standard WebKit and Chromium technologies, essentially making it more like rivals Chrome and Safari. But it wasn’t just Opera’s innards that changed; the browser also became more streamlined and perhaps less geeky.

Many Opera fans were deeply displeased at the loss of what they saw as key differentiating functionality. So now Jon von Tetzchner, the man who founded Opera and who would probably never have allowed those drastic feature changes, is back to serve this hard core with a new browser called Vivaldi.

Submission + - Why Screen Lockers On X11 Cannot Be Secure (martin-graesslin.com)

jones_supa writes: One thing we all remember from Windows NT, is the security feature requiring the user to press CTRL-ALT-DEL to unlock the workstation (this can still be enabled with a policy setting). The motivation was to make it impossible for other programs to mimic a lock screen, as they couldn't react to the special key combination. Martin Gräßlin from KDE team takes a look at the lock screen security on X11. On a protocol level, X11 doesn't know anything of screen lockers. Also the X server doesn't know that the screen is locked as it doesn't understand the concept. This means the screen locker can only use the core functionality available to emulate screen locking. That in turn also means that any other client can do the same and prevent the screen locker from working (for example opening a context menu on any window prevents the screen locker from activating). That's quite a bummer: any process connected to the X server can block the screen locker, and even more it could fake your screen locker.

Submission + - CIA source of NY Times reporter James Risen convicted on circumstial evidence (nytimes.com) 2

webanish writes: The New York Times reports:

Jeffrey A. Sterling, a former Central Intelligence Agency officer, was convicted of espionage Monday on charges that he told a reporter for The New York Times about a secret operation to disrupt Iran’s nuclear program.

The case revolved around a C.I.A. operation in which a former Russian scientist provided Iran with intentionally flawed nuclear component schematics. Mr. Risen revealed the operation in his 2006 book, “State of War,” describing it as a mismanaged, potentially reckless mission that may have inadvertently aided the Iranian nuclear program.

While this comes as no surprise given the Obama administration's record on going after whistleblowers releasing secrets in public interest, the ramifications of these building cases could be twofold.

  • Legitimate issues which should be discussed in public are withheld out of fear
  • Leakers might not always act so benevolently to go to reputed press institutions

To an outsider, it seems there is widespread support for Snowden and responsible whistleblowing laws. Why is there no momentum for this in the government?

Comment Re:First Sale (Score 1) 468

Exactly right! What a lot of people don't understand is that the First Sale Doctrine is a defense not an offense. In other words, if you buy a copyrighted item, like a book, and resell it, the First Sale Doctrine protects you from getting successfully sued by the copyright holder for doing so. In other words, it is a defense. It does not however, put any obligations on the publisher to provide any support to ensure that these later customers can use the product.

Neither does it give them a right to burn my book.

The problem here is that you don't buy a game. You buy a license to use a game. They revoke the license, which is their right, but by doing so, you are no longer bound by the license terms either, which includes the payment you made. Depending on the jurisdiction, you might have a good case for winning a small courts claim or similar, covering the purchase price and reasonable legal expenses.

Comment Re:Escaping only helps you until a war. (Score 2) 339

The Army alone has about 500,000 soldiers. A lot of them are in support roles but a private military also needs support.

Where are the families of the people in the private military? Because if they have to go back to the USofA (the "enemy" in this scenario) to visit Mom and Dad then there's going to be a problem. So you'll need room on the uber rich estate for the families of your military. And your support personnel.

Which brings up the infrastructure to support those families. Schools, hospitals, etc. Which means more support personnel.

Which means more schools and hospitals, etc.

Of course you can skip that if you want to. But remember who has the guns.

Comment Re:Coding vs. literacy (Score 1) 212

I'm not talking about messing with IO requests. I'm talking about understanding what happens when they're issued, whether it's by you or a library you use, so you don't lock up a system for no good reason.
But these days, this is considered "arcane knowledge" and is ignored, in favor of blindly using magic toolkits and libs, and blaming the system for not performing when it's the app that is badly designed out of ignorance.

Comment Re:yes, programming, like poetry, is not words, un (Score 2) 212

I've always thought programming is more like writing POETRY than just being literate

I disagree. You don't hire poets to design a space ship - it may be pretty, but it won't work. You don't hire sci-fi writers either - it may look workable to the masses, but the pesky laws of physics and economics will have their say.

Programming is more like engineering. As in being able to construct something that actually works.
Coding, on the other hand, is more like manufacturing, where you produce something based on what the engineers have come up with.
But too often these days, it's not engineers that came up with it, but bloody poets, and the poor coders have to steal bits and pieces they don't understand from people they have no reason to trust in order to make a workable mess out of it.

 

Comment Re:Coding vs. literacy (Score 4, Interesting) 212

Hmm. If you can't read, you are restricted to looking at pictures. If there is someone to read for you, then you can hear the parts of text they choose to read for you, otherwise you are pretty much restricted to children's picture books. A lot of what happens in the world is simply a mystery to you.

That's happening more and more. I find myself going to web sites looking for manuals and specs, and all they have these days are videos. I don't want videos, I want text, with orders of magnitudes higher information density, searchable and editable.

Dumbing down seems to be across the board. User interfaces, recipes, clothing, handwriting, ability to add and subtract without a cash register or calculator, you name it.

And yes, "coding". Which has taken over for programming. The typical modern "coder" builds houses out of Lego. They may look colorful and shiny, but at the end of the day it's still Lego.

Gone are the days of programmers who actually devised algorithms and discussed them, instead of Googling for something that might be pressured into service. People who would understand what an OS call actually did, instead of treating it as magic. Something as simple as describing what happens behind the scenes when doing an IO request is beyond many newer coders (some of which I work with).
Programmers, they aren't.

We have to start expecting more, and stop rewarding and kowtowing to incompetence.

Submission + - The Koch brothers political network plans to spend almost $1B in 2016 elections (nytimes.com)

whoever57 writes: The Koch brothers revealed plans to spend $889M during the 2016 election cycle . The money would be spent on both congresisonal and presidential races. This level of spending will require commitment from both the Koch Brothers themselves and about 300 other donors. The money will put considerable pressure on Democratic supporters and candidates who will likely be at a considerable funding disadvantage in 2016.

Comment Re: Scaled Composites renamed (Score 1) 38

Solar sail can achieve 25% light speed, according to NASA, and Alpha Centauri is 4 light years away.

You want a manned mission (with robots doing all the actual work) to determine if the conventional wisdom that a manned mission to the outer planets is physically impossible is correct. Even if the pilot dies, you learn the furthest a manned mission can reach. There's seven billion people, you can afford to expend one or two. Ideally, they'd be volunteers and there'll be no shortage of them, but if you're concerned about valuable life, send members of the Tea Party.

Slashdot Top Deals

Living on Earth may be expensive, but it includes an annual free trip around the Sun.

Working...