Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:To summarise the article. (Score 5, Interesting) 121

That sounds very much like Android Intents and Activities.

An Intent provides a facility for performing late runtime binding between the code in different applications. Its most significant use is in the launching of activities, where it can be thought of as the glue between activities. It is basically a passive data structure holding an abstract description of an action to be performed.

Comment distributing the private API key (Score 5, Informative) 262

Each application on facebook get's a private API. In FOSS, this key is present in the source code. That is not permissible according to facebook terms of service. In effect, they are blocking FOSS software. An alternative is to use a different key for each user.

More info: https://bugs.kde.org/show_bug.cgi?id=276609

Comment Re:Did they add noscript yet? (Score 1) 188

Who needs noscript when you can use a personal proxy with web configuration interface. That way, I get noscript and requestpolicy in a more finegrained way for all my browsers and need to configure it only once.

I wrote my own with Node.JS and will probably add storage to it at some point. The only downside is that does not work for https connections.

Comment Re:True but.. (Score 2) 37

The areas would improve over time by editing. An area or set of areas is, for most topics, an improvement over a single point. Few areas will be perfect, certainly initially, just like the articles themselves are not perfect. But as often, here too perfection is the enemy of success.

Many boundaries are defined by states. In case of disagreement, multiple areas can be mentioned, just like different versions of the facts, with an explanation of the origins, can be present on a Wikipedia page.

The best way forward, is to add support for areas to WikiMedia so people can start improving the pages. The points can also be retained to mean the center of a certain area.

Comment Re:The power of Wikipedia (Score 1) 37

This approach is incomplete though. It create wrong information. No place is just a spot, it's usually an area, some places are a volume. It would be much better to give users the ability to paint an area on the map instead of just one point.

Some examples:
  area where a species lives in summer
  area of a country or city (London has coordinates 51Â30â26âN 0Â7â39âW, but it covers an area of 1,579 square kilometers)
  area of seas and events.

The notion that articles relate to points and not to areas, is a simplification.

Comment Re:Hopefully this is a good thing (Score 1) 110

Personally I'm more interested in seeing the permissions model of Android applied to a standard Linux Distro, possibly an Android x86 that allows installation through apt-get, or some other repo system. (must be script-able for sys-admin use)

Indeed, the fine-grained permission model of Android should come to Linux.

- One file per application
- Easy to override permissions for application (e.g. restrict net access for an application to a certain IP address or domain or restrict access to the file system to one folder)

Such requests always meet with developers claiming that memory will be used inefficiently, yet, mobile devices work fine this way. It's time Linux was developed to meet the requirements of simple users.

Comment Re:Hummm... What? (Score 2) 143

Exactly, musicians that make music today are harmed by an extension of the copyright period. Since people still have to pay for the old music, there is less money to pay for the new music.

A copyright term beyond 30 years actually likely harms the creative output.

Slashdot Top Deals

"Why can't we ever attempt to solve a problem in this country without having a 'War' on it?" -- Rich Thomson, talk.politics.misc

Working...