Viewing profile — banditelol
banditelol
HN member- Joined
- Tue, Jun 25, 2019, 3:30 AM UTC
- HN karma
- 27
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About banditelol
Socials: - github.com/banditelol
---
Recent public activity
-
comment
Comment #49045190
Yesssss The video version is also a lot of fun to watch while doing dishes
-
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…
-
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…
-
comment
Comment #47892989
what model you used with llama_cpp?
-
comment
Comment #47892828
Probably this one (Tolaria) https://news.ycombinator.com/item?id=47882697
-
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…
-
comment
Comment #46615283
Cool, can you share your setup for python and your current ide?
-
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
-
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?
-
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…
-
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…
-
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…
-
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 …
-
comment
Comment #42479216
Now you make me wonder if I could run this entirely inside pyscript
-
comment
Comment #42295611
I think you want something aling the line of dvc (github.com/iterative/dvc)
-
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…
-
comment
Comment #41875329
Lol I automatically read C&H as Cyanide and Happiness
-
comment
Comment #41809560
I'm curious what kind of quick calculation do you usually use llm for? Edited for clarity
-
comment
Comment #41733236
[dead]
-
comment
Comment #41727661
If we're talking about chrome extension, yes. But firefox extension expose API to inspect the response stream.
-
comment
Comment #40496934
From the context it seems to mean Joint Venture?
-
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…
-
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…
-
comment
Comment #39656329
[dead]
-
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…