Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Oh, the applications are endless! (Score 1) 147

  • Allow disabled people to use a computer without a keyboard
  • Sending email or a text message without even having to use equipment like a cell phone (for example "call my lawyer, I'm being arrested for looking Arabic!").
  • Technology enabled telepathy

Man... the 21st century is gonna be so cool!

  • The first, is entirely possible, and is currently doable in a primative but semi-portable state with EEG.
  • The second is a really bad idea; have you not seen/read the forbidden planet. Basicly, mind controlled technology is a monumentally bad idea.
  • The third, perhaps in the sense of truth-saying. What the guys in the article will be reading is a limited set of words, and they can only do it because they have enough samples of each word to train their program in

But, yeah, the 21st century will be cool

Censorship

Submission + - Google "Does No Evil"... (reuters.com)

alreaud writes: "Looking at Google's concept of "Do No Evil", one has to ask: "How does skipping the most popular question on YouTube to President Obama serve the concept of Do No Evil?" Monday, the POTUS had a Google+ hangout, and the most voted upon question on YouTube was: "Mr. President, my name is Stephen Downing, and I'm a retired deputy chief of police from the Los Angeles Police Department. From my decades of law enforcement experience I have come to see our country's drug policies as a failure and a complete waste of criminal justice resources. According to the Gallup Poll, the number of Americans who support legalizing and regulating marijuana now outnumber those who support continuing prohibition. What do you say to this growing voter constituency that wants more changes to drug policy than you have delivered in your first term?""
Censorship

Submission + - Open Source Solution to Twitter Censorship (morriscgroup.com)

drewry writes: "With the recent announcement by Twitter to start censoring tweets in countries with strict freedom of speech laws, we have decided to launch a project to try to create alternatives for these countries. We are not trying to kill Twitter, just provide a free open alternative.

Introducing the Robin Messenger project, what this does is it creates a 100% open source software that can be downloaded and installed on any server (well currently only those in the LAMP stack) but could easily be converted to Ruby, ASP, java, etc. The nodes communicate with each other using an open API that sends data as JSON and receives data in the header vars. Currently a user registers on one node and their username is identified as being from that node by adding a number at the end, for example my username is drewry1 on node1 but I can also register on other nodes if I wanted to. However, you can follow anyone on any node and receive their messages on your node. We hope in the future to provide sister projects that help index the other nodes and improve the search and hash tag features.

The idea comes from the 17th century French tradition of round-robin where those petitioning the king would sign their name in a circle (or ribbon) so no one person could be identified as the ringleader. This essentially takes that idea to the 21st century by decentralizing the messaging system so that no one server can be identified as the "ringleader." Additionally, because it is all open you could easily install this on a LAN, Open Mesh network, etc. in case the internet were to go down in your country. We want to provide clear, free and open alternatives to activists regardless of what country they are in and in the process develop future technology that promotes an open internet.

We currently have 3 nodes running (hoping to double that by tonight)
http://dev.morriscgroup.com/robin
http://66.190.83.240/robin/
http://inspirovation.com/robin

The github repo is here — https://github.com/drewry/Robin

The download link is on the signup page of each node, for example http://dev.morriscgroup.com/robin/signup.php as well as a detailed explanation of the project's objectives. The installation process grabs the node list and registers your node on all other nodes. What we need is publicity and more developers that can donate their time and server space to help the project grow. We believe that this could provide a great tool for the internet and we hope that others will see that possibility too!"

Comment Re:Not on the disc (Score 5, Insightful) 908

"And what happens when there is nothing else?"

Games are toys. There will always be toys. Crave something different.

Today it is games and toys. Tomorrow, it will be tools and necessities. We fight this battle over baubles in the hopes that we will not have to fight over the things that really matter.

Comment The only private cloud... (Score 3, Interesting) 119

The only truly private cloud is the one you own, manage and host yourself. For most users this is of course not feasible; they lack the knowledge, time and inclination to set one up. For us tech types however it's getting to the feasible stage.

We have all seen the news about the Raspberry Pi, a dirt cheap mini computer that can run on a handful of AA batterys. Take a linux distro of your choice which runs on the Raspberry Pi, add some lovely open source software like Zarafa, sprinkle lightly with a dynamic DNS and bake for however long you want in a cool Raspberry Pi. Serves an entire household (or more).

For that extra security flavour you can garnish with an OpenVPN connection, and deny all other incomming traffic.

Et voila! Mobile, web accessable email, contacts and calendar (plus whatever else you want to set up on there) with the data being on your machine and in your control.

Comment Re:Does bandwidth cost money? (Score 1) 433

It depends on how you look at it. The act of sending a packet of data through their network doesn't cost them anything, or at least not noticably. The big cost is in installing and maintaining the equipment.

So what they are doing is converting their capital cost (the cost of equipment) into a marginal cost for the customer ($ per GB)

The other trick they are doing is using the pricing to influence customers to limit their usage. While there is no real cost of sending data which they do have capacity for, there is another big outlay for equipment if they have to increase their networks capacity to allow for more traffic.

So in summary, Netflix came to the mobile, AT&T saw their traffic jump up, needed more bandwidth and so chose to make people use less (caps & cost) rather than, or in addition to increasing capacity.

Comment To elaborate on the summary... (Score 4, Informative) 179

This isn't so much an amendment, as a plan to think about amending it. From the article:

"...plans to offer an amendment that would require a study of the impact of the ISP provisions in the bill before they are implemented. If the study found negative impacts, it's likely the ISP provision would be killed."

The above is pretty much all of the article which is not political filibustering, back patting or stating things which won't change (the payment freezing, and search engine stuff).

TL;DR version: they're thinking about maybe possibly backing down on one point.

Comment So, Apple think all their users are single... (Score 5, Insightful) 210

Security is only as strong as it's weakest password recovery method.

This whole idea completely forgets that the whole purpose of your password might be to stop you little-brother/offspring/tech-illiterate-housemate (ie: anyone who lives with you) from screwing up your device.

Comment For once a development that isn't creepy (Score 1) 68

Perhaps I'm not thinking hard enough, but this seems to me to be an development from one of the $InternetSocialMediaOverlords that doesn't seem creepy.

I mean, this is a nice feature that will save time and be useful; but it doesn't go revealing yet more personal information, or infact anything that you couldn't do yourself by browsing streetview a bit.

So yeah, a new shiny that doesn't yet make things worse or closer to 1984.

Math

Submission + - Breakthough! A Faster Matrix Multiply (i-programmer.info)

mikejuk writes: Matrix multiplication takes O(n^3) for nxn matrices using the obvious algorithm but it has long been conjectured that there should be an O(n^2) algorithm — even though this seems counter intuitive. Back in 1990, Coppersmith and Windograd managed to find an algorithm that reduced the power to 2.376 but despite efforts to reduce it futher the Coppersmith Windograd barrier has stuck. Now Virginia Vassilevska Williams at UC Berkeley and Stanford University Breaking the Coppersmith-Winograd barrier (pdf) has found an algorithm that reduces to 2.373, which at 0.003 isn't much of a reduction but it proves that even after 20 years of no progress the bound can be pushed down.
The question is how much lower can we go?

Comment They're missing a trick here... (Score 5, Interesting) 471

I guess it's quite telling of my geekiness that my first thought on this isn't anything to do with stereotypes or the tragedy of young women being given unrealistic aspirations, but rather how the technology could be improved upon and put to better use.

I mean, they have the tech to computer generate a human form over the top of a mannequin wearing clothes right? So why not parameterize it so that people can customize the look to be them, like an avatar in $your-favourite-mmorpg-here?

Sure it'd take some work to adapt the tech and build some generative models, but suddenly you go from evil marketing tool to handy way to pick out a wardrobe and see what looks good on you.

Slashdot Top Deals

When it is incorrect, it is, at least *authoritatively* incorrect. -- Hitchiker's Guide To The Galaxy

Working...