Slashdot Mirror


User: rdwald

rdwald's activity in the archive.

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

Comments · 202

  1. Who is this marathon for? on Firefly Marathon on SciFi, September 18th · · Score: 2, Insightful

    I'll agree that Firefly is awesome and all, but who hasn't already seen every episode? It seems that by now, everyone is in one of two camps with respect to Firefly:

    -- Has seen every episode, many multiple times, and has seen the movie.

    -- Has not seen every episode, and doesn't plan to.

    Who will watch the SciFi Channel's marathon?

  2. Makes sense... on Does the NSA Need More Electricity? · · Score: 1

    The NSA is the agency charged with turning electricity into civil rights violations...naturally they'd need more electricity nowadays!

  3. Re:NoScript on JavaScript Malware Open The Door to the Intranet · · Score: 5, Informative

    In addition to blocking JavaScript on non-whitelisted sites, NoScript also prevents Flash and Java from loading unless you specifically allow them on a case-by-case basis. All of those stupid Flash adds will be gone, but you can still view everything you want to! It's a great extension.

  4. Re:Romm's lawyer dropped the ball on Slashback: AMD/ATI, Tokamak Fusion, Laptop Privacy · · Score: 1

    I'm not blaming the judges, I'm blaming the lawyer. He should have known the legal precedent you speak of and planned accordingly, raising all possible arguments at the initial trial.

  5. Romm's lawyer dropped the ball on Slashback: AMD/ATI, Tokamak Fusion, Laptop Privacy · · Score: 5, Informative
    A quick reading of the brief in the "searching laptops at the border" case suggests that the reason they're considering a laptop search as part of the "routine search" they're already allowed to do at borders is because the defendant's lawyer didn't raise the question of whether this search differed from a routine search during the first phase of the trial, and therefore the appellate court can't look at the issue now. Seems more like a dodge to duck the issue rather than an actual ruling. Here, I'll even give you the specific wording:

    Finally, and for the first time in his reply brief, Romm argues the search of his laptop was too intrusive on his First Amendment interests to qualify as a "routine" border search. See generally Okafor, 285 F.3d at 846 (noting the difference between routine and non-routine searches). We decline to consider this issue here because "arguments not raised by a party in its opening brief are deemed waived." See Smith v. Marsh, 194 F.3d 1045, 1052 (9th Cir. 1999). Therefore, evaluating the border search of Romm's laptop solely as a routine search, we hold the district court correctly denied Romm's motion to suppress.
  6. Black Viper's list on What Processes are Necessary for Windows XP? · · Score: 5, Informative

    The original site has been offline for a few years, but this copy of the Black Viper Windows XP Services List should come in very handy.

  7. Re:Experience with Lulu.com on Examining the Era of Print-on-Demand · · Score: 2, Informative

    Yep. That's what my warning is about. You might see two options, labeled "Trade Paperback" and "Pocket Size," and think "Pocket Size must be unusually small, while Trade Paperback is the normal size." I wanted to make sure people didn't get confused.

  8. Re:Experience with Lulu.com on Examining the Era of Print-on-Demand · · Score: 1

    Ah, so that's what those terms mean. I thought they had to do with the level of distribution.

  9. Experience with Lulu.com on Examining the Era of Print-on-Demand · · Score: 4, Informative

    I played around with Lulu.com's print-on-demand service a few months ago; it was surprisingly easy. I layed out the book in OpenOffice, saved it to a PDF, checked it in xpdf, and sent the file to them. A week or so later, I had a hard copy with a professional-looking cover and everything. One thing to note before ordering from them: Lulu's 6" x 9" format is actually larger than most paperback books; if you want yours to look "normal," don't use it. Anyway, overall it was a fairly positive experience; I'd recommend them for low-volume book printing.

  10. Re:Regarding the open source complaints... on Google Releases Picasa for Linux · · Score: 1

    I don't really consider those "applications," per se, so much as "things our programmers wrote to make their lives easier that you may also want to look at." Almost all of them are for hard-core coders, and even the less intense ones are for web page designers. Maybe I should have used the phrase "end-user applications" to make my meaning more explicit. The point is, all of their actual branded, pretty-looking applications (Talk, Desktop, Mac Gmail Notifier, IE Toolbar, Firefox Extensions, Picasa, Earth, SketchUp) are not open-sourced, and I don't think will be for the foreseeable future.

  11. Regarding the open source complaints... on Google Releases Picasa for Linux · · Score: 2, Interesting

    Do you people honestly think that any Google software will be released as open source? Even their Firefox extensions aren't open source! They're relatively good about contributing back to existing open source projects, but I don't know of a single novel application they've written and then released as OSS. If you're not going to use any non-open software, don't download stuff from Google.

  12. Works in Gentoo on Google Releases Picasa for Linux · · Score: 2, Informative

    Using my excessively-modified Gentoo install, with the Ion window manager, it works perfectly...don't know what everyone else is complaining about.

    And before someone says something, no, I didn't try to compile it from source...

  13. Re:Gentoo on X.Org Releases First Modular Source Roll-Up · · Score: 1

    if nobody tests new software then how can it ever become stable?

    You're right, of course; I just don't feel that that person has to be me. ;-)

  14. Re:Gentoo on X.Org Releases First Modular Source Roll-Up · · Score: 1

    Ah. Well, yea, naturally that solves the problem of specifically adding ~x86 or ~amd64 to each subpackage of X.org 7.0. I guess I should have known when I saw how bare your package.keywords was; mine has at least 15 entries. Un-keyword-masking is a bit too much "new" for my taste, but it's a legitimate strategy.

  15. Re:Gentoo on X.Org Releases First Modular Source Roll-Up · · Score: 1

    I'm pretty sure there is a meta-package. The problem is, even if you put the meta-package in package.keywords, it'll still complain about all its dependencies being masked. If I found a good way to import that entire file into package.keywords (Why oh why didn't they provide a version with ~x86 appended to each line? I'm way too lazy to do it in vim.), a simple "emerge xorg-x11" would work.

  16. Re:Gentoo on X.Org Releases First Modular Source Roll-Up · · Score: 1

    Wait, if you don't even have xorg-x11 in your package.keywords file, wouldn't you get 6.8.2 installed? How'd you manage without that?

  17. Re:Gentoo on X.Org Releases First Modular Source Roll-Up · · Score: 3, Informative

    There's a difference between hard-masking and keyword masking. Essentially, Gentoo has three levels of packages: "stable," "masked," and "hard-masked." Masking involves just putting a tilde in front of your architecture to get the software. You can use the /etc/portage/package.keywords file to specify packages you always want the masked version of; I've done this with Firefox, for example. There's another level of masking, which is called hard-masking. To remove a hard-mask, you've got to put the package in /etc/portage/package.unmask, and you need to list a specific version of the software you want to unmask. In general, it seems reasonable to have a few masked things installed on your system, but these aren't the same as hard-masked packages.

  18. Re:Gentoo on X.Org Releases First Modular Source Roll-Up · · Score: 1

    Have you seen the number of packages you need to add to packages.keywords to switch to X.Org 7.0 in Gentoo? There's no way any sane person will do that until they move it all to the stable branch. echo "=x11-base/xorg-x11-6.9.0-r1" >> /etc/portage/package.unmask is the way to go.

  19. Re:Leader? on CNN Sits Down With Linus Torvalds · · Score: 1

    If its not Linus or Stallman, who is the OSS leader or is there no leader but rather just a bizarre style of underground thing?

    You misspelled "bazaar."

  20. :-( already is trademarked! on Wal-Mart Trying to Trademark the Smiley Face · · Score: 1, Redundant

    All you jokers replying to this with ":-(" don't realize the irony of your actions -- fronies are a registered trademark of Despair, Inc.

  21. Re:New law for patents and trademarks on Wal-Mart Trying to Trademark the Smiley Face · · Score: 2, Informative

    Patent law actually already works this way. If something was published or used in the US over a year before you applied for the patent, you're done. You aren't getting anything.

  22. Re:Stem Cells on Cell Division Reversed for the First Time · · Score: 1, Insightful

    I'm wondering if with unlimited resourses, the process could be performed enough times to revert the cell to a stem cell. Just a thought.

    No.

  23. Obligatory Family Guy reference: on Mysterious 'Forcefield' Tested on US Tanks · · Score: 4, Funny

    That isn't a force field at all! It just shoots you!

  24. Impressive on MIT Hackers Appropriate Caltech Cannon · · Score: 2, Informative

    As a Caltech student, I feel the need to respond to all the "On noes! Grand theft cannon! Involve the police!" comments. By any measure, this was a good prank. I have nothing but admiration for MIT for doing this. Admiration and the need to get even, of course. But no hard feelings.

  25. Is it just me... on NASA to Start Helping Detectives · · Score: 1

    ...or is this a simple as "we've got two lasers a known distance from one another and they shoot in the same direction"? I mean, who couldn't have come up with this "invention"? At least it's not a software patent...