The Register Home Page

* Posts by that one in the corner

5493 publicly visible posts • joined 9 Nov 2021

New software sells new hardware – but a threat to that symbiosis is coming

that one in the corner Silver badge

Re: Slow software

One of my "favourites" was finding that, in an externally written "modernisation" to our embedded system, all of the config options for all of the separate processes were placed into a big XML file (so it could be a "single system config" - which isn't a particularly bad idea). A convenient utility routine allowed a process to read a value, by the simple method of reading the XML into an in-memory DOM[1] and walking the tree to the named value. Then the process would read a second value, by the simple method of reusing the convenient utility, hence reading the XML into an in-memory DOM and walking the tree to this second named value. Then the process would read a third value, by a simple utility call, which read the XML into an in-memory DOM and walked the tree to this third named value.

And so on, until it had effectively read all of its options at startup: saves using tricky command line options - even though the processes were all started by a master process (don't call it an "init") which had learnt the list of processes to start by reading the XML into a DOM and iterating over a certain node's children...

Of course, not all of the coders thought of getting all the config values ready at the start of a process, so some of them would, after running for a period of time, pause doing useful work, read the XML into a DOM...

[1] use of a stream parser - Expat - was deemed "too complicated" for an embedded system, given you could just build the DOM in one simple call to this library that everyone uses in all the StackExchange examples, rather than some weird library no-one had heard of...

Native Americans urge Apache Software Foundation to ditch name

that one in the corner Silver badge

after seeing a documentary about Geronimo

So we are going with that reason for the name being chosen now? Just dropping the whole "a patchy server" story?

"Apache Rewrites History: Why is it Named Apache?" http://xahlee.info/UnixResource_dir/open_source_rewrite_history.html

Or https://dan.hersam.com/2004/07/29/a-patchy-web-server/

I spy with my little Pi: Upgraded cameras for single board computer

that one in the corner Silver badge

M12 only - why not a simple adapter?

Unless you are sure you're only going to use M12 lenses (e.g. you've got a fixed product design) then getting the C/CS mount and a simple screw-in adapter for M12 gives the most flexible choice.

Given that the CS-mount HQ camera already offers the C adapter, it'd be nice to have done the same for M12: that might be being a bit greedy, given you can easily buy one (just as you can a C adapter) but it would make the options clearly available to everyone.

Texts from your dog and brain-free astronomy: The best of the rest from CES

that one in the corner Silver badge

Re: Telescope with no viewfinder

Unless they had a massive change of heart from the previous version and their Kickstarter project, this telescope is very deliberately computerised only and digital camera only. No human eye involved - a simple Newtonian reflector, it doesn't even have a secondary mirror for an eyepiece - and no finder scope attachment.

Thunderfoot did a video review of the previous model - others did too but for a product like this his busting style fits well! Long and short: you can get better optics and automated mount, plus a camera, for a lot less (even this lower priced model). But then you have to learn how to use it and risk getting a new hobby.

The Unistellar does have some advantages from its design, because it doesn't support making any changes to the optics (like different eyepieces): it can be pre-focussed for the unchanging focal plane and can always use video star tracking to provide alignment correction. But whether that is worth the cost is debatable (software for all the functions - autoguide, tracking correction, stacking - has been around for ages)

that one in the corner Silver badge

Re: Telescope with no viewfinder

Ah, you are a sensible Solar observer?

Far more comfortable way to practise the hobby (just remember to wear a hat!).

Although it does have disadvantages. The filters are expensive and the equivalent to running a Messier Marathon is a bit boring "Target 1: got it! Finished!".

Microsoft’s Nadella: Tech is in for a rough two years

that one in the corner Silver badge

Depends upon what you mean by "worth" and whether you believe that the way to measure it is how much money you can make of it.

Plenty of money has been made in the past - and will be in the future - by things that are nothing more than demos and hype. Just think of anything that has been called a "Bubble", especially in the IT world.

that one in the corner Silver badge

Corporations start testing Windows 11 in bigger numbers. Good luck

that one in the corner Silver badge

> If you just keep doing the same thing day in and day out, you are only reinforcing specific neural pathways and the rest will atrophy.

When playing an instrument, this is called "practising your scales" and is considered a Good Thing: reinforcing how to hold down the string with one hand and pluck it with the other without getting that horrid buzz every time.

By constant repetition you are reinforcing the ability to perform mundane actions without the need for conscious thought. In other words, you are learning to use a tool. And an OS should just be a tool - a means to an end, not an end in itself - a tool whose sole purpose is to support the use of task-specific Applications, so we can all choose the unique set of Apps to support our end goals. Once learnt, a properly made tool will never surprise us - a soldering iron that suddenly glows white hot is *not* useful! Given similar tools, one may be more pleasing - the handle is grippier, the tone is grittier and more Metal - but neither require you to suddenly hang upside down because the slidey bit won't work otherwise.

The world would not be a better place if, one Tuesday morning, all the world's guitars were suddenly restrung "upside down" and glued that way.

By supporting pointless GUI changes with the suggestion they are a neurological necessity, you are either unaware that the OS is supposed to be a tool for the End User *or* you are part of a hideous dystopian vision where no User has any interactions outside of their work and the only joy they could derive from 16 hours of mindless data-entry is when the desktop icons change or they have the excitement of a new settings dialogue for their keyboard.

that one in the corner Silver badge

Re: Ease of Adoption Vs Ease of Deployment

You have hit the nail on the head here.

There are lots of *good* improvements that MS make to the OS, adding under-the-hood support as well as visible-to-Admin new functionality that can be used to ease the lives of Support, which trickles down to better lives for Users.

Unfortunately, MS then also foists upon us a lot of changes that are highly visible to the Users - indeed, changes whose entire raison d'etre is to be visible without being in any way useful (as noted above, even deliberately removing usefulness). Forgetting that the OS is a tool to support the use of job-specific Applications and a good tool should never surprise you.

Could it be that the first group are devs devoted to their art, heads down fixing problems, whilst the second are vacuous self-proclaimed "Creatives", having lots and lots of vitally important meetings to talk about their "Visions" and spending time on proposals to management?

that one in the corner Silver badge

> half the things you try to do won't be possible because the necessary feature didn't exist

How many of those "features" would actually turn out to be anything actually related to the OS (and, specifically, about how the OS UI acts) and not just programs that won't install and/or run, mainly because they weren't ever expecting to install on that OS?

E.g. is a 1995 ISO likely to support running 64-bit Blender in 128 GB of RAM? Probably not.

Does that fact have any bearing at all on the basic value and usability of the version of KDE on that ISO? Nope, not one bit. It would be possible - pointless and time-consuming, but possible - to get that copy of KDE to build and run in 64-bits, without changing its appearance or behaviour, so you could do your Blender'ing and complete the day's work.

Put another way: aside from drivers (in particular USB) and providing management for an increasing number of resources (RAM, fast LAN, more CPU cores, PCI instead of ISA ...) - *none* of which need change the End-User's interaction with the OS (USB drives look like any other drive...) - can you actually give examples of *useful* OS features that have been added since 1995? Not just sticking into the install some utility that just replicates - badly - a third party program (e.g. WordPad under Windows), but actual shiny new unarguably-part-of-the-OS features that impact on any other programme you may want to install - *AND* where those features then *required* changes to the way we interacted with the UI?

Uncle Sam OKs vaccine that protects honeybees against hive-destroying bacterium

that one in the corner Silver badge

Oh, beehave!

Here's how to remotely take over a Ferrari...account, that is

that one in the corner Silver badge

Re: Pure BS and security is really only a PR problem

> There is no "toolset". If you are serious about security, you have an 'inside' team and an 'outside' team

They do have all the teams required, including a management team that takes a certain delight in referring to everyone else as just a bunch of tools, to be used, abused and everything in between.

Oops, they didn't mean to say that out loud where the press may be listening...

Cybercrooks are telling ChatGPT to create malicious code

that one in the corner Silver badge

"I speak of none but the computer that is to come after me. A computer whose merest operational parameters I am not worthy to calculate! Yet I will design it for you!"

that one in the corner Silver badge

Re: All inventionS can be used for good or bad

> going faster than the speed of light often indicates an error someplace

It'll only be another 25-odd years and one of those interns could be Zefram Cochrane.

that one in the corner Silver badge

Re: All invention can be used for good or bad

> Because, as you know, a Turing test would identify the lack of any good and bad as not human

Really?

You might want to spend a bit more time looking around at humans.

CES Worst in Show slams gummi gouging, money-wasting mugs, and other dubious kit

that one in the corner Silver badge

Re: Its the 'connect to your phone' problem

> For this to be useful it has to be capable of being calibrated

For this to be useful it simply has to sell, wholesale, enough units to recoup the development costs and a bit of profit before everyone catches on. Oh, you meant useful to the end-user? Sorry, that's not on anyone's actions list.

> This implies that there's renewal, cleaning and what-have-you going on

Or it implies that this is a single-use throwaway device, no renewal or cleaning or anything else going on. Simple, easy and a five-pack is 8% off.

> but not a word from maker or reviewer.

The maker staying silent on the realities of his product? Say it isn't so!

And the reviewer has already got all the ammunition needed to get the salient points across - that this is ridiculous and potentially harmful - without needing to go into any lesser details.

that one in the corner Silver badge

Shouldn't that be a Steamed Milk Punk coffee cup?

There is nothing odd in your final lack of criticism.

Building a one-off coal-fired[1] coffee cup that self-stoked when the contents threatened to become tepid would provide a sum total of more than 200 smackers worth of joy in all those lucky enough to encounter it.

[1] wood would also do in a pinch but not gas-powered; if you're going to have gears then just turning a valve slightly couldn't hold a candle to wielding a poker. Ooh, candles - how about an Bronte Punk teacup (sorry, has to be tea this time) that works by judging the correct amount of candle lighting, snuffing or extinguishing to maintain the brew in a drinkable state, no matter how much Wind & Wuthering it sustains? If this hasn't already been made - don't want to Trespass on another's idea - mayhap Foxtrot down to those patent chappies and outline this result of the Invisible Touch of one's muse.

that one in the corner Silver badge

Huh?

Nothing against that page you linked to (except I'd already read that SMBC yesterday) but not seeing where the mug is.

Oh, wait.

I followed your URL. That makes *me*...

that one in the corner Silver badge

Re: Missed headline opportunity...

After all the fun comments here, time to be a party pooper...

And point out that buying a $500 gadget and using to test someone else's piss will still net you a profit when you turn them in for a Texas reward. And you can probably rinse it out and use it again. Which at least means the marketing guys have set the price point just right to get the old grey market sales rolling.

that one in the corner Silver badge

Re: Why?

A more accurate train of argument:

Why do people drink four litres of vodka a day without being a Qualified Mixologist? Stick their fingers down their throats without the supervision of a Nutritionist? Set fire to their wallets without being a Certified Arsonist?

Now, if your

> intelligent, investigative persons, relatively free of effects of psychological manipulation...

*are* taking vitamin supplements, without first finding out whether they need to (by, um, asking medical professionals to perform tests using calibrated equipment) then at best they are likely setting fire to their wallets (some unneeded supplements are simply pissed out harmlessly). Or they are setting themselves up for some fascinating new symptoms in the not too distant future.

And they should really reconsider whether they are as intelligent and investigative as they believe (go on, tell us we "must do your own research" and then suggest a few Youtube videos, pretty please?).

With Mastodon, decentralization strikes back

that one in the corner Silver badge

Re: issues

> Now my users are protected from that user and from any other grifters that are allowed on the same server

And all the non-grifters that are allowed on the same server.

There are possibilities for all sorts of interesting power dynamics in this setup. Anyone need a thesis subject?

Intel: Please buy these new 13th-Gen CPUs, now with 24 cores

that one in the corner Silver badge

Re: Produced using Intel's older 'Intel 7' 10nm process.

> Intel's 10nm is similar in size to TSMC's 7nm

'Cos Intel are really using Good Old Boy yards 'sted of them Youropeean metres! Then theys a'trimming 'em down likes you does a 2 by 4. That's how weesa measurin' round these parts.

Oh, no: The electric cars at CES are getting all emotional

that one in the corner Silver badge

fratzonic chambered exhaust

Following the link:

> The industry-first Fratzonic Chambered Exhaust pushes its one-of-a-kind performance sound through an amplifier and tuning chamber located at the rear of the vehicle. The Fratzonic Chambered Exhaust represents the next generation of tactile, bone-shaking, muscle attitude, creating a visceral “Dark Matter” sound profile experience in concert with the eRupt transmission.

"Dark Matter sound profile" - totally undetectable by all current technology! If only.

"Fratzonic" - someone rubbed out the edge of the leading 'P'?

Oh, and that "eRupt transmission", designed to mimic the flaws of a manual transmission!

If that is what it takes to get some people to buy an EV then maybe there is a point to it - is the next step to include a smoke stack on an electric semi tractor to convince the "rolling coal" brigade?

Cops chase Tesla driver 'dozing' with Autopilot on

that one in the corner Silver badge

Re: Bendix

You need the one with the door built like a submarine's: closing it with the dogs keeps all the cats inside.

Since humans can't manage fusion, the US puts millions into AI-powered creation

that one in the corner Silver badge

Conflicted on this

On the one hand, oodles of data and computers are a match (usually) made in heaven.

On the other hand, modern "AI" (hah!) is all GANs, which are good at producing outputs that perform as well as the best inputs, only in a weird way that is totally lacking in explanatory detail.

So we can spend a lot of money to create lots of new designs for fusion systems that could break-even but don't quite manage to generate any usable power, whilst being terribly, terribly complicated and shiny piles of machinery that no human can make sense of. The Uncanny Valley of particle physics.

Tesla driver blames full-self-driving software for eight-car Thanksgiving Day pile up

that one in the corner Silver badge

Re: Hmmmmmmm

So, you are agreeing that you rarely see humans driving safely.

that one in the corner Silver badge

Re: Hmmmmmmm

Everyone is "faster and safer" right up to the second they slam into the lane divider at 95mph

UK's Guardian newspaper breaks news of ransomware attack on itself

that one in the corner Silver badge

Re: ...the center-left newspaper...

Well, "center-left" is clearly USAzian speak, which translates to something like "rabid right wing" in RotW.

But in the UK, we know The Grauniad to be "left of centre", which would be "Dang Pinkoes" in Yankish.

As for being off-centre, well, some have said that reporting on the floating island of Sans Serif to be eccentric. Though I'd never say they were "off Camber', as they gave a good rating to the Gallivant restaurant and generally say that The Sands are a nice place to visit down in Sussex.

that one in the corner Silver badge

Re: Bar-Stewards

You spot something has got into your system, cut the infected chunk out and recover from a backup.

Once it is gone and the damage repaired, if you never gave it a chance to announce that it was ransomware, as opposed to something just trying to trash the place for yucks, do you really care?

Malicious PyPI package found posing as a SentinelOne SDK

that one in the corner Silver badge

Re: Python is great but ...

> we should return to the days when languages didn't support all of today's problems?

Like, being able to read files and access a network?

The problem here has nothing to do with which language is being used - it is purely about being too trusting of unknown code (specifically, an unverified owner) and running it in an environment that allows it to succeed in doing Bad Things.

Why would a keyboard pack a GPU and run Unreal Engine? To show animations beneath the clear keys, natch

that one in the corner Silver badge

Use case

When a program puts up a prompt for "Press any key", run a skin with a pile of animated arrows pointing to space bar and the message "This one".

that one in the corner Silver badge

Re: Numeric

> It's more ergonomic for the mouse

Never quite bought that "reason": numeric pad is on the RHS, mouse is on the left, so where lies the ergonomic advantage?

that one in the corner Silver badge

brush up on your touch-typing

But a major point when touch typing is to *not* look at the keyboard!

Patch Tuesday update is causing some Windows 10 systems to blue screen

that one in the corner Silver badge

Re: Blue Screen

Hey there, Mr Blue,

Look around, see what you foo

(Mr Blue Screen, Mis-ter Blue Screee-eeen)

Mr Blue, please tell us why

You had to hide away those icons

that one in the corner Silver badge

Re: Blue Screen

Blue screens smilin' at me

Nothin' but blue screens do I see

Blue screens singin' a song

Nothin' but blue screens from now on

Microsoft patent eyes ads in streaming online games

that one in the corner Silver badge

Re: YOU WILL BUY.....

At least the targeted ads show a bit of variety after Christmas, as they over-react to the sudden change in buying pattern - not only mine, but in the "commonly bought together" suggestions from other buyers.

Hmm, a 2l bottle of whisky, Barbie tutu and a tartan wheelie shopper - could be an interesting evening.

that one in the corner Silver badge

> 'Ready Player One' has been banned for all MS employees

Because it would just limit the MS employees ambitions:

RP1: "We can sell 80 percent of the screen WITHOUT inducing seizures!"

MS: "We can fill the remaining 20% with ads for anti-epileptics"

Openreach offers more wholesale fiber discounts, rivals call foul

that one in the corner Silver badge

I'd happily migrate

If they'd bleepin' well supply some fibre.

Not a lot of use lowering prices if they are going to turn around and say we can't afford to complete the supply to cover the entire village!

BBC is still struggling with the digital switch, says watchdog

that one in the corner Silver badge

Re: TNI

And he's back on form.

(Together) we will make our plans

(Together) we will start life new

(Together) this is what we'll do

(Go WEF) this is what we're gonna do

...

(Go WEF) this is our destiny

that one in the corner Silver badge

Re: Slow moving

> iPlayer is a terrible app, it buffers most programmes even if you have great Internet. I never see bufferring from Netflix, Amazon, Disney or YouTube but get it every time I try to watch something on iPlayer.

I too tend to get iPlayer buffering - whilst on the other services, instead of buffering, they like to skip, so instead of the whole programme (albeit with pauses) I get a continuous delivery, just with a few bits missing to help keep the bitrate down. Quite a neat trick, really. Oh, except YouTube - I gave up watching YouTube directly a few years back, because downloading and then playing back from the local drive was the only way to get smooth playback.

Luckily, there are DVDs and BluRay, so much more reliable than this online stuff.

European telco body looks into terahertz for future 6G comms

that one in the corner Silver badge

Re: Not optimistic

Have you managed to dig up any non-paywalled citations for this yet?

We're actually interested in reading about effects like this.

Qualcomm talks up RISC-V, roasts 'legacy architecture' amid war with Arm

that one in the corner Silver badge

Re: Wording

I can see how porting Android will encourage a RISC V ecosystem to grow, but you are implying that said ecosystem could not grow unless an Android port was done.

Is that really the interpretation you intended? If so, can you explain why a lack of Android would be stopping RISC V elsewhere? Serious question - I don't see how Android is gate keeping other applications, but I'd be glad to be informed.

- confused of Tunbridge Wells

Twitter dismantles its Trust and Safety Council moments before meeting

that one in the corner Silver badge

Re: Snowflake journalism

I'll correct myself: Twitter is a better transport for CheerLights than the (current) alternatives.

https://cheerlights.com/

PS

Apologies for letting 'their' instead of 'there' slip past. That was far worse than not spotting "done under now under".

New research aims to analyze how widespread COBOL is

that one in the corner Silver badge

Re: HCI

Absolutely. I'll take HCI over UX any day.

that one in the corner Silver badge

Re: Completely Obsolete Boring Old Language

Using float for business? Here, just dump your fractional pennies into this "wastebin" account, I'll get rid of them for you; no, no bother at all, happy to help your account printouts look neat.

that one in the corner Silver badge

Re: Completely Obsolete Boring Old Language

> people trying to be clever and introducing unnecessary complexity.

A bit too fond of the old ALTER statement?

that one in the corner Silver badge

Re: Quel

> GeoQuel, the geographical version of quel, was weigh before its time

Heavy, man, heavy.

TikTok could be banned from America, thanks to proposed bipartisan bill

that one in the corner Silver badge

Re: US Privacy?

The big change being, of course, that then money would flow from TikTok to the data brokers - and the small fees can mount up as multiple requests are made.

Anyone got a map showing which States the data brokers are in?

that one in the corner Silver badge

Re: Easy self test

Hmm, how far does the description of "Social Media" stretch? Any place where random strangers post messages on various subjects, occasionally in a back and forth conversation?

Here's something communism is good at: Making smartphones less annoying

that one in the corner Silver badge

Re: Communism

In the Olden Days, it would even have been humour.