

grubber
Members-
Content count
79 -
Joined
-
Last visited
About grubber
-
Rank
Mini-Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Wow. The amount of stuff copied from Chrome is amazing. Also, Mozilla says it's 6x faster than FF 3.6. I wonder if that means it's 2x slower, but measured on machine 12x faster (i.e. what I believe they did with previous releases) or if it's actually really faster. Anyway, I'm sticking with Chrome (Chromium actually).
-
Trackpoint FTW. Sadly not so many laptops have it (Lenovo, Dell, any other?)
-
Yes, we are. My apologies.
-
I wasn't talking specifically to you.
-
I find your attitude of "I don't know anything about Haskell or functional programming, but it surely must suck" quite silly. But that's just me.
-
I don't agree. There already are programming languages which make parallel programming easy, e.g. Haskell (which has been already mentioned in this thread). The problem is that most programmers do not want to use some strange, incomprehensible (for them) language, they want something they already know, probably with C-like syntax and semantics.
-
Also Virtual PC is crap with no 3D acceleration, snapshots or proper USB support. It's OK for simple applications though.
-
Well, you don't need a partition to run Linux. You can run some live CD distribution. Or you can install it on a flash drive. Or a file on your Windows partition. Or you can netboot from http://boot.kernel.org/. ;)
-
I like UAC. MS finally got their shit together and started doing something to rectify the mess they created by letting users work under administrator account all the time (and thus allowing application developers to act like pigs), which is great.
-
It seems like a configuration file issue. The most probable explanation is that the configuration file was created by a previous install of zdoom, not the one from the package, so it's missing the path to zdoom.pk3 in the package. Adding the line "Path=/usr/share/games/zdoom/" to the "[FileSearch.Directories]" section of ~/.zdoom/zdoom.ini should fix it.
-
There's a lot of attention on making JavaScript fast these days, so it would be OK performance-wise I guess, but the standard library lacks non-browser functionality (file access, sound, networking, etc) so it would be quite a hackjob IMO.
-
AFAIK Perl 6 isn't finished yet and Perl 5 doesn't have JIT compiler, so it would be slow as hell. A port to (any) dynamic language would be neat though (I'd port it to Python, but it doesn't have JIT compiler either).
-
Strange, works for me (clean install). How did you install it? Can you upload the built package somewhere?
-
Regarding Arch Linux: I maintain a zdoom package on AUR - it's not precompiled, but compiling it is as easy as typing "makepkg" in the console (or you can use yaourt).
-
Dark engine (System Shock 2, Thief) source code leaked
grubber replied to grubber's topic in Everything Else
Hopefully we'll see ports to modern operating systems come out of this. There is of course the problem of it not being very legal, so let's wait how Eidos reacts. Don't hold your breath.