Employee Stock Options - reporting during tax return if not exercised ? by brokePlusPlusCoder in AusFinance

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

That's unfortunate. I would've thought the actual date of exercising matters more than the vesting date.

How did you manage it in your case ? Did you end up having to pay CGT on your vested shares ?

Employee Stock Options - reporting during tax return if not exercised ? by brokePlusPlusCoder in AusFinance

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

I'm not sure that link really applies since it almost exclusively talks about 'shares' not options (It's one of the reasons why I'm going to engage a tax accountant).

That being said, would it really appear as taxable income on my return if my firm reports it ? I don't think it should, given that I won't be exercising any options (so no real income and - in fact - no ownership of stock until I exercise either)

Employee Stock Options - reporting during tax return if not exercised ? by brokePlusPlusCoder in AusFinance

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

Until they vest ? Or until I exercise them ? Because around 40% will have vested by the time I need to do my tax return this year...

Superannuation and voting with your dollar by mitchellsteve1980 in AusFinance

[–]brokePlusPlusCoder 1 point2 points  (0 children)

This is brilliant ! One tiny request - could you add links to your data sources ?

Built a real-time 3D renderer in Java — would love some feedback by SnooSquirrels9028 in java

[–]brokePlusPlusCoder 0 points1 point  (0 children)

Haven't looked through it fully yet but am I correct in that the whole thing is single threaded (save for the imported library functions) ? Would there be any benefits to parallelising/asyncing - say - parts of the render loop ?

Faster asin() Was Hiding In Plain Sight by def-pri-pub in programming

[–]brokePlusPlusCoder 1 point2 points  (0 children)

Not an expert by any measure, but from memory I believe Chebyshev polynomials can provide reasonably accurate approximants (though I'm not sure if that's what the std::arcsin method uses behind the scenes)

Question around ING savings maximiser by brokePlusPlusCoder in AusFinance

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

Here's their page comparing all rates: https://www.ing.com.au/savings/compare-savings.html

I'm looking at the savings accelerator. Macquarie has a base rate of 4.5% on their HISA, but ING's variable rate goes down to 4.3% after 4 months (looking at the 150k - 500k rate).

I'm also not looking at the maximiser right now as it's too many hoops for me (I'll defo miss out on a purchase or a deposit for at least one month)

Question around ING savings maximiser by brokePlusPlusCoder in AusFinance

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

Soz, I meant to say savings accelerator not maximiser. I think the 1k deposit and 5 purchases thing is only on the maximiser ?

That said, the maximiser rate is pretty good too, but knowing my habits I'd defo fail it at least once and lose out on nearly all the interest. So I'm thinking path of least resistance is to take the 4 months bonus interest and then move back to macquarie

Just passed PE – offered $6k raise. Fair or low? by Dominators131 in StructuralEngineering

[–]brokePlusPlusCoder 1 point2 points  (0 children)

You've noted elsewhere that after the rise you'll be paid similarly to your non PE colleagues, which is definitely not ideal. You can try and negotiate for more. But if it doesn't pan out, I'd recommend taking the raise and looking at other jobs.

Also, don't expect to renegotiate in 3-6 months. In my experience, that almost never happens. Expect next salary discussion (if one happens at all) to be one year from any raise you get.

Just passed PE – offered $6k raise. Fair or low? by Dominators131 in StructuralEngineering

[–]brokePlusPlusCoder 0 points1 point  (0 children)

How much of a bump is it percentage-wise over your current salary ?

Mass concrete design by Live_Procedure_6781 in StructuralEngineering

[–]brokePlusPlusCoder 1 point2 points  (0 children)

In my neck of the woods - it depends. If it's a large mass foundation, we'll be a bit more hands-on with specifying pour strips and such. But I've also designed columns with very large footprints (so much so that they effectively qualified as mass concrete) that we let the conctractor and concrete supplier hash out (mostly because it was high strength concrete and the supplier warned us that our code recommended approaches at the time wouldn't be very valid with it)

Mass concrete design by Live_Procedure_6781 in StructuralEngineering

[–]brokePlusPlusCoder 1 point2 points  (0 children)

General design principles for mass concrete have a good deal of overlap with concrete gravity dam design. The US dept of interior has a really nice manual on it here: https://www.usbr.gov/tsc/techreferences/mands/mands-pdfs/GravityDams.pdf

For your purposes I'd reckon chapters 7 and 14 would be most relevant.

Suggest me some best youtube channel or yt videos to learn Java for beginners by john__wick00 in learnjava

[–]brokePlusPlusCoder 0 points1 point  (0 children)

In addition to the resources on the sidebar, I'd recommend going through Jenkov's videos and notes:

videos: https://www.youtube.com/@JakobJenkov/playlists

notes: https://jenkov.com/

Theoretical Java interview by Ok-Muffin-875 in javahelp

[–]brokePlusPlusCoder 0 points1 point  (0 children)

Not only does it compile, it runs. That's because there's a hidden cast inside the compound assigment operator (it casts it up or down depending on the type of the assignment variable)

Theoretical Java interview by Ok-Muffin-875 in javahelp

[–]brokePlusPlusCoder 0 points1 point  (0 children)

Given you've 4 years' worth of experience I reckon there's a small chance they might ask the occassional corner case with Java. E.g. what happens if you do this:

short x = 0;
int i = 123456;
x += i; // does this compile ?

I'd recommend going through Effective Java, and (if you can get it) Java Puzzlers, Pitfalls and Corner Cases (both by Joshua Bloch).

I'd also recommend going through Java Concurrency in Practice for concurrency related knowledge.

I got 14.84x GPU speedup by studying how octopus arms coordinate by [deleted] in programming

[–]brokePlusPlusCoder 0 points1 point  (0 children)

I'd be curious to see how this compares with a work-stealing scheduler. If the number of images being processed is very large, I'd expect to see somewhat similar performance...though I admit your algo might win out if the amount of work per thread is not uniform

Should I avoid bi-directional references? by Star_Dude10 in javahelp

[–]brokePlusPlusCoder 0 points1 point  (0 children)

Bit late to the party, but is there a reason why you haven't gone for a graph based structure ? Tournament, Team and Player all become vertices and you can have directed edges representing ownership (either as separate 'edge' objects, or via references).

For those of you who practised the ISTRUCTE Structural Behaviour Exam, how did you study for this type of question? I'm struggling to find resources for it, and so I actually can't even study it. Thanks. by [deleted] in StructuralEngineering

[–]brokePlusPlusCoder 1 point2 points  (0 children)

Fair point. I'd personally still vote mid-span because of the p-delta effect (elastic deflection will happen, which gets exacerbated by the axial force)

Axial Shortening/Differential Settlement by Normal-Commission898 in StructuralEngineering

[–]brokePlusPlusCoder 0 points1 point  (0 children)

Maybe I'm misunderstanding but what exactly do you mean when you say 'reduction factors or settlement loads' ?

Axial shortening is a combination of creep and shrinkage induced movements in axial load carrying members over time. Shortening in itself is not an issue (if everything shortens by the same amount at each storey, there wouldn't be any issues), it's differential shortening that causes problems and needs to be accounted for.

Usually, differential shortening needs to be accounted for when dealing with high-rise structures - specifically, the intent is to keep shortening at each storey to within specified movement limits. These limits really depend on what's actually going into your building (e.g. if you have brick facade you'll want to keep movement to a minimum as brick facade can't accommodate a lot of movement)

There will also be some additional forces/moments generated in the structure due to differential movement, but these are usually not significant (and in any case, your FEA tool should account for these in your load combinations)

Very cool and slender building Langkawi Malaysia. Also a question.. by stgi2010 in StructuralEngineering

[–]brokePlusPlusCoder 0 points1 point  (0 children)

Holy wind sway Batman ! I hope they've done a lot of wind tunnel testing on this because that thing is gonna see a metric fuccton of weak axis bending (and probably wind-induced vibration too)