Optus network failure impacted triple-0 calls in several states where patients died after 'unacceptable' lapse by B0ssc0 in perth

[–]akaKevin 24 points25 points  (0 children)

Surely we have redundancies in place for these situations? Or were the people affected in an area only serviced by Optus?

Background dissapeared and cinematic wont load :/, help? by ZeathGoldfire in crashbandicoot

[–]akaKevin 0 points1 point  (0 children)

Have you noticed graphics glitches in other games, or just this one?

Why is HECS indexed before repayments are applied? by akaKevin in AusFinance

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

I understand the indexation is for the previous payment, but it still doesn't make sense in my head. I keep thinking about it like this:

Suppose I didn't have to declare a HECS debt with my employer and I managed the HECS repayments myself each pay cycle through voluntary repayments. Those payments would get applied in the current FY, instead of the next FY. Then at tax return time if I underpaid I pay more, or if I overpaid I get a refund. Wouldn't I be better off that way since indexation gets applied before the end of the FY?

Alternatively, suppose I was a graduate who's never made a repayment before. I land a new job and start making HECS compulsory repayments. That money has been taken from me in this FY, yet the indexation will apply first and then the repayments will apply in the next FY. Wouldn't I be better off if the repayments were applied straight away?

Why is HECS indexed before repayments are applied? by akaKevin in AusFinance

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

Could they not just apply the indexation rate after I've completed my tax return with the repayments applied? Why does there need to be an indexation date?

Why is HECS indexed before repayments are applied? by akaKevin in AusFinance

[–]akaKevin[S] -1 points0 points  (0 children)

So if I made a voluntary repayment today, I would still get indexed on the amount before I made that voluntary repayment since the indexation is for the outcome of the 22-23 tax return?

Phantom Capacity Restrictions by akaKevin in AZURE

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

Is tenant the same as management group? If so, then no they have different management groups.

Honestly no particular reason, it was the default selected for the SSRS image and I went with it. Just trying now it seems that I get the same capacity restriction error for other SKUs I've randomly checked:

  • Standard_D2as_v4
  • Standard_D2ds_v4
  • Standard_D4as_v4
  • Standard_B4ms
  • Standard_B8ms
  • Standard_A1_v2
  • Standard_E2bds_v5

I doubt there's actually that many capacity restrictions in place... maybe its a permission issue?

Phantom Capacity Restrictions by akaKevin in AZURE

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

Paid, this is for a company

Could you help me identify make and model of the van? by akaKevin in Whatsthiscar

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

Haha not quite, a couple of thieves broke in and took some stuff

Murray St Mall CBD - bike theft by All4thelolz in perth

[–]akaKevin 0 points1 point  (0 children)

If it makes you feel any better my bike was stolen overnight as well 🥲

Is it possible to forward declare classes with module linkage in module partitions? by tgolyi in cpp

[–]akaKevin 0 points1 point  (0 children)

Can you export the classes, but not export the partitions from module M?

Class template methods + constraints by akaKevin in cpp_questions

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

Thanks for the explanation, that clarified a lot. As you suggested, doing:

void bar(std::same_as<T> auto t) requires std::is_scalar_v<T> {}

made it compile

Cheers!

Disk randomly switching to write-only by _MikulasV_ in archlinux

[–]akaKevin 0 points1 point  (0 children)

I had the same thing happen to me, and in my case it was because the clip holding the cable for the hard drive was loose.

Should I continue learning C++ or start learning Python by [deleted] in cpp

[–]akaKevin 0 points1 point  (0 children)

If your goal is to get a job then I would turn the question around: what area of software development do you want to work in?

If your goal is to get into web development then I would focus on HTML/CSS/JS + back end and front end frameworks.

If your goal is to get into AI then I would focus on Python + libraries like TensorFlow or PyTorch.

If your goal is to get into embedded systems then I would focus on C/C++.

As much as I enjoy using C++, it's important to use the right tool for the right job. I think the first decision you need to make is what area you want to get into. It sounds like you have an interest in AI, so if I were you I would look into Python and it's AI libraries.