michalc

↗ HN profile [ 78.3 ms ] full profile
Karma
0
Created
()
Submissions
208
  1. Source code emoji proposal [pdf] (source-code-emoji.github.io)
  2. It's not done if... (charemza.name)
  3. Fat Thursday (en.wikipedia.org)
  4. Elevator Saga (play.elevatorsaga.com)
  5. Our Python utility for unzipping files on the fly now has asyncio support. Under the hood it uses threads to avoid sync/async duplication of code - I am a bit curious what people think of that approach.

  6. I (with others) made a Python utility for loading data into PostgreSQL incrementally from ETL-ish pipelines. Its API supported ingesting into multiple multiple tables at the sort of "structural" level from its beginning…