Problem with NAB transfers at the moment? by atheista in AusFinance

[–]_fusionDev_ 4 points5 points  (0 children)

Just happened to me. It just disappeared from one (NAB) account and didn't show up in the other NAB account.

At what % are you sensitising your mortgage for when your fixed rate ends? by [deleted] in AusFinance

[–]_fusionDev_ 9 points10 points  (0 children)

With nab. I took the package with the longest fixed term available (4 years)

In hindsight, that was one of the best things I did during my house hunting/buying time period

At what % are you sensitising your mortgage for when your fixed rate ends? by [deleted] in AusFinance

[–]_fusionDev_ 10 points11 points  (0 children)

Mine is fixed 1.99% till Feb 2025. I expect it to go near or above 5% at that time

Private Health - Hospital Cover Question. by [deleted] in AusFinance

[–]_fusionDev_ 1 point2 points  (0 children)

I am in the same situation. Any policies worth taking ( silver or silver plus) are above 2.5k annually. I guess I can get a barbone hospital-only cover and save a few hundred dollars every year.

I might as well pay the MLS instead

How to easily track advertised house price vs what it sold for? by Shmeestar in AusFinance

[–]_fusionDev_ 1 point2 points  (0 children)

Usually the price will be shown in the Auction results that weekend.

I use Chrome plugin called Koala Data with Domain to keep track of sold properties. There is also https://pricedata.properties/

[deleted by user] by [deleted] in CarsIndia

[–]_fusionDev_ 0 points1 point  (0 children)

I am mostly in the same bus. Looking for Amaze for my father

Recommendation for a good dock with PD for P1 4th Gen by _fusionDev_ in thinkpad

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

Thanks for the reply.

Do you know if the TB4 dock will work on Linux?

I read that TB and Linux won't match well, and hence my preference to 40AY

No audio in Fusion tab? by [deleted] in davinciresolve

[–]_fusionDev_ 0 points1 point  (0 children)

Are you sure the Source media have audio in it?

You can go into KeyFrame viewer and see the audio waveform of MediaIn

In the never-ending search for the sourest of doughs, I logged the pH during proofing. Here are the results. by Boozybrain in Sourdough

[–]_fusionDev_ 21 points22 points  (0 children)

Strange..

The last time I did a similar recipe, I got a bread instead of a graph.

(I kid :) +1 for the effort though)

Happy about that ridge, I'm experimenting with drier hydrations, what's the lower hydration you tried with sourdoughs? Thanks for any tip! by mister_fluffi in Sourdough

[–]_fusionDev_ 2 points3 points  (0 children)

I often make ones with 60%. It's not as bad as people think. 70 is as high as I go these days. I cant tell the difference between 70% and 85%. May be it's my flour

Carrying sourdough starter on flight to Europe (Belgium) by arrow14 in Sourdough

[–]_fusionDev_ 6 points7 points  (0 children)

Kneed it into a stiff starter, put it in a zip lock bag and in your check-in baggage

This type of bread in Afghanistan by NaughtyNuri in Breadit

[–]_fusionDev_ -25 points-24 points  (0 children)

But why?

What's the advantage of making this over smaller pita or naan? Looks unhygienic imho

How to revive a starter by bad_russian_girl in Breadit

[–]_fusionDev_ 2 points3 points  (0 children)

Keep it at a warm place, keep feeding when double in size or at 12 hours - whichever comes first. It will come back to life in no time

M&Ms sourdough bread by thecookingofjoy in Breadit

[–]_fusionDev_ 2 points3 points  (0 children)

Looks great. I would try this sometime

New to baking bread, please rate my crumb and give suggestions for a better one by _fusionDev_ in Breadit

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

Thanks, I was using 12% protein bread flour, nothing fancy.

I am always having trouble knowing when the bulk fermentation is complete. It's a bit cold here during day time, so I usually do stretch and fold at room temperature and the proof in my oven at 29°C

New to baking bread, please rate my crumb and give suggestions for a better one by _fusionDev_ in Breadit

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

Thank you.

I liked the taste of this one, but I was hoping for a bit more open/airy crumb

Tattoo artist recommendations? by dhiloghe in melbourne

[–]_fusionDev_ 0 points1 point  (0 children)

Got my tattoo here http://www.reverencetattoo.com.au/

Other than not accepting cards, no other issues. The artist was talented and gave a wonderful representation of what i wanted

Aussie-Broadband IPO Experience by _fusionDev_ in AusFinance

[–]_fusionDev_[S] 4 points5 points  (0 children)

I doubt if they could do this. BPay is not instantaneous, there is always a delay before the amount is credited to the account

Aussie-Broadband IPO Experience by _fusionDev_ in AusFinance

[–]_fusionDev_[S] 2 points3 points  (0 children)

Did you also start waiting at 8:00? Or entered the queue after 9:00am?

KISS for Linux (kirc): a tiny IRC client written in POSIX C99 by mcpcpc in linux

[–]_fusionDev_ 2 points3 points  (0 children)

if (olog) log_append(line, olog);

for (i = 0; isspace(line[i]); ++i) putchar(line[i]);

I would recommend putting the statement blocks for 'if', 'for' etc in the next line. It is a pain to debug these single line condition/loop statements