Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Python fairs pretty well (Score 2) 286

On this aspect, Python does handle interoperability pretty well (at least with C and C++). It might just have a little bit too many options:
  * ctypes: connect to any C library directly (you just have to not do any mistake in parameters, as there is not check)
  * Python C extention: write a wrapper in C.
  * SWIG: "automatically" generates the wrapper, based on some .h-like file
  * cython: write C code using python syntax

Personally, I just use ctypes or cython, and it's quite easy to interpolate with any software library I need.

Comment Official answer from Samsung (Score 4, Informative) 234

There seems to be an official answer from Samsung here: http://samsungtomorrow.com/4676

It's in Korean, but here is the translation, provided by sammobile.com:
"Under ordinary conditions, the Galaxy S4 has been designed to allow a maximum GPU frequency of 533MHz. However, the maximum GPU frequency is lowered to 480MHz for certain gaming apps that may cause an overload, when they are used for a prolonged period of time in full-screen mode. Meanwhile, a maximum GPU frequency of 533MHz is applicable for running apps that are usually used in full-screen mode, such as the S Browser, Gallery, Camera, Video Player, and certain benchmarking apps, which also demand substantial performance.

The maximum GPU frequencies for the Galaxy S4 have been varied to provide optimal user experience for our customers, and were not intended to improve certain benchmark results.

We remain committed to providing our customers with the best possible user experience."

Comment Change your attitude (Score 2, Insightful) 376

As many people have already written, it's not the drive to tablet and phone that is reducing the user community, it's the fact that Gnome has become so bad compared to other DEs that people moved away. The main question is "why has Gnome become so bad?". I'd say it's mostly due to not listening enough to user feedback and lack of good judgment on what is good for the users.

Don't get me wrong. I loved Gnome, used it all the time, even used to send patches for the bugs that were annoying me (actually, I even had SVN commit rights at some points). But I stopped because Gnome 3 was worse than Unity _and_ LXDE, and because developers started to close all my bug reports as WONTFIX or, worse, because the patch would not apply anymore... after 2 years of being ignored.

I'd suggest these changes to all the core Gnome developers:
  * first fix bugs before adding a new feature (or a new app)
  * review and merge as many patches as you get from outside people, as soon as possible (that's how you build a developer community)
  * review the entire interface and especially the fixed/default values so that Gnome is _super_ comfortable to use right out of the box
  * do not ever remove features, and never accept regressions
  * make sure your interface can be used by power users too (yes, that means putting back _some_ configuration options), they are the (future) developers
  * listen a bit to user feedback (that one is difficult because it's typically a very noisy channel, but it's necessary)
  * pick a few known and powerful programming languages, and stick to them for all the core applications. Honestly, just drop Vala: as great as it could be, it's not up to a DE project to develop a new programming language, and almost no one outside of the community knows it. If it was up to me, I'd say, just pick C, C++ and Python.

Keep like this for 3 years, and Gnome will be relevant again.

I'd also suggest to pick 2 or 3 apps and focus on them so much that they are the best for the task among any other competitor. This way, people will have incentive to use Gnome, and all the distributions will make sure these apps and all the dependencies are installed by default and working well. For instance, I'd pick: Evince, Rhythmbox, and Aisleriot.

Comment Lego Mindstorm (Score 5, Interesting) 185

Lego Mindstorm might be a nice approach. It's available both in Dutch and Danish, and uses a graphical language with a great graphical interface dedicated to kids. I use it to teach (Dutch) programing and robotics to kids and it's amazing easy for them to make and modify the software.

The main drawbacks is that, although the software is free, you need to get a 200€ lego robot to make it useful. It also has only a Windows (and probably Mac) version. IMHO, the robot has the advantage to bring additional interest to the kids. It makes programming much less abstract.

To try the software before buying, look for the lego mindstorm nxt 2 iso on the lego website (it's a bit hidden).

Comment Armchair OpenStreetMap (Score 1) 279

1. Go to OpenStreetMap.org
2. Find a place which is not yet fully mapped (i.e. anywhere but Europe). I usuallly find a place which I've just read about in the news, or my next holiday area.
3. Click on "Edit".
4. Draw a couple of roads.
5. Profit (and let the others profit as well).

Admitely, quite a few people find it boring but if, like me, you enjoy seeing the world from above and seeing new places, it's great. It really changes your mind, and can be stopped at any moment.

Cloud

Which Cloud System Is the Most Open? 70

1sockchuck writes "In a landscape with dueling open clouds, which is the most open? Cloud software specialist Eucalyptus sees pushing boundaries of openness as an opportunity. 'We're extending our open model into professional services,' said CEO Marten Mickos. 'Anyone can look at the source code, training material, documents that go around the code, everything. We realize that our competitors will look at it, but we're happy to offer it to the world in order to better the product.' The open cloud arena is becoming more competitive with the growth of OpenStack, CloudStack and OpenNebula, 'There are a number of reasons we are making this shift, but the most important one is culture,' Eucalyptus said in a blog post. 'If we truly are an open source company, does it make sense for us to develop closed-source intellectual property, tightly control access to that information, and use it primarily as a way to drive direct business unit revenue?' What lies ahead in the Open Cloud Wars?"

Comment Wishing him and his familly all the best (Score 4, Interesting) 214

On the website of a business that Alan seems to run separately from his job at Intel, he had aldready mentionned familly illness. (http://www.ultima-models.co.uk/news.html). I guess this is the "familly reasons".

Alan Cox has already contributed enourmously to Linux but hopefully things will get better for him and his familly, and he'll be able to contribute even further :-)

Lately he has been trying to cover a bit the mess than Intel had done with the Poulsbo hardware (GMA500). As an owner of such a hardware, I'm very grateful for this. So I now wish him and his familly all the best in the hard time.

Announcements

Wikimedia Foundation Launches Wikivoyage 47

jones_supa writes "The Wikimedia Foundation has marked its 12th anniversary by launching a Creative-Commons-licensed travel guide called Wikivoyage. Like other Wikimedia projects, Wikivoyage contains material written collaboratively by volunteers. The site has launched under the aegis of Wikimedia with around 50,000 articles and approximately 200 volunteer editors. Wikivoyage started in 2006 as a travel guide in German and Italian, backed by the German non-profit Wikivoyage Association. The transition to a Wikimedia project was initiated by contributors and the Association, and content is currently offered in Dutch, English, French, German, Italian, Russian, Portuguese, Spanish and Swedish. The purpose of the Wikivoyage is to promote education and knowledge of all countries and regions in the world, as well as understanding among nations. There's a huge global demand for travel information, but very few sources are both comprehensive and non-commercial. That's about to change."

Comment Other languages are pretty useless (for software) (Score 3, Interesting) 514

It's always great to learn a new (human) language. It will allow you to discover a new way of thinking, and let you see the world through a different point of view.

That said, let's be honest right away, if there is one part where it will bring you almost nothing, it's for software development. 99% of software communities online are discussed in English. 99.9% of software comments and software documentation is written in English. I happen to speak French, English, Dutch and Spanish (nothing special, I'm just European). I have been doing software development for more than 10 years and I cannot recall ever using any other language than English except when doing translation. The only advantage is that you'll be able to understand a bit better why translators are mad at you when you write bad printf()'s.

So go ahead, learn a new language, it's a great experience. I'd recommend one with a big amount of speakers like Spanish or Chinese (this one, I promise, will completely change your understanding of the concept of "language"). However, don't kid yourself, it's pointless with respect to software development :-)

Comment Not "Grotresque", but "Square Grotesque" (Score 3, Informative) 147

The summary links to Grotesque, but what they use in the article is "Square Grotesque", a modified version which is _really_ square and IMHO hard to read (and which apprently quite appreciated by car manufacturers). Concluding every Grotesque font is hard to read is definitely not what the research demonstrated.

The best is to have a look at the paper, which has good examples. A similar font can be found on wikipedia there: http://en.wikipedia.org/wiki/Eurostile (but I find this one is still slightly easier to read).

News

Submission + - Slashdot Gets Acquired as Part of $20 Million Deal (geek.net) 1

wiredmikey writes: Dice Holdings (Owner of Job sites including Dice.com) reported this morning that it has acquired Geeknet's online media business, including Slashdot and SourceForge.

"We are very pleased to find a new home for our media business, providing a platform for the sites and our media teams to thrive," said Ken Langone, Chairman of Geeknet. "With this transaction completed, we will now focus our full attention on growing ThinkGeek."

Dice Holdings acquired the business for $20 million in cash. In 2011, the online media properties generated $20 million in Revenues.

Android

Saudi Aramco Reveals Cyber Attack Hit 30,000 Workstations 65

An anonymous reader writes "Saudi Aramco, the world's biggest oil producer, has resumed operating its main internal computer networks after a virus infected about 30,000 of its workstations in mid-August. The group, calling itself the 'Cutting Sword of Justice,' claimed to have hacked Aramco systems in several countries before sending a virus across 30,000 computers, achieving a 75 percent infection rate of all the company's systems. It refuted suggestions that a nation state was behind the attack."
Security

FTC Files Complaint Against Wyndham For Hotel Data Breaches 46

coondoggie writes "A little over a month after the FBI warned travelers of an uptick in data being stolen via hotel Internet connections, the Federal Trade Commission has filed a complaint against Wyndham Worldwide Corporation and three of its subsidiaries for alleged data security failures that led to three data breaches at Wyndham hotels in less than two years."

Slashdot Top Deals

New York... when civilization falls apart, remember, we were way ahead of you. - David Letterman

Working...