HackerTrans
トップ新着トレンドコメント過去質問紹介求人

banditelol

no profile record

コメント

banditelol
·2 か月前·議論
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 and other semantic, it uses snapshot and table truncate to reduce bloat. I havent used it for my dayjob but the different approach is refreshing to see and interesting for different system trade off.
banditelol
·2 か月前·議論
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 to confirm its validity/result before sending it over to bq? Or use something like tablesample when developing the query to reduce cost? One more thing, how do you compare with nao ( https://github.com/getnao/nao ), it's something I've followed for a while and seem to answer similar issue as what ktx build
banditelol
·3 か月前·議論
what model you used with llama_cpp?
banditelol
·3 か月前·議論
Probably this one (Tolaria) https://news.ycombinator.com/item?id=47882697
banditelol
·4 か月前·議論
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 helped me a lot in emulating bigquery behaviour, but I cant find emulator for the whole gcp environment.
banditelol
·6 か月前·議論
Cool, can you share your setup for python and your current ide?
banditelol
·6 か月前·議論
https://github.com/MedUnes/go-kata-solutions seems like they intended to create the solutions too, but seems like there's no progress yet
banditelol
·7 か月前·議論
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?