Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ehaliewicz2
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
ehaliewicz2
5mo ago
"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 t
2.
▲
by
ehaliewicz2
5mo ago
The boss also tried to fix it in the lowest effort manner possible, without even checking the results.
3.
▲
by
ehaliewicz2
5mo ago
"Perhaps you should ask the manager why he passed it through AI." Because they were lazy and disrespectful, done.
4.
▲
by
ehaliewicz2
8mo ago
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.
5.
▲
by
ehaliewicz2
9mo ago
If your program does 1 million adds, but it takes significantly longer than 19 milliseconds, you can guess that something else is going on.
6.
▲
by
ehaliewicz2
9mo ago
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, pro
7.
▲
by
ehaliewicz2
11mo ago
Would you have have chosen to work at your job if you were never going to get paid?
8.
▲
by
ehaliewicz2
1y ago
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.
9.
▲
by
ehaliewicz2
1y ago
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 fetchi
10.
▲
by
ehaliewicz2
1y ago
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.
11.
▲
by
ehaliewicz2
2y ago
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.
12.
▲
by
ehaliewicz2
2y ago
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
13.
▲
by
ehaliewicz2
2y ago
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.
14.
▲
by
ehaliewicz2
2y ago
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. * Hardw
15.
▲
by
ehaliewicz2
2y ago
Until the array no longer fits in your cache :)
16.
▲
by
ehaliewicz2
2y ago
My guess is 'A Philosophy of Software Design'.
17.
▲
by
ehaliewicz2
2y ago
"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.
18.
▲
by
ehaliewicz2
2y ago
If your headphones are blocking sound, yeah it can be hazardous.
19.
▲
by
ehaliewicz2
2y ago
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
20.
▲
by
ehaliewicz2
2y ago
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.
21.
▲
by
ehaliewicz2
2y ago
Yeah, for example, movs between registers are generally effectively no-ops and handled by the register renaming hardware.
22.
▲
by
ehaliewicz2
2y ago
Sure, but lack of perspective correct texturing is a separate issue, with a separate visual artifact. Jittery polygons refers to the artifacts you get when polygon vertices are snapped to integer pixel coordinates, rather than taking into a
23.
▲
by
ehaliewicz2
2y ago
I'm guessing, just guessing, that most of the people who don't think slow execution is bad are probably not that interested in what the machine actually has to do to execute their code, and hence, are not actually well educated in
24.
▲
by
ehaliewicz2
2y ago
Quake did not use floating point in it's rasterization math, and it exhibited none of the jittery polygon issues that the ps1 did. It's largely a lack of subpixel accurate rasterization causing it (not even sure if PS1 is pixel ac
25.
▲
by
ehaliewicz2
2y ago
Sure, a year or two back in the 90s was huge. :)
26.
▲
by
ehaliewicz2
2y ago
It is not really any more 3D than the Saturn as it still does texture mapping in 2D space, same as the saturn. It's biggest advantage when it came to 3D graphics, aside from higher performance, was it's UV mapping. They both str
27.
▲
by
ehaliewicz2
3y ago
It is likely that the emulator only emulates accessing valid parts of the GBA's memory map, and throws that error if invalid parts are accessed. As to what happens on real hardware.. who knows? :)
28.
▲
by
ehaliewicz2
3y ago
This seems just completely false to me. People are exchanging currency for goods on the App store. Can you explain how that isn't a market?
29.
▲
by
ehaliewicz2
3y ago
If it was an issue, and a simple gap buffer isn't fast enough, you could do a linked list of gap buffers. Would still be pretty simple, and probably very fast.
30.
▲
by
ehaliewicz2
3y ago
You didn't answer my hypothetical. Do they have the right to ensure that I am looking at their ads? I don't see how they could, I can always look away. In that case, what is the effective difference between that and ad blockers
More ›