Slashdot Mirror


User: 42forty-two42

42forty-two42's activity in the archive.

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

Comments · 1,149

  1. Re:Why would they subject themselves to this? on Vista Family Discount Keys Found Not Compatible · · Score: 1

    How is this relevant? Using X11 directly is horrible pain (= nobody will want to make any software for it), and the performance hit for using Qt/Gtk is nearly nil (and looks much nicer, at that).

  2. Re:Gmail on Yahoo Mail Forcing Ads Through Adblock? · · Score: 2, Informative

    They've even updated it since then with more specificity: "You may organize or delete your messages through your Gmail account or terminate your account through the Google Account section of Gmail settings. Such deletions or terminations will take immediate effect in your account view. Residual copies of deleted messages and accounts may take up to 60 days to be deleted from our active servers and may remain in our offline backup systems."

  3. Re:Wow on Acer May Be Bugging Computers · · Score: 1
    So when you infect 100+ people with a Firefox extension hack, you will THEN be entitled to your high horse.

    And Acer was the one who did this, not Microsoft.
  4. Re:For those brain-dead like me: on Linux Kernel to Include KVM Virtualization · · Score: 1

    Is there something in /proc/cpuflags we can check to see if our hardware qualifies?

  5. Re:No paravirtualization? How stupid. on Linux Kernel to Include KVM Virtualization · · Score: 1

    Nothing's stopping you from still using Xen. That said, I think perhaps a better direction is to just integrate this technology into Xen where it belongs (you'll still not be able to run windows as a guest on old machines, but it'd help remove duplicated work).

  6. Re:On the right track - id should be portable. on The Case for OpenID · · Score: 1

    What you're suggesting here is something that can be achieved by openid - simply have the government run an OpenID server. I certainly don't want to lose the ability to be pseudonymous online, but I can see other people wanting to assert their true identity. By having a government-backed authentication server, everyone can have their own way.

  7. Re:Same thing happened to the first wiki on Google De-indexes Talk.Origins, Won't Say Why UPDATED · · Score: 1
  8. Re:This is stupid. It's not an issue. on New Google Service Manipulates Caller-ID For Free · · Score: 4, Informative

    It's not opt-in anymore. Take a look at maps.google.com - search for a business and they'll ALL have the click-to-call thingy on them.

  9. So if you knock them over... on Machine Gun Sentry Robot Unveiled · · Score: 1

    ...do they fire wildly for a few seconds before shutting off?

  10. Re:Old discussions on Slashdot Posting Bug Infuriates Haggard Admins · · Score: 1

    The indices don't actually store the 'real' copy of the data - that's in the table. The index is just a fast lookup method. Rebuilding the index from the original data in the table is, of course, simple (an ALTER TABLE statement as the story says) but it takes quite a while as it requires a sort of the entire table.

  11. Minimum tab size on Firefox 2.0 To Debut Tuesday · · Score: 4, Interesting

    One of the annoying things about the new firefox interface is you can't have as many tabs in the bar at once anymore. Sure, it has a scrolling interface, but I liked the sort of spatial representation of the old system. Is there a way to change the minimum size of the tab headers in the new firefox?

  12. Re:It's more than just compiler flags on Flash 9 Beta for Linux Available · · Score: 1

    Not to mention the code generation in the JIT.

  13. Re:AMD64 version? on Flash 9 Beta for Linux Available · · Score: 1

    Probably because they don't have it ported internally yet. I've heard that their JIT is designed for the 32-bit instruction set, and it'd be a big job to port and debug that - and probably a low-priority job, as one can just use a 32-bit browser, no problem.

  14. Video of the demo on GIMP's Next-generation Imaging Core Demonstrated · · Score: 1

    Does anyone have a link to a video of the demo in question?

  15. Re:Serious Business on Google Buys YouTube for $1.65 Billion · · Score: 1
    I hate to think about what would happen if Chinese users posted political satire videos and the Chinese government decided to send Google some email.

    I doubt it would be hosted in China. If the chinese government wants it blocked, they'll block it themselves; I doubt google USA will hand over the IPs of the submitters.
  16. Whole disk encryption on Cheap Bulk Eraser for Hard Disks? · · Score: 1

    This won't help so much this time, but if the disks were encrypted with a strong password - you only have to enter it when the system is booted, and for a server this shouldn't be too often - then you could send back the disc without the manufacturer being able to read the data.

  17. Re:Lowest common denominator on Google Image Labeler · · Score: 1

    Google doesn't *just* have to take the matches. Those are for the purpose of the game - to discourage nonsense labeling. Google probably looks at the set of all people who label a given image for common tags, plus the websites it came from.

  18. Re:Depends... on How Much Virtual Memory is Enough? · · Score: 1

    Actually, Linux does use swap to suspend. It simply swaps everything to disk, syncs, discards the cache, then writes out whatever kernel memory is left. When it resumes, it just reads back in the kernel memory, and lets the programs swap back in.

  19. Re:sysdamin costs on Amazon Betas 'Elastic' Grid Computing Service · · Score: 1

    Keep in mind that keeping around old images isn't really much of a burden - 10G on S3 is $1.50/mo and $2.00 to upload (unless you make it from a running EC2 instance!), and as it's compressed, the prices may be even lower. As for network security, what makes you think amazon hasn't properly firewalled these VMs to keep them from forging their IPs/MACs, and to prevent sniffing? They're already configured with a default-deny firewall that the user needs to lift with an API call.

  20. Re: You're the inspiration! on Star Trek... Inspirational Posters? · · Score: 0, Offtopic

    sup /.

  21. Re:Hybrid? Good + Bad = Better? on Hardware Virtualization Slower Than Software? · · Score: 1

    They did a lot more than a kernel compile. But I suppose I shouldn't expect people on slashdot to read the article anyway.

    CAPTCHA: pitying, how appropriate.

  22. Re:Torrent on Proving Which Spam Filters work Best · · Score: 1

    Your announce-url (http://www.vivin.net/announce) is 404'd.

  23. Re:We always could write to NTFS on Fully Open Source NTFS Support Under Linux · · Score: 1

    Tack on a bs=1024768 or so for signifigantly faster results ;)

  24. Re:Flash player 8 on IBM using Napoleon Dynamite Quote to Encrypt Data · · Score: 1

    Flash Player 9 will be available for linux, sometime later this year.

  25. Re:Log Files A Plenty on Google Explains ISP Rumors · · Score: 1

    To be fair - there are very good technical reasons for emails not being purged instantly. Take a look at their Bigtable presentation for some possible reasons.