Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:RTFA (Score 1) 530

Actually, people with exceptionally good problem-solving abilities seldom have exceptionally high scores in IQ tests, since they often find multiple solutions to a task, totally unexpected by the test's author.

Comment Re:IBM (Score 1) 367

Using threads with locks and other traditional synchronization primitives is a walk across a minefield. More than 90% of multi-threaded programs I've ever seen are full of race conditions and other subtle bugs, which are not easily visible, but which make the program unstable on the long term (it is not unusual that a program suddenly deadlocks after running for several months). If you really want to write something parallel, use a language which provides a better abstraction, one of the possibilities is transactional memory.

Comment Re:Thoughts from a core GNOME 1.x and 2.x develope (Score 3, Insightful) 432

The core of the problem is that GNOME developers have the habit of releasing as 2.0 or 3.0 something, which is of beta quality at best. It's quite possible that GNOME 3 contains some great ideas, but trying to attract users to software, which will need a year or two more to reach usability of the previous version, is not going to win anybody's sympathies. Exactly this has already happened with the release of GNOME 2.0: its usability was nowhere near that of GNOME 1.x, but still, it was presented as a replacement of 1.x. The users were rightfully complaining. One would have hoped that GNOME developers have learned something from that fiasco...

As of culture resistant to changes: For most people, the computer is a tool. And as with many complex tools, it takes time (sometimes years) to learn how to use them in the most efficient way. The learned experience is very valuable, but a part of it is necessarily lost when the tool suddenly starts behaving differently (people are not used to their screwdrivers changing shape overnight). Sure, changes are necessary for progress, but you should not ignore that changes come with a high cost to the users and radical changes of basic concepts even more so. Changing details is usually fine, removing functionality is worse, and radical changes of established products should be done only in cases, where the benefit is an order of magnitude larger than the loss. GNOME developers seem to ignore this fact of life for years.

Submission + - Vietnam's Not-So-Great Firewall (globalpost.com)

dinoyum writes: Following in China's firewall footsteps Vietnam is also blocking internet content, such as Facebook. However, unlike China's iron clad censorship, Vietnam is more of an annoying inconvenience. Like China, Vietnam has been struggling to take advantage of the openness offered by the internet while maintaining its tight hold on the flow of information. Vietnam's block is one of many measures undertaken recently to curb online activism and other internet activities deemed "harmful" by authorities. Vietnam first blocked Facebook toward the end of 2009, as part of a haphazard block that the government has never directly acknowledged. A supposed draft regulation outlining eight blocked sites, including Facebook, made the rounds on the internet.

Comment Re:Original Source and Actual Paper (Score 1) 462

The Amdahl's law is a gross oversimplification. It assumes that every problem consists of a part that is unavoidably sequential, while the rest is parallelizable in an unlimited way with no overhead. The reality is that almost every problem is parallelizable (with a few notable exceptions like the lexicographically minimal shortest path or constructing the DFS numbering of a graph where we do not know whether an efficient parallel algorithm exist), but problems differ in overhead imposed by their parallelization.

Comment Re:Ok, a couple things (Score 1) 557

The important thing is that the government should not dictate people what light sources are efficient and useful for what purpose. If CFLs are so efficient that they are less expensive to use, the people will take advantage of that sooner or later and there is no need for the government to force feed them the truth. In this case, the government has overstepped its mandate too far.

Also, there are many uses of incandescent bulbs where they cannot be easily replaced by CFLs -- e.g., if you need to regulate the light output continuously, or if they are very often turned on and off, or simply if the heat produced is desired.

Comment Rubbish (Score 1) 1

The Juniper's "experts" talk utter rubbish:

According to Ingram, in a tree structure, 30 to 50 percent of the ports connect switches to other switches.

This would mean that the average number of ports per switch is at most 4 :-)

Every time you double the number of storage and servers in the data centre you have to quadruple the number of switch cores.

Another nonsense. The number of internal vertices of any tree (which does not contain degree 1 nodes) is linear in the number of leaves. Maybe the primary problem with the spanning tree protocol is that the network equipment manufacturers do not understand what a tree is :-)

Media

Submission + - Goodbye, freshmeat, we're going to miss you (devx.com)

Roblimo writes: Geek.net, the parent company of SourceForge.net, Slashdot.org, ThinkGeek.com, Geek.com, freshmeat.net, and ohloh.net, has told employees that it will be closing freshmeat.net and ohloh.net. This information has not yet been released to the public, but we've heard it from more than one Geek.net employee. The company also reportedly laid off 25% of its staff this week. After the story was posted at devx.com, a Geek.net Vice President emailed this response to its author: 'If you're asking whether or not the sites are for sale, the answer is no. However, we are looking to create better ways for our community to interact with the information on these sites, likely through SourceForge.'

Slashdot Top Deals

Work without a vision is slavery, Vision without work is a pipe dream, But vision with work is the hope of the world.

Working...