Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:The BORG! (Score 1) 266

I'm in a military.

Starfleet - especially the Starfleet of ST2 - is *unquestionably* a military.

Gene said a lot of things, but trek grew well beyond his initial creation and took on a life of its own. You can't argue using dogma.

Comment Re:instant disqualification (Score 1) 648

Commodore BASIC, Turbo Pascal, M6800 Assembly (wonderful!), 8088 Assembly (horrible!), C, SQL, M68k Assembly, AREXX, perl, sh, Javascript, Java, php. I've dabbled in others (I can crank out a VB macro if need be), but those are my core fluencies.

The assembly was very useful in learning how the CPU actually works, and proved very useful for understanding industrial/microcontroller stuff later on, but with CPUs these days being vastly more complex than an 8088 or an M6800, I don't know if it could be dumbed down enough. Perhaps on a virtual machine or something?

Turbo Pascal was an absolutely brilliant language to learn on, and it is a shame Pascal seems to have fallen out of favour. It was powerful enough to write workable programs on, but simple enough to keep a new student from wandering off the cliff edge.

If I was teaching, I'd use perl:

- perl supports multiple syntaxes so you can teach the simple stuff in a straightforward manner
- The fact that it identifies variables and in which context they are being used is a brilliant way to help students separate out what bits are variables/arguments and what bits are code
- The C and sh bits are gateways into C and sh - "C lite"
- You can do some really powerful and *useful* programs in perl, which teaches that programming isn't just the creation of monolithic apps, but a *process* that can be used to solve a single specific problem.
- perl has native regular expressions, and teaching pattern matching opens up a whole new world of problem solving techniques

I can see homework like "Take the provided text file, and write a program that takes it as input and prints out the sentence that has the most vowels in it" or "Write a program that prints a list of the songs in your music library, ordered by date of album release". These programs are easy to write in perl, fun, challenging, and *useful*.

Comment Re:WMDs? Chemical weapons? Wait, what? (Score 2) 376

I doubt I'll have much success in this, but I've tilted and windmills before:

Chemical Weapons are indeed "Weapons of Mass Destruction" - and the key characteristic that makes them so is *indescrimination*.

A straight-up HE bomb (or even a pie-in-the-sky KE weapon) has a known blast radius around its intended target. Pick target, apply Circular Error Probable, apply blast radius, and you now have a circle that pretty accurately defines the amount of damage that weapon will do.

With a Chemical, Nuclear, or Biological weapon, that calculation no longer applies. With each, you get a cloud of contamination whose extent and direction you cannot predict, and - as the contamination is persistant to some degree - you cannot predict the number of unintended exposures to weapon effects after the fact.

A single machine gun, or even a knife, given enough persistance and patience, can indeed kill as many people as any CBRN strike. But unlike the CBRN strike, each person killed will have been done so purpously and with intent - and in the occasion of unintended casualties, those numbers will be small. Not so with a CBRN strike on a military target outside a city, when the wind changes and accidentally contaminates a major populated area..

It is that capability to expose large numbers of non-combatants to weapons effects *indescriminately* from actual combatants that makes these "WMDs"

Comment Re:Deleted (Score 1) 108

Indeed.

Print encyclopedias had to be picky about editing, because even edited down they were still 100lbs and took up feet of shelf space.

A digital encyclopedia has no such constraints. It can be a repository for everything, at no cost.

The "not notable" constraint is totally artificial and serves only as an outlet for the petty-minded to exert some small degree of power.

DG

Slashdot Top Deals

Stellar rays prove fibbing never pays. Embezzlement is another matter.

Working...