Domain: zsnes.com
Stories and comments across the archive that link to zsnes.com.
Stories · 3
-
Applications and the Difficulties of Portability?
insane_coder asks: "I'm a software developer who writes a lot of freeware utilities in C/C++ which are all cross platform and work well. Lately some of my users have been pestering me to stop wasting precious development time supporting minority OSs like Linux, and get more work done for the majority — the Windows users. Now all of my utilities are simple tools that perform various operations on files such as compression or rearranging. I've also made a few frontends for them using the excellent Qt library to allow the user to select a file and process using a simple GUI. In the dozens of applications I wrote, most of them several thousand lines long, I haven't written a single conditional for any particular OS. When I release, I just compile each app for all the OSs I have access to and post them on my website. I barely expend any effort at all to achieve portability. So the question I have to ask is: Why do the masses perceive portability as something that requires effort and a waste of time?" "Most applications don't do anything fancy or need to talk to devices and therefor there is no need to do anything special other than compile them on a particular OS to run on that OS. So why are there so many simple apps using native APIs to do simple things like file reading instead of the standard ones? Why are we projecting an image that one must go out of their way or switch to a different language in order to achieve portability?" -
First ZSNES Release In ~2.5 Years
Anonymous Coward writes "The best SNES emulator, and the only GPL one -- ZSNES -- has had the first release in almost two and a half years! Looks like those smart coders reverse engineered quite a few new special co-processors for this release as well." -
How Close is the Open Entertainment Center?
why-not-now asks: "Recently there's been a lot of talk about open source/free software that enables your PC to act as a DVR, all-purpose media player, DVD player, CD player, MP3 player, etc... not to mention the ability to play all sorts of video games (if you know where to look). The idea of the set top MAME console is nice, but with a little TV/Audio out, a little know how and the right software, are we currently able to put together a free version of the big convergence media center others are trying to do?"