Live data from Hacker News

Viewing profile — vanni

vanni

HN member
Joined
Wed, Apr 28, 2010, 11:25 PM UTC
HN karma
1,721
Public activity
335 items

About vanni

SW Eng, Italian living in Italy.

CTO @ Jet HR. Formerly CTO @ Fiscozen.

Started coding at 5 on a VIC-20.

#remote #linux #python #django #vue #aws

https://www.linkedin.com/in/ingtotaro

Recent public activity

  1. story
  2. comment
    Comment #47034095

    https://github.com/msteveb/jimtcl/blob/master/README#L144

  3. comment
    Comment #46641297

    https://bugzilla.mozilla.org/show_bug.cgi?id=2010712 https://github.com/webcompat/web-bugs/issues/201270

  4. story
  5. comment
    Comment #45540890

    Relevant: Vite: The Documentary https://www.youtube.com/watch?v=bmWQqAKLgT4

  6. story
  7. comment
    Comment #39124447

    It's documented: https://support.mozilla.org/en-US/kb/install-firefox-linux#w...

  8. story
  9. comment
    Comment #35568040

    https://www.britannica.com/story/is-australia-an-island

  10. story
  11. comment
    Comment #26417348

    https://addons.mozilla.org/en-US/android/addon/ublock-origin...

  12. comment
    Comment #25765439

    My main concerns as a "technology buyer" are (from what I found online with a rapid search): lack of funding, currently only two main committers (the original author not among them…

  13. comment
    Comment #25762766

    Some food for thought (found during a quick evaluation of Svelte for future projects) Contributors https://github.com/sveltejs/svelte/graphs/contributors See main three graphs. Roa…

  14. comment
    Comment #25645831

    Probably dynamic contrast ratio by graphic driver and/or monitor that is tricked/triggered by unusual dithered patterns during scrolling.

  15. comment
    Comment #25402313

    Right. Sabine Hossenfelder about it: https://www.youtube.com/watch?v=ZYM6HMLgIKA&t=395s

  16. comment
    Comment #25374370

    Relevant: https://twitter.com/danoot/status/1334967635318956034

  17. comment
    Comment #25230174

    OK, mystery solved. In Python: 1 in [1,2,3] is True is evaluated as (1 in [1, 2, 3]) and ([1, 2, 3] is True) similarly to 1 :facepalm:

  18. comment
    Comment #25230020

    The disassembly in parent comment is made with CPython 3.6.9, but nothing substantial changes on CPython 3.8.x/3.9.x or PyPy. Maybe it is related to grammar, and not to compiler...…

  19. comment
    Comment #25229687

    It's not a matter of operator precedence for two reasons: 1) "in" and "is" have same precedence, and group left to right (see https://docs.python.org/3/reference/expressions.html#o…

  20. comment
    Comment #25229202

    "pretty unintuitive" is an understatement... In [1]: import dis In [2]: def a(): ...: return (1 in [1,2,3] is True) In [3]: def b(): ..: return ((1 in [1,2,3]) is True) In [4]: a()…

  21. comment
    Comment #24471017

    Somewhat relevant: https://intuiti.it/ A tool for Creativity born in the Polytechnic University of Milan. A synthesis of Design, Tarot and Gestalt Psychology.

  22. comment
    Comment #24198368

    From the "Integration with Other Frameworks" section of the article [1]: > DearPyGui can actually be used in conjuction with other GUI frameworks. For example, with tkinter: > This…

  23. story
  24. story
  25. story