Slashdot Mirror


User: Fourier

Fourier's activity in the archive.

Stories
0
Comments
209
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 209

  1. Re:Eh... on Neverwinter Nights 2 Officially Announced · · Score: 3, Interesting

    Most of Obsidian's employees came from Black Isle Studios after Interplay gave it the axe. Black Isle was responsible for gems such as Planescape: Torment, Icewind Dale, and Fallout 2. The name is different, but Obsidian has a proven track record. There's an interview here.

    The release schedule is undoubtedly shortened because Obsidian will be using Bioware's already-complete toolset. Perhaps some small upgrades to the engine will be necessary, but I'm sure most of their time will be spent adding new artwork and scripting the story.

  2. Gentoo is for ricers on Netcraft: Red Hat Still Top Linux Server Distro · · Score: 1, Funny
  3. Re:Better than VNC through compressed ssh? on Next Knoppix Release to Feature GPL'd FreeNX · · Score: 2, Informative

    As I understand it, NX probably won't give you a huge improvement over compressed ssh on a local network. The big gains come in high latency networks (e.g. internet), as the NX server can eliminate a lot of expensive and unnecessary delays due to X11 round-trips.

  4. Re:"heavily anticipated"? on Top 500 Supercomputer List Released · · Score: 1

    Well, I guess it's all relative. You can label the anticipation heavy as much as you want for (1) a sufficiently small subset of the population or (2) sufficiently small values of "heavy". ;-)

    Congratulations on getting your piece of the top ten.

  5. "heavily anticipated"? on Top 500 Supercomputer List Released · · Score: 2

    Heavily anticipated by whom? I understand that the Superbowl is heavily anticipated. The upcoming US election is heavily anticipated. To a lesser degree, today's SpaceShipOne launch is heavily anticipated. But honestly, are there any people gathering around the water cooler exchanging rumors of who has the edge in cluster network latency this year? (Supercomputer administrators don't count.)

    Somebody needs a little perspective...

  6. someone's already done it on Searching for the Best Scripting Language · · Score: 2, Informative

    I searched around a bit, and found that someone's already done it. It uses the PCRE library along with a camlp4 macro that provides an elegant "match ____ with" construct tailored specifically to regexps. I'm impressed.

  7. Re:From an ocaml convert: on Searching for the Best Scripting Language · · Score: 1

    Ocaml does support recursive variant types:

    $ ocaml
    Objective Caml version 3.07+2

    # type t = A of int | B of t list;;
    type t = A of int | B of t list
    # let test = B [A 1; A 2; A 3];;
    val test : t = B [A 1; A 2; A 3]
    #

  8. Re:From an ocaml convert: on Searching for the Best Scripting Language · · Score: 1

    I imagine a variant of O'Caml language based on camlp4 that puts regular expression matching in syntactic sugar will make it very suitable for scripting.

    In fact, I itch over this idea badly that I might do it. If I have the time. ;-)


    Please do. I really like coding in Ocaml, but the constant double-escaping in regexps makes them a whole lot less useful than they could be. Having something similar to Python's raw strings might be helpful.

  9. Re:Shameless Plug on The Future of RPN Calculators · · Score: 2, Informative

    Graphics are for the weak. Allow me to respond with my own shameless plug for Orpie; it runs in the console, the way God intended.

  10. Re:I can do the same thing on Turbolinux Licenses Windows Media 9 · · Score: 4, Funny

    you can smear poop on a blank cdr, put it in your drive, and mplayer will play it.

    Well, yeah, but it's gonna sound like shit.

  11. Re:Windows joke on Gnome.org Compromised? · · Score: 2, Insightful

    When was the last time their servers were compromised?

    When's the last time MS hosted their source code on a publically-viewable CVS tree, or offered anonymous FTP access? This is not a fair comparison.

  12. Re:I'm confused on Fedora Prepares For Xorg Instead of XFree86 · · Score: 4, Informative

    Xouvert differs from the others in that it appears to be a dead project.

  13. Re:De Facto Standards on Fedora Prepares For Xorg Instead of XFree86 · · Score: 5, Funny

    De facto implies that it is, in fact, the standard, as opposed to, say, de jure

    In the case of open source software, sometimes I think it is more accurate to speak of "the standard du jour."

  14. Re:MMORPGs need better real-time characteristics on Building Scaleable Middleware for MMORPGs · · Score: 4, Funny

    I haven't found one yet that allows real-time combat; it's always "click on the guy you want to fight and press the 'attack' button", then sit back and watch.

    Yeah, that's always bothered me too. Why do you have to click to attack? Surely the computer can take care of the attacking all by itself. I'd rather just sit and watch, or maybe go grab a pizza and sit in front of the TV while my Half-Halfling Organist decapitates some Hair Elementals in the Killing Fields. Good times.

  15. Re:That's not my TiVO remote! on Development Of The TiVo Remote Charted · · Score: 1

    it's too symmetrical front-to-back

    Absolutely true. I like the feel of the remote in general, and the button layout is excellent, but I don't know how many times I've picked it up backwards. I either end up rewinding instead of fast-forwarding, or hitting "slow" instead of "play".

    It's still the best remote I've ever used.

  16. Re:Compiled client for linux on BitTorrent's Creator Bram Cohen Interviewed · · Score: 1

    I think a problem in BT is the lack of compiled clients for linux.

    Some would call this a feature, not a problem. Python provides cross-platform capability with nearly zero effort, and buffer overflows should not be an issue.

    The high CPU usage you mention is most likely due to some computational bottleneck in the code--maybe MD5SUM computation, for example. Such things can be written as C functions if necessary; I'm sure Python is plenty fast for handling the vast majority of the BT algorithms.

  17. Re:Personally I like wxWindows on C++ GUI Programming with Qt 3 · · Score: 1

    Don't forget wxPython, the mature and actively maintained Python binding. It makes GUI programming such a piece of cake.

  18. Re: I've got a better idea on Real Launches New Player, Music Store · · Score: 1

    After looking more closely, I see that you are correct. Of course, with live.com support MPlayer should be able to play most any rtsp://... stream, so compiling against Live is still a good idea.

  19. Re:I've got a better idea on Real Launches New Player, Music Store · · Score: 4, Informative

    Is there a Linux alternative?

    Recent versions of MPlayer can play realaudio streams if you compile with Live library support. MPlayer will even let you save a stream to disk with the -dumpstream flag, which is nice if you want to do timeshifting.

  20. Re:Arch on First Xouvert Milestone Released · · Score: 2, Interesting

    Perhaps the Arch model just assumes a single master committer - but unfortunately most development projects I have worked on do not work that way. I see this issue chasing potential Arch users away until it is definitively resolved or adequately explained in the Arch FAQ.

    There's a project called "tla-pqm" that makes an attempt at solving this. The developers can email a merge request to a tla-pqm server somewhere, and the server will grab the requested changesets and apply them to its archive. It's like an automated master committer.

    Does anyone know how this issue was ultimately resolved by the Xouvert project?

    I'm pretty sure they have a special committer account, and all developers can access it via sftp using ssh shared keys.

  21. Re:Arch on First Xouvert Milestone Released · · Score: 1

    Most often, all Arch developers will have their own archives and each developer commits to his own. One developer will act as project leader, and merge in patches from the others.

    At the moment, multi-committer archives are a bit tricky with Arch. I believe Xouvert is using some shared-key magic with sftp to accomplish this goal.

    There's another project out there called "tla-pqm" (patch queue manager) that is designed to do the job of the project leader. Developers can submit merge requests, and the server will try to merge into the "central" archive automagically.

  22. What is this crap? on Finding Holiday Discounts on iPods? · · Score: -1, Troll

    Slashdot: Pissing and moaning for nerds. Stuff that nobody cares about.

    This is why I filter out "Ask Slashdot" posts. Too bad this was categorized under Apple. (I'm looking at YOU, Cliff.)

  23. Re:Champing, not Chomping on Future of 2.4 and 2.6 Kernels · · Score: 1

    the term is "champing at the bit", not "chomping at the bit"

    But Google, the Fount of All Truth and Knowledge and Only Some Occasional Lies, says you're wrong! Do you dare to challenge the opinion of the WHOLE INTERNET?

    God I hope so. Bunch of illiterate bastards, if you ask me...

  24. Re:Reading the fine print ... on New Optical Chip Claims 8 Trillion Operations/sec. · · Score: 1

    Still, note that it's developed with Matlab. Now surely that is the Holy Grail of research, a bitchin' language

    *chokes*

    Stop, you're killing me here. Matlab code can be pretty slick if your problem vectorizes easily. The remaining 90% of the time, the horrid syntax just gets in the way...

  25. Re:After reading the thread... on Cygwin/XFree86 Leaving XFree86.org · · Score: 2, Informative

    Perhaps if CVS were easier to use, or of development teams more regularly used something other than CVS

    Xouvert is making use of the Arch RCS, which seamlessly handles distributed repositories (each developer generally has his own local repository). There is no single point of failure; if the owner of the "master repository" isn't doing his job, any other repository can be used just as easily.

    Of course, Arch also properly handles file moves and renames. That will enable Xouvert to make rather sweeping changes to the XF86 source organization, without losing the ability to sync with XF86 CVS.