Live data from Hacker News

Viewing profile — banditelol

banditelol

HN member
Joined
Tue, Jun 25, 2019, 3:30 AM UTC
HN karma
27
Public activity
34 items

About banditelol

meet.hn/city/-6.9215529,107.6110212/Bandung

Socials: - github.com/banditelol

---

Recent public activity

  1. comment
    Comment #49045190

    Yesssss The video version is also a lot of fun to watch while doing dishes

  2. comment
    Comment #48318355

    For some interesting alternative for postgres as queue (actually more like kafka log), I like what pgque does https://github.com/NikolayS/pgque rather than using select for updates…

  3. comment
    Comment #48318314

    Sounds cool, I want to try this kind of things out, but do you have or planned to have a sandboxing environment, where the agent can try running the query in let say duckdb first t…

  4. comment
    Comment #47892989

    what model you used with llama_cpp?

  5. comment
    Comment #47892828

    Probably this one (Tolaria) https://news.ycombinator.com/item?id=47882697

  6. comment
    Comment #47473591

    Cool, I've tried localstack before and cant wait to give it a try Anyway, do anyone know if there're similar stuff but for gcp? So far https://github.com/goccy/bigquery-emulator he…

  7. comment
    Comment #46615283

    Cool, can you share your setup for python and your current ide?

  8. comment
    Comment #46584894

    https://github.com/MedUnes/go-kata-solutions seems like they intended to create the solutions too, but seems like there's no progress yet

  9. comment
    Comment #46344161

    One of the things that made me think twice for self hosting postgres is securing the OS I host PG on. Any recommendation where to start for that?

  10. comment
    Comment #44141197

    I tried this before, but since I often need to open different browser even if a link came from the same app, I ended up moving to https://github.com/will-stone/browserosaurus Not t…

  11. comment
    Comment #43865596

    I've tried airbyte, sling, and dlt (besides building several tools from scratch) My best bet for now will be dlt if you have dedicated DE team, but sling will get you a long way fo…

  12. comment
    Comment #43865577

    Hi, I've been loking something like this! Any of your custumer has success story migrating off bigquery to your platform? And how do you compare to motherduck? (Looks like you buil…

  13. comment
    Comment #43154968

    Anyone have tried comparing with Qwen VL based model? I heard good things about its performance on ocr compared to other self hostable model, but haven't really tried benchmarking …

  14. comment
    Comment #42479216

    Now you make me wonder if I could run this entirely inside pyscript

  15. comment
    Comment #42295611

    I think you want something aling the line of dvc (github.com/iterative/dvc)

  16. comment
    Comment #42084379

    Looking at the syncer it seems like copying data to csv from the whole table everytime (?) Code: https://github.com/BemiHQ/BemiDB/blob/6d6689b392ce6192fe521a... I cant imagine unti…

  17. comment
    Comment #41875329

    Lol I automatically read C&H as Cyanide and Happiness

  18. comment
    Comment #41809560

    I'm curious what kind of quick calculation do you usually use llm for? Edited for clarity

  19. comment
  20. comment
    Comment #41727661

    If we're talking about chrome extension, yes. But firefox extension expose API to inspect the response stream.

  21. comment
    Comment #40496934

    From the context it seems to mean Joint Venture?

  22. comment
    Comment #40375615

    Congrats on the launch! I've been evaluating evidence and observable framework for a while, and this seems like a nice addition as alternative But I just realized you require login…

  23. comment
    Comment #40362497

    > We opted to use the ClickHouse Kafka Connect Sink that implements batched writes and exactly-once semantics achieved through ClickHouse Keeper. Just a heads up, You've got repeat…

  24. comment
  25. comment
    Comment #39270351

    Have you compared it with poetry or pip-tools? I'm thinking of trying pixi but still can't muster up energy to do it. Especially since for my use case poetry and pip-tools cover mo…