HackerTrans
TopNewTrendsCommentsPastAskShowJobs

banditelol

no profile record

comments

banditelol
·เดือนที่แล้ว·discuss
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
·เดือนที่แล้ว·discuss
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 เดือนที่ผ่านมา·discuss
what model you used with llama_cpp?
banditelol
·3 เดือนที่ผ่านมา·discuss
Probably this one (Tolaria) https://news.ycombinator.com/item?id=47882697
banditelol
·4 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
Cool, can you share your setup for python and your current ide?
banditelol
·6 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
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?