* Posts by Doctor Syntax

33045 publicly visible posts • joined 16 Jun 2014

Page:

HMRC chief digital wonk Jacky Wright takes flight back to Microsoft's light

Doctor Syntax Silver badge

Wouldn't it have been better to have appointed somebody who didn't have to recuse themselves?

And undertake to stick around longer to ensure that their "achievements" would be achievements they'd be prepared to live with in the longer term?

Dropbox CEO: I will make your worklife a calmer experience

Doctor Syntax Silver badge

"files from a range of other services including Slack, Zoom and Trello into one Dropbox folder"

Perhaps if there were different folders for each service it might be easier. And why not local instead of on somebody else's computer.

Good news: Microsoft is doubling your OneDrive storage for more than double your money

Doctor Syntax Silver badge

Is this anything to do with the emails I keep getting on my Hotmail junk address saying the OneDrive I never asked for or use will suffer terrible misfortunes unless I go to some link and fill in my personal details?

Doctor Syntax Silver badge

Re: For private individuals, 1 TB USB Drives

Or just store USB drives in each others houses.

Fairytale for 2019: GNOME to battle a patent troll in court

Doctor Syntax Silver badge

"grant Patents without much checking, and rely on subsequent litigation to clarify the veracity and validity of the claim."

This should be OK providing they are liable for all the costs of successful challenges.

The D in Systemd is for Directories: Poettering says his creation will phone /home in future

Doctor Syntax Silver badge

Re: he likes to pass off criticism as a hater brigade instead of fuctional concerns...

You sound like one of the hater brigade. Have an upvote.

Doctor Syntax Silver badge

Re: In other news...

Just to clarify - it's the first wide public release of Knoppix to abandon systemd.

Doctor Syntax Silver badge

Re: I must be an edge case

"I know you didn't write it"

He sees that as a problem. The rest of us...

Doctor Syntax Silver badge

Re: Devuan?

"OpenBSD, MacOS - there are lots of perfectly fine distros"

Those are not Linux. They're Unix variants. Linux used to be a Unix-like OS.

Doctor Syntax Silver badge

Re: Linux is dead

Jake, did you read that link I posted to the Debian mailing list. The gist was that it was getting difficult to maintain sysvinit because of all the systemd dependencies creeping into upstream userland stuff. That makes me worry about the maintainability of Slackware as well because surely they must be either keeping to old versions of userland or chasing the same issues.

Doctor Syntax Silver badge

"I've long wondered why this metric is a big deal for people."

It's a big metric if you're trying to push something that allegedly reduces it.

Doctor Syntax Silver badge

"And besides, your Great Aunt Martha has never installed an OS of any description"

How do you know, you've never met my great aunt Martha?

Doctor Syntax Silver badge

Re: Good encapsulation, Dr S

As more and more of userland gets pottered about with upstream in order to make it work with the vampire squid it might be more difficult to maintain such distros without forking more and more of them.

Doctor Syntax Silver badge

Re: Linux is dead

"not fully understood by anyone except him"

I think you're being too generous.

Doctor Syntax Silver badge

"Oh FFS seriously, the risk of snarfing decrypt key from memory from a suspended laptop, really?"

If it's a risk just shut down instead of suspending. Not even possible to insult it as a first world problem.

Doctor Syntax Silver badge

I do. So does SWMBO. What do you expect us to use? Windows?

Doctor Syntax Silver badge

"the issue is that this really gives no real comprehension of process state"

Exactly. Because it's all hidden in the great morass of systemd.

Anyone with the basic shell skills needed to administer a Unix-like system can develop the script st the terminal before deploying it.

And your belief about searching the log database or logging to a remote server doesn't get you very far in trying to sort out a non-booting box without being able to make sense of whatever logs it managed to write. Even the remote logging depends on the box being able to get itself as far as being onlne.

Doctor Syntax Silver badge

"suited certain other peoples political and financial agendas."

Once it got shoe-horned into Debian we were left with the situation that the only major systemd-free server distro was Red Hat 6. Hmmm.

Doctor Syntax Silver badge

"replace the very much legacy sysvinit."

Presumably to allow sysadmins with no shell skills to administer systems. That's called "solving the wrong problem".

Doctor Syntax Silver badge

I use Linux on a laptop and I still don't want systemd.

Doctor Syntax Silver badge

Re: If you really want that this system can come up on its own, don't use this stuff.

"I use devuan for a reason."

Me too but I'm getting worried as to how long it will be able to survive as this garbage gets further and further into the upstream. I came across this https://lists.debian.org/debian-devel-announce/2019/09/msg00001.html from the current Debian project leader. Scroll down to "Init System Diversity". It's not very cheering.

Doctor Syntax Silver badge
Unhappy

Re: Good encapsulation, Dr S

"It'd be nice to leave linux design to Linus' group, methinks. It's not like they've done a bad job so far."

Yes, but as I'm sure you know Linus & Co are only concerned with the kernel. The rest of a Linux distro involves stuff from various Unix implementations, either directly or reimplemented by FSF or others.*

But the overall composition of a distro is designed by the distro's own maintenance team. We're told they like systemd because it's easier for them and if that's a problem for users it's just a problem for users. This is, to my mind a weakness of FOSS; it's purely developer lead. The theory is that if you don't like it you can just fork it.

But that's easier said than done, especially if your focus is on using it as a tool to do your every day job. What's worse it seems as if systemd and its dependencies have wormed their way into so much it might become impossible to do a simple systemd-less fork. On the one hand it seems to be taking Devuan a long time to get their Buster based version out (although Knoppix seems to have managed) and on the other I came across a Debian status email which floated the idea that they gave up attempting to provide a theoretically possible sysv option.

I think I might be coming to the end of the line with Linux.

* Hence Stallman's insistence on calling it GNU/Linux although this ignored many other contributions.

Doctor Syntax Silver badge

Re: re: Once desktop processing power became sufficient to crack the encryption

"a paltry 20mb"

Back when.... No, that way we get to the four Yorkshiremen sketch.

Let's just say that punched cards are limited only by the amount you can carry.

Doctor Syntax Silver badge

Re: re: Once desktop processing power became sufficient to crack the encryption

If lecturers couldn't be arsed to remember their own passwords I shudder to think what their security courses might have been like.

Doctor Syntax Silver badge

Perhaps you need to pay attention. It's likely to be shoehorned in within the next couple of years or so. Maybe sooner than that, who cares if it's too buggy for release? It's probably intended to introduce enough dependencies into regular prorams to make the likes of Devuan and Slackware finally impossible. It's going to be BSD or nothing.

Doctor Syntax Silver badge

"The [redacted to please Cloudflare who block anything that looks like a path] passwd database is not extensible, and therefore Linux has evolved numerous secondary databases that are stored elsewhere, such as [redacted to please Cloudflare] shadow, a privileged location used for encrypted password hashes and other password-related fields, such as the maximum time before a password expires."

Linux has evolved no such thing. It's simply inherited it from Unix

It was a necessary step for Unix to evolve in that way after the sort of incident described in "The Cuckoo's Egg". The password file has to be world readable because user programs such as ls and chown need to be able to map UIDs to user names and is small enough to be exfiltrated even over a dial-up modem link. Once desktop processing power became sufficient to crack the encryption then in use in passwd the actual passwords needed to be moved into a separate file which could be privileged because only a limited number of system programs needed access.

We now have a lot of fussing about state and configuration to satisfy some arbitrary scheme about directory usage. Stuff that. Unix directory usage, like the rest of the system, was designed on practical grounds. We're seeing the steady destruction of a working, practical system design to satisfy the ego of a Jonny-come-lately. If he wants to design a system to his own notions let him go ahead and do that from scratch and get out of everybody else's hair.

Consumer campaign to keep receiving printed till receipts looks like a good move – on paper

Doctor Syntax Silver badge

And e-tickets

I booked tickets for a local event. The email tells me I do not need to print this email just make a note of the booking reference. It's an alphameric string of 17 characters. Yes, I'm going to remember that when I turn up at the door aren't I? And the door staff are really going to check that in a list of 100 or so 17 character numbers.

What are this lot on? Gotit! Green Koolaide. Because it's "more than 400 times better for the environment" if I don't print it. Eejits.

Doctor Syntax Silver badge

Re: The problem is there's no defined standard, so it's roll-your-own (again)

I do that as a matter of course. Emails are received by an email client, stored and deleted from the server. Old school.

Doctor Syntax Silver badge

Re: Amazing technology

"Worried about spam? Then sign up using an email address that you only use for receipts."

And watch it collect more and more spam. The real way to do this is to set up a number of addresses before you go shopping. Hand the next one out to each shop. Get the receipt. Kill the address. In practical terms I already have more addresses than I'd like to have just for the firms I regularly do business with.

Doctor Syntax Silver badge

"everything held online and accessed via a secure website"

Is that externally accessible? If so how secure?

Will you have access to it after you leave and HMRC/IRS/whoever challenge you about something?

Doctor Syntax Silver badge

"I'm trying to remember the last time I actually needed a receipt and I'm coming up blank."

Look on it as a backup. You want to never have to use it but if you do have to you're in trouble if you don't have it.

Doctor Syntax Silver badge

Re: Emailed receipts build up the same plethora of personal data that loyalty store cards collect.

Quite possible to deliver e-receipts anonymously if you the issuer wanted to.

FTFY

But otherwise, agreed.

Doctor Syntax Silver badge

Re: The problem is there's no defined standard, so it's roll-your-own (again)

In order to not be challenged it would need to be digitally signed otherwise you could be accused of editing it. You would also need to be able to verify the signature. You would need all that before you leave the counter. It's hardly a speedy way to achieve throughput at the store.

US lobby group calls for open standards to fight Huawei 'threat'

Doctor Syntax Silver badge
Devil

The headline sounded like the Devil quoting scripture. And the article confirms it.

You've got (Ginni's) mail! Judge orders IBM to cough up CEO, execs' internal memos in age-discrim legal battle

Doctor Syntax Silver badge

Re: Does email discovery work?

You could walk straight into a contempt of court scenario like that. And from there into a small room with iron bars on the window.

Switch about to get real: Openreach bod on the challenge of shuttering UK's copper phone lines

Doctor Syntax Silver badge

Re: Network impact

"Would be interested to see what they are actually planning to drop in"

Or just drop.

Doctor Syntax Silver badge

Or there's just no signal.

Doctor Syntax Silver badge

Re: cheapo wired phone

"except on days like today"

Does anyone know of micro-hydroelectic generators to fit onto downpipes?

Doctor Syntax Silver badge

"everyone has a cheap wired phone handy at home in case of a power cut..."

Of course. It was the one that was there before we get the DECT. Not the DECT we have now, the long deceased one before that. It still works. In fact it rings before the DECT.

Can you code a way to foil online terrorist vids? The Home Office might just have £600K for you

Doctor Syntax Silver badge

track record of showing that state-of-the-art technology can be developed,... at relatively low cost

"At least she's only wasted £600K. So far."

Not yet. It's only been talked about. It'll be announced several more times. Maybe along the lines of £400k followed by an announcement of it being topped up by £200k. But "We're hoping to deliver the funding by 15 March 2020,". Don't plan on getting any of it.

And el Reg, if you're going to add "Re" onto a title, use different maximum title lengths for the two different variants. A little corner case to take into account. I doubt it would take £600k to sort out.

Doctor Syntax Silver badge

Re: Solved problem

All the way back in 2003...

WeWon'tWork: CEO Adam Neumann enters Low Earth Orbit to declare, I'm outta here

Doctor Syntax Silver badge

"a massive round of layoffs, as much as 5,000 people or one-third of the total workforce, will be rolled out later today"

Assuming they get the money due to them they might soon realise they're the lucky ones.

UK Supreme Court unprorogues Parliament

Doctor Syntax Silver badge

It's part of our long established constitutional arrangements that courts do rule on matters not covered by Statute Law. It's called Common Law. It's worked well for centuries. Apart from anything else it's enabled courts to adapt rulings to a changing world whilst Statute Law requires Parliament finding time to update or repeal obsolete laws.

Doctor Syntax Silver badge

"There is a danger in this that once this precedent has been set, that it will be cited for some other prorogation in future"

The judgement said it was a one-off. I think this translates as "nobody's been daft enough to try on this before and we don't think anyone will be daft enough in the future". I hope they're right.

Doctor Syntax Silver badge

Re: Surprising?

"Hopefully the EU will see sense and either give a deal that actually works (I dont see how)"

I don't see how a deal can actually work either. Not unless HMG actually intends to repudiate the Good Friday Agreement and that in turn would be a peculiar interpretation of "work".

Doctor Syntax Silver badge

Re: As the saying goes you get the government you deserve

If so the government's been repatriating them so they should all be able to turn up tomorrow.

Doctor Syntax Silver badge

Re: Regardless of which side of the fence you are on.

Anyone remember why Privy Council members are to be addressed as "Right Honourable"?

That was covered right at the start of Yes Minister. It's called getting rid of the difficult bit in the title.

Doctor Syntax Silver badge

Re: Regardless of which side of the fence you are on.

"Is this wrong ?"

Arguably yes, given that the referendum was by statute advisory.

Stupid certainly, rooted in the belief that the result would be Remain.

Doctor Syntax Silver badge

Re: Regardless of which side of the fence you are on.

Sadly I'm not sure that they are so aware. That's the problem.

Doctor Syntax Silver badge

Re: Regardless of which side of the fence you are on.

Upvoted for the "Not really"

But the Supreme Court is just the original Law Lords under a new name and with new premises. It's just a consequence of Blair thinking we should have something called a "Supreme Court". The whole HoL didn't hear cases, just the Law Lords and the members of the Supreme Court are just the latest holders of those posts.

It's rulings may be "unprecedented" unless they find an existing precedent to follow but that's the norm for courts dealing with appeals.

Page: