Live data from Hacker News

Viewing profile — stym06

stym06

HN member
Joined
Thu, Jun 30, 2022, 3:57 PM UTC
HN karma
38
Public activity
30 items

About stym06

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. 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…

  4. story
  5. comment
  6. story
  7. 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…

  8. story
  9. 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…

  10. 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…

  11. comment
    Comment #46122716

    How's it different from existing open source data catalogs like amundsen.io?

  12. comment
    Comment #45935108

    If a human had done this, these would be at a museum

  13. 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…

  14. 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…

  15. comment
    Comment #45896127

    Still WIP, but the idea is to have a Grafana like setup for data quality

  16. story
  17. comment
    Comment #40912612

    Absolutely loved your project ZoneTree. Gotta dig deep on this

  18. comment
    Comment #40912609

    I guess so! Will be fixed

  19. comment
    Comment #40912604

    Yet to implement linting and unit tests. This is kind of a rough draft/v0

  20. comment
    Comment #40912599

    Will do! Thanks for the comment

  21. 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…

  22. 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…

  23. 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-…

  24. comment
    Comment #40909062

    Thanks for your input @sakras. I'll fix this

  25. 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