* Posts by Doctor Syntax

33111 publicly visible posts • joined 16 Jun 2014

Page:

These 17,000 unpatched Microsoft Exchange servers are a ticking time bomb

Doctor Syntax Silver badge

Re: Those damned reboots

"Updates to Linux systems that affect the kernel pretty much do require actual reboots, it's just that the update will remain pending until you next reboot the system."

Also, a Linux reboot is just that - stop what's running and restart with the new kernel which is already in place. From observation (because it's the only way to understand what might be in a black box) the Windows reboot for an update undertakes a lot of the update work in the course of an reboot so there's maybe a couple of orders of magnitude more time involved. And, of course, kernel updates are usually one every few months, not every month.

Doctor Syntax Silver badge

Re: Those damned reboots

Ah, yes, but remember that Linux still has to restart updated services so they'll be out of action for as long as a fraction of a second.

Doctor Syntax Silver badge
Facepalm

Re: 17000+

Just looking at the headline I thought it probably wasn't too bad considering how many instances there must be worldwide. Then realised it was just one country. Wow.

PostgreSQL pioneer's latest brainchild promises time travel to dodge ransomware

Doctor Syntax Silver badge

Re: Why the cloud?

You're licky it's just cloud and not AI and blockchain thrown in for good measure.

Doctor Syntax Silver badge

"putting the cloud operating system on top of a distributed DBMS"

And what's the distributed DBMS running on top of?

Hyperfluorescent OLEDs promise more efficient displays that won't make you so blue

Doctor Syntax Silver badge

Re: Monochrome World

Monochrome - single colour.

Yellow is a single colour.

Doctor Syntax Silver badge

"hyperfluorescence – a term coined by scientist Chihaya Adachi and trademarked by display materials specialist Kyulux"

Marketing getting to work early.

Meta accused of snarfing people's Snapchat data via traffic decryption

Doctor Syntax Silver badge

Ought to result in jail time. Probably won't.

Instead the TLAs will want copies.

Uncle Sam's had it up to here with 'unforgivable' SQL injection flaws

Doctor Syntax Silver badge

Re: Misleading paragraph

It seems to but doesn't. It can equally well, and should apply to string sanitisation. Not the finest bit of el Reg writing, I'm afraid.

Doctor Syntax Silver badge

Re: SQL is the problem

"One that looked like code and did enforce them could end up fixing the injection risk in such an ugly way that nobody used it."

And would be more prone to bugs.

Doctor Syntax Silver badge

Re: more likely that "input sanitization techniques" was meant

My GP's online system appears to be applying string sanitisation to passwords. That worries me they're storing the passwords online in clear.

Doctor Syntax Silver badge

Re: SQL is the problem

A good programming language is one which allows the developer to express the requirement clearly and should be equally clear to read for anyone who has to maintain the code afterwards. For its given domain SQL does just that and it's a good deal less verbose than what I understand COBOL to be.

I'm not sure of your preferred programming language but whatever it is could you give an example of how you think it should be done to extract data joining, say four tables, with selection criteria spanning at least five columns in at least three of the tables. At least one of the criteria should be a range of values and at least one other should provide the equivalent of a SQL OR clause to filter on multiple values for that column.

Then explain how the resulting code meets the clarity of expression and reading criteria better than the equivalent SQL.

The problem in TFA is not SQL It's in constructing the SQL on the fly as opposed to parametrising a pre-written statement. About the only benefit of your "real" programming language is that parametrising would be unavoidable. The downside is that you'd have to produce a complex set of statements for each individual SQL statement you replace.

I'm trying to cast my mind back 40 years to the time before Informix adopted SQL and we had to use a C library instead. Fortunately time is shielding me from that.

Doctor Syntax Silver badge

Re: “parameterized queries with prepared statements” are “brittle”

You're excused. The paragraph you're looking at uses "These" and "they're" ambiguously because it's not specified to what they refer.. You parsed them, quite reasonably, as referring to "parameterized queries with prepared statements" in the previous paragraph.. It seems more likely that "input sanitization techniques" was meant. If you read it like that it's consistent with your getting yelled at.

Lenovo scores deal to build supercomputer at UK's Hartree Center

Doctor Syntax Silver badge

Wait until somebody notices the Chinese ownership and the panic sets in.

CEO of UK's National Grid warns of datacenters' thirst for power

Doctor Syntax Silver badge

Re: off peak power

800kv applied direct to the logic boards should solve the problem and be quite illuminating.

The UK Digital Information Bill: Brexit dividend or data disaster?

Doctor Syntax Silver badge

Re: Growth & innovation

I used to think it was a law of political organisation that any party of sufficient size would develop a Dunning-Kruger wing.

Then I thought of the opposite. Any party of sufficient size develops a non-Dunning Kruger wing. That fits observed data much better.

They've all got one. The best we can hope for is that the main parties don't have their DK wing in the ascendency at the same time and even better if the one in power doesn't.

Doctor Syntax Silver badge

Re: Northern Ireland's retained EU personal data protection rights

Still no mention of how the Bill will "handle" Northern Ireland's post-Brexit protections

We can work out the answer to that one easily enough: as badly as it has handled every other aspect of the Good Friday agreement because that assumed that NI and the rest of the UK and Ireland would all be in the EU. The only way they could have kept the process on the rails would have been for the Republic to leave the EU at the same time. I doubt they expected that to happen because I doubt they thought anything through to that extent.

Doctor Syntax Silver badge

Re: A gift?

AFAICS it had two objectives.

1. Get themselves elected

2. Escape from adult supervision once in power.

This is part of step 2.

After some thrashing about in the ball-pit they'll have gone and leave somebody else to tidy up what's left.

Fujitsu set to be preferred bidder in UK digital ID scheme

Doctor Syntax Silver badge

Really??!!!

Twitter's lawsuit against anti-hate-speech crusaders gets SLAPPed out of court

Doctor Syntax Silver badge

I wonder what his reaction was? To send the judge a poop emoji?

Google's AI-powered search results are loaded with spammy, scammy garbage

Doctor Syntax Silver badge

Re: The results will keep getting worse as long a you keep using them

An alternative front end such as DDG could improve the results. Simply recognise some proper filtering terms the filtering terms not and and (or seems to be implicit in the underlying search) and apply them to the results before putting them in front of the user.

Time to examine the anatomy of the British Library ransomware nightmare

Doctor Syntax Silver badge

From the incident report:

"A few key software systems, including the library management system, cannot be brought back in the form that they existed in before the attack, either because they are no longer supported by the vendor and the software is no longer available, or because they will not function on the Library’s new secure infrastructure which is in the process of being rolled out."

There's no substitute for having source: whether it's your own, open, available or in escrow matters rather less than making sure is will be available and can be rebuilt if needed.

Doctor Syntax Silver badge

AFAICT the report mentions no changes in personnel management, yet it's the personnel management who orchestrated this disaster.

Doctor Syntax Silver badge

Re: "Too old to be safe, too expensive in time and money to replace"

Once a piece of software is built it should essentially work, as in keep doing the same thing (functional defects may mean this isn't the "right" thing), for all eternity. We need to rethink how we deliver applications.

Two things there. 1. It may have as yet undiscovered vulnerabilities built in. 2. What it does when delivered isn't necessarily what it will need to do in the future.

Development is the process of launching a software product into the maintenance cycle. Eventually most of the work that has been done on it may well have been done by maintainers. They need to be at least as good as the original developers.

Doctor Syntax Silver badge

Re: What's the odds

One bullet point from the PDF dealing with improvements for the future:

"a holistic, integrated security suite that covers the whole organisation, backed by managed security partners for improved incident response, detection, and remediation"

I read that as "Single point of failure exposed to supply chain attack."

Doctor Syntax Silver badge

Re: The 21/22 annual report is instructive

They were getting round to it.

From the incident review document: in late 2022 the increasing use of 3rd party providers in the network was glagged as a risk. A review of security provision relating to is was planned for 2024.

Doctor Syntax Silver badge

Re: Reason #854637

"because I didn't manage staff and that's how the wagers were calculated."

And that goes right through the thinking and also a long way back. Investigating crime and giving evidence that could clear or convict someone on charges that could result in life imprisonment but don't manage staff? you don't have the responsibilities needed for promotion. (At least not until you hand in your notice at which time it's magically offered without any of the usual procedures.)

Doctor Syntax Silver badge

Re: Reason #854637

IT contracting is most definitely *not* the pot of gold it used to be.

It was only considered such by those permies who, for one reason or another, didn't want to partake of the fabled pot.

Doctor Syntax Silver badge

Re: Reason #854637

The is Britain, and the only "valued and rewarded" jobs are crap like sales or financial services.

And the only valued and rewarded qualifications are in the Humanities.

Boeing top brass stand down amid safety turbulence

Doctor Syntax Silver badge

Re: Whether they will look outside the company

Too big to fail lasts until it becomes too big to prop up.

Doctor Syntax Silver badge

Re: Whether they will look outside the company

"Ryanair ... already have their own QA inspectors embedded at Boeing factories."

QU inspection of aircraft is probably a chargeable extra on the ticket.

Doctor Syntax Silver badge

So it was the Alaskan Airlines blowout that was the watershed moment? Not the 737Max crashes? I suppose they didn't count as they were somewhere foreign, almost entirely out of USian consciousness.

DBA made ten years of data disappear with one misplaced parameter

Doctor Syntax Silver badge

If they didn't have all that busy-work to do somebody might notice that they're not really needed.

Doctor Syntax Silver badge

Re: This is why we ALWAYS test new procedures on a COPY of the production database

Not even it but because. We also COUNT the number of rows that will be affected. But is Oracle so slow that two month's worth of rows couldn't be SELECTed?

Labor watchdog wants SpaceX's gag clauses to disintegrate like its exploding rockets

Doctor Syntax Silver badge

Re: It is worse

"Reuters documented at least 600 previously unreported workplace injuries at Musk's rocket company:"

I'd have thought that the usual ambulance chasers would have latched onto these PDQ.

Doctor Syntax Silver badge

Re: "Those would be big no-nos under US law"

Over-powerful unions are not an improvement on over-powerful corporations (not on an over-powerful anything else, including politicians).

Doctor Syntax Silver badge

Re: "Those would be big no-nos under US law"

Didn't the union bosses manage to acquire some of that sparkle for themselves?

Flox rocks the Nix box by conquering code chaos

Doctor Syntax Silver badge

Yet another project that can't build a website that says anything unless javascript is enabled. Also, yet another project that can't explain what it's about without assuming the reader knows all about another project. So what I take from this is just a guess but it's a development system for a development and/or packaging system that, like too many others, depends on taking the familiar, well understood - by some of us - Unix-style file system and rearranging it.

To which I can only respond by quoting two well-known sources:

"Oh no, not again" (Bowl of petunias)

"The great thing about standards is there so many of them to choose from" (Tannenbaum)

CNCF boss talks 'irrational exuberance' in an AI-heavy Kubecon keynote

Doctor Syntax Silver badge

"a quick tech demo, to the delight of the audience...went off without a hitch"

That's not what usually delights an audience

What's brown and sticky and broke this PC?

Doctor Syntax Silver badge

Re: glueing thin clients

You can buy adapters which are double size plates drilled with VESA-pattern holes, intended to solve the problem of one size mount on the monitor and another size on whatever you wish to attach (I have one to mount a Pi on the back of a TV). That's one option. Another is that you can also get an adapter with two parallel VESA plates joined with a bracket to sandwich your computer between them an fit the mounting bracket onto the back.

Doctor Syntax Silver badge

Re: Off topic

The thick "sticky brown" coating of nicotine

Did anyone not expect that to be the case in TFA when they read the article? Nice piece of redirection there, ed.

NVD slowdown leaves thousands of vulnerabilities without analysis data

Doctor Syntax Silver badge

I doubt the opposition is slowing down.

BOFH: So you want more boardroom tech that no one knows how to use

Doctor Syntax Silver badge

Re: Hmm ...

Put it down to research.

Doctor Syntax Silver badge
Mushroom

Re: Oh yeah !

If you're going to screen out all the bad ones you'll need ->

Doctor Syntax Silver badge

Re: Oh yeah !

On't work. You'll just get another board indistinguishable from the first. Oops, sorry, previous board. It can't be the first because we recently lost a board in that unfortunate accident at bonus time. In fact, with the BOFH about there must have been quite a few boards and accidents over the years.

Whistleblower raises alarm over UK Nursing and Midwifery Council's DB

Doctor Syntax Silver badge

Re: Includes sexual orientation

"Given the difficulty in recruiting nurses you want to be sure the number of reasons limiting recruits aren't more than the pay and conditions on offer."

So the offer should be made without asking questions other than qualifications although those will include the checks on barring or whatever the term is now.

"but you don't know how well you're doing if you don't measure it."

And if it's not your business to know you won't need to measure it.

The underlying problem here is the busybodies and professional umbrage takers who make it their business to know, probably because it's an easier gig than getting nursing or any other useful qualifications.

Doctor Syntax Silver badge

Obviously ideas from the op are worth more than those at the coal face. Those at the top are paid more so their ideas are worth more. Stands to reason & all that.

Doctor Syntax Silver badge

"gender, sexual orientation, gender identity"

To think that we just used to use a single CHAR column with 7 wasted bits.

UK council won't say whether two-week 'cyber incident' impacted resident data

Doctor Syntax Silver badge

Re: BZZZTTT FAIL

"Your ERP goes down and you're not giving the CFO hourly updates on the expected recovery time and process - your IT dept is a clown car."

The best responses here are along the lines of "It'll be back when it's back. Now get off my back." or "Do you want me to fix it or stay here talking to you about fixing it?"

As to the OP's comment he is actually saying the same thing as you and making the point that what both of you are recommending isn't being done in this case.

Nominet to restructure, slash jobs after losing 'major deal'

Doctor Syntax Silver badge

Re: I'm sure at one time, the companies coffers were considerably stocked...

I'm beginning to wonder if the new CEO is an actual improvement on the former.

Page: