Slashdot Mirror


User: menace3society

menace3society's activity in the archive.

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

Comments · 525

  1. Re:It gets better ! on date +%s Turning 1111111111 · · Score: 1

    04:20:??

  2. Wow, Mozilla is having a rough week on Mozilla Thunderbird 1.0.1 Cancelled · · Score: 4, Interesting

    It used to be, Mozilla was one of the more "reputable" open source projects. I'm not trying to flame anyone here, but it sounds like they've had a pretty rough week. Coupled with the announcement to cancel future releases of the Mozilla suite and the announcements abotu IE7, this could tarnish Mozilla's reputation. Obviously, normal projects miss deadlines and drop releases with large flaws all the time. But Open Source being what it is, when it has these kinds of problems they tend to be more high-profile. Hopefully everyone will look past this and continue to recognize that the Mozilla tools beat the pants off of Microsoft's.

  3. Re:Bah, this isn't The Dating Scene... on TV Show About The Scene · · Score: 1

    Hi, have you heard of Donald Knuth?

  4. Re:Mozilla Project's Future on Ask Mozilla Foundation Chief Mitchell Baker · · Score: 1

    Yes, but GNU is developed using a core-team model of development, whereas Linux and Mozilla are more along the lines of everybody send in patches and make this thing better. That is, I'm taking about Open Source as a development model, not as a freedom to change and redistribute.

  5. Lend a new meaning to Code Signing on MS to Trade Passwords for 2-Factor Authentication · · Score: 1
    This has several interesting possibilities. Consider the unrelated idea of code signing, so you can decide who to trust and to what degree you want to trust them (i.e., what permissions you want the signed code to have). Now think about that again in terms of biometrics. Imagine the compiler requiring a DNA karyotype to operate. All of your software will be genetically traceable back to you!

    It's far-fetched, but I still wouldn't put it past Microsoft.

  6. Misread the title on General Motor's EV1 Electric Cars Scrapped · · Score: 1, Funny
    Did anyone else read the title as General Motor's EV1L Electric Cars Scrapped?

    My first thought was, "1337"...

  7. Re:In Software on Help For Those With Shaky Hands · · Score: 1
    You'd think you'd be able to smooth out mouse input in software.

    You could. But, with all the crap people are stuffing into the GUI these days, it probably makes sense to keep a load off the CPU for other purposes. This way you can also hook up multiple devices, one for those with tremors and one for others. No sweat, no spending hours dicking with conf files or control panels, nothing.

  8. Mozilla Project's Future on Ask Mozilla Foundation Chief Mitchell Baker · · Score: 1

    The Mozilla project is possibly the oldest "Open-source" (in terms of ESR's bazaar model etc) project apart from the Linux kernel itself, and as such was one of the major success stories in the movement's early period. How do you see ending the timeline for the core suite affecting the visibility and reputation of open-source projects in general? And what do you consider to be the likelihood that, without any sort of "direction" from the core suite, the projects with factionalize and fork due to political or other contentions?

  9. Re:Spidering on Observing Botnets with Honeynets · · Score: 1

    The problem is that they imply that spidering is only ever used for DoS attacks, which patently isn't true. Unless, of course, you think that being linked to by Google is a DoS attack.

  10. Spidering on Observing Botnets with Honeynets · · Score: 3, Interesting
    Does it bother anyone else that they imply that spidering is related to DDoS and botnets?

    Note that DDoS attacks are not limited to web servers, virtually any service available on the Internet can be the target of such an attack. Higher-level protocols can be used to increase the load even more effectively by using very specific attacks, such as running exhausting search queries on bulletin boards or recursive HTTP-floods on the victim's website. Recursive HTTP-flood means that the bots start from a given HTTP link and then follows all links on the provided website in a recursive way. This is also called spidering.

    Any time I see this sort of obvious attempt to build paranoia, it makes me suspicious of the whole article.

  11. Re:meh on 3D Raytracing Chip Shown at CeBIT · · Score: 1

    Great! Now we can have our games implement special relativity as a part of the game physics! Think of the possibilites.

  12. Impossible! on 3D Raytracing Chip Shown at CeBIT · · Score: 5, Funny
    The FPGA is clocked at 90 MHz and is 3-5 times faster in raytracing then a Pentium4 CPU with 30 times more MHz.

    That's ridiculous. Everyone on slashdot surely knows by now that the only reliable way to compare processor speeds across architecures is to compare clock speed!

  13. Re:now just... on Star Wars Revelations - May the Force Be With You! · · Score: 2, Funny

    This gives me an idea. We should google-bomb the link with "Star Wars Episode 3" and variants thereof (Star Wars Episode III) and see if we can deflect people from the actual film. Tell your friends!

  14. Re:now just... on Star Wars Revelations - May the Force Be With You! · · Score: 3, Informative

    There's always Episode 3: A Lost Hope. He's given.... special treatment.

  15. Re:Compiler on GCC 4.0 Preview · · Score: 1
    No true compiler does this. A compiler compiles a high level language (C, fortran, etc) into assembly language format. The assembler (which is distributed with gcc) then assembles the assembly instructions into machine code.

    Then, the linker links the machine code from the assembler to the system libraries and the head and tail files, and turns the whole thing into an executable program. :-)

  16. Re:I just want C++ programs to COMPILE faster on GCC 4.0 Preview · · Score: 1

    You can look at C++ doing everything with macro definitions. That is, one can overload function arguments, operators, and things, but the price for this is that the compiler has to translate all of these things that have the same name in code to things with different names in object files. Overloaded operators are typically pretty quick, since they don't involve much overhead, but things like templates slow compiling down a lot: it has to find every place where the function is called with different arg types, and create a "binary" function that appropriately changes the function and its instructions as necessary. So other, run-time-ish OO languages like Objective-C compile faster, but they do suffer a slight performance hit in comparison to C++. You pays your money and you takes your choice, I guess.

  17. Re:Apple??? on OpenBSD CVS RAID Array Failing, Needs Replacement · · Score: 1
    The original environment was built from NetBSD/ppc, and currently builds off of FreeBSD (apparently they're helping out with the FreeBSD/ppc port too, but that's just hearsay). Anyway, Apple doesn't really derive any code beyond OpenSSH from OpenBSD. The "BSD Community" is not nearly as tightly knit as you seem to think, despite sharing code.

    That said, Apple ought to at least offer a heavily discounted XServe RAID to them. It might foster a stronger relationship between Apple and OpenBSD, and who knows--it could lead to a "Hardened" OS X based on OpenBSD.

    But probably not.

  18. Re:Meme killin' time on AOL: We're Not Spying on AIM Users · · Score: 1

    Are you sure you don't mean, "And to the law, which they spend much of their hard-earned (yeah, right) profits on buying"? Get serious. Corporations haven't been for the benefit of all for at least a century, and don't know of any cases in recent memory of corporations having their charter revoked for wrongdoing.

  19. Re:Orpan works legislation is a trap on RFC Deadline Looms For "Orphan Works" copy · · Score: 1

    Given that we've gotten up to, what is it, 90 years now, it won't be long until 100 years is perfectly acceptable. The Supreme Court has already said that a part in the Constitution about a "reasonable" amount of time doesn't mean anything. Congress is against us, the Supreme Court is against, and if the President cares about the issue at all he's probably against us too.

  20. Re:Or in other words... on Kazaa Outed Over 'Trust Fund' for Red Cross · · Score: 1

    People mod things as over/underrated, rather than using the normal mods, because all other moderations can be meta-moderated. This way you can never lose mod privileges for bad mods, while costing people karma at the same time! Yay!

  21. Re:Bit of a strawman (I think), however... on Only 15% of Gamers are Internet Addicts · · Score: 1
    It so happens that my father is a licensed phsychologist.

    Your mother surely isn't a lexicographer.

  22. Sounds Bogus on Automatic 3D Reconstruction of Scenes · · Score: 4, Insightful

    This reminds me of the bit in Enemy of the State where the government operatives take the lingerie store security footage, and then use their computer to "rotate the camer 90 degrees." And on top of that, they then see something in the bag that wouldn't have been at all detectable from the actual camera's angle.

    It's pretty silly to suppose that this thing will be able to generate a 3-D representation of a scene without without getting highly-detailed footage of everything from every angle. Otherwise, it would just be a completely bogus modelling system to pull a fast one on people who don't know any better. "Ladies and gentlemen of the jury, although the original crime scene evidence photos don't show it, when you look rotate the angle and look at the far side of the desk, the defendent's fingerprints are clearly visible"

  23. Re:hmmm... on IBM Using iPod to boot Linux on PCs · · Score: 1

    Does anyone have a digital music device that plays OOG files?

  24. Re:What about the Silmarillion? on Hobbit Movie in Four Years? · · Score: 2, Funny

    I heard it once remarked that the Silmarillion oughtn't be made into a feature film, but rather fake documentary-type thing. You know, stock footage of elven soldiers preparing for war, home movies of Beren and Luthien, and after-the-fact interviews with the few people who survived and stayed in Middle-Earth. I can see it now: Sauron: "Well, Morgoth (or Melkor, as he liked to be called) wasn't so much of a bad chap. Sure, he wreaked havoc across Middle-Earth and caused the Two Trees to wilt, but he wasn't *evil*... just misunderstood. He only wanted to be loved and respected. *sniff* He used to call me, 'kid.' 'Take care of yourself, kid' he'd say. I still miss him sometimes. *sniff*" Tom Bombadil: "Truth be, I missed the whole Dagor Bragollach bit. Heard it was quite the battle. I got meself these new yellow boots, though. I just wished they matched my jacket..."

  25. Re:Quad Mac on Apple's Dev. Tools Hint @ Dual-core G5 & Quad Mac · · Score: 1

    At Lisa it's not a flame war!