Viewing profile — yig
yig
HN member- Joined
- Mon, Feb 03, 2014, 5:43 AM UTC
- HN karma
- 293
- Public activity
- 92 items
- HN profile
- View on Hacker News ↗
About yig
No profile information was provided.
Recent public activity
- story
-
comment
Comment #44730259
New articles are Creative Commons (CC-BY or CC-BY-NC-ND).
-
comment
Comment #44660415
Can we infer what that visible light would look like unobstructed and with appropriate intensity to activate our eyes' cones?
- story
-
comment
Comment #44182804
option-shift-minus on a Mac (option-minus for an en dash).
-
comment
Comment #44073606
The quote is confusing, because it's not always clear which Hall brother "Hall" refers to. Edward Hall, who developed the Minuteman missiles, was the brother of Theodore Hall, the …
-
comment
Comment #43681549
Are you referring to this bit by Joe Zimmerman? https://www.youtube.com/watch?v=RpWCK7t_iaw >
-
comment
Comment #43473863
I think you may have misunderstood the proposal. Your 3rd party library example would have to write `pystd2025::HashMap member;`. Isn't that stable? From the post: The sample code …
-
comment
Comment #43326547
I download videos I use for teaching. In future classes, I can still provide students with the video even if it disappears from YouTube. This happens from time to time.
-
comment
Comment #43276183
Why is this necessary? I just alias aider to: uv tool run --python 3.11 --from aider-chat@latest aider
-
comment
Comment #42295711
For C++, I've started using FetchContent as a kind of distributed package manager. When I think about it, why is that better than git submodules?
-
comment
Comment #40997863
Two adjustable wavelength emitters should be sufficient, right? So the picking-and-placing problem gets easier by factor of 3:2 rather than 3:1.
-
comment
Comment #40611149
Dozer [0] doesn't require any special permissions. I guess this is needed by Bartender because it creates a little pop-out menu that shows the icons somewhere else? [0] https://git…
- comment
-
comment
Comment #40611106
There is an Apple Silicon build under Releases. It's work fine. It doesn't ask for extra permissions.
- story
-
comment
Comment #34462721
I just realized I wrote "Mathematics" instead of "Linear Algebra" in the suggested longer and clearer title. That was a mistake.
-
comment
Comment #34459074
I've only used Desmos occasionally, but I like typing math in it. Desmos also supports juxtaposition multiplication.
-
comment
Comment #34454882
Ah, I didn't realize. I guess that would work for the case of 2-row tall statements.
-
comment
Comment #34454373
I like this. I created a GitHub issue: https://github.com/iheartla/iheartla/issues/138
-
comment
Comment #34454238
Unicode actually has semantic symbols that could be used for a nicer 2D monospaced layout here, such as ⎧ ⎪ ⎨ ⎩ ( (LEFT CURLY BRACKET UPPER HOOK, MIDDLE PIECE, LOWER HOOK, and CURL…
-
comment
Comment #34454220
I (speaking as a designer of I Heart LA empathizing with a user) wouldn't have thought to use that character as an approximation of {.
-
comment
Comment #34454017
We're using MathJax 3.x, which dropped support for inserting MathML into the DOM due to uneven browser support [0]. The example you linked uses MathJax 2.x. [0]: https://docs.mathj…
-
comment
Comment #34453963
AsciiMath is a lightweight markup language for mathematical notation. Most mathematical notation isn't compilable. I Heart LA is focused on a compilable subset of mathematics. We c…
-
comment
Comment #34453316
I forgot that Julia can do juxtaposition multiplication with literal prefixes. (My guess is symbols that can't begin an identifier.) Otherwise, the types of the terms must be known…