Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:Not only that... (Score 1) 73

Not only that, but also...

Don’t let your email system automatically load external reference links (images, icons, etc.). Auto-loading images validates your email address just by receiving the email and not even reading it. If your email system auto-loads external references, they are fetched using individually crafted URLs send in the email you receive and the sender, by checking their own HTML-access logs, knows your email was fetched and is currently active.

Comment Keep AI's hands off optimizing the OS' Wait Loop (Score 1) 66

Years ago analyzing the distribution/frequency of instruction combinations resulted in a redesign of the machine microcode that caused no significant speed gain. It turned out the most frequently used (now) optimized instruction combinations were mostly resident in the OS' wait-loop code!

Comment Re:comment explained by the original author (Score 5, Insightful) 48

Ahh the old days, where the hardware designers rarely talked to the system designers and programming magic had to be performed to get PDP-11s to run anything multi-user at all.

A related story (where I was just a fly on the wall), was how to implement paging in UNIX (Series 6, I think the days before Bourne Shell, the days where /bin/sh had only one prompt (“% “, unless you were root ‘# ’), and “do-done loops” were a gleam in someone’s eye but I digress).

George Coulouris (QMC London University) employed an IT person (before the term was invented) who was a real UNIX Guru. I *really* wish I could remember his name - he taught me the basics of how to treat impatient students (of which I was one), who would nag while we waited for him to magically key-in disk i/o block-rewrites, from the 11/40 switches (before the days of microcode-handled consoles that could run fsck in single-user mode). The toggle-magic he would work in his sleep was essentially fsdb from some notes he made in machine code on paper. F***ing Brilliant!.

Back to the story This “Mr. Guru” had much more complicated things to do in his spare time. He was one of the contributors to fixing the “Instruction Backup Problem” on PDP-11/40s. The early days of trying to get paging to work reliably on PDP-11s. There was a piece of kernel assembler code that would be invoked whenever a page-fault was hit. The job of this code was to reverse out the partially executed machine code instruction that caused the fault, load (from disk, or some other cache in memory) the not-currently-available block of instructions or data, subtract the correct number of bytes from the user’s PC (program counter), and do an RTI (return from interrupt) to get the user’s program to blissfully continue from where it was rudely interrupted. It was actually a huge switch statement in assembler - a piece of code to handle each instruction, with their combination of (possibly) indirected 2-address arguments.

The major wrinkle here was that while it worked properly on an PDP-11/70 (for those who could afford that beauty), the rest of us had to make do on a PDP-11/40 (for which we grew fond and had to speak softly and kindly in its presence, in case it failed to properly write all the bits on a disk block and threw a block-checksum error and bring the whole machine down (again) and make the Mr. Guru dance over the toggle switches for an hour or so).

From time to time a user’s “a.out” would throw a core dump for no good reason. I’ve no idea how Mr. Guru figured this out, but the problem was occurring in the Page-Fault interrupt service function. There was one instruction type for which enough information was not salvageable unambiguously - to backup the instruction to a point it could be rerun on RTI. I’m sorry but I do not know what the actual instruction was. The fix was to change the assembler to not generate that particular instruction (with its ambiguous indirected arguments) on a PDP-11/40. Ever again!

Hats off to George C and Mr. Guru. Those *were* the days.

Comment Do (did) WHO also think the Flu is not airborne? (Score 2) 113

Wait... What? Does this mean WHO also think (or thought) the Flu is not mostly, or significantly, spread by air?

Have they looked at the missing Flu infections in the presence of mask usage?
Are those decreases solely due to isolation caused by COVID-19 or is the Flu also similarly misclassified?

https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fwww.scientificamerican.com%2Farticle%2Fflu-has-disappeared-worldwide-during-the-covid-pandemic1%2F

Comment Re: Warping of spacetime (Score 1) 139

Unfortunately, though I do not subscribe to extraterrestrial sources (distances too vast for remote monitoring), thereâ(TM)s an explanation for a watch reporting its time in our (normal) frame. Cellular watches. Apple Watches etc. auto correct when exposed to digital cellular signals.

Not something mechanical watches do, and correction logs should be available somewhere on cellular watches and phones, but itâ(TM)s a feature of our more recent time keeping technology.

Additionally though, communication of any kind, into and out of, a time warping field would be too heavily Doppler-shifted to maintain a digital connection. Aircraft GPS (among other externally hosted systems) would not work within such a field. Onboard systems would log these anomalies. A cell watch would auto correct after exit from such a field.

The article is not clear about when the anecdotal time shifting event reportedly took place.

Slashdot Top Deals

The difficult we do today; the impossible takes a little longer.

Working...