back
user profile
alex_hirner
2,545karma·320submissions·July 22, 2015
about
dishtracker.io
recent activity (320 total)
comment
I like the CLI interface, very comprehensive. However, I'm puzzled by pi support: https://github.com/ctxrs/ctx/issues/40 …
1 pts
comment
Does ai.backfill() fill incomplete/dirty rows or does pg_durable have some notion of partial completion?
comment
How does it compare to https://github.com/supabase/etl ?
comment
What are your thoughts on eviction, re how easy to add some basic policy?
comment
memray and later a custom request wrapper that output python gc statistics.
Our main candidates for the leak are: grpc, asgi server itself, psycopg, django channels. All leaked to some degree. Alas, i…
comment
It was and is a life saver. Our django app suffered from runaway memory leaks (quite a story). We were not able to track down the root cause exactly. There are numerous, similar issues with uvicorn or…
comment
I'd love to make it work with flightsql or HTTP endpoints returning arrow IPC [0]!
Did you consider using perspective for last-mile charting [1]? Building your own seems like a huge chunk of work…
comment
> The virality of async await is that once you mark a function async, then you can only call it from another async function That's not exactly true. Many languages return a curried version of …
comment
True. Therefore I'm eagerly awaiting an artificially intelligent product manager. Or I might build that myself.