Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yig
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
Couplit: Daily coupled word-shuffle puzzle
(couplit.io)
1 points
by
yig
6mo ago
|
0 comments
2.
▲
by
yig
1y ago
New articles are Creative Commons (CC-BY or CC-BY-NC-ND).
3.
▲
by
yig
1y ago
Can we infer what that visible light would look like unobstructed and with appropriate intensity to activate our eyes' cones?
4.
▲
Hyperspectral scans of historical pigments and painting reconstructions
(github.com)
37 points
by
yig
1y ago
|
2 comments
5.
▲
by
yig
1y ago
option-shift-minus on a Mac (option-minus for an en dash).
6.
▲
by
yig
1y ago
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 spy. After reading the source article: < h
7.
▲
by
yig
1y ago
Are you referring to this bit by Joe Zimmerman? < https://www.youtube.com/watch?v=RpWCK7t_iaw >
8.
▲
by
yig
1y ago
I think you may have misunderstood the proposal. Your 3rd party library example would have to write `pystd2025::HashMap<pystd2025::U8String, size_t> member;`. Isn't that stable? From the post: The sample code above used the p
9.
▲
by
yig
2y ago
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.
10.
▲
by
yig
2y ago
Why is this necessary? I just alias aider to: uv tool run --python 3.11 --from aider-chat@latest aider
11.
▲
by
yig
2y ago
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?
12.
▲
by
yig
2y ago
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.
13.
▲
by
yig
2y ago
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://github.com/aonez/Dozer/releases&
14.
▲
by
yig
2y ago
There is an Apple Silicon build under Releases. It's work fine. It doesn't ask for extra permissions.
15.
▲
Don’t exclude AI-generated art from copyright
(understandingai.org)
4 points
by
yig
3y ago
|
1 comments
16.
▲
by
yig
4y ago
I just realized I wrote "Mathematics" instead of "Linear Algebra" in the suggested longer and clearer title. That was a mistake.
17.
▲
by
yig
4y ago
I've only used Desmos occasionally, but I like typing math in it. Desmos also supports juxtaposition multiplication.
18.
▲
by
yig
4y ago
Ah, I didn't realize. I guess that would work for the case of 2-row tall statements.
19.
▲
by
yig
4y ago
I like this. I created a GitHub issue: https://github.com/iheartla/iheartla/issues/138
20.
▲
by
yig
4y ago
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 CURLY BRACKET EXTENSION). With more conditional rows, you could
21.
▲
by
yig
4y ago
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 {.
22.
▲
by
yig
4y ago
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.mathjax.org/en/latest/output/
23.
▲
by
yig
4y ago
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 chose to write our own grammar for various reasons.
24.
▲
by
yig
4y ago
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 at parse-time to correctly interpret, for example, f(x
25.
▲
by
yig
4y ago
A longer and more accurate title would be "Compilable Lightweight Markup Language for Mathematics" [0]. Using Markdown instead is like saying "Uber for X". Our follow-up project HeartDown (linked) explores embedding I He
26.
▲
by
yig
4y ago
Julia syntax is pretty nice! No multiplication by juxtaposition, element access uses [], and then your code is specific to Julia rather than convertible to lots of environments. I would love to see a Julia backend for I Heart LA.
27.
▲
by
yig
4y ago
It's not common to close that brace when writing math. (I've not seen it.)
28.
▲
by
yig
4y ago
We point to several ways to type Unicode: https://github.com/iheartla/iheartla/wiki#unicode One of them on macOS is dragging-and-dropping a Text Substitutions.plist (in the extras/ folder on GitHub) into the
29.
▲
by
yig
4y ago
Author here. Ask me anything.
30.
▲
by
yig
4y ago
Our project IHeartLA is a language with syntax designed to closely mimic conventionally-written linear algebra, while still ensuring an unambiguous, compilable interpretation: https://iheartla.github.io/
More ›