HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ehaliewicz2

no profile record

comments

ehaliewicz2
·3 месяца назад·discuss
"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". Clearly, they didn't care enough to check the result.
ehaliewicz2
·3 месяца назад·discuss
The boss also tried to fix it in the lowest effort manner possible, without even checking the results.
ehaliewicz2
·3 месяца назад·discuss
"Perhaps you should ask the manager why he passed it through AI."

Because they were lazy and disrespectful, done.
ehaliewicz2
·6 месяцев назад·discuss
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.
ehaliewicz2
·6 месяцев назад·discuss
If your program does 1 million adds, but it takes significantly longer than 19 milliseconds, you can guess that something else is going on.
ehaliewicz2
·7 месяцев назад·discuss
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 etc. He regularly posts demos he's working on, progress clips of various engines, etc, on twitter, after staying in the same area for 3 decades.

I wish I still had this level of motivation :)
ehaliewicz2
·9 месяцев назад·discuss
Would you have have chosen to work at your job if you were never going to get paid?
ehaliewicz2
·9 месяцев назад·discuss
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.
ehaliewicz2
·в прошлом году·discuss
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 limiting the number of objects (sprites) per-line, and fetching+caching them before the line is reached.
ehaliewicz2
·в прошлом году·discuss
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.
ehaliewicz2
·в прошлом году·discuss
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 yesterday.
ehaliewicz2
·2 года назад·discuss
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. Regardless of who you are, it's unlikely you will be manually evaluating code in your head as accurately as gdb (or whatever debugger you use).

I think a lot of linux/mac folks tend to printf debug, while windows folks tend to use a debugger, and I suspect it is a culture based choice that is justified post hoc.

However, few things have been better for my code than stepping through anything complex at least once before I move on (I used to almost exclusively use printf debugging).
ehaliewicz2
·2 года назад·discuss
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.
ehaliewicz2
·2 года назад·discuss
Those were the 90s. Modern rasterizers* all use barycentric coordinate based algorithms for a few reasons.

Easier to implement with proper fill conventions and multisampling, and much easier to parallelize in hardware and software.

* Hardware even back in the 90s used this type of approach :)
ehaliewicz2
·2 года назад·discuss
Until the array no longer fits in your cache :)
ehaliewicz2
·2 года назад·discuss
My guess is 'A Philosophy of Software Design'.
ehaliewicz2
·2 года назад·discuss
"I don't get to get away with dealing illegal substances just because I give it away for free."

Good to see you want virtual machines to be illegal.
ehaliewicz2
·2 года назад·discuss
If your headphones are blocking sound, yeah it can be hazardous.
ehaliewicz2
·2 года назад·discuss
I'm willing to bet 99.99% of the time you hear music from outside a car it's not due to someone being hard of hearing, unless they caused that issue themselves by listening to music too loud.

However, if you are hard of hearing to the point where you are actually disturbing others, I would recommend headphones.
ehaliewicz2
·2 года назад·discuss
Realizing that you enjoyed being forced to listen to music you didn't decide to listen to doesn't mean you might be an asshole for not enjoying it at other times. That's ridiculous.