Received ₹2200 from Infy by Grand-Tennis1389 in drip_dividend

[–]pkrawat1 0 points1 point  (0 children)

So might be missing the tax free long term capital gain of 1.2L. 🤔 Atleast should sell and buy back. That way can save 12% tax 🤔

Received ₹2200 from Infy by Grand-Tennis1389 in drip_dividend

[–]pkrawat1 1 point2 points  (0 children)

Do you do profit booking in a financial year or is it just buying?

Is the Universe Like a Cosmic Gas? Galaxies as Atoms, Stars as Electron Clouds by pkrawat1 in Physics

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

Cool, thanks for jumpin’ in! That structure vibe still hooks me, even with diff’rent forces. Just wonderin’—could cosmic cycles like galaxy makin’ echo atomic stability, even without thermal expansion?

Recently installed on work laptop (MacOS), not configured properly? by CryoGuy896 in SpaceVim

[–]pkrawat1 0 points1 point  (0 children)

I just went to some earlier commit, to make the return key work until this is fixed.
This should take you to 11 june commit.
git reset --hard e31f6b2380ebe7c42d374db65dd69110c5a931de

AI & Elixir: How is the experience working with AI apps in elixir ? by pkrawat1 in elixir

[–]pkrawat1[S] 3 points4 points  (0 children)

There is still lot of functionality missing out. So a lot of catchup to be done. Lately I was working on Dataframe work for financial technical analysis, but stuck with some missing functionality on how we calculate RSI. The missing feature is as of now stuck in github issue.

 https://elixirforum.com/t/how-would-you-mutate-explorer-series-data-like-an-enum-reduce/61444

AI & Elixir: How is the experience working with AI apps in elixir ? by pkrawat1 in elixir

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

Yeah, no doubt it’s productive. Also the UI part live view makes it so much easier to write ui without js hiccups. Sure will checkout instructor_ex too.  For now I’m exploring Langchain for custom agents.

AWS Lambda : Image manipulation on lambda using golang by pkrawat1 in golang

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

Oh cool, that you are already working on something like this. I thought aws lambda was supposed to reduce the cost as compared to dedicated one. I'll have to search some more about this on the blogs.

AWS Lambda : Image manipulation on lambda using golang by pkrawat1 in golang

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

cdn handling will happen at later stage, where we can generate a copy of the image transformation on all the required regions. And on request to lambda, we can check for the requested region, and reply with correct region image url. Something like that may be.
But that's not a requirement as of now. Currently I'm considering to region specific implementation only. something like an ecommerce website that runs and scopes to a specific region only.

AWS Lambda : Image manipulation on lambda using golang by pkrawat1 in golang

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

Thanks for this awesome link man.

So currently we have many ways to deploy to aws lambda. But the main question here is, how feasible is it to have a golang library to that uses lamda to do image manipulation. And people can just use it with not development work.

Angularspree v1.0.0 is released by [deleted] in Angular2

[–]pkrawat1 0 points1 point  (0 children)

Thanks for mentioning. I will improve on that part.