Viewing profile — articulatepang
articulatepang
HN member- Joined
- Mon, Jun 02, 2025, 3:36 PM UTC
- HN karma
- 111
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About articulatepang
No profile information was provided.
Recent public activity
-
comment
Comment #49062182
We don't really have to guess: as jet engines became more fuel-efficient, inflation-adjusted prices for air tickets dropped. And as oil prices fluctuate, so do ticket prices. There…
-
comment
Comment #49054467
But are you willing to pay 10-20% more for that joy? I personally would rather pay less money to fly, not get to see out the window, and spend those dollars on, say, a fancier meal…
-
comment
Comment #49027210
Yes, exactly this -- it's a fast and convenient way for my code to just write the pixels into a spot in RAM (the CPU's RAM, not VRAM) and have those pixels end up on screen. On mod…
-
comment
Comment #49022842
I went through this a few months ago in Rust. I wrote all the code by hand, no LLMs. Then I went ahead and added a small "game" on top, plus some special effects like pixelization …
-
comment
Comment #48997121
That's technically correct but consider the following: You're implementing quicksort. The actual algorithm is a conceptual piece of math. You write the code. But sometimes the code…
-
comment
Comment #48971389
Hey! Thank you for posting. This a great project and an excellent illustration of progress in technology: commodity hardware and open source software got good enough that you could…
-
comment
Comment #48882010
What do you mean not serious? He’s developing visual aids to teach students and to accompany his mathematical research papers. Also, not in this post, he’s been actively using LLMs…
-
comment
Comment #47433456
Thank you and yes, I agree! It's neat to use the binomial theorem to see this, because that's the tool the article uses for the main trick/insight it's explaining.
-
comment
Comment #47427539
I love complex analysis, and that's the branch of calculus that is most associated with number theory. For example, it was critical in the original proof of the prime number theore…
-
comment
Comment #47252692
I've had a similar experience with Apple Store employees many, many times: I walk in and vaguely describe what I want, and they steer me to the cheapest item they sell that could p…
-
comment
Comment #47252592
Maybe you mean it's a crime to professionally provide advice of this nature without a license? It is generally not a crime to casually provide advice of this nature without a licen…
-
comment
Comment #46974323
As you say, "the fundamental theorem of algebra relies on complex numbers" gets to the heart of the view that complex numbers are the algebraic closure of R. But also, the most sli…
-
comment
Comment #46974227
You can think of it as returning an equivalence class if you like. Then it's single-valued. More explicitly, it returns an equivalence class whose members are complex numbers that …
-
comment
Comment #46955553
One technical point about resonance: the fourth-power law only applies when the driving frequency (i.e., the frequency of visible light) is far below the resonant frequency (which …
-
comment
Comment #46834628
For those who don’t know: the film City of God is based on this, and it’s a great movie. One of my all-time favorites. The directing, acting photography and storytelling are all ve…
-
comment
Comment #46793910
> The money goes to the investors who sell. The investors who sell are wealthier by amount $X because now they have fewer shares and more dollars. The investors who don't sell are …
-
comment
Comment #46793179
Three things: 1. From the perspective of shareholders, and for the moment ignoring taxes, buybacks and dividends are exactly economically equivalent. If a dividend happens, you get…
-
comment
Comment #46714995
This is great! Lovely to see a clean new codebase implementing quantum chemistry algorithms like Hartree-Fock. I remember using Molpro at my fist job. Venerable and comprehensive i…
-
comment
Comment #46689220
I actually visited that link, and the answer seems to be "If you've seen my socials lately, you might have seen me talking about Ralph and wondering what Ralph is. Ralph is a techn…
-
comment
Comment #46687556
Thanks dang, you’re right, I apologize and will keep this in mind in the future.
-
comment
Comment #46683004
This is so poorly written. What is "Ralph"? What is its purpose? How does it work? A single sentence at the top would help. The writer imagines that the reader cares enough to have…
-
comment
Comment #46026187
Many tools offer offline file browsing and full text search. Anything from midnight commander to Alfred to ripgrep. I think the valuable and difficult thing is high quality, fast, …
-
comment
Comment #45997034
Won’t this only work when connected to the internet? So I can’t use it on a flight. Or if I work in finance, or healthcare, or law, or government, or a hardware design company, I d…
-
comment
Comment #45484389
I don't think it's that silly. BusyBox packages a bunch of utilities in a single binary. It amortizes fixed costs: a single binary takes less space than 30 binaries that each do on…
-
comment
Comment #45439478
Thanks, I’ll take a look. I love obsidian for the same basic reason you do: it’s just a bunch of text files, so I can use terminal tools and write programs to do stuff with them. S…