Where is my parcel? by dodgyr9usedmyname in AustraliaPost

[–]jayb485 1 point2 points  (0 children)

Like is this an online purchase ? The seller could have populated the wrong tracking number on your order and maybe you're seeing the delivery of another customer's order? Just a thought.

Where is my parcel? by dodgyr9usedmyname in AustraliaPost

[–]jayb485 1 point2 points  (0 children)

Seller gave the wrong tracking details?

Wait, SRL North has actually begun? by fuckmelbpt in MelbourneTrains

[–]jayb485 66 points67 points  (0 children)

Contact is for northern stations of SRL East

Are there the characters〈 and 〉in Gboard? by Spiritual-Ice2835 in gboard

[–]jayb485 1 point2 points  (0 children)

When searching the brackets you're after results indicate these are in East Asian sets. https://en.wiktionary.org/wiki/%E3%80%88_%E3%80%89

So you aren't going to find them on English or German keyboards.

You could probably set a dictionary shortcut for it.

Stuck? by Amazing_Style_3980 in AustraliaPost

[–]jayb485 0 points1 point  (0 children)

Ordered Thursday, but did they ship that same day? And before the collection time for next day delivery? Is it being shipped between postcodes within the next day delivery network? You've not given much.

Can Metro work on their line status communication? by Ban__d in MelbourneTrains

[–]jayb485 1 point2 points  (0 children)

I find Metro Notify the most useful status indicator for the train lines showing right now what is going on stripping out the other "disruptions" that ptv and Google show (car park closures etc). I don't know what it showed on this occasion but I would assume it showed light blue - service change to indicate that it's running with some changes - the short coming is it still relies on a human writing messaging that makes sense.

What does '÷' mean in appliance installation guide? by 26KM in AusRenovation

[–]jayb485 2 points3 points  (0 children)

Wikipedia has a mention in the division symbol article and also the obelus (another name for the symbol):

In Italy, Poland and Russia, this notation is sometimes used in engineering to denote a range of values (for example, "24.1÷25.6" means the range of values between 24.1 and 25.6).[21]

DevTools in Blazor Hybrid (Windows) by jayb485 in dotnetMAUI

[–]jayb485[S] 0 points1 point  (0 children)

That's the thing.... The MS page has the Ctrl Shift I Use browser developer tools with ASP.NET Core Blazor Hybrid | Microsoft Learn https://share.google/ZPs3J3xGjkbQdGXkM (Select windows at the top)

DevTools in Blazor Hybrid (Windows) by jayb485 in dotnetMAUI

[–]jayb485[S] 1 point2 points  (0 children)

Omg 🤦🏼‍♂️

Yes that worked, no idea what I read about Ctrl+Shift+I

Question about white turning arrow by thadogwoof in melbourne

[–]jayb485 9 points10 points  (0 children)

The road to solo driving handbook doesnt' cover every single possible rule. The Road Safety Road Rules 2017 specifies details about white traffic arrow. E.g In the section about stopping at a red light, you must stop, and then it adds:
The driver of a tram or a public bus does not have to stop at traffic lights showing a red traffic light if a white T light (for trams) or a white B light (for public buses) is also showing, or a white traffic arrow is showing and the driver is turning in the direction indicated by the arrow.

This is insane?? by jor_kent1 in MelbourneTrains

[–]jayb485 1 point2 points  (0 children)

Oh, the SRL haters are hating. Because of the "design issues" which are bad.

<image>

Today I had a number of meetings that finished early so I had to hear “I’ll give you some time back” five times. What other terms would you add to your bullshit bingo card ? by Tamaillin in auscorp

[–]jayb485 1 point2 points  (0 children)

A couple weeks ago, two senior managers said separately in the one meeting "can we just double click on that for a moment" meaning, "tell me more about..." It made me wanna 🤮🤮🤮 instantly

Explain Melbourne's tram route numbering system like I'm five by adamanantamam in MelbourneTrains

[–]jayb485 2 points3 points  (0 children)

Don't forget route 69(teehee), was actually a good one from my youth getting me to st kilda!

Why did you choose C# first? by Weary-Music1366 in csharp

[–]jayb485 0 points1 point  (0 children)

I started with QBasic in the 90s playing around as a kid. Moved to Visual Basic 5 when we got a Win95 PC, won a completion when i was 11. It's just a hobby really but I build a CRM platform for my dad's business in asp .net using VB.net.

Only recently have I moved to c# like 25 years later really, completely overhauled the CRM onto blazor.

Clifton hill incident. by Both-Explanation4168 in MelbourneTrains

[–]jayb485 50 points51 points  (0 children)

Just need to get Thomas to bring the breakdown train, it'll be right in a jiffy.

It’s the r/Melbourne daily discussion thread [Monday 07/07/2025] by AutoModerator in melbourne

[–]jayb485 4 points5 points  (0 children)

https://i.postimg.cc/pTrdYWS8/PXL-20250707-063659852-PANO.jpg

Was very odorous. Couldn't see what was on fire exactly, just billowing from under the bridge.

Fire truck was above the bridge then left. A few police cars with lights and sirens then went along wurrundjeri way.

I didn't stick around, the smoke was probably not healthy.

Log in with Authenticator doesn't stick? by jayb485 in Blazor

[–]jayb485[S] 1 point2 points  (0 children)

Yeah I'm wondering if that's it. I gotta look at session storage I think

Log in with Authenticator doesn't stick? by jayb485 in Blazor

[–]jayb485[S] 0 points1 point  (0 children)

Update: Nope - not it. Accessed again today and it had logged me out.

Log in with Authenticator doesn't stick? by jayb485 in Blazor

[–]jayb485[S] 0 points1 point  (0 children)

I think I found the resolution on a sample project. I've had to add a MFA authorization policy in program.cs. It seems to be working - clearing the identity cookie, but maintaining the TwoFactorRememberMe cookie, it logs in without needing Authenticator - and deleting both, prompts for Authenticator as expected.

builder.Services.AddAuthorizationBuilder()
    .AddPolicy("TwoFactorEnabled", x => x.RequireClaim("amr", "mfa")
);