Viewing profile — pulp_user
pulp_user
HN member- Joined
- Mon, Jan 04, 2021, 9:46 PM UTC
- HN karma
- 30
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About pulp_user
No profile information was provided.
Recent public activity
-
comment
Comment #34971243
Saying things akin to "your compiler is bad" because it doesn't optimize stuff like this is a cop out. For one: Most compilers for most languages are bad by that metric, and interp…
-
comment
Comment #29351525
You are complaining about a format - with the stated goal to be very simple - not supporting some scientific usecase. What...? Use a different format then. That's not what this is …
-
comment
Comment #29351462
What are you even talking about? Using sRGB won't make skin magically orange.
-
comment
Comment #25656903
(OP here) The main issues I had with them had nothing to do with immediate vs. retained mode, but simply with the unnecessary constraints the big GUI frameworks put on you. Usually…
-
comment
Comment #25638971
(OP here) The suffering hasn't increased that much. It was all painful before.
-
comment
Comment #25638896
(OP here) I adressed that caveat in the late part of the answer. I also noted that I don't even think the performance difference is attributable to immediate vs retained mode. This…
-
comment
Comment #25638834
(OP here) >Are you building vertex buffers? yes >Are you creating backing layers? I am not sure what those are. >Even the immediate mode APIs retain information! Yes, immediate mod…
-
comment
Comment #25638712
(OP here) I did! And it was enjoyable and didn't take that long (about 2 or 3 weeks initially). I think in the end It actually was still faster to just write the GUI by myself than…