* Posts by JeffyPoooh

4286 publicly visible posts • joined 28 Jun 2013

Australian astroboffins reveal hundreds of hidden galaxies

JeffyPoooh
Pint

Yeah, okay...

"...But why is it in a sheep paddock?"

LIGO boffins set to reveal grav-wave corker

JeffyPoooh
Pint

Re: Re. black holes

"...The ultimate death ray..."

...combined with...

"Gravity waves... ...get here first..."

How much warning time do we get with this LIGO-based Ultimate Death Ray warning system?

Duck and Cover? Or enough time to get the women and children into the cavern?

Google crafts custom networking CPU with parallel computing links

JeffyPoooh
Pint

Very RISC... Like heading back in time.

Eventually they'll announce a new-fangled 32-bit wide NAND gate with some tunable delay lines. The compiler will convert your code into the required tuning of the delay lines.

Hmmm... must buy some mercury futures.

Fleet of 4.77MHz LCD laptops with 8088 CPUs still alive after 30 years

JeffyPoooh
Pint

Fleet of 4.77Mhz...

MHz

Submarine cable cut lops Terabits off Australia's data bridge

JeffyPoooh
Pint

WM "Satalight [satellite] service?"

O3B can provide "fiber optic" class speeds (sort of) up to latitude 45° N or S.

Last I read was that the ground station was a million dollars. Ideal for any African village...

JeffyPoooh
Pint

Re: I would really love to see the repair job

Do they bother trenching at depth?

I've seen a few 'Mighty Ship' episodes and my recollection is that they don't bother trenching or ploughing once the water is a full one km deep.

Perhaps I'm confused.

Remember Netbooks? Windows 10 makes them good again!

JeffyPoooh
Pint

"...free Office 365 for a year, making it a tough deal to ignore..."

Free is good.

But the "...for a year..." makes it very easy to ignore.

LinkedIn sinkin': $10bn gone in one day as shares plummet 40%

JeffyPoooh
Pint

Re: LinkedIn...

WG "Actually I don't 'get' social media at all."

Comment forums (like this one) are absolutely in the category of social media.

So, er, hello there.

This particular example seems to attract a fairly intelligent crowd with a huge range of expertise. Makes it a bit different than many others.

JeffyPoooh
Pint

What time is it at LinkedIn?

What time is it at LinkedIn?

*12:00", "12:00", "12:00", "12:00", "12:00", ...

Winning Underhand C Contest code silently tricks nuke inspectors

JeffyPoooh
Pint

Re: The power of backspace

The LIST command should display this:

10 PRINT "YES!!"; REM , followed by (in this example) 13 backspaces.

Resulting in this:

10 PRINT , then resume with "NO!!"

The end result is displayed like this:

10 PRINT "NO!!"

YMMV, but I'm not sure why it would if it meets our one fundamental assumption.

Find&Replace 'Script' vice one-line in-line snippet:

I'm now recalling that I might have had a BASIC code snippet, perhaps starting at (for example) line 1000, which did the searching through memory (in the right area) to find the placeholders and replace them with ^h (using PEEK and POKE). So the previously mention script was probably as simple as RUN 1000. And then delete the snippet, and SAVE the resultant magic code.

Knowing myself, the snippet would have been just one line of code.

JeffyPoooh
Pint

Re: The power of backspace

I could do COBOL. Or FORTRAN (yes, the all-uppercase era).

Problem is that the backspace trick doesn't work as well with punch cards.

JeffyPoooh
Pint

The power of backspace

If one can pack the source code with backspaces, typically by using an obscure placeholder character and then running a find&replace script to replace the placeholders with ^h, then one can completely separate the apparent source code (which is actually just trailing comment text), from the actual source code (cleverly hidden 'beneath' the backspaces).

Here's a trivial example written in BASIC where 'ĥ' is used to represent the ^h backspaces that have been packed into the code by a trivial script.

10 PRINT "YES!!"; REM ĥĥĥĥĥĥĥĥĥĥĥĥĥ"NO!!"

LIST

10 PRINT "NO!!"

RUN

YES!!

With this trick, one can do almost anything. The source code can be whatever you want, because it's just commenting, while the actual code is hidden by the backspaces.

I came up with this evil trick around 1980 or so. A nice example was making LIST appear to do RUN, and make RUN appear to do LIST. Mysterious math errors were fun. Almost no limit.

(I know other languages, but I chose to use BASIC for this example. Forgive me.)

This will probably work with any language that allows trailing comments on a line.

While we weren't looking, the WAN changed

JeffyPoooh
Pint

I'm so naive...

I had assumed that they'd have had all these sorts of networking options and variations on-the-shelf since the 1990s.

Mall owner lays blame at Apple's door for dragging down sales

JeffyPoooh
Pint

Re: Apple is special

R offered "...Apple refuses rents based on sales percentages. They just don't do it. ..."

They'd like people (mall owners) to believe that, but apparently it's not actually true.

How else can we explain this entire news story?

Apple fib? Ha!

Symantec's definition of transformation: Take the profit made a year ago and burn a quarter of it

JeffyPoooh
Pint

Good, I hope it hurts...

I'm so happy. Symantec deserves whatever crap that karma can throw at them.

German Chancellor fires hydrogen plasma with the push of a button

JeffyPoooh
Pint

How do they plan to get the heat out?

A comment about fusion power and plumbing. Perhaps aimed more at L-M than anyone...

At some point they're going to need gawdawful big pipes carrying away hot medium. Fusion appears to be a very high power density scheme. But there's no point making a gigawatt matchbox-sized device (<- trying to make the point clear), nor (this is for you Lockheed-Martin) a 100MW fusion reactor that "...fits on the back of a truck..."

If it's near gigawatt class, then it needs to be the size of a large building just to have space to interface to the heat-engine plumbing. Unless they plan to use some exotic media like gaseous tungsten in one-inch plumbing, LOL. Not to mention the cold side cooling towers, turbines, generators, transformers, switch yard, offices, cafeteria, parking lot, guard house.

Lockheed-Martin must be envisioning a pretty big truck.

I've not seen any evidence that they (anyone) are working on a fusion concept with a power/volume ratio scale that's practical in terms of allowing room for the necessary plumbing to shift the energy flux out towards the steam turbines.

'Dodgy Type-C USB cable fried my laptop!'

JeffyPoooh
Pint

Re: Who ever designed..

DropBear "...relays..."

Relays need power. The "perfect" solution requires latching relays.

;-)

JeffyPoooh
Pint

Re: Who ever designed..

Arbitrarily low power loss, all the way to perfectly zero as follows...

Latching (magnetically held) relays, one to isolate and the other wired to reverse polarity. A solar powered supervisory circuit examines and corrects the polarity, before connecting it. The supervisory circuit triggers the system off in the event of a sudden reversal. A parallel diode eats the reverse pulse for the milliseconds needed. Perfect. And ZERO loss.

As that's impractically expensive, just use a low R-on FET. Really low loss.

JeffyPoooh
Pint

Re: Who ever designed..

Symon "but it would cost, and you would lose efficiency."

Yes, no.

There are plenty of clever circuit ideas that can provide polarity reversal protection, without the efficiency reduction (voltage drop) of the more-obvious series diode schemes.

Lights out for Space Vehicle Number 23: UK smacked when US sat threw GPS out of whack

JeffyPoooh
Pint

Re: Dependency exposed

Lee wrote "...bigger worlds of hurt than a 13ms time difference knocking things out."

On this precision-oriented topic, we're not accepting "13ms" (milli) when it should be 13µs (micro)

;-)

JeffyPoooh
Pint

Re: Chip Scale Atomic Clocks (CSAC) - $1500 price class

My post is offering "Edit (81 minutes)" as opposed to 10 minutes.

Is our El Reg over an hour out due to some GPS glitch?

JeffyPoooh
Pint

Re: Chip Scale Atomic Clocks (CSAC) - $1500 price class

Symon "...reject any 1pps signal which is more than about 150ns away from when it's meant to be."

Cool... A CSAC with self-confidence.

Beers all around. Including the designer of your CSAC.

JeffyPoooh
Pint

Re: 'precision docking of oil tankers, as well as navigation'

Mort offered "radio travels a long way in 13 ms"

Even in the corrected 13µs (as opposed to 13ms), it's on the order of 13,000 feet. About a foot per ns.

It'd be a pretty poor navigation system that depends on absolute time, as opposed to relative. Typically, it's all relative timing.

JeffyPoooh
Pint

Chip Scale Atomic Clocks (CSAC) - $1500 price class

Their sales should take off...

Amusingly, the CSAC has a pin to input the GPS 1pps signal (a pulse precisely aligned with the exact 'top' of each GPS second) to discipline the atomic clock. So any system design would likely still have a connection back to the GPS Time.

Life just got a lot more complicated for system designers.

They're alive! Galileo sats 9 and 10 sending valid signals

JeffyPoooh
Pint

Re: Clock Sovereignity

A later story clarifies that GPS Time itself was slipped by 13 us due to some errors back at GPS HQ.

In that case, I withdraw my previous suggestion (just above). If the GPS Time signal is present, then it is not unreasonable to assume that it's 'the' standard.

Even if you had a local atomic clock for comparison, one would naturally assume that the local clock had gone haywire before you'd assume that the GPS Time had glitched.

The only exception would be if one had an array of atomic clocks (like at a National Lab); then one might be able to make the correction assumption.

JeffyPoooh
Pint

Re: Clock Sovereignity

For $1500+/- in parts, the designer could have included a Chip-Scale Atomic Clock (CSAC). And there are plenty of other approaches to avoiding such problems.

Design failure if a decision in Colorado leads to a system screwing up in Blighty.

13 CubeSats to ride mighty US lifter

JeffyPoooh
Pint

Cubesats in deep space?

Crikey. That'll keep the big dishes busy.

Amusing quote: "...Why is it in a sheep paddock?" Recognize it?

Why the Sun is setting on the Boeing 747

JeffyPoooh
Pint

Re: Really?

x7 "...four-jet fares even worse because of the risk of uncontained turbine failure, or an engine fire, taking out the adjacent engine. That's not possible in a trijet."

You've ignored the several tragic incidents where the failure of the tail-mounted engine took out the tail control surfaces or the systems that control them.

As far as I know, that's one of the fundamental reasons that tri-jets are no longer a favoured design architecture.

JeffyPoooh
Pint

Re: Some dodgy facts in there

"But the fourth engine gave the plane a significant safety advantage in that it would retain much greater propulsion power if one of the engines failed."

A more significant failure mode for the tail-mounted engine involves its somewhat-uncontained failure leading to damage to the tail control surfaces, or the systems that control them. There's a list of such incidents; most of which ended badly.

In hindsight, putting an aircraft engine in the tail is about as bad a conceptual design error as bolting a spaceship *beside* its large External Fuel Tank.

Windows 10 will now automatically download and install on PCs

JeffyPoooh
Pint

Endless loop of stupidity

10 PRINT "Please upgrade to Windows 10."

20 PRINT "Sorry your hardware is not compatible."

30 GOTO 10

No argument or debate; this is utterly daft.

Random ideas sought to improve cryptography

JeffyPoooh
Pint

Re: Way back when

"...infinitely long, yet reproducible, random sequence."

The nice thing about infinities is that they can be endlessly compressed. Unfortunately, they're still infinite.

Here, look up some YouTube videos on this.

https://en.wikipedia.org/wiki/Banach%E2%80%93Tarski_paradox

Start with Mathologer, then Vsauce.

Bring a bucket to carry home the exploded bits of your brain.

Only a tenuous connection to this thread, but still very entertaining.

Microsoft sinks to new depths with underwater data centre experiment

JeffyPoooh
Pint

20kw

Put the 20kw server in my basement. In Canada.

You pay the server power bill. I get free heat.

I get to sleep with the window open, even in February.

In summer, we might need to run a pipe from the lake.

Summer is often one week in late-July. Rest of year, air cooling.

I've offered to store old fuel-rods from nuclear power stations.

Tens of kilowatts of free heat in winter, worth the neutron flux.

JeffyPoooh
Pint

Re: "Offshore" data storage

allthe...etc, "AFAIK they still have subs..."

It's a big secret. Here's the Wikipedia article on it.

https://en.wikipedia.org/wiki/USS_Jimmy_Carter_(SSN-23)

Don't tell anyone.

JeffyPoooh
Pint

Re: Why put it all below water?

Wires might be cheaper than pipes.

But a leaking gasket will lead to server destruction. In the long run, pipes are cheaper than wires.

How Symantec scuppered Veritas sell-off six ways to Sunday

JeffyPoooh
Pint

"...issues elated to the transition to our new ERP system..."

Symantec screwed by SAP? Delightful news.

(I assume it's SAP. ERP 'issues' typically means SAP.)

Now, please make my day complete by having a Symantec update issue take SAP off-line.

Delightful news. Simply delightful.

Loons in balloons: Google asks FCC to approve Net plan

JeffyPoooh
Pint

Idea...

Forget the microwaves. Just string fiber optic strands up and down. They'd help keep the balloons tethered in place.

Airplanes? Ban 'em.

Most of the world still dependent on cash

JeffyPoooh
Pint

Re: Eh?

"Unfortunately, it's very hard to verify a cashless system. If the publican believes that they took £1000 but the cashless provider claims they only took £900, how do you prove it? With cash you do a recount of both ends - till roll and contents. Can't do that in a cashless system."

In Canada, it's nearly universal that the debit card system prints out two copies of the debit receipt. One copy goes in the till. If there's any discrepancy, then they can check the paper copies. Otherwise, just file them for 90 days, then shred.

JeffyPoooh
Pint

Re: Eh? Taste of Tasmania

They're doing it wrong.

A good debit card system takes about the same time as making change. If one uses bonk-pay cards, then it's faster; in fact there's nothing faster.

The system should provide the option of paper receipts for both parties. Every transaction should have a unique number assigned. It should be completely auditable.

Did these people roll out their own flawed system?

JeffyPoooh

Re: The title should be

"...still to poor..."

too

Read up on how M-Pesa changed the lives of many in Africa. Replace a monthly seven-hour bus ride back to the home village to deliver cash, getting robbed and murdered of course, with a mobile e-transfer back to the family.

The efficiency of the system will save them enough money to buy a water filter. And more food. And fix the roof.

JeffyPoooh
Pint

Failure to mention Africa's M-Pesa mobile-phone based e-money...

No mention of M-Pesa.

No mention of Africa.

No mention of mobile.

Kinda leaves a huge gap in the article. Obvious to anyone that's paid even the slightest bit of attention to the topic. City workers able to send e-money home, minus the 7-hour bus ride. It's huge.

If The Register actually paid Out-Law (Pinsent Masons) for this flawed article, can you get a refund?

Or send them their fee via M-Pesa.

AI no longer needs to fake it. Just don't try talking to your robots

JeffyPoooh
Pint

DO-178, IC makers liability

Impose the requirement for DO-178 documentation, as it should be. Being obviously life-critical. That'll slow 'em down a bit. How do they plan to document the 'machine learning' sub-systems? Hopefully somebody imposes some adult supervision into this industry before they're let loose.

Have the chip makers signed-off on this application? They're in danger of being pulled into any product failure liability lawsuits. A failed chip, self-driving car mows down children. Could get expensive. Will they impose standards for 'screened' parts?

These sorts of issues will delay this for at least a decade beyond what some people seem to think.

JeffyPoooh
Pint

Re: Two accidents when humans "had chosen to take the wheel"

I can't understand why so many seem to suddenly develop utter faith and innocent cow-eyed naivety when considering results from the coder drones that'll be programming these self-driving cars. Almost everybody is assuming utter perfection and some new transportation Nirvana.

In fact, there will be some ex-Symantec, ex-SAP, ex-Airbus autopilot, former Android, etc. coder drones bringing their own unique set of frightening 'talents' to the party.

Did they issue Kool-Aid that I missed? Why is everyone abandoning their critical thinking skills, and entering a dreamy trance?

Once these things become somewhat common, it's going to be at least ten years of comedy and chaos. The nightly news will have a regular segment. Obviously.

JeffyPoooh
Pint

Re: WTF?!

Why do you think that even less intelligence is required to design a commentard trolling program?

Signed, Eliza.

JeffyPoooh
Pint

Yawn...

Yes. A.I. is just around the corner. No argument.

Of course, A.I. has been 'just around the corner' since the 1960s.

Now, where's my Flying Car? Where's my Too Cheap To Meter fusion power?

Israeli drones and jet signals slurped by UK and US SIGINT teams

JeffyPoooh
Pint

Re: Listen up

"...millions of people around the world, pick up Radio 4."

I think that you spelled "BBC World Service" incorrectly.

Land Rover Defender dies: Production finally halted by EU rules

JeffyPoooh
Pint

Re: Safety?

@stucs201 "...the Defender and it's predecessors..."

It's "its", not "...and it is predecessors..."

The Defender could only be (much) worse. So the point revealed in the video remains valid.

FACT: Big dumb SUVs generally have very poor crash safety. Too many people have wrong ideas on this point, which is exactly why Fifth Gear had to make the video. In the USA, they did a similar test of old and new Chevy, with the surprising to some result.

Anyone that assumes that 'big dumb heavy' = 'crash safety' is just hopelessly ill-informed.

Their confidence in their daft misbelief is just aggravating.

Ignorant fools in heavy vehicles. Not good. Too common.

JeffyPoooh
Pint

Re: Safety?

AC "No, the crumple zone is other people's cars...."

Go find the 'Fifth Gear' crash test between a minivan and your Land Rover.

Watch and learn.

Edit, here: https://www.youtube.com/watch?v=Ad8dHYAIhZ4

JeffyPoooh
Pint

Re: The Evoque

Top Gear (Clarkson) said that the Range Rover Sport (original) had TWO chassis. I think he meant that it had a complete monocoque and an extra chassis.

JeffyPoooh
Pint

Truncated history

"...the Defender can trace its roots through the original Series vehicles back to 1948, making it one of world’s first four-wheel-drive vehicles."

Did we forget to mention the inspirational role played by the WWII Willys Jeep? Nearly every other history of Land Rover mentions that little factoid at the beginning.

Aereo TV boss is back ... pitching gigabit internet and a $350 Wi-Fi router

JeffyPoooh
Pint

Re: OK Investors, we are looking for a payday!!!!

@Fatman

10/10. Full points. Best post. Essentially perfect.