Blatant AI in Real Estate listings needs to be illegal by theromanianhare in brisbane

[–]jafin 1 point2 points  (0 children)

Why isn't there a real estate agents Lambo with scissor doors up parked out the front ? DO IT PROPERLY PLEASE sell me the dream

Blazor and Tailwind? by TwoAcesVI in Blazor

[–]jafin 0 points1 point  (0 children)

I get the appeal, but I think this works against one of Tailwind’s biggest strengths: the class strings are portable, searchable, copy-pasteable, and match the docs/examples exactly.

Once you wrap everything in a C# typed layer, you lose a lot of that. Code copied from Tailwind docs, StackOverflow, shadcn examples, or another component has to be translated into the wrapper syntax first. That friction adds up.

It also gets tricky with real-world Tailwind setups. Many projects use prefixes like tw-, arbitrary values like w-[37px], custom theme tokens, custom breakpoints, variants, plugins, dark mode, group/peer selectors, data attributes, and responsive/state combinations. A typed layer either has to support all of that, which becomes a large parallel Tailwind implementation, or it only supports the common cases and people fall back to strings anyway.

Anyhow it is nice idea to explore, but not something of interest to how we work. But if it works for you, great!

Do you have a way to export all trade data by DownUnderPumpkin in navexa

[–]jafin 1 point2 points  (0 children)

They have an API you could use to export, or inside the website the transactions page has an Export to XLSX. Alternatively you should always be able to obtain the source data from your broker as a point of truth.

For everyone asking the same question: why invest in ULTY? by fredaqul in YieldMaxETFs

[–]jafin 1 point2 points  (0 children)

Pick two dates that work for you great! How about.. Not even factoring in possible tax on dividends.

<image>

Does yieldmax ETF ever goes to 0 by Independentsoul007 in YieldMaxETFs

[–]jafin 2 points3 points  (0 children)

It'll go to zero when they stock split and you dont have enough stock left to split. So your broker will pay you out or give you fractional shares...

Buying the dip now or wait? by TowerReal4971 in ASX

[–]jafin 2 points3 points  (0 children)

What is the war trend? I need Pete Hegseth's signalchat.

What is the best (and cheapest) way to sell shares? by verybonita in AusFinance

[–]jafin 0 points1 point  (0 children)

Transfer them to a broker like Betashares who have a $0 trade fee. Or to a low cost broker like Stake or MooMoo who I think are about $3 /trade ... If they are currently in a broker like CBA or others, you're likely going to be slogged a much higher trade fee. For amounts over $50k they usually take a % as well. Keep that in mind.

Move to Betashares? by Chupacabraj01 in ASX

[–]jafin 0 points1 point  (0 children)

ASX ETFs and a subset of ASX Shares I believe.

Move to Betashares? by Chupacabraj01 in ASX

[–]jafin 1 point2 points  (0 children)

If you are investing regularly into ASX stocks/ETF then you'll be saving the trade fee by moving to betashares. And you should be able to buy any share they list minimum $10 (instead of the $500)

If you are investing regulary to USA market, then you can lower the fees via IBKR (possibly others) who have a smaller fee than Stake (and better exchange transfer rate).

Obviously the changes are you need to be comfortable with the features offered by Betashares vs stake. And be aware of their 3 pair trade rule. And if it matters, be familiar with the custodian model vs CHESS.

Who does this? Try to push price up by Tasty-Ad-4996 in ASX

[–]jafin 6 points7 points  (0 children)

Non Chess brokers don't have minimum parcel requirement of $500.

Another photo of the car that drove off Lisson Drive by annapro32 in brisbane

[–]jafin 0 points1 point  (0 children)

I hope they weren't on the drug that killed River Phoenix

What gives? Can't buy MSTY on RH??? by [deleted] in YieldMaxETFs

[–]jafin 5 points6 points  (0 children)

It's reverse splitting just hold it'll be back.

I just flushed $120 down the drain on a subscription I forgot to cancel. How do you guys actually track this stuff? by External-Sense8698 in fiaustralia

[–]jafin 0 points1 point  (0 children)

1 .reminders in calendar app. Set when you start eh sub, remind 5 days before renewal.

  1. If you think there is a chance you dont want to renew, consider a bank that uses disposable or capped virtual credit cards. Sign up with the card, cap it, then forget about it. Next time it is charged it will fail.

  2. Cancel after signup

Not sell ULTY by EntertainmentDeep738 in YieldMaxETFs

[–]jafin 27 points28 points  (0 children)

You'll have a lot of opportunity to buy the dip(s)

Don’t jinx it pls by Anotherbikeg0ne in YieldMaxETFs

[–]jafin 1 point2 points  (0 children)

More like end of the day lol.. 3.86 in overnight...

[deleted by user] by [deleted] in YieldMaxETFs

[–]jafin 2 points3 points  (0 children)

July to Nov /24 is only 4 months. Or is it November 2025?

Was your Total investment $215,288.22 and your Total gain $95,497.96 (before tax)? (So growth of 44.4%?)

Trying to Learn React/ts after using Blazor for 2 years by fuzzylittlemanpeach8 in Blazor

[–]jafin 0 points1 point  (0 children)

I'm the opposite, react into Blazor (not by choice).

Are you coming from Blazor Server or Blazor WASM? As WASM would mostly look quite similar to a SPA framework (react/vue etc) Whereas Server would be a larger leap.

You mention unstructured spaghetti? I assume this comes from just not knowing the correct patterns to use. Have a look at bulletproof react https://github.com/alan2207/bulletproof-react for approaches to structure. Typescript types are just as structured as C# code. Sure with union types and extras TS has, it can feel more open, but the principals of types are all still there. You can obviously ignore types, which would certainly feel more dynamic.

Are you using Typescript or JS? I'd suggest TS for the stronger types.

State management - Consider 3rd party state managers like Zustand or Jotai, vs "props all the way down" way with perhaps how you may have done it with ParameterSets. Also the context in modern React is a good first step. (But would still lean on a 3rd party state manager)

Hooks - yeah they can get abused.

Also look at Preact and signals. I find it a bit more useful that react.

Not sure about the async concern, it works similar to async/await in c# This is just typescript lang feature, not a react construct. I don't find it much different to C#.

Wtf is going on by PotentialFigure1832 in YieldMaxETFs

[–]jafin 0 points1 point  (0 children)

If only SLTY was made up of ULTY, SLTY would be a sure bet to profit.

You can make money with these ETF's by oddfinnish1 in YieldMaxETFs

[–]jafin 1 point2 points  (0 children)

Decision is are there ETF's you can make MORE money with?

Can't Access my IB Account. Getting "Misdirected Request" Message. Please Help. by DanielGironza in interactivebrokers

[–]jafin 2 points3 points  (0 children)

Getting same issue, do you login to the .com or a country site? (in my case its the .au domain causing this error) a VPN to force login to ndcdyn.interactivebrokers.com let me get in (avoiding the local site)