Live data from Hacker News

Ask HN: What did you learn last month? (July 2026)

news.ycombinator.com

1–10 of 21 posts

Re: Ask HN: What did you learn last month? (July 2026)

#5
Quantum Mechanics (ongoing), Sturm-Lioville theory, Special Relativity (ongoing), Tensors (going towards General Relativity)

What finally clicked: Hermitian matrix, self-adjoint operators, quantum operators for energy and momentum, the Metric (for modeling spacetime curvature), etc.

Re: Ask HN: What did you learn last month? (July 2026)

#8
While reading the Jelly-UI source I learned that you can use slot tags to effectively punch holes in the shadowdom on a web component. The elements passed in as component children can be assigned to a slot[1] within the component's shadowdom, and the external styles on them continue untouched.

1. https://github.com/jelly-org/ui/blob/main/src/components/res...

Re: Ask HN: What did you learn last month? (July 2026)

#9
post #5

Quantum Mechanics (ongoing), Sturm-Lioville theory, Special Relativity (ongoing), Tensors (going towards General Relativity) What finally clicked: Hermitian matrix, self-adjoint operators, quantum operators for energy and momentum, the Metric (for modeling spacetime curvature), etc.

What's the story of the Hermitian matrix and self adjoint operators?
Post reply on HN