Slashdot Mirror


User: fredrikj

fredrikj's activity in the archive.

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

Comments · 437

  1. Re:hobby os on Walking Through SkyOS 5.0 Beta · · Score: 2, Insightful

    With no clear advantage over other free unixes, why is this hobbyOS getting so much attention? i tried a beta disc a few months back, and i didn't see anything special...i mean, a one man OS is impressive, but i can't see anyone actually using it...

    In the light of some dozen retarded case mod articles each year on Slashdot, this doesn't bother me at all.

  2. Re:Control Scheme best EVAR? on Real-Life Halo Armor Creators Quizzed · · Score: 1

    Well considering that the Nintendo 64 only had one stick, I find it hard to see how Rare used two sticks for control...

    They used the digital C cross. Not the same as a stick, but same layout.

  3. Re:When it's finished... on Doom 3 Vaporware no More · · Score: 1

    <insert <insert joke>>

    I'd insert a witty remark here, but there's an overhanging risk of infinite recursion.

  4. Re:To quote penny arcade... on Doom 3 Vaporware no More · · Score: 5, Insightful

    They may not be great innovators

    Bullshit. They invented the entire FPS genre.

  5. Re:Get back to ordinary bricks! on Lego to Stop Producing Mindstorms · · Score: 1

    Amen.

  6. Re:The Irony.... on Wikipedia Needs $20K · · Score: 1

    The database server is borked, but the rest of the system is OK. Since most of Wikipedia is currently running from cache, a Slashdotting shouldn't have any severe impact.

  7. Re:Truly Out of Touch on Visual Effects Oscar Shortlist · · Score: 3, Interesting

    Don't forget Titanic :P

    And yeah, I think Matrix 2 or 3 deserved a nomination. I mean, what on Earth is Pirates of the Caribbean doing in that list? The CGI skeletons were just grotesquely bad. The highway fight in Matrix: Reloaded, on the other hand, was one of the coolest things ever. Sure, the movie was dull, but that's not what the visual effects category is concerned with.

  8. Re:Master and Commander on Visual Effects Oscar Shortlist · · Score: 2, Insightful

    Anyways, I think it's cool they nominated a movie whose visual effects were subtle but convincing.

    I strongly agree. The effects in The Return of the King might very well be the most advanced ever shown in cinemas, and look damn good at that, but ultimately they're not 100% convincing. Visual effects are supposed to assist in creating an atmosphere and sense of scale, which ROTK's effects really do, but they're also supposed to suspend any sensation of disbelief, which ROTK's effects don't always.

    I definitely think ROTK should get the visual effects Oscar this year, just wanted to state that I agree flashiness isn't everything.

  9. Re:Don't forget Carmack on Paul Allen Confirmed as SpaceShipOne's Sponsor · · Score: 1

    Has nothing to to with zealotry. I'm simply thinking of the fact that all id Software games have had so bad looking explosions that there's just no way anything with Carmack involved could explode in reality.

  10. Re:Don't forget Carmack on Paul Allen Confirmed as SpaceShipOne's Sponsor · · Score: 1

    I would practically give my right arm to go on any one of these trips.

    I'd happily go in the ship whose computer system was programmed by John Carmack.

    The system sponsored by Paul Allen though, hmm...

  11. Re:Well... on Interview with Peter Jackson on LoTR Bloopers · · Score: 1

    Am I supposed to AND or OR them? :P

  12. Re:Well... on Interview with Peter Jackson on LoTR Bloopers · · Score: 1

    Not thinking it's worthy for an Oscar is not the same thing as hating it, or even thinking that it's bad or unenjoyable.

    Not thinking it's worthy for an Oscar is not the same thing as agreeing that two titles someone chose out of nowhere are.

    Not finding that you enjoy a particular movie is not the same thing as not enjoying movies.

  13. Re:Wordpad crashed on Microsoft Releases Changelist for Upcoming XP SP2 · · Score: 1

    Tried saving it too, didn't work.

  14. Wordpad crashed on Microsoft Releases Changelist for Upcoming XP SP2 · · Score: 1, Interesting

    I tried to open the .doc in Wordpad, with the result that Wordpad crashed. Does this happen to anyone else? (I'm on Windows 2000).

  15. Re:XML based programming on Introduction To XAML · · Score: 1

    Sure we still need stuff like C for large projects

    No you don't. C is an adequate choice for operating system kernels and isolated performance-critical libraries, but it's really one of the last languages you should look to if you're writing an *application*. XAML is a step in the right direction (out of the C slough), although the implementation may not be the right.

  16. Re:Doom 3? on Nominations for 2003 Vaporware Awards · · Score: 1

    The only release date we've heard from id Software themselves is "when it's done". The "Coming 2003" poster at E3 2002 was Activision's artifice.

  17. Re:Journey to the center of the earth on The Year In Ideas · · Score: 1

    cooling

    (insert remark about cooling system needed for one's latest overclocked CPU and how the task of maintining temperature in the Earth's core pales in comparison here)

  18. Re:Faster than the internet? on Pigeons Faster than Internet · · Score: 1

    six minues (600 seconds)

    360 seconds.

  19. Games on Pigeons Faster than Internet · · Score: 5, Funny

    I tried playing Quake III over this, but the ping time made it rather frustrating :|

  20. Re:DOOM today on Ten Years Of Doom Celebrated · · Score: 1

    There's the PS1 version of Doom, and if you got Linux to run on your PS2 you could play the original game with PrBoom.

  21. Re:Programming languages on Funny Things You've Seen on Resumes? · · Score: 1

    If HTML is a programming language then so is ASCII.

  22. Re:Protons on So You Think Physics is Funny? · · Score: 2, Insightful

    Physics it the science to end all science.
    Yes it is chemistry, but it is physics, too.


    Of course. Psychology, for instance, is wrapped-up physics, too. But when was the last time you heard someone refer to a psychology joke as a physics joke?

  23. Re:Protons on So You Think Physics is Funny? · · Score: 1

    That's chemistry, not physics.

  24. Ads on GameSpy And IGN To Merge · · Score: 4, Funny

    Does this mean I'll have to click through two advertisement pages each time I want to read a review?

  25. Re:Building a mod inside a level editor... on NYT on Game Mods · · Score: 2, Informative

    Not Ruby, but I'm working on a Python library for Doom called Omgifol in which I recently implemented a complete API for editing levels (the version on SF is quite outdated, though, nothing to see there).

    I don't know how useful the level editing features of the thing will end up being, but I have some ideas of making a random level generator similar to Slige with it. Using a language as powerful as Python, it should hopefully be possible to create stuff more advanced than Slige's linearly arranged square sectors ;-)