HackerLangs
トップ新着トレンドコメント過去質問紹介求人

yunnpp

395 カルマ登録 昨年

投稿

FreeBSD Closes the Laptop Gap: Year One Project Update

freebsdfoundation.org
30 ポイント·投稿者 yunnpp·6 か月前·2 コメント

Writing an NES Emulator in Haskell

arthi-chaud.github.io
3 ポイント·投稿者 yunnpp·6 か月前·0 コメント

コメント

yunnpp
·4 時間前·議論
Those 8 that survived clearly gained an edge by putting glue on their pizza.
yunnpp
·5 時間前·議論
I am genuinely curious why OP thinks this slop post should be of interest to others. Nobody cares how you're prompting an LLM, guys.
yunnpp
·9 日前·議論
> sometimes misleadingly called tone mapping

sometimes is an understatement there. It took me like a decade to get that shit right. Graphics in general seems to suffer from bad explanations repeated everywhere. We need more authoritative textbooks.
yunnpp
·9 日前·議論
Modern APIs make synchronization and resource management a lot more complex. Used correctly they result in better performance; used incorrectly...

That being said, "nowadays" most studios just throw shit at UE5 and get it over with. It's obvious from how terrible many games run that they don't have a rendering engineer on the payroll.
yunnpp
·9 日前·議論
You opened with this:

> I've been in ML for ~5 years in multiple FAANGs and I have never seen a rotation matrix.

Presumably you've used SVD, but you've never seen a rotation matrix. So something is cooked.

Maybe corollary: that FAANG job wasn't that interesting.
yunnpp
·9 日前·議論
There is no AI use here. I'm somewhat offended by the suggestion even though I have no relation to the author. Bartosz has been shredding for a long time now. His javascript is also unminified and perfectly readable, making it a great reference for study despite not being advertised on his pages. The animations are all hand-made. The guy is cooking. To suggest that any of it is AI is an utter blasphemy. AI is for noobs, grifters, and low-effort content farmers and Bartosz isn't any of those things.
yunnpp
·9 日前·議論
You mean stroke?
yunnpp
·9 日前·議論
Probably people who don't register the name. Your comment adds nothing and is the kind that always ends on the bottom of the thread, so you shouldn't take it personally.

Great website, though. I'm fixing my time step all day.
yunnpp
·11 日前·議論
And what if he is also donating to a hospital in Ethiopia?
yunnpp
·11 日前·議論
You don't know jack, that's why you should subscribe to my ACM channel. As for me? I know two Jacks.
yunnpp
·11 日前·議論
And what does that have to do with the guy leaning right? He runs a VPN. If you care about privacy, that should be sufficient to support it, his other opinions aside.
yunnpp
·11 日前·議論
[flagged]
yunnpp
·12 日前·議論
No, moratoriums are a thing.
yunnpp
·12 日前·議論
RMS is a man of principle. He saw freedom radiating from that laptop and subscribed, doesn't care for geopolitics.
yunnpp
·12 日前·議論
Bingo. And now GP should go look who is behind age verification and ponder why they'd be pushing for this if it didn't benefit them.
yunnpp
·16 日前·議論
Peak programming.
yunnpp
·18 日前·議論
I think it's because it's what every tutorial does, and people just copy-paste that template without giving it too much thought. Just need to dig through the API a little.
yunnpp
·先月·議論
At least with SDL3, you don't even need the renderer or the texture anymore. SDL_GetWindowSurface to get the surface and SDL_UpdateWindowSurface to present. That's the more software-graphics you can get from my understanding of the library. SDL still does the double-buffering for you.
yunnpp
·2 か月前·議論
They are fixing bugs in open source projects. What are you doing? You're not even tapping that button.
yunnpp
·2 か月前·議論
The noise from this technique would come from moving lights and world-space disocclusions. Lights don't move erratically in most scenes, objects maybe. But even then, this handles diffuse illumination only, which by its nature has low frequency noise. You won't get noise by shaking the camera violently like in an FPS, for example, which you would from modern ray/path-traced pipelines and I assume is what you're complaining about. So on the list of temporal techniques, this one is probably the most graceful to the noise/lag trade-off.

"Crisp, noise-free, instant graphics" that were also incorrect and did not communicate mood and depth the way GI does. I see no reason to go back.