So does this also applies to Apple with their promises around being honest about protecting user privacy?
HN user
proxyswapi
A Programmer.
SEEKING WORK - Remote
I'm a senior developer with more than 10 years of experience in backend development. I have been doing lots of Android development as well.
Willing to work for 20-30 hrs/week.
Location: India
Remote: Yes
Willing to relocate: No
Skills: Java * Kotlin * C/C++ * Python * Android * Google Cloud
Github: https://github.com/hard-codr https://bitbucket.org/hardcodr/
Recent project: https://play.google.com/store/apps/details?id=com.hardcodr.e...
Email: work1@hardcodr.com
Hi, I am the developer of the etfcetra app. A little backstory: I do investment in index funds and had initially developed this app as a simple reminder app for periodically investing in ETFs. I slowly built other features like exploring ETFs, investing in the basket of ETF stocks, integration with Zerodha etc.
etfcetra is very small (~3MB) app and you don't need to create an account to use it, so please try it out if you are into passive investment/index fund investment/ETF. Currently, you can do the following:
1. Explore various equity, debt, gold and international ETFs that you can invest in the Indian market.
2. Create SIP-like investment plan for buying either individual or basket of ETF stocks.
3. Like SIP, you can decide how much you want to invest periodically and this app will remind you how much stocks you can buy considering the current price of the ETFs.
4. When the installment amount is not multiple of ETF stock price you cannot invest your entire installment amount (because unlike mutual fund units, you cannot buy fractional stocks). In that case, you can either decide to always invest little more than your installment amount. Or you can decide to invest less than installment amount and then carry forward remaining amount to next installment.
5. Buy all the stocks in your basket straight from the etfcetra app with Zerodha integration.
Currently, this is only an Android-only app, but I will be happy to hear if someone interested in either web app or iOS app. Let me know at swapnil@etfcetra.com.
Will try:
xrb_3ni3ow69ecnrcbk7szto98apz3pure5tkxhye1unh4f1n3n74rsgqxdnsik8
Thanks
I just bought "Understanding Power". Why do you think it's BS?
Posted my reply on wrong comment (Got confused between akkartik and tekknolagi) :). Anyways, thanks for sharing. Are you planning to add memory management opcodes (Allocate memory, free memory)? I see DBS, DBG instruction, but it is like key-value store (since it uses carp_ht internally).
A year (or two) ago, I wrote a simple virtual machine [1] of my own. Fun time. Interesting exercise. Wish I had courage to post it here and get feedback from the HN. Anyways, yours is much cleaner and concise code. Kudos.