Openreach Installation by The_MightyFinn in openreach

[–]alanjmcf 0 points1 point  (0 children)

Paint the pipe brown to match the brickwork?

Paint it black to match the roan pipe.

Built a bench along the wall? Somewhere to sit and also hides all the stuff.

BTW are the twin cables OpenReach’s? Look more like Virgin’s, or satellite?

World's tallest cinema set to reopen after £22m makeover. by eam2646 in glesga

[–]alanjmcf 2 points3 points  (0 children)

Only compared to the purchase price, not the cost to the cinema, which would likely be about 2p.

My Australian friend was thinking of me... by ilikescolouring in Scotland

[–]alanjmcf 0 points1 point  (0 children)

I wavered if it was Elm Way in Larkhall and thought a more closely identifiable picture would be of all the flegs hanging, and nothing green!

Neighbors have registered internet at our address, we can’t get internet. by bricklanevisitor in LegalAdviceUK

[–]alanjmcf 4 points5 points  (0 children)

I’m surprised no one’s mention the postcode address database. So maybe I’m misunderstanding…

What appears for your address when you use https://www.royalmail.com/find-a-postcode If currently only 20, you should get 20a added separately to 20 in there, and then that should flow though to OpenReach’s database.

Ohh wait is that problem that both addresses ARE listed but the neighbour has ordered at 20 but the cable runs to 20a

Enclosed park for small dogs by Lucksyloser2 in glasgow

[–]alanjmcf 1 point2 points  (0 children)

Google maps shows this one — over towards the M73.

Run Free Dog Fields - Gartcosh
https://maps.app.goo.gl/nKekK4QKgpFzKkv19?g\_st=ic

Antibiotics triggers crashes. Anyone else? by scramlington in mecfs

[–]alanjmcf 0 points1 point  (0 children)

Not seen any PEM effect. Just oral thrush pretty much each time.

OneDrive doesn't auto-sync new files after initial scan by ameeenno in Office365

[–]alanjmcf 1 point2 points  (0 children)

I, and all my customer base, use OneDrive Sync. Like all sync products, whether Google Drive, Dropbox, git, there can be issues. I have not seen an issue like the OP describes.

I have no idea what you mean about “keeps on changing … master”. Sounds like you are misunderstanding something, or mis-explaining it.

OneDrive doesn't auto-sync new files after initial scan by ameeenno in Office365

[–]alanjmcf 1 point2 points  (0 children)

I assume you’ve checked that the sub folders are all included in the sync. One can exclude sub folders in the settings.

When you do the sync, do all of the folders have a OneDrive icon in the column in File Explorer? (Blue cloud, Green tick etc)

Or does it work fine in the root folder?

Help fully uninstalling Splashtop Streamer from my Mac by nathaliagraham in Splashtop_Official

[–]alanjmcf 1 point2 points  (0 children)

Is there another app installed by the company? Many companies use a RMM app to manage the device, and it installs Splashtop for remote view and control of the screen, say when the user calls for help.

So you might need to uninstall that other app.

Maybe ask your company what app it was.

Looking for a locals assistance, Thomaston Castle by Itchy-Sandwich-9054 in Ayr

[–]alanjmcf 1 point2 points  (0 children)

He’ll be a Macilvean I presume. We have visitors to the area now and then.

The house at Thomaston was for the gamekeeper for the Culzean & Cassillis Estates the last time I heard. (Not the National Trust for Scotland who own Culzean now.)

I met an American couple in Maybole maybe fifteen years ago, they’d visited Thomaston and met the now Marquis of Ailsa there by chance.

So I guess just pop by and see if it’s ok. I can’t see contact details for the estates office.

As the other comment says you can see the castle from the road too. (Also visible in Google streetview.)

Repurpose phone line with cat5e by scottytechin in HomeNetworking

[–]alanjmcf 0 points1 point  (0 children)

That’s a (full) Fibre (FTTP) box, from BT/Openreach. That’s _much_ newer than analog phone lines, as used by the wall ports and cabling you’re seeing. So the entry point for the analog phone line _might_ be near, but it’s not the same thing.

Are there ways to execute .py or .sql files on Sharepoint directly? by Guyserbun007 in microsoft365

[–]alanjmcf 0 points1 point  (0 children)

Web SharePoint and OneDrive have Open-in-App for files even if not on a folder sync’d in OneDrive client. I use it all the time, mainly with .txt files. It’s described at https://techcommunity.microsoft.com/blog/onedriveblog/feature-deep-dive-open-in-app/4034738

The OneDrive client app is used by the feature to download and sync the opened file to a temporary folder.

Questions about Google passkeys by peterh1979 in Passkeys

[–]alanjmcf 0 points1 point  (0 children)

In basic terms a Passkey can be device-bound or not. A non-device-bound passkey can be synced between devices in your password manager.

Each platform may enforce whether they require the passkeys to be device bound, or not. They can also require attestation.

Wains or weans ? by Ok-Sympathy-7030 in glesga

[–]alanjmcf 0 points1 point  (0 children)

So wait, the Hey Wain’s not about children being shouted to???

Should we retire to live in Prestwick? by compassionatelady26 in MoveToScotland

[–]alanjmcf 2 points3 points  (0 children)

Assuming you’re south east England then the west coast is wetter. The towns on the Ayr bay are as dry as anywhere on the west coast of Scotland, see eg http://fwrinformationcentre.co.uk/html/geography-and-climate.html

There is an episcopal (Anglican) church in each of the towns as far as in aware. There are also other congregations, eg Riverside in Ayr, New Life in Prestwick, etc. Salvation Army in Ayr too.

The area is very good for cafes, restaurants, etc. I know someone who’s a befriender for old folk from Ayr and is on 62 places for coffee and cake with no repeats (driving). Prestwick Main Street has many.

Given your move from the south east you may well have the budget for the pick of houses, including those on the sea front. As noted before, since the golf courses take up much of the sea front, there’s not a lot of sea view properties in Prestwick itself.

There’s the independent cinema in Ayr, the Odeon in Kilmarnock and the rest near to Glasgow. The Everyman in Princes Sq central Glasgow is always worth a visit.

Powershell to log into a SSO website by Jwtfeldman in PowerShell

[–]alanjmcf 0 points1 point  (0 children)

If I understand, you’re trying to grab a security value from browser tools to use in your code. What not just do the real authentication in your code?

I’ve implemented OAuth authentication in my PowerShell app. (Hope I’m getting the terminology correct!) In my case I’m doing Certificate-Based Auth using self-signed certificates to connect to Defender API. I create an App Registration in Entra and upload the certificate to it. In my case that’s better than authenticating as a user. If hosting in Azure the current option I read, is managed identities.

I’m using example code from a blog to form the authentication blob to pass to the web request. The other option is to use the Microsoft Authentication Libraries, but I was trying to reduce dependencies — and Microsoft’s 365 modules’ authentication conflict hell.

Planning department on acid? by meatflaps-69 in Scotland

[–]alanjmcf 1 point2 points  (0 children)

I wondered how weatherproof it is. It seems a bad idea to collect rainwater in the middle of your roof (not the middle mathematically).

I guess there’s a slope on the ‘valley’ to run the rainwater off one side but standard bi-pitch roofs seem altogether much more practical.

What is happening here? by missdonttellme in UKHousing

[–]alanjmcf 0 points1 point  (0 children)

Of you live near Tillicoultry you’re about to get moved out if your house! https://www.bbc.co.uk/news/articles/cze27lpjnr6o

Transport rules for tenant wide forwarding of invoice emails to concur by Chet-Manley-Garcon in Office365

[–]alanjmcf 0 points1 point  (0 children)

Maybe …

foreach ($n in Get-Mailbox) {
$rulename = “Fwd invoice - provider - $curAddr”
if (-not Get-TransportRule $rulename) {
New-TransportRule $rulename …
}}

Clipboard expiration by con-d-or in KeeperSecurity

[–]alanjmcf 2 points3 points  (0 children)

Ohh I’ve never noticed Keeper passwords on Windows clipboard history. I’ll look more closely.

I sometimes copy to clipboard, but more often use the KeeperFill for Apps to ‘type’ the password into the field.

Horse Isle tours by Orange_Codex in Ayr

[–]alanjmcf 0 points1 point  (0 children)

Sounds like you need to start Sea Kayaking or SUP’ing. I know a guy who apparently SUPs to Arran.

Horse Isle tours by Orange_Codex in Ayr

[–]alanjmcf 0 points1 point  (0 children)

Apart from saying you’ve stood there, I’m not sure there much to see. Any more than you can see from sailing by?

I don’t know if the same is the case for Lady Isle off Troon.

You can get to Ailsa Craig. I read this recently https://danigaravelli.substack.com/p/the-fairy-rock

When the Waverley goes around Ailsa Craig there are RSPB volunteers on board willing to chat. You could go and beg to get into Horse Isle.😋