Viewing profile — ananthakumaran
ananthakumaran
HN member- Joined
- Wed, Dec 15, 2010, 6:05 AM UTC
- HN karma
- 491
- Public activity
- 84 items
- HN profile
- View on Hacker News ↗
About ananthakumaran
Recent public activity
- story
-
comment
Comment #48233175
For those who are using Emacs, https://github.com/federicotdn/verb provides similar UX, I have been using it as a postman alternative for quite some time.
- story
- story
-
comment
Comment #47550547
I have been using https://github.com/jacktasia/dumb-jump to quickly jump to definitions. LSP is hit or miss; in some languages, it works great, while in others, the implementation …
- story
-
comment
Comment #47077155
No, it's a background job. We can easily control the Python process count by controlling the job queue concurrency on the Elixir side.
-
comment
Comment #47074462
We have a similar use case. All Elixir code base, but need to use Python for ML libraries. We decided to use IPC. Elixir will spawn a process and communicate over stdio. https://gi…
-
comment
Comment #46654734
ES should be thought of as a json key value store and search engine. The json key value store is fully consistent and supports read after write semantics, refresh is needed for sea…
-
comment
Comment #46627443
https://ananthakunaran.in
-
comment
Comment #46162392
Exactly, I was reading the blog and wondering the whole time how it's better than --update-refs, which I have been using a lot recently.
- story
- story
- story
-
comment
Comment #42607500
This is one of the things Elixir got right on day 1, all the libraries in the ecosystem use the standard library and it makes dealing with logs so much easier compared to other lan…
- story
- story
-
comment
Comment #39812065
Have you checked the js grammar? It has a regex grammar, though not sure if that's what you are looking for
-
comment
Comment #39262998
> For example, you don’t need sidekiq or Redis as Elixir/Erlang is a concurrent, distributed platform. This simplifies operations and is cheaper to run. This is simply wrong. You n…
-
comment
Comment #39030519
It depends on the layer, some of the layers might be able to take advantage of how the data is persisted. For example, if you use avro/protobuf, the decoder will handle it for you.…
- story
-
comment
Comment #38176627
Salesforce has this model of development and it's horrible. They won't let you run the code locally since the environment is proprietary. Even to run the tests, the code has to be …
-
comment
Comment #37677255
It does have PDF import support, I am using pdf.js to extract data and it works decently from what I have tested.
-
comment
Comment #37624654
Got it, it's too early for i18n
-
comment
Comment #37624452
> Question for author - Is it mostly a reporting tool or does it work similar to h/ledger where I can input my transactions from paisa? It's a reporting + import/editor tool. The g…