back
user profile

Narishma

4,034karma·2,386submissions·April 7, 2013
recent activity (2,386 total)
comment
With mode=cga it plays in color, though some of the colors are inaccurate compared to a real PC.
12y ago·view thread
comment
It's not that horrible. You can do some pretty interesting things with it, like this: https://www.youtube.com/watch?v=G66KL-hxxKI …
12y ago·view thread
comment
Pretty much half of the games in the list aren't 8-bit.
12y ago·view thread
comment
I don't know of any accurate IBM PC emulator. Most of the typical ones like DosBox will play it either too fast or too slow.
12y ago·view thread
comment
Isn't dithering done offline at encoding time?
12y ago·view thread
comment
It's only wasted in the short term. If you optimize so much that you have a lot of unused resources left, you just use them in your next game.
12y ago·view thread
comment
And bandwidth.
12y ago·view thread
comment
The framerate is much better in the PS3 version. There's a comparison video at the end of this page: http://www.eurogamer.net/articles/digitalfoundry-ico-shadow-... …
12y ago·view thread
comment
It's the other way around. PC games are rarely optimized to any significant degree because of the vast amount of different configurations out there, and PC gamers will just through hardware at th…
12y ago·view thread
comment
The lack of instancing is because there's no need for it. Consoles in general have low-level graphics APIs that let you make tons of drawcalls without the performance issues you get on PC.
12y ago·view thread
comment
It may not impact the performance, but it certainly does the battery life and fan noise in a laptop.
12y ago·view thread
comment
Neither Valve nor LunarG make hardware, so buying new hardware won't matter.
12y ago·view thread
comment
You get access to the driver source code if you license a PowerVR GPU.
12y ago·view thread
comment
As the comments on that page point out, that was years ago. A lot of stuff has been opened since.
12y ago·view thread
comment
A lot of RPis are used as cheap media centers.
12y ago·view thread
comment
Thankfully, the RPi foundation has no plans to release a better RPi anytime soon.
12y ago·view thread
comment
Does Linux run on PIC?
12y ago·view thread
comment
I was under the impression that Sony pushed upstream a lot of the improvements they made to clang/llvm, but they had to wait until the PS4 was announced to do so.
12y ago·view thread
comment
VirtualBox is for x86 CPUs only. It doesn't support ARM. You need something like qemu instead.
12y ago·view thread
comment
The POWER architecture isn't used anymore, even in POWER CPUs. Everything now uses the Power ISA, which used to be called PowerPC ISA. I know, it's confusing.
12y ago·view thread
comment
See my reply above. https://news.ycombinator.com/item?id=7657271
12y ago·view thread
comment
They intentionally haven't released a new model, and don't plan to do so any time soon. They want to have a stable hardware platform, and spend time optimizing the software so it can benefit…
12y ago·view thread
comment
Your projects aren't video games, are they? It's not very feasible to debug games at -O0, unless they're very small. And I don't how if profile guided optimization is feasible eith…
12y ago·view thread
comment
PS3 games don't offload fragment shading to the SPUs, that would be too slow and leave the pixel shading hardware on the GPU idle. Remember that the PS3 has separate vertex and pixel shaders. Wha…
12y ago·view thread
comment
I don't think it will happen with Rust until it becomes more stable with no breaking changes between releases. As for Go, it's not very well suited to this domain. Or at least no better suit…
12y ago·view thread
comment
He keeps saying C but the source code he shows at the end is clearly C++, even if the file has a .c extension.
12y ago·view thread
comment
The GPU is part of the SoC, which is exactly the same on the Pi and on the compute module.
12y ago·view thread
comment
And they are also probably a lot more expensive than $30.
12y ago·view thread
comment
They did this since the day they released the game, or shortly after. This isn't the source code of the engine, it's just the SDK that people use to make mods.
12y ago·view thread
comment
It's Quake 1, not 2. And yes, Valve among others licensed it, just like people do today with Unreal Engine or Cry Engine.
12y ago·view thread