Slashdot Mirror


User: Arslan+ibn+Da'ud

Arslan+ibn+Da'ud's activity in the archive.

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

Comments · 153

  1. Re:Software makers should be liable on RIAA PR Efforts Examined · · Score: 2, Interesting

    My first reaction to this was to scream & point out the obvious; that
    MS should be held liable for Windows security bugs, but who will have
    the $ and clout to win a lawsuit against MS if the DoJ couldn't sue
    'em?

    But then thinking further, I had a vision of a new virus that,
    instead of trashing your hard drive, established your machine as a
    Gnutella server, and made your whole HD visible.

    I'd really love to see the defendents plead they didn't know their
    files were visible then! Heck, I'd love to see what the judge thinks!

  2. Re:Question about suing a 12 year old... on What The RIAA Gets Out Of File Sharing · · Score: 1

    My impression is the whole thing was a publicity stunt. ...

    The whole thing makes absolutely no sense, except to get people to
    read the "I'm so sorry I hurt the artists I love - please kids dont do
    P2P!" message.

    Possible but unlikely. If the RIAA wanted a publicity stunt, wouldn't
    they be better off suing a 12-year-old middle-class student? Or a
    college student?

  3. Re:Shouldn't target RIAA on RIAA Sues 12-Year Old Girl · · Score: 1
    What also strikes me is the utter hypocrasy of companies like Sony. If they are so against file sharing/piracy etc why do they promote and sell products such as CD/DVD writers, mp3 players, netMiniDiscs etc..?

    The right hand knoweth not what the left hand is doing. Consider that AOL is the world's largest ISP, and certainly profit from P2P. But Warner is one of the founding members of the RIAA. So AOL/TW is selling broadband, and then suing people who use it to download MP3s!

    And the industry wonders why broadband doesn't do too well!

  4. Worst nightmare??? on Electronic Voting: Your Worst Nightmares are True · · Score: 4, Funny

    Are you kidding? If the vote is this easy to rig? Congratulations, CmdrTaco, you've been elected!

  5. Re:Videophones on What's Always Next? · · Score: 1

    Videophones will become ubiquitrous only when you can watch pr0n on 'em.

    Can you watch pr0n on yours?

  6. Happened before on Google Removes Links in Response to DMCA Complaint · · Score: 1, Redundant
    This already happened to Google once before.

    IIRC Google took out the offending links, but inserted a link to the C&D order.

  7. Half of all customers lost??? on Telemarketers Sue Over "Do Not Call" List · · Score: 4, Insightful

    The telemarketing industry estimates the do-not-call list could cut its business in half,


    I'm confused. This means that half the people that buy products from telemarketers will sign up and therefore prevent themselves from buying new products?

    Someone's being really stupid here. Is it the people that buy products & prevent themselves from buying more? Is it the telemarketers making this up? Or is it just me?
  8. How can I pay you? on ATM For Anonymous Online Payments · · Score: 3, Interesting

    So how would I go about paying someone online? Today I could use
    a credit card or Paypal at someone's web site...how could this be
    done from an ATM? (No, I'm not gonna try to punch in the recipient's
    URL!)

    That's a rather critical detail not mentioned in the article.

  9. Re:Actually thats the recommended approach on Inkblot Passwords · · Score: 1

    though your post was meant to be humorous it also jibes with convention security wisdom for recalling strong passwords.

    I forget who it was that said it, but a widely recomended strategy for strong passwords is to think of a shockingly graphic sexual phrase then use the first letters.

    The vividness and the link to sexual activity makes it memorable (at least in males). And also its not likely to be a phase you would blurt out or something anyone cold easily guess about you.


    Exactly, No one here ever blurts out shocking sexual phrases...we're
    a very civilized bunch. Anyone who disagrees can kindly kiss
    my....er...sig!
  10. Re:How to Make a Terrorist: on House Bill to Make File-Sharing an Automatic Felony · · Score: 4, Insightful

    Sorry dude, but your title is misleading. I think you're implying
    that CEO's and other corporate leaders should be more afraid of
    revenge wrought as a result of their behavior. But how many
    terrorists target CEO's and leave the innocent population alone? How
    many individuals in the WTC had 'bad behavior'?

    A terrorist can (and does) strike fear in the hearts of the just and
    unjust alike...wouldn't you rather strike fear in the hearts of the
    unjust and leave the just alone? Much harder problem...

  11. no recent change in stats on Filesharing Traffic Drops After RIAA Threats · · Score: 5, Informative

    Slyck keeps weekly stats on
    filesharing usage...here's the usage statistics today:

    FastTrack 3,525,734
    iMesh 1,175,244
    eDonkey 770,032
    Overnet 458,752
    MP2P 199,214

    These stats have actually remained fairly constant for a couple of
    weeks now. Back in May there was a lot of fluctuation on the EDonkey
    vs Overnet, and FastTrack was around 4.5M. I suppose it dropped
    because college students went home for the summer.

    At any rate, Slyck's stats have noted no increase or decrease in
    filesharing in the last two weeks. So the media hype (both ways)
    seems to be just that...hype.

    Move along; nothing to see here.

  12. Re:Ah yes, packaging on Binary Package Formats Compared · · Score: 1
    The TGZ packaging scheme (also mentioned in the article, along with RPM and DEB) just... Well... Sucks.
    Show some respect, ya young whippersnapper. The TGZ is admittedly less featureful than deb or RPM...mainly because its older...much older. Who hasn't used tar and gzip at *some* time to transport files? They have their uses, and until RPM & Co came along they worked pretty damn well...especially considering that they are two programs that were originally intended for general-purpose compression and making backup tape archives!
  13. LINUX needs to tell apps where they live! on Binary Package Formats Compared · · Score: 5, Interesting

    What Linux really needs is a dir-independent application running
    system. Imagine a package of...oh, say, g++, where g++ runs properly
    even if you move the whole g++ package to a different dir (say from /usr/bin to /usr/local/bin). Most packages, including g++, configure
    themselves to run in one location, and they'll get confused if you
    move 'em.

    Some packages (eg Tomcat) let you move them and they'll still
    work...but only if you set an environment variable (eg TOMCAT_HOME)
    so that Tomcat now knows where it lives. In a proper environment, an
    application could easily & consistently know where it currently
    resides on the filesystem *cough* OSX *cough*.

    What Linux needs is some standard 'run-app' script that would inform
    a package of its location. For instance:

    % run-app tomcat

    Run-app would be simple, say, the following:

    #!/bin/sh -f

    $app = shift
    $location = `which $app`
    env {$app}_home = $location $location/bin/app

    That would enable Linux to devise a package format (or better yet,
    improve rpm, deb, etc) for more flexible package management.

    A package would no longer need to place its binary, libraries,
    manpages, etc. all in hardwired locations in the OS...it could just
    leave them in its original dir. (or maybe create a 'obj' dir that you
    can remove if you wish to clean up the package.)

  14. C++0x's biggest new feature... on Latest Proposals for C++0x · · Score: 2, Interesting
    Smart Pointers!!!

    If they can do this right, I'll be very happy. After all, Java's main advantage over C++ is their abstracting away pointers. Course Java is still slow, and that pointer abstraction is expensive, in terms of garbage collection, program speed, and (most important) huge memory footprint. C++ pointers are a major PITA, but they are fast 'n cheap. How fast 'n cheap are smart pointers?????

  15. Re:where does the name come from? on Latest Proposals for C++0x · · Score: 1
    C++0x.....the x will be replaced by a numberal for the year that the standard will finaly be ratified.
    Sigh. You mean, even at this late date, C++ is not Year-2000 compliant???
  16. Re:stealing bibles? on Freenet Creator Debates RIAA · · Score: 3, Insightful
    So didn't the RIAA representative just suggest that we should all steal Bibles from our local motels rather than get them online from Freenet?
    Hm, that's a really good analogy.

    I'm sure if you stole a bible from a motel (personally I'd sooner lift a _book of Mormon_ from a Marriot myself :), the motel *could* choose to perse^H^H^Hprosecute you.

    Or maybe they would decide that their church is the better for it, and they will fervently pray that you study it. And come to a service and drop $ in the plate :)

    So maybe stealing bibles is like stealing sales brochures...it does more good than harm. And maybe....just *maybe*....copying music is the same?

    Hmm........naaaaw, couldn't be.

  17. 1st application of patent: on Microsoft Patenting IM Translation? · · Score: 1
    ...and the one most needed:

    1337sp34K English!!!

  18. MOD PARENT UP on 10th Anniversary Of Supreme Court's Daubert Ruling · · Score: 1

    I just read Feynman's speech (referenced in someone else's comment.) Feynman has some experience with psychology experiments there that closely match your own.

  19. Daubert was a big boost for skeptics on 10th Anniversary Of Supreme Court's Daubert Ruling · · Score: 5, Interesting
    The Daubert case is definitely a major milestone in scientific justice. Cecil Adams gives a good summary of it here. (He's actually talking about handwriting analysis, and pointing out that while casual graphologists are often quacks, the professionals used by the courts aren't much better.)

    I remember hearing (on 60 Minutes IIRC) that a Pennsylvania judge is questioning fingerprint analysis as legit evidence. I bet Daubert is responsible for that contraversy as well. Wonder how that turned out.

  20. Re:I love the Places sidebar! on Panther Analysis Getting Underway · · Score: 1
    Right. A good filebrowser can handle cut/copy/paste and only duplicate data under the hood when necessary. (I use KDE's file browser, but its cut/paste flakes out on me sometimes.)

    But just because you can force the metaphor to work with some behind-the-scenes hackery doesn't mean its a good metaphor. The only real advantage of cut'n paste is that you are already familiar with it from wordprocessing. Bottom line, cut'n paste can be tweaked to work for file browsers, but move/duplicate is a better metaphor because it doesn't require as much tweaking.

  21. Re:I love the Places sidebar! on Panther Analysis Getting Underway · · Score: 2, Insightful
    Cutting and Pasting a file on the same volume should ONLY entail changing the entry in the FS table, and not move the data, just its pointed location.

    OK, what if you want to:

    • Paste the file twice, after cutting it once?

      (Admittedly doable after a bit of under-the-hood hacking, but you've just stretched your metaphor rather thin.)

    • Move the file to a different filesystem (volume, network, etc). That requires moving the data.

    I suppose Apple could implement the cut'n paste metaphor and restrict its use to intra-volume files. But they didn't want newbies worrying their pretty little heads about volumes, partitions, and networks. So is Mr Newbie going to use cut'n paste (which only works within this here 'volume' thingy), or is Mr Newbie going to use move 'n duplicate, which doesn't require any knowledge about volumes?

  22. Re:Open/save dialog boxes vs Finder? on Panther Analysis Getting Underway · · Score: 1
    You're right re: Windows file dialog features. It still differs from the desktop or explorer windows in L&F (well, in L at least :)

    Maybe the best thing to do is to plot a small-scale image of your desktop in your save dialog as background, at least when it is showing your Desktop directory. And for any other directory use whatever bg you've configured for that dir. Should be easy for Apple.

  23. Re:I love the Places sidebar! on Panther Analysis Getting Underway · · Score: 1
    I suppose Apple could implement a seamless-looking Cut & Paste functionality.

    But the truth is the cut-n-paste is a metaphor that is only suitable for small data chunks that are 'easy' to duplicate. (eg bits of text) Files are not 'easy' to duplicate, in the sense that the time for duplication is linear to the size of the file. (do you really want to duplicate that 640MB CDROM image just to move it? Yes it's possible, but who wants to wait that long for duplication just to move the damn file?) Also since HFS is much more heavily based on an inode-like structure, a duplicate-then-erase function (which is what cut really is) is a very different beast semantically than a simple move. For a texteditor, cut/paste works fine. But for the Finder you really want move/duplicate.

  24. Re:This looks like a strong release on Panther Analysis Getting Underway · · Score: 5, Funny
    Imagine being able to place windows anywhere around your head that you liked, or perhaps all over your room, and then manipulating them by hand rather than by mouse.

    I don't want to think about where pop-up ads are going to appear! If they can appear anywhere in my room, at least.

    And the only way to deal with them will probably still involve only my middle finger!

  25. Re:Open/save dialog boxes vs Finder? on Panther Analysis Getting Underway · · Score: 1
    Just look at the GTK file dialog for inspiration....

    Not sure which dialog you're talking about (Mozilla, and the GIMP have slightly different dialogs), but I'm not interested in something that only shows a list (or array a la Windows dialog) of a single directory's files...even if it does have pretty icon colors :) An additional list containing directories doesn't cut it.

    Ideally, I'd like the open/save dialog to be sort of a 'mini-Finder'. Make it a brushed-metal window that has the same toolbar and same view of files (eg can be icons, lists, or columns). Basically the dialog should have the same L&F as the finder. It would also be nice to indicate to the user that the default directory to save/open is the same as the desktop, but I'm not sure how that would best be done.

    Bottom line, directories confuse the hell out of new users. And so does having two different views of your Desktop. Apple is good at not confusing the hell out of new users...if anyone scratches my itch, it will be them.