Slashdot Mirror


User: Rakshasa+Taisab

Rakshasa+Taisab's activity in the archive.

Stories
0
Comments
1,332
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,332

  1. Re:Just look at the size of a word document today on Where Have All The Cycles Gone? · · Score: 1

    If you can't handle raw LaTeX then use LyX or similar. Your argument would only be valid if there was no easy (relatively) GUI apps that outputs LaTeX.

    It is a format that has been around for decades and still works well. Can't say the same for certain others that change every few years.

  2. Re:Java is a type-safe language at the VM level... on Gosling Claims Huge Security Hole in .NET · · Score: 1

    No, GC has never been, and never will be faster than free/malloc. It does gain some advantages since it can move around objects in memory as it does its collection, thus improving cache hits to some extent. Free/malloc on the other hand are some very simple algorithms, cheap and with good general efficiency.

    You can argue that Java's GC does give advantages in avoiding cache hits, but saying that it is faster than free/malloc is just plain wrong. It isn't and never will be.

  3. Re:easy on Why Does Windows Still Suck? · · Score: 1

    If they didn't care, why do they call us for help?

  4. Re:Peanuts on Repair Costs for Hubble Are Vexing to Scientists · · Score: 1

    I don't think smoldering cities in Iraq would impair scientific progress.

  5. Re:255 lots? on The History of Computing Auctioned at Christie's · · Score: 1

    But if they added one more they would sell nothing.

  6. Re:Office use? on Dual Core Intel Processors Sooner Than Expected · · Score: 1

    There are more uses for computers besides games and spreadsheets. It's not hard to imagine, just try and look beyond your own navel.

    Me, I'd really want it for quicker compiles. Think quick 3d rendering of models, etc.

  7. Re:Burn them. on NYT On The Internet And Child Molestation · · Score: 2, Funny

    Burn those anonymous cowards, they are nothing but scum anyway.

  8. Re:Faster than Light, yeah on Blazing Speed: The Fastest Stuff In The Universe · · Score: 1

    This is exactly what special relativity explains. It's a while since I learnt about it, but afaicr you cannot seperate space and time. And time slows down as you approach the speed of light, changing how you observe the space in the direction of the incoming object. You will never see it approach at 100.9..% the speed of light.

  9. Re:DRM-Free Deposits on Opening Salvo Filed In MGM v. Grokster · · Score: 2, Insightful

    Public domain doesn't exist anymore, so why does it matter?

  10. Re:Will we ever see this again? on Inkjet Printer Prints out Human Skin · · Score: 2, Informative

    Printing 3D objects is hugh in the design industry. You make a 3D model in maya or whatever, send the file directly to the printer. In an hour or two you got the complete plastic prototype. Hell, you can even have simple mechanical parts readily assembled.

  11. Re:why call it carnivore? on Carnivore No More · · Score: 2, Funny

    "Fluffy Bunny" is a cool name... don't underestimate the fluffy bunnies!

  12. Re:Misleading headline on Sleep Less, Eat More? · · Score: 1

    More likely the thin people are more exhausted from an active day, while fat people didn't really do much to have a reason to sleep.

    When all you do is sit an watch tv, you don't really need that much sleep to rebuild your body.

  13. Re:Do we really need... on Decentralize BitTorrent with Kenosis · · Score: 1

    It's a good strategy to prototype in a language that is quick to code in, and easy to change. It's easier to make a stable app in python than C++. You can let other people implement a more efficient client later.

    Shameless plug: http://libtorrent.rakshasa.no/

  14. Re:Okay, I RTFA... on Breakthrough Efficient, Paintable Solar Cells · · Score: 1

    Obviously it is 30% of the energy received by the area covered by the new material.

  15. Re:Bartering? on Examining Bittorrent · · Score: 2, Interesting

    Usually you do not get the best download speeds from seeders, but other peers that are interested in what you got. With good upload speeds you are more likely to be unchoked by fast peers who are downloading from you.

  16. Re:Why I still use Mozilla... on Mozilla 1.7.5 Released · · Score: 1

    You know, Ctrl-J isn't *that* far from Ctrl-L. If you couldn't even find that then it means you just didn't bother to look. Don't blame FF.

  17. Re:the other ones on BitTorrent Servers Under DDoS Attacks · · Score: 1

    The most logical explanation would be 1) suprnova.org DDos'ing themselves. They want some marketing for their new protocol, right?

  18. Re:Potential.. on Decentralizing Bittorrent · · Score: 3, Insightful

    I think he was talking about CPU overhead. Encrypting/decrypting data at high transfer speeds does kinda hog your processor when it could be used for better things.

  19. Re:Still a small margin on Some iPod Fans Dump PCs For Macs · · Score: 1

    I hope most of the Slashdot crowd is able to do all the task they choose on any given tool. So we will most likely choose the most powerful, cheapest, politically correct or whatever for the job.

  20. Re:You peaceniks are ridiculous... on Kyoto Treaty to Enter Into Force · · Score: 1
    Well, are you for or against preemtive action? Make up your mind, you soft-headed fool.

    I guess "preemptive" is a difficult concept to understand. When Poland was invaded, what would have been preempted? Certainly not the invasion of Poland, cause that was already underway.
  21. Re:Get Help Now, Maybe? on Patrick Volkerding Battles Mystery Illness · · Score: 1
    Now, I'm hoping that this will get seen by a lot of people and that if it hits Slashdot that some kind medical geek will help save my life.


    Before you start shouting about what this man needs... Atleast read the fscking mail.
  22. Re:Google thieves my bandwidth on Google Index Doubles · · Score: 1

    I can't find those adverts you are talking about, perhaps you are talking of some other Google image search?

  23. Re:Google thieves my bandwidth on Google Index Doubles · · Score: 2, Insightful

    You can rant all you want, but Google still has a fair use right to your images. They are reduced resolution images and therefor legal for non-commercial use.

    Not to mention robot.txt, but that is so obvious it shouldn't need to be mention.

  24. Re:Don't need the book on Cube Farm · · Score: 1

    Uhm... the eager young programmers will be on the *wrong* side of the sledgehammer. (Or the right side, depends on how you look at it)

  25. Re:Don't worry on Thunderbird 0.9 Released · · Score: 5, Informative

    Bugzilla requests requires alot more processing than simple ftp. Doing db queries and generating a webpage compared to pushing a memory mapped file through the network card.