Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:uh no (Score 1) 173

It might be just a little more than just a game changer.

Stop thinking about computers as boxes with wires, screens and disks, and start thinking about building the nervous system of a human being. Our bodies use distributed computing all over the place, with the vagus nervous system for the organs, with their own chemical memories, and feedback loops, the localized muscle memory systems for arms, legs, fingers, locally stored programs that run semi-autonomously.

If you read about memristors on Wikipedia, you can begin to see the possibilities of interfacing with biologic systems, and the newer bioligic chemical sensors within the organs, and appendages. Distribute local semi-dedicated processors with the distributed memory systems, and now we're talking about leaps ahead for automotons, and robotics. Who needs a stupid file oriented operating system, when the information needed for a process is stored locally.

Unix is so yesterday, as well as any other file orientated storage system.

How do you organize your brain? Do you have file cabinets, with tabs, disks? pictures? No, it's some sort of random access sensory system that relates to previously accessed information. Something like the memristors they are talking about.

It's coming down to defining the complete application, before building the actual machine itself.

I imagine early prototypes may be in a metal box with wires, but interface is going to be a new problem. Most likely all fibre connections before connecting directly to sensors and embedding sensory processing at the sensor itself -- -- and so on.

Comment Re:Inspiring (Score 1) 257

It might be just a little more than just a game changer.

Stop thinking about computers as boxes with wires, screens and disks, and start thinking about building the nervous system of a human being. Our bodies use distributed computing all over the place, with the vagus nervous system for the organs, with their own chemical memories, and feedback loops, the localized muscle memory systems for arms, legs, fingers, locally stored programs that run semi-autonomously.

If you read about memristors on Wikipedia, you can begin to see the possibilities of interfacing with biologic systems, and the newer bioligic chemical sensors within the organs, and appendages. Distribute local semi-dedicated processors with the distributed memory systems, and now we're talking about leaps ahead for automotons, and robotics. Who needs a stupid file oriented operating system, when the information needed for a process is stored locally.

Unix is so yesterday, as well as any other file orientated storage system.

How do you organize your brain? Do you have file cabinets, with tabs, disks? pictures? No, it's some sort of random access sensory system that relates to previously accessed information. Something like the memristors they are talking about.

It's coming down to defining the complete application, before building the actual machine itself.

I imagine early prototypes may be in a metal box with wires, but interface is going to be a new problem. Most likely all fibre connections before connecting directly to sensors and embedding sensory processing at the sensor itself -- -- and so on.

Submission + - Android 5 is coming, and only Google knows what's in it. (google.com) 2

TodLiebeck writes: It's Friday the 13th, and I'm terrified of something that's hiding just around the corner: "Android 5".

Yesterday, various tech blogs speculated that a clock showing "5:00" in a few Android screenshot tweets from Google means Android 5.0's time is soon. Whether "5" is really 4.5 or 5.0 isn't important, we are in the standard release window for a major update to Android, and Google I/O is two weeks away.

What will "5" bring? What will it break?

Only Google and its partners know the answer.

The Android "Open Source" Project has no open beta program. And because of that, it has no real path for user and developer feedback. We'll know what's in it when the final release shows up. Even Apple, whose practice is "we'll tell you what you want", has a beta program for iOS.

Since I don't know what Android "5" is, I'll first resort to wild speculation of what it could be. Recall that Android 4.4 KitKat brought us dramatically reduced user file storage with its prohibitions on writing to MicroSD cards. Perhaps "5" will extend this further, with an iPhone-like app-sandboxing of the internal storage filesystem as well. Such a move would make Android much more dependent on cloud storage (like Google Drive) and could be argued as a security enhancement. Yes, I've gone for a worst-case scenario for effect, but given how willing Google was to make changes that were detrimental to the user in KitKat, a worst-case scenario isn't impossible. I don't think this example is terribly likely, but a similar profoundly negative change could easily be on its way to another part of Android. This happens when you don't ask your customers for their opinions.

Only those with access to Android's "private codelines" know for sure: https://source.android.com/sou...

We do know there are numerous security enhancements to the underlying Linux operating system in a forthcoming Android update. See Chainfire's blog for the full report: https://plus.google.com/+Chain.... It appears that modifications to the /system partition (where the Android OS itself lives) will only be possible with a custom device recovery. This could be very bad news for developers and power-users on carriers that exclusively provide devices with locked bootloaders (e.g. Verizon and AT&T). They will effectively be prohibited from running customized versions of the Android OS (ROMs).

The hardened security aspect is perfectly fine with me, providing I can hold the keys to those locks on the device I pay for. But, at least in the USA, the "big two" carriers insist on having that privilege to themselves. It's a great shame that things have fallen so far that the freedom of Linux and the security of Linux are at odds.

Not testing software and not developing publicly has an additional obvious flaw: the product often has quality issues. Many Nexus device owners are well aware: they are the guinea pigs for new Android releases. While I can't substantiate it, it's easy to imagine that carriers and OEMs wait for issues to resolve as Nexus owners struggle through their involuntary beta testing. If a trivial semantic change were made to correctly call those initial Nexus releases "betas", then perhaps those competing against the platform wouldn't mock us all for having to wait six months for updates to the latest version.

The Android platform needs to do away with the strict secrecy and closed development. It's understandable that some aspects need to take place behind closed doors and then be released with a bang. It's not reasonable to do that to the vast majority of the Android OS, or to do it without any kind of open beta and feedback period.

Google, you need to consider your users and developers, not just your partners. Users and developers jumped on this bandwagon because it was an open platform that wasn't supposed to be controlled like this. If you want Android to continue to succeed because people love it, then Android's development process needs to listen to the people.

Disclaimer:

I make my living writing Android apps as an independent developer. I've spent the last five years pouring my heart into it, and I very much want Android to succeed, for both benevolent and selfish reasons.

Submission + - Kids with operators manual alert bank officials: "We hacked your ATM"

An anonymous reader writes: Two 14-year-olds hacked a Bank of Montreal ATM after finding an operators manual online that showed how to gain administrative control. Matthew Hewlett and Caleb Turon alerted bank employees after testing the instructions on an ATM at a nearby supermarket. At first the employees thought the boys had the PIN numbers of customers. 'I said: "No, no, no. We hacked your ATM. We got into the operator mode,"' Hewlett was quoted as saying. Then, the bank employees asked for proof. 'So we both went back to the ATM and I got into the operator mode again,' Hewlett said. 'Then I started printing off documentations like how much money is currently in the machine, how many withdrawals have happened that day, how much it's made off surcharges. Then I found a way to change the surcharge amount, so I changed the surcharge amount to one cent.'

Submission + - Solving logic puzzles in FORTRAN 1

dr_blurb writes: Computational nanoscientist Surendra Jain has written solvers for Sudoku, Killer Sudoku, Samurai Sudoku, Calcudoku, Kakuro and many other logic problems.

The page (called "Classical Geek") has all source (in Fortran 90) as well as compilation and running instructions. This is further proof that FORTRAN is still very much alive. Is it the most suitable language for this type of logic puzzle solver?

Submission + - New insect (mosquito) repellant (vanderbilt.edu) 1

rickyslashdot writes: This new chemical, called Vanderbilt University Allosteric Agonist or VUAA1, is apparently thousands of times more effective against mosquitos than DEET. The article covers the way this works — by totally overwhelming the blood sucker's sensory receptors — kind of like being blasted with every smell in the book. It should be really useful as a netting coating, for clothes, and even as body spray — all depending on the toxicity of the final product.
Hopefully, it won't be priced so high as to preclude use in malaria infested parts of the world.
Another (implied) feature is — since it activates the sensory triggers in the bug's antennae, it shouldn't have much (if any) issue with resistance buildup, since these chemical receptors are required for the mosquito to feed and survive.
Read the article — well written with a couple of videos — and gives good explanations.

Feed Techdirt: Judge Says NSA Can Continue To Destroy Evidence (google.com)

Well, this is unfortunate. After yesterday's back and forth between the DOJ and the EFF over the ongoing destruction of key evidence in the Jewel v. NSA case, the court ordered an emergency hearing for this afternoon. About an hour before the hearing, the DOJ presented its opposition to the temporary restraining order, arguing, basically, that it would be too damn complicated to stop destroying evidence in the case. Part of this is because the data collected under the Section 702 program apparently isn't just one big database, but is quickly fed into all sorts of other systems.

. Unlike the Section 215 telephony metadata program, which resides on a discrete computer systems architecture, communications acquired pursuant to Section 702 reside within multiple databases contained on multiple systems. Those databases and systems are designed to effectuate FISC-approved minimization procedures that require (with certain limitations) the destruction (purge) upon recognition of certain communications and the age-off of certain raw data within either two years or five years from the expiration of the certification authorizing its acquisition. Halting these purges and age-offs to preserve all Section 702 material, as we understand the Court to have ordered, would require significant technical changes to these databases and systems and would have the effect of forcing NSA into non-compliance with FISC-approved minimization procedures, thus placing the entire program in legal jeopardy
In short: because we're ordered to delete some data by the law to avoid spying on Americans, to now ask us not to delete any data would violate the law that says we have to delete some data. And, to figure out how to do this would be crazy confusing, because the NSA is a giant bureaucratic machine of spying, and you can't just throw a rock into it like that. Or something:

Changes of this magnitude to database and systems architecture normally take months to engineer and test; to comply immediately with the Courts order, the NSA may have to shut down all the databases and systems that contain Section 702 information. Such a shutdown would suspend acquisition of communications pursuant to Section 702 and analyst access to communications acquired under Section 702. NSA would lose access to what would be otherwise lawfully collected signals intelligence information on foreign intelligence targets that are vital to the performance of NSAs foreign intelligence mission. Section 702 is the most significant tool in NSAs arsenal for detecting, identifying, and disrupting terrorist threats to the United States and around the world. The impact of a shutdown of the databases and systems that contain Section 702 information cannot be overstated.
After the hearing, the judge sided with the NSA/DOJ, basically saying that the original temporary restraining order blocking the destruction of evidence (from back in March) still stands, but that the issue of whether or not it actually also covers data collected under Section 702 will be briefed at a later date, and until that time the DOJ/NSA are free to continue destroying evidence.

If there's some sort of silver lining to all of this, it's at least the acknowledgement that the NSA really does have a minimization process to not hang onto information it's not supposed to have, and that it's not immediately easy to turn off the process of getting rid of that data. But, still, that's a small consolation, given the seriousness of the issues in the case, and the fact that the destroyed evidence may highlight more serious abuses by the NSA in conducting surveillance on Americans.

Permalink | Comments | Email This Story








Submission + - Garage Owner Fakes Murder For Google Street View

mrspoonsi writes: A garage owner has apologised for staging a scene that looked like a murder in an Edinburgh street, which was caught on Google Street View. Dan Thompson, 56, who owns Tomson Motor in Giles Street, had to say sorry after receiving a visit from the police. The mechanic had lain on the road while his colleague stood over him with a pick axe handle after spotting the Google camera car from a distance. However, a web user saw the image and made a complaint.

Comment Re:Repatriation, yeah right. (Score 1) 389

I have a fair amount of confidence that if he were freed, we'd read an article about his sad, untimely death within a couple of years. You know, those strange suicides where they shot themselves 3 times in the head. Maybe a tragic car crash. The powers that be have good resources and plenty of plausible deniability.

I don't think it would take any "powers that be" to do the job.

Submission + - Tiniest Linux COM yet? (linuxgizmos.com)

__aajbyc7391 writes: An open-spec COM that runs OpenWRT Linux on a MIPS-based Ralink RT5350 SoC has won its Indiegogo funding. The $20, IoT-focused VoCore measures 25 x 25mm. How low can you go? Tiny computer-on-modules (COMs) for Internet of Things (IoT) applications are popping up everywhere, with recent, Linux-ready entries including Intel’s Atom or Quark-based Edison, Ingenic’s MIPS/Xburst-based Newton, Acme Systems’s ARM9/SAM9G25 based Arrietta G25, and SolidRun’s quad-core i.MX6-based MicroSOM. Now, an unnamed Chinese startup has raised over six times its $6,000 Indiegogo funding goal for what could be the smallest, cheapest Linux COM yet.

Submission + - Organic Cat Litter Chief Suspect In Nuclear Waste Accident (npr.org)

mdsolar writes: "In February, a 55-gallon drum of radioactive waste burst open inside America's only nuclear dump, in New Mexico.

Now investigators believe the cause may have been a pet store purchase gone bad.

"It was the wrong kitty litter," says , a geochemist in Richland, Wash., who has spent decades in the nuclear waste business.

It turns out there's more to cat litter than you think. It can soak up urine, but it's just as good at absorbing radioactive material.

"It actually works well both in the home litter box as well as the radiochemistry laboratory," says Conca, who is not directly involved in the current investigation.

Cat litter has been used for years to dispose of nuclear waste. Dump it into a drum of sludge and it will stabilize volatile radioactive chemicals. The litter prevents it from reacting with the environment.

And this is what contractors at were doing as they packed Cold War-era waste for shipment to the dump. But at some point, they decided to make a switch, from clay to organic.

"Now that might sound nice, you're trying to be green and all that, but the organic kitty litters are organic," says Conca. Organic litter is made of plant material, which is full of chemical compounds that can react with the nuclear waste.

"They actually are just fuel, and so they're the wrong thing to add," he says. Investigators now believe the litter and waste caused the drum to slowly heat up "sort of like a slow burn charcoal briquette instead of an actual bomb."

After it arrived at the dump, it burst."

Slashdot Top Deals

Those who can, do; those who can't, write. Those who can't write work for the Bell Labs Record.

Working...