Viewing profile — vanni
vanni
HN member- Joined
- Wed, Apr 28, 2010, 11:25 PM UTC
- HN karma
- 1,721
- Public activity
- 335 items
- HN profile
- View on Hacker News ↗
About vanni
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
- story
-
comment
Comment #47034095
https://github.com/msteveb/jimtcl/blob/master/README#L144
-
comment
Comment #46641297
https://bugzilla.mozilla.org/show_bug.cgi?id=2010712 https://github.com/webcompat/web-bugs/issues/201270
- story
-
comment
Comment #45540890
Relevant: Vite: The Documentary https://www.youtube.com/watch?v=bmWQqAKLgT4
- story
-
comment
Comment #39124447
It's documented: https://support.mozilla.org/en-US/kb/install-firefox-linux#w...
- story
-
comment
Comment #35568040
https://www.britannica.com/story/is-australia-an-island
- story
-
comment
Comment #26417348
https://addons.mozilla.org/en-US/android/addon/ublock-origin...
-
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…
-
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…
-
comment
Comment #25645831
Probably dynamic contrast ratio by graphic driver and/or monitor that is tricked/triggered by unusual dithered patterns during scrolling.
-
comment
Comment #25402313
Right. Sabine Hossenfelder about it: https://www.youtube.com/watch?v=ZYM6HMLgIKA&t=395s
-
comment
Comment #25374370
Relevant: https://twitter.com/danoot/status/1334967635318956034
-
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:
-
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...…
-
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…
-
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()…
-
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.
-
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…
- story
- story
- story