Viewing profile — ehaliewicz2
ehaliewicz2
HN member- Joined
- Thu, Mar 12, 2015, 4:34 AM UTC
- HN karma
- 225
- Public activity
- 214 items
- HN profile
- View on Hacker News ↗
About ehaliewicz2
No profile information was provided.
Recent public activity
-
comment
Comment #47846129
"Clearly if your manager passes your doc through an LLM, you made an error in judgment" It could also be the PM, passing everything through an LLM to make it "more understandable".…
-
comment
Comment #47846091
The boss also tried to fix it in the lowest effort manner possible, without even checking the results.
-
comment
Comment #47846053
"Perhaps you should ask the manager why he passed it through AI." Because they were lazy and disrespectful, done.
- comment
-
comment
Comment #46761419
As someone into performance cars and motorcycles, removing a cat is pretty uncommon, and you're generally seen as a dick if you do it.
- comment
-
comment
Comment #46460967
If your program does 1 million adds, but it takes significantly longer than 19 milliseconds, you can guess that something else is going on.
- comment
-
comment
Comment #46298392
Seb is incredibly passionate about games and graphics programming. You can find old posts of his on various forums, talking about tricks for programming the PS2, PS3, Xbox 360, etc…
- comment
-
comment
Comment #45768175
Would you have have chosen to work at your job if you were never going to get paid?
-
comment
Comment #45487370
Damn, so you can just choose to not have guns pointed in your face? Regardless of where you live? Everyone who has had a gun pointed in their face must have been really stupid then…
- comment
- comment
- comment
- comment
-
comment
Comment #44212654
It definitely makes it simpler. You can do a per-screen window sort, rather than per-pixel :). Per-pixel sorting while racing the beam is tricky, game consoles usually did it by li…
- comment
- comment
-
comment
Comment #43439738
It depends on your network though. In my case the image quality was good, but going to the link cable was a substantial improvement in quality and latency.
- comment
-
comment
Comment #43307195
Last year I emailed Ken Silverman about an obscure aspect of the Build Engine while working on a similar 2.5D rendering engine. He answered the question like he worked on it yester…
- comment
-
comment
Comment #42142000
Sometimes "just thinking harder" works, but often not. A debugger helps you understand what your code is actually doing, while your brain is flawed and makes flawed assumptions. Re…
-
comment
Comment #42141963
printf isn't faster if you want to single step through code to find math precision errors. I've had to do that on a embedded system that didn't support debugging. It was hell.