Live data from Hacker News

Viewing profile — ericdevries

ericdevries

HN member
Joined
Wed, Jul 17, 2019, 9:51 PM UTC
HN karma
15
Public activity
9 items

About ericdevries

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #25993229

    We use fastapi in production too, but the problem we faced with sync stuff in combination with sqlalchemy was that the sessions (which we inject using Depends) were created before …

  3. comment
    Comment #25299760

    The 30hz thing might be because of an older hdmi version, like 1.4. I have had the same issues and it was a hardware limitation

  4. comment
    Comment #22131257

    What is the experiment?

  5. story
  6. comment
    Comment #21957896

    How much does paddle cost? It is very difficult to find any pricing information online

  7. comment
    Comment #21957869

    How much does paddle cost? I can't find any pricing information on their website

  8. comment
    Comment #20467736

    I guess it is not common, but by using the = operator you would not get the warning, and instead get unexpected behaviour.

  9. comment
    Comment #20464432

    One of the good things about not using the "=" operator is that you cannot accidentally turn a comparison into an assignment, a feature that is a common cause of errors in other la…