The Register Home Page

* Posts by Falmor

46 publicly visible posts • joined 15 Sep 2016

Techie lured out of retirement to support software only he remembered

Falmor

I think unless you run a high end care home, you don't make much profit. I know someone who was running a care home but is no being made bankrupt to pay off the debts. Apparently, this isn't that uncommon with 1 in 4 care homes at risk of going under: https://www.thegazette.co.uk/all-notices/content/161

Manager showed off his DOS prowess – with a command that wiped data

Falmor

I had a user with a DOS machine that wouldn't boot. They admitted to trying to delete a subdirectory. After a few questions about how they'd gone about this, I realised they'd done the following

cd \dir

del *.*

dir

dir showed them what they thought were two files, '.' and '..' so they typed

del .

del ..

Norton Utilities undelete fixed the problem. I still smile whenever I think about it.

Changing AI math could reduce the hardware burden, researchers show

Falmor

Re: Nothing to do with semantics

Am I alone in thinking Scanning Electron Microscope whenever I seen SEM?

HS2's latest reset ditches autonomous train tech to get project back on track

Falmor

Re: HS 2 late

Living quite close to HS2, its not so much through farmland as under it. Not that they are tunnelling, the dig down, put the tunnels in and the fill over the top of the tunnels. No idea of what that does to costs though.

All the passwords were stored in Active Directory description fields

Falmor

Bitwarden Keys

Not that these are needed now that we know there's a backdoor, but Bitwarden Keys are stored in AD. A simple bit of Powershell can retrieve them. They are at least protected by an ACL so only Admins can view them.

Disgruntled 0-day hunter 'humiliated' by Microsoft pledges 'bone shattering drop' as Redmond calls cops

Falmor

If Nightmare Eclipse is ex Microsoft, does that imply all these vulnerabilities are already known at Microsoft but they aren't fixing them?

PwC will say goodbye to staff who aren't convinced about AI

Falmor

Re: A completely rational stance for a CEO

I had a friend who, briefly, worked for a big consultancy firm. All their internal training was about how to sell more consultancy. He refused to do this so didn't last very long. I guess AI wouldn't any such qualms.

Falmor

Re: A completely rational stance for a CEO

"... and avoids responsibility."

I don't think I've ever seen a consultant take responsibility for any of their recommendations. They disappear with their money and are never seen again.

PowerShell architect retires after decades at the prompt

Falmor

Isn't Powershell written in C#? And it allows you to use C# classes directly.

Falmor

Re: the point

It took me a long time to come round to Powershell but it's quite useful being able to pass objects through the pipeline once you get used to it.

The problem with cmd commands is that some of them are built in to cmd.exe. To run those you need to use "cmd /c 'commandyouwanttorun'". Not very elegant but it's worked for me so far.

MS Task Manager turns 30: Creator reveals how a 'very Unixy impulse' endured in Windows

Falmor

Re: It's the habit of assuming that the user is trying to accomplish some real work

For me the interruptions are either Wizards telling me about new features I don't want to use, or surveys asking how likely I am to recommend the product.

Major AWS outage across US-East region breaks half the internet

Falmor

Re: HMRC taken down

Wonder if the "features that rely on US-EAST-1 endpoints such as IAM (Identity and Access Management)" means that even if you don't host your systems in the US, you are still reliant on US-EAST-1 for login and access.

The Notepad that knew too much: Humble text editor gets unnecessary AI infusion

Falmor

The Old Notepad is still there

Going to Settings > Apps, Advanced app settings > App execution aliases, and toggling off Notepad brought it back as the default for me.

Latest Windows 11 insider builds hide secret File Explorer dark mode

Falmor

Window 3.0 Colour Editor

This brought to mind a very vague memory of a Windows 3.0 tool that allowed you edit the 16 colours available. The problem was people would set all 16 colours to the same colour so you couldn't see anything. Think you had to remove a jumper on the motherboard to reset things but I may be mis-remembering, it was a long time ago.

GCC 15 is close: COBOL and Itanium are in, but ALGOL is out

Falmor

Upvote for a mention of the dragon book. Still have my copy from university around somewhere.

Microsoft decides it's a good time for bad UI to die

Falmor

Apparently its not even true that Control Panel is being removed (https://www.theverge.com/2024/8/27/24229436/microsoft-windows-control-panel-removal) so even basic fact checking has been missed by the author of this article.

Check out Codon: A Python compiler if you have a need for C/C++ speed

Falmor

Me too. It's always been faster than Python on the things I do.

An open-source COBOL contender emerges

Falmor

Re: How did it come to this?

There was an interesting article in the Guardian about this a few years ago: https://www.theguardian.com/science/2017/jun/27/profitable-business-scientific-publishing-bad-for-science

Geneticists throw hands in the air, change gene naming rules to finally stop Microsoft Excel eating their data

Falmor

Re: I must be missing something...

The default CSV import settings seem to have been designed to do the worst possible job. Think they may have been trying to discourage people from using Excel to look at CSV files.

Linus Torvalds pines for header file fix but releases Linux 5.8 anyway

Falmor

Google Sharing

Wouldn't a more pertinent question about Google sharing be 'Does the Google code share any of the users activity with Google or any affiliates?"

Oh what a cute little animation... OH MY GOD. (Not acceptable, even in the '80s)

Falmor

Re: All of these tales and comments...

Share permissions often seem to be left at full permissions for everyone but NTFS folder permissions are usually set correctly (not always though). That does mean the files are properly protected but anyone could remove the share (or change it's permissions) and thereby block access.

Falmor

Re: Regrets cut both ways

An up vote for that final reference. Always amuses me that I was 22 going on 23 when I first heard that album.

One map to rule them all: UK's Ordnance Survey rolls out its Data Hub and the juicy API goodness that lies therein

Falmor

Re: Could this become the official UK postcode and address database?

The official address database is maintained by GeoPlace, this is a public sector company jointly owned by the Local Government Association and Ordnance Survey: https://en.wikipedia.org/wiki/National_Land_and_Property_Gazetteer

Sure is wild that Apple, Google app store monopolies are way worse than what Windows got up to, sniffs Microsoft prez

Falmor

Wasn't there a time when Facebook were tracking even non-users around the web? If I'm not misremembering this, it gave them the ability to sell your data to advertisers without having to provide you with any service what so ever.

Wow, Microsoft's Windows 10 always runs Edge on startup? What could cause that? So strange, tut-tuts Microsoft

Falmor

Auto App Start

Sounds a bit like what ever it is in Windows 10 that restarts any apps that were active when you shutdown or reboot. Feels like I have to disable this after every windows update.

Nice to see Microsoft still using stdout redirection with "> c:\users\edgelogfile.txt" rather than the more verbose "| out-file c:\users\edgelogfile.txt".

25 years of PHP: The personal web tools that ended up everywhere

Falmor

Glad to see I'm not the only one who likes Perl. Have an upvote for TMTOWTDI, haven't seen that for a while.

Huawei gets misty-eyed for the good old days (of a year ago) with maudlin P30 Pro remaster

Falmor

While I'm only really interested in a new phone when my old one starts to break down, it is good to see an article reference my favourite Jeff Buckley song.

'VPs shouldn't go publicly rogue'... XML co-author Tim Bray quits AWS after Amazon fires COVID-19 whistleblowers

Falmor

Re: Who are the downvoters, in this comment thread

Funny, that's not how I read it at all. To me he is concerned that workers who are bring up issues are being fired. That's not being a trouble maker, that's a social conscience.

Apple: We respect your privacy so much we've revealed a little about what we can track when you use Maps

Falmor

Re: If this worries you...

Seem to recall an iPhone user saying that Apple maps shows moving dots for a car that has a iphone in it. Presumably only if location services are turned on. This was before GDPR so it may have changed now.

US prez Donald Trump declares America closed to those flying in from Schengen zone over coronavirus woes

Falmor

Re: Well

There's quite detailed analysis of the likely number of cases at https://medium.com/@tomaspueyo/coronavirus-act-today-or-people-will-die-f4d3d9cd99ca

Huawei unfolds latest shot at the phone-tablet hybrid with reinforced hinge and reassuringly Xs-sive price

Falmor

Re: Ahhh...

Doesn't GDPR apply world wide? Its the UK that is removing itself from the countries that have GDPR.

Hey, Brits. Your Google data is leaving the EU before you are: Hoard to be shipped from Ireland to US next month

Falmor

Re: Convenient BS from Google...

I have a German friend who lived in the UK 20 years ago. Even back then he said, "The problem with the English is they are living in a 3rd world country and don't realise it." Things definitely haven't improved since then.

Forgotten motherboard driver turns out to be perfect for slipping Windows ransomware past antivirus checks

Falmor

Re: Driver Signing

The driver was signed with a certificate from a Symantec owned company, not Microsoft. The driver has been updated by Gigabyte to remove the exploited flaw. Presumably revoking the certificate will stop machines working that haven't been updated. If the certificate is revoked, the original Sophos article points out that there a plenty of other signed drivers that could be used.

Falmor

Missing Recommendation

You missed one of the Sophos recommendations: “Make regular backups, and keep them offsite and offline where attackers can’t find them.” Probably going to be tricky in these cloud based backup times.

Vendor-bender LibreOffice kicks out 6.4: Community project feel, though now with added auto-█████ tool

Falmor

Re: How's the page layout engine tho?

Although LO Calc does keep the current cell highlighted when you move focus to another Window. That Excel doesn't I find very annoying.

The delights of on-site working – sun, sea and... WordPad wrangling?

Falmor

Debug

Almost forgotten about debug but it was a very useful tool to have around.

The time PC Tools spared an aerospace techie the blushes

Falmor

Re: Not me personally...

In the 90s, I once had a call from someone who couldn't get their PC to boot. A few questions revealed that they'd deleted a sub-directory from the root using something like the following commands:

C:\> cd subdir

c:\subdir> del *.*

Are you sure (Y/N)? y

c:\subdir> dir

Volume in drive C is DOS

Volume Serial Number is D4F6-F60C

Directory of c:\subdir

24/12/199? 09:27 <DIR> .

24/12/199? 09:27 <DIR> ..

0 File(s) 0 bytes

2 Dir(s) 779,776 bytes free

c:\subdir> del .

Are you sure (Y/N)? y

c:\subdir> del ..

Are you sure (Y/N)? y

Still makes me smile.

Oi, Queenslander who downloaded 26.8TB in June alone – we see you

Falmor

Forty six comments and no one has mentioned the 'and chill'. Must say something about the age of Reg readers.

Darkest Dungeon: Lovecraftian PTSD simulator will cause your own mask to slip

Falmor

Re: Nice

I'm with you on Borderlands 2. Funny and difficult, especially in Ultimate Vault Hunter mode.

User secures floppies to a filing cabinet with a magnet, but at least they backed up daily... right?

Falmor

Re: Well if the US ships want the Chinese to keep out of the way

In the 90s, I saw this sort of thing so can believe this is true. Once CDs became established, I also had someone write on the silver side of a CD with a ball point, ripping the surface and making the CD unusable. Working a materials science lab, they'd sputter coated the CD but couldn't understand why the data hadn't been restored.

Who needs malware? IBM says most hackers just PowerShell through boxes now, leaving little in the way of footprints

Falmor

Re: Not true

Both Per and Python allow you to call shared libraries on any platform.

Falmor

Default for .ps1 files is edit

Also, Powershell scripts don't run if you click on them or a link to them. Instead they open in an editor, either notepad or the ISE. Makes it much more unlikely that someone would accidentally run one.

Crash, bang, wallop: What a power-down. But what hit the kill switch?

Falmor

Cray Red Button

I used to work at a site that had a lot of mathematical modellers. One of the Cray Supercomputer models we used was just the right height for a raised elbow. The designers hadn't considered this but did consider the perfect place for an emergency stop button was on the top of the box. We put a plastic cover over ours so no one ever accidentally shut the thing down. Seeing this a Cray engineer tells he'd been to a site that had used half a coconut shell for the cover.

CMD.EXE gets first makeover in 20 years in new Windows 10 build

Falmor

Re: What's the point?

Not everything works in a Powershell console. Legacy Perl scripts are the only thing I can remember at the moment but there are others. Biggest improvement to CMD has been allowing Ctrl-C/Ctrl-V to cut and paste. Not having to reach for the mouse to paste when you're typing is so much better. If I could remap Ctrl-C/Ctrl-V to Alt-W/Ctrl-Y for the whole of Windows, I wouldn't then keep pressing Ctrl-C/Ctrl-V in Emacs.

Take that, creationists: Boffins witness birth of new species in the lab

Falmor

Re: Meh...

Viruses aren't technically alive but its not the viruses that showed evolution, it was bacteria who were infected with the virus. If you want strong evidence for evolution, take a look at Ring Species: http://www.actionbioscience.org/evolution/irwin.html

Pass the 'Milk' to make code run four times faster, say MIT boffins

Falmor

Re: Language feature really?

Didn't sound like a language feature to me either. A compiler that knows what data will be handled at runtime would be very impressive.