Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mr-karan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
mr-karan
7mo ago
Agreed on SQL being the best exploratory interface for agents. I've been building Logchef[1], an open-source log viewer for ClickHouse, and found the same thing — when you give an LLM the table schema, it writes surprisingly good Click
2.
▲
by
mr-karan
8mo ago
https://mrkaran.dev Personal blog I update every now and then. Mostly infrastructure, networking, and observability stuff.
3.
▲
by
mr-karan
8mo ago
Just want to say thanks for creating Vector. We use it heavily at Zerodha and wrote about our setup here: https://zerodha.tech/blog/logging-at-zerodha/ It replaced both Filebeat and Logstash for us with a single b
4.
▲
by
mr-karan
8mo ago
I've landed on a similar philosophy but with a slightly different approach to orchestration. Instead of managing everything interactively, I built a lightweight bash-based deployment system that uses rsync + docker compose across multi
5.
▲
Show HN: Logchef – Open-source schema-agnostic log viewer for ClickHouse
(logchef.app)
5 points
by
mr-karan
9mo ago
|
3 comments
6.
▲
by
mr-karan
10mo ago
You could perhaps checkout https://garagehq.deuxfleurs.fr/
7.
▲
by
mr-karan
11mo ago
I also quite like Localsend to quickly share files on the same network. Used to send photos/files to myself on Whatsapp/Telegram before but after discovering Localsend, stopped! https://localsend.org/
8.
▲
AI and Home-Cooked Software
(mrkaran.dev)
2 points
by
mr-karan
11mo ago
|
1 comments
9.
▲
by
mr-karan
1y ago
I've been working on LogChef ( https://logchef.app ) - a specialized log analytics UI for ClickHouse that focuses on powerful querying and exploration without the complexity of full observability platforms. The core idea is t
10.
▲
by
mr-karan
1y ago
It's great to see Typst getting more visibility. We migrated a real-world workload to it a couple of years back: generating and e-mailing 1.5M+ PDFs daily at my org, Zerodha. Our previous pipeline was LaTeX-based (first pdflatex, then
11.
▲
Show HN: Arbok – Self-hosted HTTP tunnels to localhost using WireGuard
(github.com)
3 points
by
mr-karan
1y ago
|
0 comments
12.
▲
by
mr-karan
1y ago
Thanks! :) fixed the typo.
13.
▲
by
mr-karan
1y ago
I'm working on Logchef: https://github.com/mr-karan/logchef It's an open-source (AGPLv3), purpose-built log analytics UI specifically for ClickHouse. I've been using ClickHouse for logs and love its powe
14.
▲
by
mr-karan
1y ago
So, Logchef has a concept of "Source" which represents a ClickHouse table. You give the DSN (essentially host/port/user/password for now) and connect. In prod scenarios, usually you only `GRANT SELECT ON db_name.tab
15.
▲
Show HN: Logchef – Schema-agnostic log viewer for ClickHouse
(github.com)
41 points
by
mr-karan
1y ago
|
3 comments
16.
▲
by
mr-karan
1y ago
Never knew about `tab` shortcut, thanks for letting me know! BTW, as I was using it today, I was quite surprised to see `@` working now. Turns out in 0.27.5 they added this feature: https://github.com/anthropics/claude-
17.
▲
by
mr-karan
1y ago
What I don’t like about Claude Code is why can’t they give command line flags for this stuff? It’s better documented and people don’t have to discover this the hard way. Similarly, I do miss an —add command line flag to manual specify the c
18.
▲
by
mr-karan
2y ago
I'm curious to understand the implications of the AGPL-3.0 license in the context of this project. It sounds like the author doesn't want big corps to offer a hosted version of this tool (because doing that would require them to r
19.
▲
by
mr-karan
2y ago
Looks like a solid project, will be interested in giving it a shot Aside: I built my own expense tracker [1] as well to categorise expenses using LLMs as I needed a quick way to log the entries. I’ve been meaning to export these to Actual b
20.
▲
I Got Here
(pthorpe92.dev)
2 points
by
mr-karan
2y ago
|
0 comments
21.
▲
by
mr-karan
2y ago
Never really caught on with the idea of integrating external I/O in something as fundamental as logging. More often that not a pull vs push approach is suited for logging. There are dozens of high performant log collectors/aggrega
22.
▲
by
mr-karan
2y ago
I've also made a similar tool: https://doggo.mrkaran.dev/ . Can be useful when you want to query with a custom nameserver.
23.
▲
by
mr-karan
2y ago
From the blog post > In addition, we have given out many sizeable grants to FOSS projects and organisations in India. While funding projects outside India involves significant paperwork and operational overhead, we have reached out to se
24.
▲
by
mr-karan
2y ago
Hey, I'm from Zerodha team. 1. Regarding the validation, this error seems to be related to the provenance check mechanism in the spec. This is to prove ownership of that project/domain. The wellKnown field is designed to handle ca
25.
▲
by
mr-karan
2y ago
Hi, I'm from Zerodha. Thank you for bringing this to our attention. It was a misconfiguration on our end, which we've now patched.
26.
▲
by
mr-karan
2y ago
Hey. Yes we did support them financially from our FOSS fund. We’ll be happy to do it once more as well.
27.
▲
by
mr-karan
2y ago
Yes, in India, the law mandates that ECNs (electronic contract notes) need to be digitally signed with a valid certifying authority. While it's true that XML/docx/xls files could also support digital signatures, but I think P
28.
▲
by
mr-karan
2y ago
Regulatory requirements mandate that. Stock brokers in India are required to generate this document called “Contract Notes” which includes all the trades done by the user on the stock exchanges. It also contains a breakdown of all charges i
29.
▲
by
mr-karan
2y ago
Typst has been pretty amazing, and at my organization, we’re very happy with it. We needed to generate over 1.5 million PDFs every night and experimented with various solutions—from Puppeteer for HTML to PDF conversions, to pdflatex and lua
30.
▲
by
mr-karan
2y ago
Seems quite useful. Will definitely check it out. Minor nit: 10MB really isn’t that “small” for a CLI. I’d looked at your go.mod and seems like the most of dependency bloat might be coming from cobra or viper as it has in-tree plugins. You
More ›