Slashdot Mirror


User: verbatim_verbose

verbatim_verbose's activity in the archive.

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

Comments · 141

  1. Re:will it wipe my /home? on Ubuntu 7.10 "Gutsy Gibbon" Is Out · · Score: 1

    Given your username, it appears that yours might need a wipe too!

  2. Re:Woo! on Apple Adds Memory Randomization To Leopard · · Score: 1

    Or just use stock Fedora.

  3. Re:Performance != Stability on Is Video RAM a Good Swap Device? · · Score: 1

    Eh... if you're running production servers, spend a few bucks and buy adequate RAM and disks.

    This is more an exercise for novelty/home enthusiasts.

  4. Re:Why upgrade from my current Eudora? on Mozilla Quietly Resurrects Eudora · · Score: 1

    Two words: bit rot

  5. Use nmap? on Hardening Linux · · Score: 2, Insightful

    Why do "security experts" like these folks always suggest using nmap to determine what services you are running? Have these folks never heard of netstat?

  6. Re:why no kde? on Lenovo to Sell, Support Linux on ThinkPads · · Score: 1

    What, of those features, can Gnome not do in an equivalent way?

  7. Re:My IP is 127.0.0.1 so don't infringe on it on Bill Would Criminalize Attempted IP Infringement · · Score: 1

    Pfft. I'll take the whole 127.x.x.x network. For my own use only!

  8. Re:pi is random on True Random Number Generator Goes Online · · Score: 1

    It would work for some things like games, etc., but is useless for secure random number generation. All anyone needs to do is discover that that's your method, and they will be able to predict your numbers.

  9. Re:Why is this even on /.? on FBI Remotely Installs Spyware to Trace Bomb Threat · · Score: 1

    because no one will fight for anything different.


    If I'm not mistaken, instances of backdoors being hidden in software is one of the common arguments from proponents of open source software. They're fighting for it, people just don't listen too well.
  10. Re:Linux 3.0.0 on Linux 2.6.22 Kernel Released · · Score: 1

    Actually, one of the well-engineered things about the linux kernel is that it can be enhanced to add new architectures like this without needing to be rewritten:

    2.6.19 added the Atmel AVR32 architecture
    2.6.20 added support for the PS3 and additional ARM processors (Is the iPhone an ARM?)
    2.6.21 added support for 2 new architectures, PA SEMI PWRficient and celleb (Toshiba)
    2.6.22 added the Blackfin architecture

    I know it was meant as a joke, but don't be surprised if in a couple of months there's a 2.6.23/24 with iPhone support. Or heck, maybe it will run on it already, I dunno.

  11. Re:Faith is a poison upon mankind. on A Field Trip To the Creation Museum · · Score: 1

    Unfortunately, those basing their worldviews on faith DON'T set out to prove the correctness of their thoughts. Even when they do discover evidence against what they believe, they find a way to reject it, even when it is logically unthinkable. That's the big difference.

  12. Re:Hotplug CPU support! on Linux Kernel 2.6.21 Released · · Score: 1

    Actually, this has been possible with Xen paravirtualized guests for some time now.

  13. Aborted for Today on SpaceX to Attempt Launch of Falcon 1 Today · · Score: 1

    24 or 48 hour delay, with more details coming tomorrow.

  14. Earthlink on Charter Implements SiteFinder-Like DNS · · Score: 0, Redundant

    Earthlink does this as well. I really hope this doesn't become more common. They're mucking with the way DNS is just supposed to work, which is bound to cause problems for customers.

  15. Makes me wonder... on Frets on Fire - Guitar Hero for Linux/Windows · · Score: 2, Insightful

    There are MIDI pickups available for regular guitars which will transform what you play into MIDI input for a computer. Maybe someone should make a game like this which can be fun like Guitar Hero, but actually use a real guitar!

  16. So basically, it's gaim-encryption and tor on Hacktivismo launches ScatterChat · · Score: 4, Insightful

    I don't see anything particularly interesting here. We already have gaim-encryption. You already can use tor as a proxy for gaim. So... why is this interesting?

  17. one problem... on Freenode Network Hijacked, Passwords Compromised? · · Score: 2, Insightful

    It's not "just a goddamn nickname". It's how people on IRC identify you as you. If someone impersonates you successfully and talks to the right people, or uses some bot in your channel, all kinds of damage could be done. Suppose they convince someone to manipulate an account that you hold somewhere, because after all, they know "you". This is why nickserv exists.

  18. Re:Copy Protection Optional on Dell, HP, Lenovo Announce New Display Protocol · · Score: 3, Insightful

    Unfortunately it's not going to be _your_ option. The fact that it's optional for companies to deploy does us no good.

  19. Re:This is Like RAID for CPU's on Reverse Multithreading CPUs · · Score: 1

    Actually, linux has supported hot-swappable CPUs for years. You generally need special hardware for it, but it's been out there for a while.

  20. Not the only realism problem... on Oblivion's Missing Physics Acceleration · · Score: 3, Funny

    They should really do a little more research on other aspects of reality, such as how difficult it actually is to cast fire directly from your hands. Just what kind of world do these guys live in?

  21. Two Problems Here.... on Windows Bumps Unix as Top Server OS · · Score: 1

    One, they sold more in "value"... maybe they just charged more per?

    Also, maybe people were happy with their reliable Unix servers that were installed years ago, and just didn't need to replace them. These figures don't say much about the actual used, installed base.

  22. Re:One word anwser on New Keyboard Has Just 53 Keys · · Score: 1

    Well, judging from the typo in the title, some people never learned the first time. ;)

  23. Impact on the World on Ask The Mythbusters · · Score: 4, Interesting

    Of all of the myths you have busted, has any one in particular stood out as changing the way much of the public thinks?

  24. Re:Flash abuse on Novell's Releases Linux Usability Testing Videos · · Score: 1

    Indeed - that's utterly ridiculous, especially for a site promoting the idea of a clean and consistent desktop environment. If you have to have fancy titles, use images! Sheesh!

  25. Re:Actually RPM uses MD5 and SHA1 on Practical Exploits of Broken MD5 Algorithm · · Score: 1

    Fedora does one better, and GPG signs packages (through yum). I'm not sure if other distributions do this, but I imagine this will be standard policy for most in the future. This provides a reliable way to tell that the package came from who you think it did (ie. the Redhat/Fedora dev crew), whereas the MD5/SHA1 above mainly just to verify file integrity so that a partially broken package (bad download, etc) doesn't hose your system.