Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Always a niche (Score 2) 317

While I agree that we have seen technical advances during the past 20 years that have provided previously unseen tools that could be usable for teaching I don't think we should dismiss the old ways altogether.

Some subjects or fields of research if you will, are actually best taught using a chalk and a blackboard. One such an example is mathematics. A well trained lecturer that proves theorems and solves problems on a blackboard beats any powerpoint any day of the week. In fact, math is one of the oldest subjects there is that is taught and the so called didactics (the science of teaching and instruction or pedagogics) behind it has evolved over several hundred years and it is well understood. At least at the university level, high school math is a joke as far as I can tell, at least the math that has been taught there during the past 3-4 decades or so.

I've also been to business schools/universities where the blackboard has been replaced with a whiteboard and the lecturer is using powerpoints and I can tell right away that more efficient ways to ruin teaching are hard to come by! To put it simply, a subject such as math should never ever never ever be taught with powerpoint slides and a whiteboard!

So the bottom line is that don't dismiss the good old ways that have been developed and refined for centuries!

But carefully note that there are a lot of "new" subjects that have not yet found a good (consensus) way to be taught, examples of such subjects involve; computer science, economics, finance, operations management, logistics, ... etc. So it would be interesting to follow how the didactics behind them will evolve over time.

Also note that the average skills among people in math and language have steadily declined during the past 3-4 decades at least in the western world so I would say that at large, the educational system has rather devolved than evolved in spite of computers and the whatnot. I would even dare say that computers and all the gadgets around us have dumbed people down quite a bit. We don't need to be able to read and interpret maps anymore, we don't even need to be able to spell properly as spell checkers take care of that. Fact is that computers and the technical means available do more and more of the thinking for us and we should be careful about it as these means can do more harm than good as we can grow to become too dependent of them.

Comment Re:What are you smoking... (Score 1) 367

Maybe it is you that are confused. You are talking about the "2^N" approach to these prefixes as if everyone in the world uses it. Well, I've got a news flash for you; they don't. According to the ISO system, one kilogram is 10^3 grams, one megawatt is 10^6 watts, one gigapascal is 10^9 pascal and so on and this is what is widely accepted. The 2^N convention is not widely accepted. I understand it is reasonable to use it on bytes because the unit itself holds 8 bits (which is 2^3 bits) and not 10 bits. But the bit in and of itself does not have that oddity. One bit is one, just like one atom or one line of code (LOC). As far as I can recall one "k-loc" is 1000 lines of code and not 1024 lines of code.

Comment Re:bits or bytes (Score 2) 367

Since we're talking 'bits' and not 'bytes', isn't it a little bit misleading to say 512kbit/s to denote half a megabit per second? The convention of using the power of twos that are closest to each decimal prefix usually applies to bytes for memory addressing reasons but not on bits as far as I know.

The memory addressing space i.e. set (see mathematical sets ) of all possible memory addresses are always a power of 2. On a 16-bit memory bus the address space is 2^16 = 64 kB. More can be used by using memory banks where you can switch between them using some kind of a binary multiplexer. On a 32-bit system the address space is 2^32 = 4 GB and on a 64-bit system the address space is 2^64 = 16 EB (exabyte). In for example a 16-bit memory bus the address of a certain memory byte is expressed by a sequence of 16 binary digits e.g. 1101001010100101 (0xD2A5 in hexadecimal) which together gives rise to 2^16 possible combinations which is what defines the memory addressing space in a computer. This is why the power of two addressing convention is being used and widely accepted by the majority of computer users as a measure of amount of memory in RAM and hard drive storage.

Comment Re:Well, they're a good indicator of intelligence (Score 1) 672

The "profile" of one "best" person is not a statistically reliable indicator of what type of people to look for. From your description this person looks like a statistical outlier; there are many thousands of people out there who "barely gives a crap about the job" and are really lousy at what they do.

If you want to establish more reliable criteria for people to look for, you should establish a population of maybe the 10 best programmers or even the 20-50 best programmers you have run into during your 20 years in the business and look for commonalities among them, their driving forces, their passions and so on.

I have run into a few geniuses in the field where I'm at and I have found only two common factors among them; they are very intelligent and they are good at what they are doing. Apart from that, I have found them to be very different from each other when it comes to personal traits, interests and political opinions. I could not guess that they would have the level of skill that they had. Only in some cases the person was "socially awkward" and/or had an "exotic" taste for clothing where I could figure that either this is a total fool or an utter genius and the latter turned out to be true. In another case one guy was dressed as a "goth" with piercings and makeup, it was easy to dismiss him but after a while I realised that there was more to him than his style and looks.

Comment Re:rm -i (Score 1) 271

I generally don't delete files by mistake but there was one day when I did. I had a directory with .rar files that I wanted to remove while doing other things that involved repetitive tasks. So I issued rm *.rar in the directory I was at and removed the files that I wanted. Since the tasks were repetitive I issued commands from the command history and when I was in another directory I mistakenly brought up and entered the rm *.rar command again. Not funny.

I think it would be useful if there were some sort of prefix (like I enter !rm, !chmod, !format instead of rm, chmod, format) that prevents the given command to be either stored in the command history or be prevented from being invoked from the command history again.

Comment Re:coming up next (Score 1) 331

For examples of using vocal fry in singing look at the following clip that is "I Don't Wanna Miss a Thing" by Aerosmith:

http://www.youtube.com/watch?v=Vo_0UXRY_rY

pay particular attention at 0:31, 0:39, 0:48, ...

Or look for example att "Angels" by Robbie Williams:

http://www.youtube.com/watch?v=Fl4q2WBCywg

at 1:30. So vocal fry is also used for accentuation and is not merely a trick to compensate for lacking vocal abilities in singing. Vocal fry is also used to activate the vocal cords so as to help building up a vocal technique with a smoother transition between what is called "chest voice" and "head voice" without disconnecting or bursting into falsetto when reaching higher registers or "slamming" into chest voice when transitioning from higher registers into lower.
Science

Submission + - 'Vocal Fry' Creeping Into U.S. Speech (sciencemag.org)

sciencehabit writes: A curious vocal pattern has crept into the speech of young adult women who speak American English: low, creaky vibrations, also called vocal fry. Pop singers, such as Britney Spears, slip vocal fry into their music as a way to reach low notes and add style. Now, a new study of young women in New York state shows that the same guttural vibration—once considered a speech disorder—has become a language fad.

Submission + - Telomerase Enzyme: Most Effective Anti-Aging Suppl (wordpress.com)

patrpwenro writes: Recent advances in molecular and cell biology have allowed spectacular progress in our understanding of the molecular equipment of human aging. With this new info come insights into how that clockwork might be modified to slow or even reverse various aspects of human aging. The discovery of the telomerase gene as a central regulator of replicative immortality and the “key” that winds and sets the size of telomeres (and therefore cell replicative life span) in human cells has led to nice optimism in regards to the prospects of turning on the gene in the physique to increase telomeres and potentially human life span.
Amiga

Submission + - World of Commodore 2011 December 3rd in Toronto (tpug.ca)

Leif_Bloomquist writes: "The Toronto PET Users Group (TPUG) is pleased to announce the World of Commodore 2011! TPUG would like to invite everyone to join us for a weekend of all things Commodore. There will information about and displays of a variety of Commodore computers, demonstrations of new hardware and software projects using Commodore equipment, screenings of Commodore related videos, vendors selling the latest hardware and software available for Commodore computers as well as classic hardware, accessories, applications, games and much more."
AI

Submission + - 50 Quadcopters Fly Autonomously To Build Tower (singularityhub.com)

kkleiner writes: "Fifty quadcopters will take to the air simultaneously and work together to position 1,500 prefabricated foam blocks into a 20 foot tall tower. When it is completed the tower will stand 6 meters tall (19.7 feet) and 3.5 meters wide (11.5 feet). That’s a significant chunk of the 10 x 10 x 10 meter airspace that the 50 quadcopters get to work in. Custom built electronics and onboard sensors enable the precise control needed to dance together so dangerously close."
Transportation

Submission + - Algorithm Can Predict Red Light Runners

adeelarshad82 writes: Researchers at MIT have developed an algorithm that determines which drivers will run a red light, within one to two seconds before a potential collision. The research based on 15,000 cars at a busy intersection monitored various factors to determine which cars were were likely to run a red light. They found that their predictions were correct about 85 percent of the time, which is about 15-20 percent better than existing traffic prediction algorithms.
Piracy

Submission + - Vavle's Gabe Newell on piracy and more (cam.ac.uk)

silentbrad writes: IGN has an article about Gabe Newell, quoting his views on privacy:

'In general, we think there is a fundamental misconception about piracy. Piracy is almost always a service problem and not a pricing problem. For example, if a pirate offers a product anywhere in the world, 24 x 7, purchasable from the convenience of your personal computer, and the legal provider says the product is region-locked, will come to your country 3 months after the US release, and can only be purchased at a brick and mortar store, then the pirate's service is more valuable. Most DRM solutions diminish the value of the product by either directly restricting a customers use or by creating uncertainty.'

Gabe has more to say in the original interview, including his thoughts on e-sports.

Comment Re:Meh. (Score 1) 381

Well then, there are four ALUs in each core and not two cores. Just because the said performance is higher per core in the next generation CPU doesn't make it right to double the core count the way AMD has done. Hyperthreading or SMT as other CPU manufacturers than Intel call it can allow for more than just two threads per core. The implementation AMD has done is merely an enhanced version of SMT, no more no less.

Sure everything is nice and dandy in theory whereas in practice things are not so shiny and the Bulldozer family has failed miserably to impress even with their line of Opteron 6200 CPUs on server benchmarks. As the per-core licensing scheme is becoming the standard licensing scheme among servers, the Bulldozer family of CPUs looks very unattractive right now.

Slashdot Top Deals

"By the time they had diminished from 50 to 8, the other dwarves began to suspect "Hungry." -- a Larson cartoon

Working...