Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ananthakumaran
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Pimacs – An Emacs UI for Pi
(ananthakumaran.in)
25 points
by
ananthakumaran
12d ago
|
0 comments
2.
▲
Pimacs – An Emacs UI for Pi
(ananthakumaran.in)
2 points
by
ananthakumaran
17d ago
|
0 comments
3.
▲
ClickHouse Table per Tenant in Production
(ananthakumaran.in)
2 points
by
ananthakumaran
4mo ago
|
0 comments
4.
▲
by
ananthakumaran
4mo ago
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.
5.
▲
OpenAI deprecation notice: upcoming model shutdowns in 2026
(developers.openai.com)
3 points
by
ananthakumaran
5mo ago
|
0 comments
6.
▲
Moving a tenant across PostgreSQL instances
(ananthakumaran.in)
1 points
by
ananthakumaran
5mo ago
|
0 comments
7.
▲
by
ananthakumaran
6mo ago
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 is not so good. I have been thinking a
8.
▲
Overlay Bar Chart
(ananthakumaran.in)
1 points
by
ananthakumaran
6mo ago
|
0 comments
9.
▲
by
ananthakumaran
7mo ago
No, it's a background job. We can easily control the Python process count by controlling the job queue concurrency on the Elixir side.
10.
▲
by
ananthakumaran
7mo ago
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://github.com/akash-akya/ex_cmd makes it a
11.
▲
by
ananthakumaran
8mo ago
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 search api. In some cases it does make sense to treat it as a d
12.
▲
by
ananthakumaran
8mo ago
https://ananthakunaran.in
13.
▲
by
ananthakumaran
10mo ago
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.
14.
▲
Moving tables across PostgreSQL instances
(ananthakumaran.in)
85 points
by
ananthakumaran
11mo ago
|
5 comments
15.
▲
PostgreSQL Upgrade Using GCP DMS
(ananthakumaran.in)
1 points
by
ananthakumaran
1y ago
|
0 comments
16.
▲
Hybrid Query Engine: ClickHouse and PostgreSQL
(ananthakumaran.in)
2 points
by
ananthakumaran
2y ago
|
1 comments
17.
▲
by
ananthakumaran
2y ago
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 languages.
18.
▲
Fine Tuning the Erlang Virtual Machine
(ananthakumaran.in)
6 points
by
ananthakumaran
2y ago
|
0 comments
19.
▲
ETS vs Redis
(ananthakumaran.in)
4 points
by
ananthakumaran
2y ago
|
0 comments
20.
▲
by
ananthakumaran
2y ago
Have you checked the js grammar? It has a regex grammar, though not sure if that's what you are looking for
21.
▲
by
ananthakumaran
3y ago
> 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 need a Sidekiq alternative (There is Exq which is pro
22.
▲
by
ananthakumaran
3y ago
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. If that's not the case, you would have to impleme
23.
▲
by
ananthakumaran
3y ago
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 uploaded and run on their servers.
24.
▲
by
ananthakumaran
3y ago
It does have PDF import support, I am using pdf.js to extract data and it works decently from what I have tested.
25.
▲
by
ananthakumaran
3y ago
Got it, it's too early for i18n
26.
▲
by
ananthakumaran
3y ago
> 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 goal is to have a app that handles all the
27.
▲
by
ananthakumaran
3y ago
I meant, you could download the cli using wget and run it inside the docker. There is no prebuilt docker image as of now. I will look into it later.
28.
▲
by
ananthakumaran
3y ago
You can opt out by clicking Manage settings and then uncheck the green tick. I just realized I can enable reject button as well[1], should be available soon. 1: https://squidfunk.github.io/mkdocs-material/setup/ens
29.
▲
by
ananthakumaran
3y ago
Nothing specific, I was even looking at adding support for beancount then realized it's much more strict and doesn't support some features like periodic transactions (which I use for budgeting)
30.
▲
by
ananthakumaran
3y ago
The project comes with a flake.nix file, you can try that (you would still need to build it manually, I use the flake only to bring the dev environment, not to build the final package). I don't plan to submit to nixpkg myself or any ot
More ›