* Posts by Peter X

402 publicly visible posts • joined 12 Apr 2008

Page:

Remember when Europe’s entire Galileo satellite system fell over last summer? No you don’t. The official stats reveal it never happened

Peter X
Trollface

Re: "how unreasonably low a target uptime of 75%"

We're always pushed for time, there are always improvements and extra work that can be done, and we have to ship a product at some point. Sometimes you have to call it and run it, and move onto the next thing that needs covering.

So you're basically saying that your performance chart is currently solid green? :D

US court rules: Just because you can extract teeth while riding a hoverboard doesn't mean you should

Peter X

Re: Alaskan treats

Ahhh... but do they have Argos?

Updated your WordPress plugins lately? Here are 320,000 auth-bypassing reasons why you should

Peter X

Re: Are WordPress plugin developers the worst, or ...

^ this.

But if anyone needs it, here's my current list of OVH banned IPs (it's _always_ OVH that keep hammering away):

iptables -A badbot-ovh -s 5.135.0.0/16 -j DROP

iptables -A badbot-ovh -s 5.196.0.0/16 -j DROP

iptables -A badbot-ovh -s 37.187.0.0/16 -j DROP

iptables -A badbot-ovh -s 46.105.0.0/16 -j DROP

iptables -A badbot-ovh -s 51.38.0.0/16 -j DROP

iptables -A badbot-ovh -s 51.68.0.0/16 -j DROP

iptables -A badbot-ovh -s 51.75.0.0/16 -j DROP

iptables -A badbot-ovh -s 51.77.0.0/16 -j DROP

iptables -A badbot-ovh -s 51.83.0.0/16 -j DROP

iptables -A badbot-ovh -s 51.89.0.0/16 -j DROP

iptables -A badbot-ovh -s 51.91.0.0/16 -j DROP

iptables -A badbot-ovh -s 51.161.0.0/16 -j DROP

iptables -A badbot-ovh -s 51.178.0.0/16 -j DROP

iptables -A badbot-ovh -s 51.195.0.0/16 -j DROP

iptables -A badbot-ovh -s 51.210.0.0/16 -j DROP

iptables -A badbot-ovh -s 51.222.0.0/16 -j DROP

iptables -A badbot-ovh -s 51.254.0.0/15 -j DROP

iptables -A badbot-ovh -s 54.36.0.0/15 -j DROP

iptables -A badbot-ovh -s 54.37.0.0/16 -j DROP

iptables -A badbot-ovh -s 54.38.0.0/16 -j DROP

iptables -A badbot-ovh -s 54.39.0.0/16 -j DROP

iptables -A badbot-ovh -s 66.70.128.0/17 -j DROP

iptables -A badbot-ovh -s 79.137.0.0/17 -j DROP

iptables -A badbot-ovh -s 87.98.128.0/17 -j DROP

iptables -A badbot-ovh -s 91.121.0.0/16 -j DROP

iptables -A badbot-ovh -s 91.134.0.0/16 -j DROP

iptables -A badbot-ovh -s 92.222.0.0/16 -j DROP

iptables -A badbot-ovh -s 94.23.0.0/16 -j DROP

iptables -A badbot-ovh -s 139.99.0.0/16 -j DROP

iptables -A badbot-ovh -s 142.44.160.0/22 -j DROP

iptables -A badbot-ovh -s 144.217.0.0/16 -j DROP

iptables -A badbot-ovh -s 145.239.0.0/16 -j DROP

iptables -A badbot-ovh -s 147.135.0.0/17 -j DROP

iptables -A badbot-ovh -s 147.135.128.0/17 -j DROP

iptables -A badbot-ovh -s 149.56.0.0/16 -j DROP

iptables -A badbot-ovh -s 151.80.0.0/16 -j DROP

iptables -A badbot-ovh -s 158.69.0.0/16 -j DROP

iptables -A badbot-ovh -s 164.132.0.0/16 -j DROP

iptables -A badbot-ovh -s 167.114.0.0/16 -j DROP

iptables -A badbot-ovh -s 176.31.0.0/16 -j DROP

iptables -A badbot-ovh -s 178.32.0.0/15 -j DROP

iptables -A badbot-ovh -s 188.165.0.0/16 -j DROP

iptables -A badbot-ovh -s 192.99.0.0/16 -j DROP

iptables -A badbot-ovh -s 193.70.0.0/17 -j DROP

iptables -A badbot-ovh -s 198.27.64.0/18 -j DROP

iptables -A badbot-ovh -s 198.100.144.0/20 -j DROP

iptables -A badbot-ovh -s 198.245.48.0/20 -j DROP

iptables -A badbot-ovh -s 213.32.0.0/17 -j DROP

iptables -A badbot-ovh -s 217.182.0.0/16 -j DROP

I am broot: The Reg chats to French dev about Rust tool that aims to improve directory navigation

Peter X

Re: Stopped reading at "command line tool" ...

When I say muscle memory, I'm talking about the ability to (in this case) press a key or combination of keys, without even having to engage the conscious mind. If you need to use a mouse to click on something, it may certainly be something you don't think about, but you *do* focus your mind simply be virtue of *having* to look where the mouse pointer is to click on something.

Things like walking, running or riding a bicycle are things that end up in muscle memory. GUIs certainly get easier once you are familiar with them, but I'm pretty certain that isn't quite muscle memory.

But... it's possible your (and other peoples) minds are wired different to mine.

Peter X

Re: Stopped reading at "command line tool" ...

And in which way does an "interactive", semi-graphical command-line tool help you in writing your scripts, opposed to - say - a true graphical one?

Hands are on keyboard.

It's not that a graphical interface is wrong, it's just that graphical interfaces have a tendency to add a tool bar and demand mouse interaction, which is good because of discoverability, but bad because it's much slower than just pressing keys (muscle memory works with the latter but not the former)... and yeah, you have keyboard shortcuts in GUI apps, but often, they're a bit of an after-thought.

But honestly, just use what you like! Command line things are often not so great if you only use them very occasionally because then the lack of discoverability is very much a negative.

Me, I like command line for certain tasks, such as file-management because they're fast, and I can use them over SSH. Plus, startup time... command line stuff is usually pretty instant. Starting even a light-weight GUI app typically takes at least the best part of a second, which is annoying slow when you're in flow.

The Six Million Dollar Scam: London cops probe Travelex cyber-ransacking amid reports of £m ransomware demand, wide-open VPN server holes

Peter X

Re: Is CEO going to be in next honour list

True. But she got the NHS gig _after_ TalkTalk. So, somehow, out of all the people in the world the NHS could've employed, Dido Harding was the person they chose... and I imagine she went through a blind recruitment process so there's no chance nepotism had anything to do with it. <innocent-face>

IT consultant who deleted every account on UK company Jet2's domain cops 5 months in jail

Peter X
Joke

Re: Negligence

But they didn't allow interactive sessions for the service account... in the hotel though did they?! :D

Peter X

Re: Good

Also completely agree with the sentence, but also agree Jet2 need to look at their IT strategy. I was concerned at this bit:

Without that admin account, the court heard, "repairing the damage was ultimately not possible."

So, presumably no disaster recovery plan?

Sir John Redwood backs IR35 campaign, notes review would have to start 'immediately' before new off-payroll working rules kick in

Peter X

Re: Dear Vulcan

...or if he'd simply focused completely on IR35 and then we wouldn't be where we are.

Google tightens the screw on 'less secure apps', will block most access from June 2020

Peter X

Thunderbird is fine. K9 doesn't do OAUTH2 yet

Thunderbird on my desktop is fine.

Are there any good alternatives to K9 on Android? Hopefully it will support OAUTH2 by the time Google pulls the plug.... but contingencies and all that!

FUSE for macOS: Why a popular open source library became closed source and commercially licensed

Peter X

Licence

Is there not a licence that is open-source, but requires payment for commercial use? Otherwise, is Fleischer prepared to make binaries for open-source projects on MacOS that use FUSE?

Microsoft's Teams goes to bat for the other team with preview on Linux

Peter X

Window sharing?

"The documents warns that window sharing isn't currently a thing in the Linux world and taking control of shared content isn't possible.".

Forgive my ignorance, but what is window sharing?

And also, why is taking control of shared content not possible? Also, what is it?

In tribute to Galaxy Note 7, BBC iPlayer support goes up in flames for some Samsung TVs

Peter X

Re: Sorry but...

Channel 4

Lol @channel4. Any time I think I might watch something on 4OD (or whatever it's called now), it complains because it requires Adobe Flash.

Internet world despairs as non-profit .org sold for $$$$ to private equity firm, price caps axed

Peter X

Re: Is it just me?

It strikes me that the problem is that there isn't any competition within the registries; would it not work better if it was possible to buy a .org (or other tld) from more than one organisation. Is that feasible?

Peter X
Flame

Hateful isn't it?! So someone has a money printing machine. It works. it's making them money. But no, that isn't enough... I'm hoping there's a place in hell for such greed.

Move along, nothing to see here: Auditors say £100k grant to Hacker House was 'appropriate'

Peter X

Re: Translation: open season

find myself wondering how little I would need to do to BS my way into superfluous government grant money

One suspects you would need to know about such an offer in order to apply for it. Are such things advertised widely in order to ensure a broad selection of competent applicants?

And following on from that thought, I wonder who else applied for the same grant? And did they get it?

Peter X

Re: An innocent man

To me, the problem with the Garden Bridge wasn't that it was suggested, it was more than it cost £53 million to do exactly nothing. Clearly, *if* it was a vaguely good idea, it was going to cost *some* money to explore this concept, but £53M is *insane*.

I'm not sure it's fair to blame Lumley for any of that.

I'm not Boeing anywhere near that: Coder whizz heads off jumbo-sized maintenance snafu

Peter X

Re: 737 MAX

It hadn't occurred to me before, but if say the Hudson incident had happened to a 737-Max, my guess is the outcome would've been considerably less "miraculous"?

(I'm assuming here that the sensors are correctly functioning in this case, but the same problem of a double-engine bird strike has happened).

Peter X

Re: 767

Maybe the vote gauge doesn't work?

Peter X

Re: 767

I hate Illinois nazis!

Aviation's been Boeing through a rough patch: Software tweaks blamed for Airbus A220 failures

Peter X
Stop

I would've thought the easiest/safest solution at this point, is to revert the software update? I suppose that would mean admitting an "issue", but ploughing ahead looks like worse idea to me.

A cautionary, Thames Watery tale on how not to look phishy: 'Click here to re-register!'

Peter X

Certainly smells like data-loss somewhere, but they don't want to admit it.

The safest place to save your files is somewhere nobody will ever look

Peter X
Windows

*Exactly* the same thing but with the Exchange/Outlook "recycler"

I had the exact same thing but with users storing important stuff in the "Recycle-bin" of Outlook. I had to do something with their account, and it was easier to delete it and recreate it... and then I got a call asking where their documents had gone.

No idea if it was technically possible to undelete them from that situation, but I know I didn't try; I was sympathetic, but I wasn't taking the blame on that one.

Verdict: user error!

Father of Unix Ken Thompson checkmated: Old eight-char password is finally cracked

Peter X

Yeah, that was bothering me too!!

Bet he used an iPad or something to write his reply as well. ;-)

Second MoD Airbus Zephyr spy drone crashes on Aussie test flight

Peter X

Also maybe a small parachute whilst testing to deploy in the event of control loss... at least they might be able to salvage and reuse some parts that way.

Nominet continues milking .uk registry cash cow with 4 per cent price rise for... what exactly?

Peter X
Mushroom

Re: Monopoly power

/me looks a watch. Yes.

IT workers: Speaking truth to douchebags since 1977

Peter X

My mum has an old Toshiba DVR - looks like this.

When it powers on, the display says "P-ON" and when you switch it off, it says... (drum-roll)... "P-OFF". I still giggle at that!

Behold the perils of trying to turn the family and friends support line into a sideline

Peter X

Re: Obligatory XKCD

Perhaps the phrase "pressed the 'WiFi on' button" is a euphemism for something altogether different?

Peter X

Re: Cable entanglement

"Any two or more independent cables placed in close proximity will spontaneously entangle"

*Except* whilst being observed. So presumably some kind of quantum event where attempting to in some way measure the event, affects the event itself?

I'd previously, and presumably erroneously, blamed it on "cable elves", who, as we all know, only come out at night.

Now on Amazon Prime: The Amazing Shrinking UK Tax Burden

Peter X

Re: Revenue and profit

Yeah I'm sure they'll pay more tax and not pass that on to the consumer... and then some. No way they'd do that.

British Prime Minister Boris Johnson moves to shut Parliament

Peter X
Happy

+1 Congratulations, you win the thread! I did lol at that!! :D

Peter X

Re: Inaccurate

Whilst I am sure the things you state are technically accurate (hence, the exact same arguments are currently being used by a number of BoJo's entourage), they are rather disingenuous.

Yes suspending parliament and the Queen's Speech etc, are all normal, it's odd (1). having such a long suspension... recent suspensions have only lasted 7 days (~~ +/-3 days) ish, and (2). this is occurring right at the same time when the country will, without any parliamentary involvement, drop out of the EU causing unprecedented economic upheaval (even if we are to believe this is a short-term bump in the road, it's still a big deal).

This suspension is being done on purpose, and even if you are pro-brexit, and *even* if you are pro-nodeal-brexit, you *should* still question anyone who would suggest that what is happening is normal. It really isn't. And people who suggest otherwise* are absolutely doing to in order to mislead.

* Just to be clear, I'm not having a go at you! But you do seem to be repeating what various people have been saying on TV today... I've had members of my own family repeating to same as well.

Peter X

Re: So, to sum up. . .

In this particular instance, he's trying to ensure MPs from all sides are able to do their job by debating the issue at hand. Meanwhile, the BoJo government and trying to prevent democracy!

Buying a Chromebook? Don't forget to check that best-before date

Peter X

Can you still run Linux on them?

If you can still run Linux on them, that's something. But I really think there should be rules that force manufacturers to publish driver source code and full hardware specs when they drop support, otherwise they're just driving more and more e-waste.

Microsoft Surface users baffled after investing in kit that throttles itself to the point of passing out

Peter X
Joke

Re: 400MHz = normal power saving?

On the upside, they must be getting terrific battery life! ;-)

WTF is Boeing on? Not just customer databases lying around on the web. 787 jetliner code, too, security bugs and all

Peter X

Re: One Network to Rule Them All

If you just give the entertainment system a GPS receiver, it can probably give accurate enough altitude/speed/position data and then be entirely separate. It'd be (1). safer since there's no connection, and (2). probably cheaper since you don't have to define/create/test a secure one-way-link to critical systems.

I'd go as far as saying if they're not doing it this way, then why not?

Side-splitting bulging batts, borked Wi-Fi... So, how's that Surface slab working out for you?

Peter X

Re: ROFL

but a decent laptop powered by a Pi-4 would be a great solution for me

^ this! It'd be nice if someone would create such an enclosure, that looks decent, and with a replaceable battery... imagine the reduction in e-waste.

Jeff Bezos feels a tap on the shoulder. Ahem, Mr Amazon, care to explain how Capital One's AWS S3 buckets got hacked?

Peter X

Re: Tech insecure by design?

Conversely, it's worth noting that if Netflix discovered an issue, reported it and didn't get a response, who's problem is it?

And thus, Capital One engineers apparently failed to spot something that Netflix engineers did spot. To me it looks like the Capital One engineers are (1). not as good as the Netflix engineers, and (2). considering the sensitivity of the data they're dealing with, maybe Capital One need to improve their hiring/training?

That's not to say I think Amazon are blameless, but if people (Netflix engineers at least) can spot the problem, then so can anyone, and since they (Netflix/Capital One) have a choice in which cloud provider they want to use, I can't see how Amazon can be at fault for this.

UK parliament sends snippy letter to Zuck and his poodle Clegg as it seems Facebook has been lying again

Peter X

Re: Public cost duty allowance

Exactly. I don't totally disagree with the concept of a 'Public Cost Duty Allowance' given that it's not really possible for someone who held such a position to get a job in Tesco in later life, however, may I suggest that any such payment should be means-tested? Only seems fair!

Fantastic Mr Fox? Not when he sh*ts on your lawn, kids' trampoline and your soul

Peter X

I know people who had alpacas to protect chickens. Not living in the city though, so prolly not useful in this case!

Also, if we're going down the "other animals" route, we must remember to include snakes and monkeys in there somewhere!! :D

Brussels changes its mind AGAIN on .EU domains: Euro citizens in post-Brexit Britain can keep them after all

Peter X

Re: Do you want a second referendum

If no deal occurs, the main culprits by voting numbers will be Remain.

Yeah, good one!

What’s your point / conclusion?

I think I'd blame lies/misinformation which pretty much entirely came from the "Pro-brexit" side myself... because there were many.

And I'd blame "remain" for not countering those lies strongly enough or indeed making their case strongly enough.

Depressing that the tory leadership battle turned into a stupid-a-thon though... no candidate could expect to win without "keeping no-deal on the table", thus we end up with the most ridiculous candidate. I suppose if that were not the case, we'd end up with Raab though... so I suppose that's a small upside.

Peter X

Re: Do you want a second referendum

To be fair, non-leave parties + labour can reasonably be counted as non-hard-brexit. You wouldn't question that would you?

British ISPs throw in the towel, give up sending out toothless copyright infringement warnings

Peter X

Re: Dilution of quality too..

Half agree/disagree. ITV is 99.9% crap. BBC certainly have a high % of crap, but there are good things. But it's worth noting that in any creative area, the vast majority is crap, or run-of-the-mill tosh that only appeals to people who like that specific niche.

Take music as an example. Pick a genre, eg "rock". If you are into rock, you might be happy listening to (say) 50%, with (say) 10% you'd describe as "great" and (say) 1% as "epic". Someone who isn't into rock, may still appreciate that 1%, or even 10% if say they're into other guitar based bands.

You can apply this to loads of things; art, TV, films for example.

Point is, pointing at TV channels that broadcast 24/7 and saying it's all or mostly crap isn't fair! It is to be expected, but it's also true that other people will enjoy some of the stuff you hate. That's just how it is.

(I agree entirely with your dislike of the programmes you mention, however, I do like bargin hunt!!)

UK Home Secretary doubles down on cops' deeply flawed facial recognition trials

Peter X

...and Sajid Javid is about failing to become PM.

London cop illegally used police database to monitor investigation into himself

Peter X

By the sounds of it, completely non-existent access controls.

Observation: Slow-burn space HAL 'em up fires adventure game genre into the exosphere

Peter X

Re: No Steam? No Thanks.

Also, needs to run on Linux!

Brexit: Digital border possible for Irish backstop woes, UK MPs told

Peter X

Re: An alternative border is obvious

"Most (all?) politicians do not get called out on his shit. Hammond 'but the most obvious technology is blockchain.'"

It's insane no one seems to do that... they just seem to accept it because it "sounds" like he knows what he's talking about.

Presumably one of the suppliers has already been throwing around all the buzz-words. I note the article says Fujitsu has "already pitched an artificial intelligence-driven process", which precisely f*ck all, but for some reason, all the main media outlets are happy to say something uses "AI" and leave it at that.

AI isn't an implementation!!! And typically it's kind of fuzzy and imperfect. And thus, probably not good for this purpose at all.

But clearly, someone has already sold the idea of blockchain to Hammond... so... it's going to be crazy expensive, massively late, and then it won't work anyway.

Peter X

Re: This is the same 'think tank'

Or NI along with Scotland join the republic and all of them remain (or rejoin depending) in the EU.

And for bonus comedy points - and largely because I know it would annoy people like Rees-mogg - they should call it "Greater Ireland". Because, quite frankly, it would be!

Vulture gets claws on Lego's latest Apollo nostalgia-fest

Peter X

^ This.

"Now, if you'll excuse me, I have to go and explain why a Shuttle's delta wing would not have helped Eagle "fly" over the surface of the Moon."

May I suggest KSP as a complimentary educational tool to help explain this and also how to launch, orbit, transit, etc.

Peter X

Yeah, needs to be billowing in the wind like the real one does!

Page: