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:Fiber Optics? on Using Visible Light for Data Transfer · · Score: 5, Funny

    Pigeons could be a problem though ;)

    Not if you use sufficiently powerful lasers >:)

  2. Re:A most disappointing "feature" on The t68i Replacement is Here · · Score: 1

    Hmm, maybe they want to restrict you from using your phone to download warez with. After all, it has a shocking 2 MB of storage.

  3. Re:What's wrong about the video game industry on What is Wrong With Game Development? · · Score: 1

    Duke Nukem Forever, you mean.

  4. Re:Not exactly computer hardware... on Your Most Damage-Resistant Hardware? · · Score: 1

    It actually broke after the first hit because I had unscrewed it open first, but I thought that would make a less entertaining story.

  5. Not exactly computer hardware... on Your Most Damage-Resistant Hardware? · · Score: 1

    ...but I remember that an N64 Cruis'n USA cart still worked after three hits with a sledgehammer.

    (Yes I really hated that game).

    (Yes, the fourth hit killed it).

  6. Re:Haha on Examining Microsoft Update · · Score: 1

    Which essentially means that so long as they don't take an email address or phone number they can take what they want.

    They have my ip, I'd say that's enough.

  7. That was expected on LGP Announces Game Development Project · · Score: 2, Interesting

    According to the text file they are looking for 8 programmers and 0 designers at this point. So, the programmers will have to do the design. No offence to programmers regarding their ability to design stuff, but, seriously, isn't this a bit typical for Linux-related projects? (I'm not trying to be flamebait)

    Design is just as important as programming when it comes to games and should not be considered at first in the last stage of development. Mind, powerful game engines like Quake II are already open under the GPL, so it wouldn't even be necessary to code everything from scratch if you are lazy (or clever).

  8. Tell me chrisd on The Making of the Atomic Bomb · · Score: 2, Funny

    Do you always talk about yourself in third person? :)

  9. Well... on FTP: Better Than HTTP, Or Obsolete? · · Score: 1

    1-6 MB? Use HTTP. It's probably more convenient for everybody, for instance there's no login procedure/delay for the end user. With files no bigger than that, people won't have the need to resume interrupted downloads either (the biggest advantage of FTP is the ability to do that when downloading a CD image :).

  10. Re:Best Picture Roundup on Oscar Nominations (LotR, Spirited Away, and more) · · Score: 1

    My feelings exactly.

  11. Re:1024 CPUS? on Pixar Eclipses Sun with Linux/Intel · · Score: 1

    I think they run the CPU:s independently, so that they assign one frame to render to each machine and let them run in parallell...

  12. Re:winner, best algorithm on Hardware and Software Art · · Score: 1

    Nice, but not optimized. You should definitely use for(;;) or a goto instead of while(1), and I'd also suggest adjusting the range of the randomizer to a power-of-two, say 8, in which case you could do rand() & 7, saving you a division.

  13. Dupe indeed on Corporate Espionage Leads To Faulty Motherboards · · Score: -1, Redundant

    Previous story: http://slashdot.org/article.pl?sid=03/02/05/232721 8&mode=thread&tid=137

  14. On a related note - Doom 3 and rocket fuel on Carmack Needs Rocket Fuel · · Score: 1

    If you have the leaked Doom 3 alpha (of course you don't, I don't have it either because I'm loyal to id Software), look at the cardboard boxes in the second map. You'll find that there's a warning sign with the number 3293, which is the hazard number for hydrazine (a kind of rocket fuel). Any ideas from where they got those boxes? =P

  15. Re:New? on FLAC Joins The Xiph Family · · Score: 3, Informative

    There is a Winamp plugin for FLAC already (it has been around since the first time FLAC was on Slashdot, too).

  16. Re:Slashdot filter on Using gzip As A Spam Filter · · Score: 2, Funny

    Oops. Well, my experience from my troll accounts is that the filter does a lousy job, I could never have guessed that something that sophisticated was behind it ;)

    Err, ignore the troll account part, I never said that.

  17. Slashdot filter on Using gzip As A Spam Filter · · Score: 4, Interesting

    Sounds very much like that lameness filter on Slashdot that refuses to accept a post if its contents can be compressed easily... of course, it's quite simplistic compared to gzip.

  18. Re:The last chance... on Disney Wins, Eldred (and everyone else) Loses · · Score: 2

    But if enough people break the copyright, will the other courts of the land (not to mention the law enforcement agencies) really apply the law?

    Works very well with online music sharing, don't you think?

  19. Re:Of course not on The D Language Progresses · · Score: 2

    C++; C++; might be more efficient.

  20. Scent of nitro on Gentlemen, Hack Your Engines! · · Score: 2

    If you've never experienced the scent of nitro and flashing flames of a Thunderbird overclocked to 3200 MHz starting Quake III Arena in 4 seconds, you're missing world-class performance art!

  21. Re:Debuggers are for chimps on How Would You Improve Today's Debugging Tools? · · Score: 2

    Amen. When I encounter a bug, I generally:

    1. Try to figure out through logic in which part of the code the bug could have occurred.

    2. Use printf()'s to track the progress from the main structures to their branches until I've found the malfunctioning function or code snippet.

    3. If the error isn't obvious, I insert printf()'s that tell the location in the code or values of variables, until I've been able to find the bad statement.

    Works about always.

  22. Re:VB has one of those debuggers on How Would You Improve Today's Debugging Tools? · · Score: 3, Insightful

    Since my favorite language is VB

    Personally, I think of VB as a scripting interface for Windows GUI work rather than an actual programming language, but that is also its strength. There is no perfect programming language - they all have their pros and cons, and while VB is slow compared to C++ for calculations, VB is extremely handy for operating a GUI - an area where C++ is tricker.

    One shouldn't try to drive a screw with a hammer just because the hammer is more 'elite' - use the right tool for the job.

  23. Re:Correct link.. on Inside the World of Extreme Programming · · Score: 4, Funny

    XHTMLC (eXtreme HTML Coding) might have saved us from that mistake.

  24. Re:Is the age of the universe definable? on New Estimates for Universe's Age · · Score: 1

    One funny consequence of the fact that time didn't exist before the universe is that the universe has always existed. Even though it's been a finite time, there was no time before the universe, so there is no way a "before" could even be defined. That's a good argument to use whenever some religious fanatic bashes the Big Bang theory with the argument that it doesn't explain what happened before it :)

  25. What I don't understand is on Multiple Exposures Of The Sun · · Score: 1

    ...what's so hard about it?