Live data from Hacker News

Viewing profile — spacether

spacether

HN member
Joined
Wed, Jan 06, 2021, 2:52 AM UTC
HN karma
18
Public activity
13 items

About spacether

No profile information was provided.

Recent public activity

  1. comment
    Comment #41428097

    Glad to hear that you like it! Yup that's the process. Titles are in a relational db and fetched titles for a rhyme are stored in redis to speed up queries after the first one.

  2. story
    Show HN: Puns from Wikipedia Page Titles

    I made a site that creates puns using Wikipedia page tiles as the source of pun phrases

  3. comment
    Comment #38101539

    Version 3.3.0 released, allowing easy to use openapi v3.1.0 code generation. Use apis in python with full typing on inputs and outputs. >66% of the new json schema keywords have be…

  4. story
  5. comment
    Comment #37162312

    If you need a python client code generator for your openapi document please check out the project. It has type hints everywhere, passes mypy checks, and supports composition and mu…

  6. story
  7. comment
    Comment #36343587

    Thanks. I posted it there and it was closed as opinion based: https://stackoverflow.com/questions/76483545/what-are-indust...

  8. story
  9. story
    Python: Best way to require a key value pair (with invalid key identifier)?

    What is the best way to require a key value pair in python, where the key is an invalid identifier? See below for additional requirements. The requirements for the ingestion of thi…

  10. comment
    Comment #33350413

    The v6.2.0 python client uses type hints everywhere so model property access gives typed results Endpoint inputs are typed. Endpoint responses are typed so you know what deserializ…

  11. comment
    Comment #33350381

    Have you taken a look at the v6.2.0 and onward 'python' client? It uses type hints, and model new instantiation includes required and optional property signatures. I am the author …

  12. comment
    Comment #30066702

    For developers out there who use openapi to auto-generate documentation and client libraries. If you need to do this in python, please consider using the new https://github.com/Ope…

  13. story