Slashdot Mirror


User: jmazzi

jmazzi's activity in the archive.

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

Comments · 45

  1. Re:Idiots on Garlic Farmer Wards Off High-Speed Internet · · Score: 1

    The sun is organic.

  2. xzibit approves on Halliburton Applies For Patent-Trolling Patent · · Score: 1

    Yo Dawg, i heard you like trolling patents, so i patented trolling patents so you can troll while you troll

  3. Counter Strike on What is the Best Bug-as-a-Feature? · · Score: 1

    Bunny hoping!

  4. Re:Why is this just breaking now? on Google Antiphishing Site Exposed Private User Data · · Score: 4, Insightful

    Well, obviously not everyone is on the mailing list your talking about (including the slashdot editor). This is news to me. Putting it on a site like slashdot will help educate people who weren't already aware.

  5. Re:Opera on Slashdot Discussion2 In Beta · · Score: 1

    So click the X and close it.

  6. Re:Tripe on Why Everyone Loves Apple · · Score: 2, Interesting

    I'm gonna have to disagree with you. You may be right about the ipods, but thats certainly not grounds to judge a whole company on. I had an ibook that had an issue (bad logicboard) and called them up. After troubleshooting, they figured that out. That was on monday. I received a box tuesday morning from them to ship back the unit for repair(thep paid shipping all ways). I sent it out that day, it got there wednsday. They repaired it and shipped it out the next day, and i got it friday. I've dealt with a lot of different hardware companies, and never have I had that kind of turnaround.

  7. I disagree on Alzheimer's Progresses Faster in Educated People · · Score: 1

    It's more likely that educated people have a more noticeable decline. They start forgetting a lot of technical jargon and whatnot, things the average person doesnt use everyday. They have more information to lose, in my opinion.

  8. Its still not firefox on Microsoft IE 7 Goes (More) Beta · · Score: 3, Insightful

    They seem to be just copying firefox, but it's still gonna be lacking in two major areas. Extensions and Security, in my opinion, are what makes firefox stand out.

  9. Re:and what about the passwords? on Gaim 2.0.0beta1 Released · · Score: 1

    If your that concerned, just dont save your password.

  10. what a great idea on Barcode Scam Redux - Target's $4.99 iPod · · Score: 1

    $10 says Jonathan Baldino is a marketing excutive at barcode magic ;)

  11. you dont look the same on First Face Transplant · · Score: 4, Insightful

    Even if you got a face transplant, you wouldn't look like the face of the donor. Your bone structure etc is what makes up most of your appearance. Although, you wouldn't like you use to. So I don't see how ethics would really take a roll in this matter.

  12. Jamie Vs Adam on Ask The Mythbusters · · Score: 0

    It seems sometimes your personalities conflict on the show. Has this ever become a problem to the point where you had to just stop shooting and leave?

  13. Re:See what happens when they "get it" on The RIAA's Halloween Tricks · · Score: 0

    Well, you cant make a carbon copy of a motorcycle and sell the duplicates. The only way that would work is if you bought multiple copies of the bike(DVD) and sold those.

  14. working link on Episode III Deleted Scenes Leaked Online · · Score: 0
  15. ROFLMAOBP on Missing Lab Mice Infected With Plague · · Score: 0

    ROFLMAOBP(bubonic paluge)

  16. G-Mail? on New Legal Threat To GMail · · Score: 0

    G-Mail..close one. i thought they were gonna say GMail

  17. Setup I have used for that scale on Infrastructure for One Million Email Accounts? · · Score: 0

    FreeBSD 5
    Dual 3.4 XEON Procs
    4GB RAM
    4 x 300GB Drives (Lotta space For Imap users)
    Hardware RAID 5

    FreeBSD 5
    Dual 2.0 Xeon DB mysql server(for vpopmail)
    2 x 70GB RAID 1
    2GB RAM

    Qmail, Vpopmail, Courier IMAP, apache, qmailadmin, vqadmin

    That system would handle it and allow for redundancy

  18. Re:i will tell you why on MySQL and SCO Join Forces · · Score: 0

    i know that, and you know that...but does SCO?

  19. i will tell you why on MySQL and SCO Join Forces · · Score: 0

    SCO is seeing if they can find some STOLEN CODE in MySQL.

  20. Needs a decent disclaimer on Mom, and Now Judge, Stand Up to RIAA · · Score: 1, Insightful

    There should really be a good disclaimer for downloading kazaa. Something like:

    "Warning, downloading music illegally may put your family in jail".

    Im sure there is some kids who really just dont know its wrong. They figure, hey, they play music on the radio and it costs me nothing , why can't i just download a song I want to hear?

  21. Torrent of Video on Shape Changing Plane In Development · · Score: 1, Informative
  22. Freebsd on LinuxWorld: Stronger I/O & VM Coming Soon to Linux · · Score: -1, Flamebait

    Will the new linux kernel be able to compete with freebsd's disk I/O?

  23. Re:Anticipation on SymphonyOS Alpha 4 Released · · Score: 0

    It is a liveCD.

  24. Torrent File has been mirrored on SymphonyOS Alpha 4 Released · · Score: 0

    The torrent file has been mirrored here

  25. Submission Server using Linux on Using Technology to Protect Anonymous Sources? · · Score: 0

    Setup a server to accept submissions. Turn off all logging, or put a strict log purge policy in place. So keep only the last 24 hours for finding problems in the system etc.

    Then turn off syslog or setup your conf like this:

    *.info;mail.none;authpriv.none;cron.none /dev/null
    authpriv.* /dev/null
    local0.notice;local0.debug;mail.*;mail.none;mail.i nfo;local0.info /dev/null
    cron.* /dev/null
    kern.* /dev/null
    *.emerg /dev/null
    uucp,news.crit /dev/null
    local7.* /dev/null
    local4.* /dev/null