Viewing profile — stym06
stym06
HN member- Joined
- Thu, Jun 30, 2022, 3:57 PM UTC
- HN karma
- 38
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About stym06
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #46988875
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.co…
- story
-
comment
Comment #46934557
nice
- story
-
comment
Comment #46890118
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. A…
- story
-
story
Show HN: ReelStudio – open-source Instagram Reel transcription with Whisper
Hey HN, I built an open source tool to transcribe Instagram Reels using OpenAI's Whisper model. GitHub: https://github.com/stym06/reelstudio How it works: - Paste a Reel URL → Work…
-
comment
Comment #46122805
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…
-
comment
Comment #46122716
How's it different from existing open source data catalogs like amundsen.io?
-
comment
Comment #45935108
If a human had done this, these would be at a museum
-
comment
Comment #45935099
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 p…
-
comment
Comment #45935087
> "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…
-
comment
Comment #45896127
Still WIP, but the idea is to have a Grafana like setup for data quality
- story
-
comment
Comment #40912612
Absolutely loved your project ZoneTree. Gotta dig deep on this
-
comment
Comment #40912609
I guess so! Will be fixed
-
comment
Comment #40912604
Yet to implement linting and unit tests. This is kind of a rough draft/v0
-
comment
Comment #40912599
Will do! Thanks for the comment
-
comment
Comment #40912598
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 impleme…
-
comment
Comment #40912589
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…
-
comment
Comment #40909095
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-…
-
comment
Comment #40909062
Thanks for your input @sakras. I'll fix this
-
comment
Comment #40909059
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