Viewing profile — Achshar
Achshar
HN member- Joined
- Sun, Aug 07, 2011, 11:52 AM UTC
- HN karma
- 1,287
- Public activity
- 781 items
- HN profile
- View on Hacker News ↗
About Achshar
I did masters in computer applications at GGSIP University, New Delhi, India.
Worked as a Product Manager at Jugnoo, Chandigarh. Currently the Senior Product Manager at jupitice.com
I also have achshar.com which provides content management system for schools, colleges and other educational institutions. (achshar.com/school/about)
[ my public key: https://keybase.io/achshar; my proof: https://keybase.io/achshar/sigs/LnFwC5mseITKgNskocAYncorUQk9fedmBSBV6oRTCwI ]
Email: achshar2@gmail.com
Recent public activity
-
comment
Comment #49153104
I believe the knowledge of multiple languages brings something onto the table that having narrow language knowledge does not. The LLM will be able to better generalize a problem, a…
-
comment
Comment #48091478
I am working on a vs code extension for antigravity that will let me designate one thread as a "controller" and it can spawn and chat with multiple other agents in ag. I have a sep…
-
comment
Comment #47739670
I feel like I am living in a bubble, no one seems to mention Antigravity in these discussions and I have not had any issues with Ultra subscription yet. It seems to go on forever a…
- story
-
comment
Comment #25920846
I also have a small dev team of 25 that wants to move to gitlab paid model but the upfront cost is too much. We need a monthly payment plan even if it costs more than annual one be…
-
comment
Comment #23053073
The auto update certainly falls in the former you mean? These (older, less tech savvy) people clearly lack the imagination. That's why auto update has to be mandatory. This is agai…
-
comment
Comment #23052952
Disagree. “If I had asked people what they wanted, they would have said faster horses.” - Henry Ford. Customer is mostly right. Not always. Use your best judgement as a business ow…
-
comment
Comment #22462342
I use cmder on windows. It's pretty good you should check it out.
-
comment
Comment #22442242
No. Just no. Don't install a library and two others just to show a tree view. Make your own with whatever features you need and just those features, nothing else. Less than 200 lin…
-
comment
Comment #22125050
How does once check for the presence of a VM from inside the VM? Doesn't that defeat the purpose of the VM to begin with?
-
comment
Comment #20186178
We do a bunch of stuff superset doesn't. Mostly related to filters and how they're implemented. We never mess with user's query. We only supply filters to it. Superset doesn't let …
-
comment
Comment #20121912
Out of those I only have substantial experience working with Superset. We replaced Superset for one of our biggest client a few months ago. We built a ton of features in the proces…
-
comment
Comment #20121440
We have 3 different levels of storages to avoid hitting remote. Redis cache for query, storing the results on our server and letting users edit the data as well and finally front e…
-
comment
Comment #20118090
That... would be the marketing team for you. We do spend quite a bit of our time adding stuff that I don't think I've seen anywhere else but is extremely useful for some of our big…
-
comment
Comment #20117785
Yes we probably lie close to Superset and Mode than we do to Tableau but I believe the data transformations, access level (sharing) and deep integration put us apart from those. Ta…
-
comment
Comment #20115131
The target market is anyone who has any kind of data. CSV, mysql, etc. Basically Tableau but much cheaper and customisable. We already have a few small business using Kato. They se…
-
comment
Comment #20115105
Looks like HN hugged it too hard. We have a limit of once every 3 seconds.
-
comment
Comment #20114539
Me and My team have been working on a Looker alternative for a couple of years. Hope this is the right time to give a pitch. We as a company love to assist our clients with a free …
-
comment
Comment #19709511
Just go the electron route and find a way to make it snappy in-spite of electron (ala vs code)
-
comment
Comment #18831446
Vanilla javascript (Yes I said it). Build a PWA and either PHP 7 or node for backend. Anything else is for you if you already have a preference.
-
comment
Comment #18680178
None, go vanilla.
-
comment
Comment #18319607
El.style.backgroundColor = Foo; That works. Js automatically allows use by camelCase.
-
comment
Comment #18124838
Here's a demo: https://demo.katoai.co/login?email=demo@katoai.co&password=k... We can really use some feedback.
- story
-
comment
Comment #17213823
Babelified code sits in another directory, I hotswap it if I think they are not on a modern browser (IE or older version of mordern browsers). So any normal Joe using chrome or ff …