HackerTrans
TopNewTrendsCommentsPastAskShowJobs

banditelol

no profile record

comments

banditelol
·há 2 meses·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
·há 2 meses·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
·há 3 meses·discuss
what model you used with llama_cpp?
banditelol
·há 3 meses·discuss
Probably this one (Tolaria) https://news.ycombinator.com/item?id=47882697
banditelol
·há 4 meses·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
·há 6 meses·discuss
Cool, can you share your setup for python and your current ide?
banditelol
·há 6 meses·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
·há 7 meses·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?