Slashdot Mirror


User: fearlezz

fearlezz's activity in the archive.

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

Comments · 176

  1. I don't care... on Cheap GSM Eavesdropping a Reality · · Score: 5, Interesting

    ... because governments spying on their own people are much more dangerous to your privacy than the neighbour wiretapping a conversation. Since governments can simply wiretap your provider, I'd suggest to keep private information off the line at all times.

  2. I blame Akamai on Beware of Using Google Or OpenDNS For iTunes · · Score: 1

    There are dozens of free dns services. Akamai knows this problem. But for some reason, they don't take appropriate measures.

    Their DNS can serve an IP based on the geo-location. If visitors are using a dns server that is known for hiding the actual location, I would suggest serving the IP of a redirect-only HTTP server. The client connects to this redirect-only HTTP server and the server returns a "301 Location:" header based on the clients actual IP/location.

    This will make the initial connection for users of Google DNS/OpenDNS a little bit slower, but then allows the available bandwidth to be used optimally.

  3. Re:Sounds just like Microsoft on Microsoft Is Releasing an H.264 Plugin For Firefox · · Score: 1

    or 3) Slow down the development of a native cross-platform FF H.264 solution by making it less people depending on it. Effectively making windows a requirement to watch H.264 video's.

  4. Re:How adorable on British MP Calls For Pornography 'Opt-In' · · Score: 3, Informative

    Well, sometimes it actually is by accident. I have spoken to a few parents about their kids' internet usage. 3 of them told me the exact same story: their own kids in the age of 7-12 were looking for kittens, as in "Felidae". When they typed "poesjes.nl" (poes is the Dutch word for a cat) they got pussy, as in "vagina", instead.

  5. Re:Capitalism at work on Scalpers Bought Tickets With CAPTCHA-Busting Botnet · · Score: 1

    I think the real problem here is not that these scalpers buy the tickets, I think it's artificial scarcity.

    If I had a big bag of money, and decided to buy every single CPU i could get my hands on (so everyone wanting to buy a computer has to pay me), you would see that manufacturers would be very happy and simply double the production. I'd be stuck with a lot of CPUs, and consumers would have no problem.

    Now, for some reason, when tickets are sold out, artists don't use this method. If every time tickets were sold out, they immediately announced to extend the tour, there would not be a problem: both artists and promoter would have extra income, consumers can see the artist at normal prices, and the only ones that lose, are the scalpers.

  6. Linux? on WD Launches 3 Terabyte HD · · Score: 3, Interesting

    I'm sorry, isn't this Slashdot? Why isn't anybody asking about Linux support?
    A while ago, I read that Linux wasn't ready for 3TB drives yet. Is it now? Do we need 64bit Linux to use this, or is there a solution like PAE is to the 4GB memory limit?
    Is the bundled HBA supported?

    I'd love to use this disk to store multiple snapshots (rsnapshot) of my fileserver...

  7. Microsoft on How 6 Memorable Tech Companies Got Their Names · · Score: 5, Funny

    I heard "Microsoft" was suggested by bill gates' first girlfriend... in bed.

  8. Re:Welcome to the Mozilla botnet ... on Like Google's Chrome, Mozilla To Silently Update Firefox 4 · · Score: 3, Informative

    Yes. Silent updates suck. Well at least, for people that want to control their own computer, it does. But for my sister, my dad, my great aunt and all these people that think i'm their personal helpdesk, this is perfect. I've seen so many family members who had 2 year old browsers and stuff...

  9. Re:Admin or distro? on Cache On Delivery — Memcached Opens an Accidental Security Hole · · Score: 1

    Sorry, I don't agree with that.
    Memcached is not meant for single-server configurations. It's meant to combine the memory of all connected servers, so that if you connect 10 servers with 4GB each, you get 40GB of cache. This won't work if you only allow loopback connections.
    The admin should block memcached connections on the outer interface. And set the default firewall policy to DENY to start with.

  10. Re:Silent updates are not ideal. on Like Google's Chrome, Mozilla To Silently Update Firefox 4 · · Score: 1

    I installed the nvidia driver on my Linux system from the rpmfusion repository. When I run "yum update", yum updates both normal Fedora updates and nvidia driver updates. I could even configure yum-updatesd to update all packages without me even noticing.

    Why can't it be this simple on windows? Windows update on Vista/Win7 is okay for updating microsoft software. Now if only third parties could add their own 'repositories' to windows update, this would make updating a lot easier, and computing a lot safer.

  11. Re:Really? on Like Google's Chrome, Mozilla To Silently Update Firefox 4 · · Score: 1

    If the software is installed with the privileges to install system-wide, it think can install an service with privileges to update as well. So that shouldn't be a problem.

  12. Re:You are an idiot on Retrieving a Stolen Laptop By IP Address Alone? · · Score: 1

    I can very well imagine that you may not want to carry a heavy bag everywhere. I also leave my laptop in the car occasionally. But whatever happens, I make sure they'll never get my data by using full disk encryption.
    This unfortunately prevents recovery of the unit, as it'll never get online. But the data's security is way more important to me than the hardware.

  13. Re:openvpn over port 53 on Tunneling Under the Great Firewall? · · Score: 1

    Even when you've only got port 80 to allow true http, you can still run a vpn using post requests.
    http://www.exiledmind.net/vpn-tunnel/ shows how to run openvpn through a http proxy.

  14. It's sony's own fault on 36-Hour Lemmings Port Gets Sony Cease and Desist · · Score: 2, Funny

    They forgot to rootkit the original release.

  15. Re:Now What? on Intel Says Farewell To PCI Bus · · Score: 4, Insightful

    I'm not surprised at all. Just a few months ago I did a job fixing a computer that controls some part of a multi-million dollar ship. The software requires a specific card, that specific card is only available with an ISA interface.

    Since PCI still has enough bandwidth to manage 100% of the consumer sound cards, >90% of the consumer network cards and 75% of all other non-video cards, I think it's way too soon.

  16. Re:UI Lag on Firefox 3.6.4 Released With Out-of-Process Plugins · · Score: 1

    I'm having problems with firefox freezing as well. I always assumed it was my crappy video card configuration, but with FF 3.6.4, a lot of speed issues are actually fixed. They've done a great job on this release.

  17. Re:The upgrade process was painless on WordPress 3.0 Released · · Score: 1

    Great for you! Unfortunately, I'm not that lucky most of the time. I'm running about 40 WP sites, the largest being a 25.000+ readers/day site. I have a couple of dozen of custom plugins, which all work perfectly. But with every single upgrade, something breaks.

    One time, filters/actions are removed. Another time, getting some option was moved from get_option to get_transient, causing a few plugins to break. Next time, the very same option was moved back from get_transient to get_option.

    With the upgrade from 2.9.1 to 2.9.2, time() broke, causing date("H") to switch back and forth one our with a simple reload page. Since some of my plugins rely on a time they can trust.

    I really love WordPress, but the upgrade trouble every single time, is driving me crazy.

  18. Re:rsnapshot on Volume Shadow Copy For Linux? · · Score: 1

    rsnapshot has no actual snapshotting functionality. It's just a (very useful) wrapper around rsync that takes care of de-duplication. While making a rsync/rsnapshot backup, files on the system can still be changed.
    For example: A LVM snapshot would give you a consistent MySQL dump if you're using innodb. Rsync/rsnapshot does not.

  19. Re:Mistake my ass. on Malfunction Costs Couple $11 Million Slot Machine Jackpot · · Score: 5, Interesting

    That actually was a mistake.

    I read an article a while ago about a guy who uploaded the software of a slot machine to a vmware-like environment. This way, he could revert back to the very same state over and over again. The machine always gave the user the impression that if he had made another decision, he would have won the jackpot. Except for when the user actually made that decision.

    So I think any slot machine paying big bucks is either programmed to do so periodically as a way of marketing the casino or otherwise suffering from a serious bug.

  20. Re:Direct Link to Changelog on Fedora 13 Is Out · · Score: 0, Redundant

    And here is the direct torrent link:
    http://torrent.fedoraproject.org/

  21. Re:centos tracker! WAS Re:Direct download links on Red Hat Releases RHEL 6 Public Beta 1 · · Score: 1

    I could have supplied those links. But as this link was on top of the google results, I thought it was best for performance to let everybody join that tracker. I'm now trying to seed both.

  22. Direct download links on Red Hat Releases RHEL 6 Public Beta 1 · · Score: 3, Informative

    ftp://ftp.redhat.com/pub/redhat/rhel/beta/6/

    Or torrent it:
    http://www.torrentreactor.net/torrents/5568298/RHEL-6-Beta-64-Bit
    Don't forget to check the sha1sum, which can be verified on the first address:
    e0a3a906d7bbbc57b411a213bd5d6ad44d851689 RHEL6.0-20100414.0-AP-x86_64-DVD1.iso

  23. Re:The problem... on Woman Tells State Judiciary Committee, "DoD Implanted A Microchip Inside Me" · · Score: 3, Insightful

    Being paranoid doesn't mean they aren't after you.

  24. Re:But the fact is - they are dumb pipes on In EU, Google Accused of YouTube "Free Ride" · · Score: 5, Insightful

    Google should charge those ISPs for making their dumb pipes interesting enough for users to buy.

  25. Re:Does anyone actually belive this would work? on Mexico Will Shut Down 25.9 Million Cell Phones · · Score: 5, Insightful

    If you steal a phone, it'll be blocked before you got to call your criminal contacts. However, if you take the owner along, you may have a few days before it's blocked. So instead of stopping the crime, this is a perfectly good excuse for abducting (and possibly killing) any person that could supply a phone.

    Great move!