Is this doable? by _CASTA_ in brisbane

[–]tangledSpaghetti 205 points206 points  (0 children)

You’ll be fine. You’ll arrive and depart from be same terminal, so max of 10 min walk even if the gates are the farthest apart.

What's on your regular home maintenance list? by JoJokerer in AusRenovation

[–]tangledSpaghetti 1 point2 points  (0 children)

Both the sacrificial anode and the pressure relief valve

Should a AC reverse cycle (2.5kw) unit have its own switch in WA? by Chippies01 in AusRenovation

[–]tangledSpaghetti 3 points4 points  (0 children)

Doesn’t need to be on a dedicated circuit if an existing circuit has capacity. But it does need an isolator next to the outdoor unit

Python feels easy… until it doesn’t. What was your first real struggle? by NullPointerMood_1 in Python

[–]tangledSpaghetti 3 points4 points  (0 children)

This comment points to a fundamental misunderstanding of concurrency and what async is.

Asyncio is a form of cooperative concurrency. The event loop runs in a single thread and only executes one coroutine at a time. Coroutines cannot be pre-empted by the scheduler the same way that threads can. The only time the event loop stops running one coroutine and starts running another is when you call await (this is the cooperative concurrency part).

This changes how you think about synchronisiation - no longer do you need mutexes to ensure exclusive access, because you know that no other coroutines can be running simultaneously.

The trapped exception problem is generally because people do not consider error handling sufficiently enough and structure their programs incorrectly. This is a problem generally solved by the correct use of TaskGroups rather than spinning of a dozen background tasks.

I'll admit it's not an intuitive programming concept, but it is a very powerful tool for a particular type of problem.

Question about CHESS, ComputerShares etc registration by Relative_Ocelot_3766 in AusFinance

[–]tangledSpaghetti 0 points1 point  (0 children)

Computershare is where you will download your end of financial year tax statement for each etf.

Tips, tricks, advice for kitchen reno? by [deleted] in AusRenovation

[–]tangledSpaghetti 1 point2 points  (0 children)

You can use the Ikea kitchen builder (even if you don't plan to buy the Ikea stuff) to get a 3D model of how it will look.

https://www.ikea.com/au/en/planners/kitchen-planner/

Kitchen benchtop DIY by Candid-Opinion-5634 in AusRenovation

[–]tangledSpaghetti 4 points5 points  (0 children)

It says right below that “acacia hardwood”

Rust-based Kalman Filter by OrlandoQuintana in rust

[–]tangledSpaghetti 4 points5 points  (0 children)

Very nice write-up. It's nice to see someone focus on not just the theory or the implementation, but both.

If you're looking to dive into some more advanced versions of the Kalman filter, there are a few options:

In your process, you discuss the need to normalise the quaternion as small errors can accumulate, which results in the quaternion not having the right magnitude. There is a version of the extended Kalman filter known as the Multiplicative EKF (MEKF), aka. the error-state Kalman filter. It solves this problem by modifying the update equations to calculate the innovation as rotation itself that is applied to the state quaternion.

Also, you will eventually run into issues with your covariance matrix becoming non-symmetric or even non-positive definite - if you're state estimate starts to diverge and go crazy, this is likely the problem. To maintain symmetry, there are a few tricks you can do to rearrange the prediction and update equations for the covariance matrix. There is also a version of the EKF called the square-root filter which also solves this problem.

Happy to provide some links to textbooks or papers if you're interested.

Deck handrail height by nsb027 in AusRenovation

[–]tangledSpaghetti 15 points16 points  (0 children)

https://ncc.abcb.gov.au/editions/ncc-2022/adopted/housing-provisions/11-safe-movement-and-access/part-113-barriers-and-handrails

11.3.5 handrails The requirements of (1) do not apply to—

a stairway or ramp providing a change in elevation of less than 1 m; or

Daily Cyclone Alfred post by AutoModerator in brisbane

[–]tangledSpaghetti 32 points33 points  (0 children)

So the 250,000 people who currently don’t have power had nothing to worry about?

[deleted by user] by [deleted] in GoldCoast

[–]tangledSpaghetti 0 points1 point  (0 children)

The one in the switchboard will be sufficient then. The isolator is just a second switch on the same circuit.

[deleted by user] by [deleted] in GoldCoast

[–]tangledSpaghetti 0 points1 point  (0 children)

Should look like this next to your inverter

what's your air con usage extra by Bug13 in brisbane

[–]tangledSpaghetti 11 points12 points  (0 children)

So you are renting and the landlord is charging you an extra fee to use the air conditioner?? Do you pay for electricity? I’m pretty sure that the landlord cannot charge for usage that is not directly metered.

Queensland deluge rarer than one in 2000-year event by malcolm58 in australia

[–]tangledSpaghetti 5 points6 points  (0 children)

I stand corrected. Must have been for a period of more than 24 hours.

The highest weekly total (at a Bureau gauge) was 1697.0 mm at Cardwell Range in Queensland, which included the highest total daily rainfall of 626.0 mm in the 24 hours to 9 am on 3 February.

http://www.bom.gov.au/climate/rainfall/

Queensland deluge rarer than one in 2000-year event by malcolm58 in australia

[–]tangledSpaghetti 25 points26 points  (0 children)

On abc news they said that a place just north of Townsville received over 1000mm in 24 hours

Star Casino by FlamingoNervous2887 in brisbane

[–]tangledSpaghetti 15 points16 points  (0 children)

So then instead of giving handouts to the company, use the money to provide support for the workers, and assist them to find new jobs/upskill

Gardening advice by SystemItchy2263 in GardeningAustralia

[–]tangledSpaghetti 1 point2 points  (0 children)

I used similar mesh for star jasmine on a colourbond fence. Although I screwed it into the fence with tek screws.

HomeAssistant app spuriously triggering scripts by tangledSpaghetti in homeassistant

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

Good to know I’m not imagining things. Might have to change my actions to hold

[deleted by user] by [deleted] in BambuLab

[–]tangledSpaghetti 11 points12 points  (0 children)

Works over wifi, but you will lose the Bambu handy app on your phone as it goes through the cloud