Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stym06
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
stym06
7mo ago
Hey HN, I built QuickGitHub. The idea is simple: take any GitHub URL, add “quick” before github.com, and get AI-generated system design documentation in under 60 seconds. github.com/vercel/next.js → quickgithub.com/vercel
2.
▲
Show HN: QuickGitHub - Instant AI docs for any GitHub repo
(quickgithub.com)
1 points
by
stym06
7mo ago
|
1 comments
3.
▲
by
stym06
7mo ago
nice
4.
▲
Show HN: Kepler - An Open-source text-to-SQL platform
(github.com)
3 points
by
stym06
8mo ago
|
1 comments
5.
▲
by
stym06
8mo ago
Introducing Kepler An open-source text-to-SQL platform that lets you query data warehouses in plain English. It currently supports ClickHouse. https://github.com/stym06/kepler 1. Ask a question in natural language 2
6.
▲
Show HN: ReelStudio – open-source Instagram Reel transcription with Whisper
(github.com)
1 points
by
stym06
8mo ago
|
0 comments
7.
▲
by
stym06
10mo ago
you could just rank the papers, and show trending ones as a separate tab. for filters, create a set of pre-defined tags and let the LLM choose one of your pre-defined tags from the paper's summary.
8.
▲
by
stym06
10mo ago
How's it different from existing open source data catalogs like amundsen.io?
9.
▲
by
stym06
10mo ago
If a human had done this, these would be at a museum
10.
▲
by
stym06
10mo ago
off topic, but prometheus pushgateway is such a bad implementation (once you push the metrics, it always stays there until it's restarted, like counter does not increase, it just pushes a new metric with the new value) that we had to w
11.
▲
by
stym06
10mo ago
> "But I got it all working; now I can finally stop explaining to my boss why we need to re-structure the monitoring stack every year." Prometheus and Grafana have been progressing in their own ways and each of them is trying t
12.
▲
Show HN: Beeholder – Data Observability Platform
(github.com)
2 points
by
stym06
10mo ago
|
1 comments
13.
▲
by
stym06
10mo ago
Still WIP, but the idea is to have a Grafana like setup for data quality
14.
▲
by
stym06
2y ago
Absolutely loved your project ZoneTree. Gotta dig deep on this
15.
▲
by
stym06
2y ago
I guess so! Will be fixed
16.
▲
by
stym06
2y ago
Yet to implement linting and unit tests. This is kind of a rough draft/v0
17.
▲
by
stym06
2y ago
Will do! Thanks for the comment
18.
▲
by
stym06
2y ago
Thanks! Could you please point me to a reference for (1) etcd/wal actually does do preallocations ( https://github.com/etcd-io/etcd/blob/24e05998c68f481af2bd567... ) Yet to implement max buffer age! Any re
19.
▲
by
stym06
2y ago
1. You're right! Will fix it to handle this as well as the support for relative directories 2. Yes, Will integrate a logging library instead of fmt ( https://github.com/uber-go/zap )
20.
▲
by
stym06
2y ago
OP here! Pls feel free to raise any bugs you encounter! I'll be doing the following immmediate fixes: 1. Use fsync for durable writes in case of system crashes 2. Fix log-rotation-purging logic 3. Fix `file already closed` bug on conse
21.
▲
by
stym06
2y ago
Thanks for your input @sakras. I'll fix this
22.
▲
by
stym06
2y ago
Yes there are a lot of bugs since I just wrote this in one sitting today. Will be fixing all of this. For log rotation, I'll sort by the last_modified_at ts and then purge those
23.
▲
by
stym06
2y ago
I used the bufio flush mechanism https://pkg.go.dev/bufio#Writer.Flush Thanks for your comment, I'll definitely check it out. It was my first attempt at this. How can I make it better?
24.
▲
Show HN: WAL Implementation in Golang
(github.com)
59 points
by
stym06
2y ago
|
29 comments
25.
▲
by
stym06
3y ago
That sucks! Now I'm thinking my github action that is doing a `git pull repo && cd repo/ && rm -rf dist/ && populate.sh && git push` in my bash script will totally go rogue one day and kill eve
26.
▲
by
stym06
4y ago
google might see this and add it as an offering with cost lower than bigtable
27.
▲
by
stym06
4y ago
It's a 2018 piece.