* Posts by Doctor Syntax

40471 publicly visible posts • joined 16 Jun 2014

Page:

Starlink to lower orbits of thousands of satellites over safety concerns

Doctor Syntax Silver badge

Re: strange idea

I suppose that allowing the orbits to decay a bit now they save fuel whilst that's happening and will then be able to use that to prolong their life in the lower orbit although they'll lose some life overall.

Doctor Syntax Silver badge

Or to put it in a single word: hubris.

The Y2K bug delayed my honeymoon … by 17 years!

Doctor Syntax Silver badge

Re: January 1, 2000

"and I suppose locked him up for the night to reflect on his decision"

If they'd let him get in first his reflections might have been deeper.

Doctor Syntax Silver badge

Although my clients' beancounters had opted to experience the MB (see my post in a previous thread) by postponing the planned mitigation until mid-January and as the plant was shut down over New Year SWMBO went to my cousin and his wife as usual for New Year. We went outside to view the spectacular collection of firework displays up and down the valley as seen from the top of their garden. It was an unforgettable spectacle. We later discovered that my daughter and her then partner just stayed in the pub and missed it all. What a miserable pair!

Doctor Syntax Silver badge

Wipe the foam from your mouth and then reflect on who was in government in 199/2000 and who was in government in 2020.

How Microsoft gave customers what they wanted: An audience with Bill Gates

Doctor Syntax Silver badge

Re: I think he was too busy preventing other people stealing Microsoft innovation /s

Oh, look! Another one showing us they've no experience whatsoever of Linux.

For avoidance of doubt very few users compile their applications. They get binaries and upgrades from their distro or sometimes in my case that's Seamonkey and LibreOffice) from the application's own site.

One reason for this is that distros for regular users are based on long term support versions of the kernel so kernel revisions are minor. Another is that one of Linus' maxims is "don't break userland", userland being where applications run. A third is that application code uses a lot of standard libraries and the way Linux updates libraries is that this can almost invariably be done seamlessly.* IME (Devuan) what happens is that every few months there's a biggish update with a new kernel, a new version of the compiler and several libraries. As ever the upgrade is seamless and the only reason fro rebooting is to bring the new kernel into operation - at my convenience.

Also IME I have a few applications including the KDE Falkon browser which weren't in the distro and which I compiled from source. In Falkon's case was in February 2022. There have been several kernel updates since them and also updates of some of the QT libraries it uses but Falkon has not been recompiled. A few others are older.

* By this I mean that next time an application is run it automatically picks up the new library version. Services which are intended to run continuously are stopped and restarted so that they pick up the new version. If the service runs stateless this won't be noticed at all; if it doesn't then in theory it might be noticed, an RDBMS might be an example. This applies to new versions of server binaries. In practice I've only come across one service at such a low level that a reboot was necessary after installing a new version of a service. Even then there was no urgency as the old code remained in memory and running until the next reboot.

Doctor Syntax Silver badge

Re: I think he was too busy preventing other people stealing Microsoft innovation /s

My suspicion is that SCO was as much the target as Linux. At that time it held a strong position in small business servers. If it had really gone for a mass-market/price cutting strategy Linux would never have got off the ground in such situations but Microsoft would also have been threatened. The litigation kept them busy while Microsoft took over the server market. The support they got was peanuts compared to the value of keeping them tied up.

Doctor Syntax Silver badge

Re: I think he was too busy preventing other people stealing Microsoft innovation /s

The timing of the Jim Allchin memo is very interesting. The memo is 2002, the SCO suit started in 2003.

Doctor Syntax Silver badge

Re: Not just BillG but Balmer too…

"no fun for anyone involved"

Least of all for the customer. Food distribution is one of the most sensitive to delays and a computer system giving problems going to be very stressful for them. It might be small money to Microsoft but it would be big money to them.

Doctor Syntax Silver badge

Email to the CEO email address* can be effective.

One trick I've used in respect of a collapsing section of road was to send an** email to the CEOs of the local council and the utility addressing them jointly and suggesting they sort it out between themselves. I prevented them from than simply pointing at each other which they may well have done if I'd written separately to them or called their help-lines. It worked.

* ceoemail.com is your friend.

** Just the one email with two To: lines, no messing with BCCs so both knew the other had got the same email.

Safe CEO: AI is an assistant, not a replacement

Doctor Syntax Silver badge

"I have this guy who is amazing and has been around forever, and AI for him is very valuable because he can see very quickly what is correct and what isn't correct"

So does he actually need the AI?

The most durable tech is boring, old, and everywhere

Doctor Syntax Silver badge

Re: In the raw

I suggest those who voted thumbs down to my OP copy and paste the above post into a serif font or even Comic Sans and then decide whether they should have thought more carefully.

Doctor Syntax Silver badge

Re: Open Source

It's one of my first resorts. A colleague in my local Civic Society creates a PDF for posters but wants it converted to JPEG for use on social media. Import into Gimp and export as JPEG. Job done (and answer No to saving as XCF).

Doctor Syntax Silver badge

Re: Open Source

What happens if you copy abd paste as text?

Doctor Syntax Silver badge

Re: In the raw

Comic Sans is OK. AriaI and the Iike are those which do not distinguish between capitaI l for lndia and Iower case I for Iima.

As a resuIt consider Al: is it short for ArtificiaI lntelIigence or the name AIlan? You have to copy and paste into something set to dispIay serif or a better sans serif font to teIl the difference.

GilI Sans throws in confusion with the number 1. l think at least one of the Johnson variants differentiates the Ietters but then confuses l for lndia with the number and some of them do differentiate. lt's an interesting exercise if you have muItiple fonts avaiIable to fire up your word processor, put the offending Ietters and numeraI together and see how many fonts give you three cIearIy differentiated gIyphs.

Doctor Syntax Silver badge

Re: In the raw

What about the fonts it uses to display. I'd like to think that Courier and Times New Roman survive and that the sooner Arial* dies a miserable death the better.

* and all sans-serif fonts like it

Doctor Syntax Silver badge

Re: A job for AI?

AI's job will probably be looking at the file and explaining almost what the format is. Alternatively it may be simply telling you it can't help because the bubble burst almost a century earlier.

Doctor Syntax Silver badge

Re: Should visit a

"serial terminals with various VT100, and the ones which came after had networked serial terminal servers for console access"

Do I know you?

Doctor Syntax Silver badge

Re: When I retire

"fixed format data structures"

A long while ago we had an accounts system which I'm pretty sure was written in COBOL although it was proprietary. It used C-ISAM as did the older versions of Informix and it would have been convenient to use it as look-up tables. On investigation it turned out that although there was a single data file it had multiple format records. The main "fixed" thing was the record length although I think there must have been some format indicator as well. AFAICR we CREATEed a table with the columns corresponding to the record type we wanted, deleted the files that that wrote and sym-linked in the data and index files from the accounts and accessed them with the WHERE clause picking out the appropriate records with whatever identified that format. In fact we might have repeated that for multiple format types.

Doctor Syntax Silver badge

"musicians have discovered there's no easy way to port Finale compositions to any other format"

Following the link reveals two points. 1. There's no hint of an apology to their customers, just thanks for contributing money over the years and 2. files can be exported to an open standard MusicXML.

IPv6 just turned 30 and still hasn’t taken over the world, but don't call it a failure

Doctor Syntax Silver badge

Re: The real reason nobody wants to use it

"the way telephone networks pretty much solved the number space exhaustion problem over a century earlier.. just adding more numbers."

Attractive though this is as a solution, it isn't going to work. Telephone numbers are stand-alone sequences of digits. IP addresses are embedded in fixed length headers. If you extend an address it tramples over something else, either before or after it. The only way to handle it would be to have variable length headers, count the header length and then work out from that which bytes are address and which are other things. If the IPv4 had been specified in that way initially it would have been possible but the world is full of S/W stacks expecting fixed length which wouldn't survive the first batch of extended addresses.

European Space Agency hit again as cybercrims claim 200 GB data up for sale

Doctor Syntax Silver badge

Re: honest question

In this case it's not tens of billions of files; it's about the same size as my Downloads directory (maybe I should do some spring cleaning there).

On the whole I think the one-word answer to your question is "convenience". It trumps security every time. "Cost" probably comes a close second and "specialisation" a close third. Between them they ensure that it's cheaper to buy in facilities and those facilities are apt to be produced by specialists who have to rely on other specialists for components and they in turn ... you know how it goes.

That in turn produces what is euphemistically called a supply chain although supply tree would scarcely so it justice. The attack surface is immense. The complexity is probably unknown and, therefore, ensuring it's secured is virtually impossible because somewhere along the line it's likely that something couldn't be conveniently secured or maybe not even secured alone.

Cybersecurity pros admit to moonlighting as ransomware scum

Doctor Syntax Silver badge

I'm not sure about plea deals. Sentences hard enough to act as deterrents are needed.

Doctor Syntax Silver badge

Re: "conspiracy to obstruct, delay, or affect commerce or the movement… etc

"conspiracy to obstruct, delay, or affect commerce or the movement of any article or commodity in commerce by extortion."

It seems fairly straightforward to me. You need to remember that the law tends to treat things rather literally. If, say they'd been accused of simply obstructing commerce etc they could argue that they didn't actually obstruct the victim's operations, they merely delayed them and on that basis they might succeed. So the charge includes a series of almost but not quite synonyms to close off such arguments. Likewise they could argue that something was a commodity rather than an article.

You just need to parse it properly, just as you'd have to parse a complex conditional statement in a program.

(obstruct, [or] delay, or affect) (commerce or (the movement of any (article or commodity) in commerce))

New York’s incoming mayor bans Raspberry Pi at his inauguration party

Doctor Syntax Silver badge

Re: Brands...

Even so, raspberries grow on canes, not trees.

Doctor Syntax Silver badge

Re: Brands...

Granny Smith? No, Bramley.

Doctor Syntax Silver badge

Re: Brands...

"An All American Apple Pi (Designed in Cupertino) is preferable"

I thought it was the apple that was the forbidden fruit.

ServiceNow lays out possible co-CEO structure, but says no change imminent

Doctor Syntax Silver badge

Re: co-CEO

It would avoid spending shareholders' money on a second salary. If the business is concerned about shareholder value that should be a major consideration.

Doctor Syntax Silver badge

Re: ITSM ??

IT Services for MBAs?

Imagine there's no AI. It's easy if you try

Doctor Syntax Silver badge
Happy

Re: That's not survival. It is an unnecessary nightmare.

"As Tron says above if the battery and the frame are one and the same then when the battery dies, as it will, so does the frame."

I think I've worked out the solution. When the battery won't hold charge you fit the car onto a new battery.

Doctor Syntax Silver badge

Re: Hmmm...

"This, like GDPR, is a burden that falls unfairly on small businesses, community services and new entrants to the market"

GDPR is only a burden to those intending to misuse customers', clients' or members' personal data.

Banksy's Limitless limited by Windows Activation

Doctor Syntax Silver badge

"That said, we would not put it past the artist to make some Windows borkage part of the exhibition itself."

Neither would I. It seems a bit - shall we say dismal?

When the AI bubble pops, Nvidia becomes the most important software company overnight

Doctor Syntax Silver badge

Re: Follow the money

Hopefully the response will be "good riddance".

Tis the season when tech leaders rub their crystal balls

Doctor Syntax Silver badge

Re: "tech leaders rub their crystal balls"

"Must make a dreadful racket when they bang together"

It certainly is. We all hear it.

Doctor Syntax Silver badge

“By 2026, brands won’t be defined by logos or slogans; they will be defined by their AI. These customizable agents will become the ultimate brand ambassadors: smart, personalized, and continuously evolving with every exchange. In this new reality, the divide will be absolute, and the brands that win will be the ones whose AI delivers a consistently exceptional experience, and everyone else will fall behind.”

Bingo. What else would you expect from a salesdroid whose customers are salesdroids?

I think there are going to be opportunities for businesses prepared to offer real customer service rather than the oxymoron of something consistently exceptional.

Doctor Syntax Silver badge

"While Roese said solid ROI has begun to emerge among large companies capable of integrating AI, ServiceNow said in 2026 AI will be defined by the value it brings to the bottom line."

Whose bottom line? The AI vendor, the integrator or the recipient of the slop who expected a sensible response?

Europe's cloud challenge: Building an Airbus for the digital age

Doctor Syntax Silver badge

Re: there is a lot more to this than meets the eye

"which is why many brits voted to leave the EU" and ended up stuck between all three sides with no influence in any of them.

Doctor Syntax Silver badge

Re: The EU needs a law

A subsidiary is just that - a subsidiary and the parent is subject to the law of its own country. Something more arm's length is needed - something like a franchise operation where the franchisee is EU owned, managed and legally bound. That's what the EU should be pushing, if not legislating for.

Doctor Syntax Silver badge

Re: US has just denied visa to Breton because his stance on US "big tech"

If they're really risk averse they should be recognising their short-sightedness by now and seeing that what they thought was low risk really wasn't.

Doctor Syntax Silver badge

Re: Big three

A hosting business of any size would be outside IR35.

Much as I despise IR35 it has its limits.

Doctor Syntax Silver badge

Re: "Digital Sovereignty" -- More Misdirection

"There's degrees of cooperation. MS put up quite a stout legal fight against the US law enforcement request for access to an email account hosted in Ireland. They lost in the end."

They were grateful for the CLOUD Act. It meant they didn't have to bother fighting any more.

Doctor Syntax Silver badge

Re: "Digital Sovereignty" -- More Misdirection

Some clothing is more likely to leak than others.

Doctor Syntax Silver badge

Re: air gap

Could you give a reasoned explanation of that?

Doctor Syntax Silver badge

Re: So Airbus Builds Out It's Own "Cloud" Provider In Europe......

What should now be clear is that a monopoly or even an oligopoly is unacceptable, especially if it's subject to extra-territorial control. The lure of using somebody else's computer was saving costs, especially the cost employing all those IT people. Of course it only swapped one sort of cost for another - the cost of security.

Where the EU effort has really gone wrong has been a total lack of urgency and the main conclusion I take from the article is that it's improved to being a simple lack of urgency. With such a whimsy in the White House with designs on an EU member's territory they really should be looking at scenarios which don't allow for lack of urgency.

Accused data thief threw MacBook into a river to destroy evidence

Doctor Syntax Silver badge

"stuffed it in a Coupang canvas bag"

Good to see an (ex)employee showing brand loyalty.

Crims disconnect Wired subscribers from their privacy, publish deets online

Doctor Syntax Silver badge

“Conde Nast does not care about the security of their users’ data" and neither do the hackers so they might as well stop trying to claim the moral high ground.

Sam Altman is willing to pay somebody $555,000 a year to keep ChatGPT in line

Doctor Syntax Silver badge

Impossible tssk - deshittifying the intrinsically shitty.

Doctor Syntax Silver badge

No plan survives first contact with reality. In this case reality needs a means of predicting how harm might be caused.

Indian cops cuff ex-Coinbase rep over selling customer info to crims

Doctor Syntax Silver badge

But,but,but...

... isn't crime what cryptocurrency was made for?

How California built one of the world's biggest public-sector IT systems

Doctor Syntax Silver badge

"$4.5 billion to $5 billion" for 16,000 users. Say $300,000 per seat. Maybe not quite as bad as it looks if that includes operational costs and some thousands of those users have been using it for some years but still expensive. How long before it's obsolete?

Page: