Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Right! (Score 1) 581

Programming is always becoming obsolete. Every time a new compiler, API comes out there's a boom time where programmers in a particular field are in demand, then once all that infra-structure has been built, applications have been ported, the industry moves onto the next level. In the early 1990's, you could get a job with knowledge of C, X-windows, X-toolkit and GLX, X.25 and ISDN were also in demand. By the late 1990's, you needed to know C++, Win32, MFC, Then web page design took off around 2000, so a new path opened up as web page designer. That needed knowledge of HTML, ActiveX. Now, big data is another path that has opened, and that requires knowledge of things like Reduction, Hadoop, So there is a constant need to retrain as you go along.

Comment Re:San Fran = the new Detroit (Score 1) 371

I've seen documentaries on the operation of modern car making plants. Car components are ordered automatically, they are then distributed to the correct area of the factory by automatic trolley systems. Robots lift up the parts, weld them in place. Windows are put in place by robot. Spray-painting is done by machine. Humans do things like final testing.

Comment Re:Sand in our Brain (Score 3, Informative) 105

Look up "boids". Each critter has a field of view and a current direction. It only responds to what it sees in that field-of-view. If other critters start running, it starts running too. If they stop, it stops. With fish, the minute one turns, there is a flash of light. That instructs all the others to turn as well, providing the flash is bright enough. Maybe it takes two or more.

Comment Re:As an observer (Score 4, Informative) 105

There was an idea in computing several decades ago about "asynchronous computing". The idea was that you could get rid of the need to have all the different regions of your silicon chip clocked at exactly the same speed. Instead, data would move between different units at different speeds according to demand. If a particular circuit wasn't used, you could put it in a low power state, if something was being filled up with data, you boosted the clock speed. You end up with data "flowing" through the system or data-flow- computing.

So it's much similar to the brain where different regions light up under fMRI analysis as oxygen flow increases as they are used. And scientists have a good idea what different regions of the brain do - usually a high-level function like generate-muscle-motion-to-say-phrase or recognise-name-of-object-from-picture. From other methods of MRI scans, they have identified the pathways where different parts of the brain communicate along, and are able to visualize these as "connectograms", Phineas Gage is the best example.

Comment Re:Crypto hype (Score 2) 179

Heart and Lung rhythms are regulated using systems known as reaction-diffusion systems. An entire system is represented by a grid of cells, with every cell is at a particular state with a mix of chemicals, typicall named A,B,C ... There's the reaction part where A->2B, B->B+A, and then there's the diffusion part where the state of each cell is combined with it's neighbors. Each iteration calculates the new state of each cell, and applies the diffusion.

Imagine if you stored your message as particular chemical levels, then ran a few thousand iterations - you would get a new unique state.

But it would seem extremely hard to roll backwards.

Comment Re:Bar code (Score 1) 190

Some insect species like those giant hornets actually have random patterns that help identify individuals to each other.. Cows are also able to recognize each other due to the spot patterns - they do exhibit preferences to who they stand beside. My own theory is that snails can recognise each other using the stripy patterns they have on their shells. They would make the perfect bar code that could be read from any direction - a method that was patented in 1949 (http://www.scdigest.com/ontarget/12-12-18-1.php?cid=6548).

Comment Re:I don't think people care (Score 1) 470

Before the discovery of micro-organisms, the belief was that illnesses were caused by bad spirits, objects and places like water-wells being cursed. In fact, there was something bad there - bacteria. Then they had the idea that blood-letting was one way of releasing the "bad spirits" from the body. In a way, it might have worked by reducing bacteria levels in the bloodstream.

Then there were the plague inspectors who wore boots, a long gown, hood and a facemask filled with herbs, spices and perfumes - a primitive version of a white-suit.

Once Newtonian and Maxwellian physics were known, it took researchers 200 years to find applications for those formulae. Batteries, electric circuits, lamps, photo-diodes, speakers, microphones, magnetic tape, magnetic disks, motors, cameras, video camcorders all came from that knowledge.

Comment Re:Workers don't want to move where jobs are! (Score 1) 325

Every discussion about the best places to work has always brought up the following: the size of homes, property taxes, quality of education, gang crime, homeless levels, commute times as well as political and religious beliefs.

Businesses will also locate to where there are the most qualified workers at the lowest rate.

Comment Re:Tedious != Difficult (Score 1) 44

I though the Nintendo games (Super Mario 64, Ocarina of Time) started off in parallel steps as you explored each level to find keys and unlock other levels. But eventually after figuring out the optimum sequence of completing levels (get the flying hat first, then get the invisibility hat, get the ten keys, get the skulltulas), then the game becomes linear.

Slashdot Top Deals

Anyone can make an omelet with eggs. The trick is to make one with none.

Working...