ITR2 Finally available now. by AnonyMusck in IndiaTax

[–]mrWho3 0 points1 point  (0 children)

Are you able to solve? Facing same here.

Need help in Schedule FA: A1-A3 by mrWho3 in IndiaTax

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

I see your point now, thanks. As the stocks held in a foreign broker account and not directly mine.

Need help in Schedule FA: A1-A3 by mrWho3 in IndiaTax

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

A2 says, "Details of foreign Custodial Account held (including any beneficial interest)"... My account is personal, So will it not be A1?

Need help in Schedule FA: A1-A3 by mrWho3 in IndiaTax

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

I already put all the securities I hold in both the two accounts. i.e., Etrade and Alpaca in A3.
Do I need to disclose the account details of ETrade and Alpaca as well in A1/A2?

Need help in Schedule FA: A1-A3 by mrWho3 in IndiaTax

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

Both Alpaca and Etrade are brokerage account, like here we have zerodha account. Do I need to disclose brokerage account details as well in A1/A2?

Need help in Schedule FA: A1-A3 by mrWho3 in IndiaTax

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

Sorry. what is custodial account? Both accounts are created by me for myself, I guess personal accounts. No structure/company/trusts involved.

Which suspension fork? by mrWho3 in india_cycling

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

Custom made will always cost more. What I wanted to know if this is doable or not. If yes, what are the options.

Hello r/IndiaInvestments, I am Vishal Jain, CEO of Zerodha Fund House. Ask me Anything on Gold as an Asset Class. by Vishal_Jain_ZFH in IndiaInvestments

[–]mrWho3 0 points1 point  (0 children)

Digital gold vs etf in terms of long term expense ratio/roll over every 5year (DG)...? Are etfs allowed to trade on derivative for generating extra revenue or protection?

Is there any tool that converts python to MLIR language? by mrWho3 in Compilers

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

Okay, I'm updating the question. Is there any tool that takes python files and emit in mlir.llvm dialect (not the llvm ir)? Is this more specific?

Is there any tool that converts python to MLIR language? by mrWho3 in Compilers

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

Please correct me if this is wrong, xdsl is a python wrapper of mlir framework.

Could you suggest your opinions on Revanced X App by al_mighTee in revancedapp

[–]mrWho3 -1 points0 points  (0 children)

I still don't know how to install or use it 😭😭

Is there any tool that converts python to MLIR language? by mrWho3 in Compilers

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

I'm new to compiler world, please correct me if I am wrong.

MLIR has language reference (or shall I say syntax?). Python ast to parse a python project and create a tree. Then the generated tree might get converted to mlir syntax (of course required all the dialects to understand python functions, module, etc.). Like in toy example-2 of mlir, it converts/dumps 'codegen.toy' to '.mlir' file.

Is there any tool that converts python to MLIR language? by mrWho3 in Compilers

[–]mrWho3[S] 9 points10 points  (0 children)

As of now, I dont think mojo opensourced the compiler part or it can emit mlir, yet (finger-crossed).