Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vanni
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
SubQ – a major breakthrough in LLM intelligence
(twitter.com)
20 points
by
vanni
5mo ago
|
2 comments
2.
▲
by
vanni
7mo ago
https://github.com/msteveb/jimtcl/blob/master/README#L144
3.
▲
by
vanni
8mo ago
https://bugzilla.mozilla.org/show_bug.cgi?id=2010712 https://github.com/webcompat/web-bugs/issues/201270
4.
▲
The latest Firefox version broke ChatGPT website
(old.reddit.com)
9 points
by
vanni
8mo ago
|
7 comments
5.
▲
by
vanni
11mo ago
Relevant: Vite: The Documentary https://www.youtube.com/watch?v=bmWQqAKLgT4
6.
▲
by
vanni
3y ago
It's documented: https://support.mozilla.org/en-US/kb/install-firefox-linux#w...
7.
▲
by
vanni
3y ago
https://www.britannica.com/story/is-australia-an-island
8.
▲
My Custom CSS Reset
(joshwcomeau.com)
2 points
by
vanni
5y ago
|
0 comments
9.
▲
by
vanni
6y ago
https://addons.mozilla.org/en-US/android/addon/ublock-origin...
10.
▲
by
vanni
6y ago
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), project apparently in bugfixing-only mode, and
11.
▲
by
vanni
6y ago
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. Roadmap https://gith
12.
▲
by
vanni
6y ago
Probably dynamic contrast ratio by graphic driver and/or monitor that is tricked/triggered by unusual dithered patterns during scrolling.
13.
▲
by
vanni
6y ago
Right. Sabine Hossenfelder about it: https://www.youtube.com/watch?v=ZYM6HMLgIKA&t=395s
14.
▲
by
vanni
6y ago
Relevant: https://twitter.com/danoot/status/1334967635318956034
15.
▲
by
vanni
6y ago
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 < 2 < 3 :facepalm:
16.
▲
by
vanni
6y ago
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... AST dump in CPython 3.6.9 (manually formatted): In
17.
▲
by
vanni
6y ago
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#operato...
18.
▲
by
vanni
6y ago
"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() Out[4]: F
19.
▲
by
vanni
6y ago
Somewhat relevant: https://intuiti.it/ A tool for Creativity born in the Polytechnic University of Milan. A synthesis of Design, Tarot and Gestalt Psychology.
20.
▲
by
vanni
6y ago
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 just requires replacing start_dearpygui wit
21.
▲
No Cookies, No Problem – Using ETags for User Tracking
(levelup.gitconnected.com)
11 points
by
vanni
6y ago
|
7 comments
22.
▲
Revisiting the Business Card Raytracer
(fabiensanglard.net)
176 points
by
vanni
6y ago
|
52 comments
23.
▲
The strange origins of tech terms you hear every day
(cnet.com)
1 points
by
vanni
7y ago
|
0 comments
24.
▲
Kazuhisa Hashimoto, 61, Who Created the ‘Konami Code’ Video Game Cheat, Dies
(nytimes.com)
1 points
by
vanni
7y ago
|
0 comments
25.
▲
Uses This: Bram Moolenaar (Vim Creator)
(usesthis.com)
2 points
by
vanni
7y ago
|
0 comments
26.
▲
by
vanni
7y ago
This is called fixed-point arithmetic: https://en.wikipedia.org/wiki/Fixed-point_arithmetic > In computing, a fixed-point number representation is a real data type for a number that has a fixed number of digits afte
27.
▲
by
vanni
7y ago
How to Solve a Rubik's Cube: https://www.wired.com/story/how-to-solve-a-rubiks-cube-step-...
28.
▲
by
vanni
7y ago
Related: Ask HN: One-person SaaS apps that are profitable? https://news.ycombinator.com/item?id=19701783 752 points - 6 months ago
29.
▲
by
vanni
7y ago
Somewhat relevant: CPU Time Jitter Based Non-Physical True Random Number Generator by Stephan Müller http://www.chronox.de/jent/doc/CPU-Jitter-NPTRNG.html#toc-Ap... https://pdfs.semanticscholar.org/
30.
▲
What's New in Dropbox Plus
(dropbox.com)
1 points
by
vanni
7y ago
|
0 comments
More ›