Slashdot Mirror


User: corz

corz's activity in the archive.

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

Comments · 50

  1. Re:Too drastic? on Earthlink Deploying Challenge-Response Anti-Spam System · · Score: 1
    Unlike many mailing lists BugTraq doesn't set itself as the originator of the email, so all the emails appears to come from individuals who I haven't whitelisted. It's too onerous to keep checking the pending list for this one mailing list, so I have moved it further up in my procmail handling and deliver all mail *addressed to* BugTraq straight into my security folder. Problem solved.

    The TMDA filters can take advantage of simple wildcards in a rule. I use the following for mail from Bugtraq:

    from bugtraq-return-*@securityfocus.com ok

  2. 1-888-GO-LINUX on SCO DOS'ed · · Score: 2, Informative

    Kinda ironic that this is the same company that uses the phone number 1-888-GO-LINUX. It's right there on their feedback page.

  3. Re:To stop spam? Two words. on Spam Meeting Wrap-up · · Score: 1

    You should check out TMDA. TMDA offers challenge/response based whitelisting so that unknown senders can mail you after an initial confirmation. With a correct TMDA installation legitimate senders will only need to confirm once, after that they are added to the whitelist and future mail passes through automatically.

  4. Re:Trivial fix on AOL Bans Mail From DSL-Hosted Servers · · Score: 1
    Now let's pretend that you have to do a SMTP AUTH with smtp.server.of.you.isp, username foo, password bar.

    How do I do that?

    For qmail:

    http://www.cyberphoria.org/?display=projects_qmail _smtp_auth_send_patch

  5. Re:Trivial fix on AOL Bans Mail From DSL-Hosted Servers · · Score: 2, Informative

    Or, for qmail users:

    echo ":smtp.server.of.your.isp" > /var/qmail/control/smtproutes

  6. Re:byte misers on Google Vs. Yahoo: When We Last Met... · · Score: 2, Interesting

    I was looking at it just the other day and noticed that the and closing tags were missing. I just found that interesting, and wonder if it was done deliberately.

  7. Re:These services won't work for many of us. on Building A Better Inbox (Updated) · · Score: 1
    I offer this service via TMDA for domains that I host. In addition, SpamAssassin is also available for use with or without TMDA.

    If you are interested check out my website at http://www.standblue.net/.

    There is an email address listed on the contact page, but expect an immediate challenge. ;)

  8. Don't forget Moto on The Year in Scripting Languages · · Score: 2, Informative
    The Moto Programming Language had a pretty good year in 2002.

    It even got a mention on Slashdot.

  9. Re:Rackspace on How Much Do You Pay to Host Your Website? · · Score: 1
    "I will gladly give them free advertisement without a doubt in my mind. If I wore t-shirts I would definitely wear the shirt they send out."

    I have 3 Rackspace t-shirts that they have sent me. They are my favorites, I'm proud to wear them around.

  10. Re:ServerBeach on How Much Do You Pay to Host Your Website? · · Score: 1
    "For $1000/month with them, I could get a site that can't be slashdotted."

    Sounds like a challenge to me. When can you have this site ready?

  11. Re:Rackspace on How Much Do You Pay to Host Your Website? · · Score: 1
    ... but the support and uptime have been excellent. Every support call I've ever made, even the ones that were due to being moderately clueless (I picked up the site on short notice for a non-profit), has been solved rapidly and completely. Every question gets a complete answer on the first try. No ticket gets closed until I agree that the problem is solved."

    Yup, and when I call them the phone never rings more than twice before I am talking to a human.

  12. Rackspace on How Much Do You Pay to Host Your Website? · · Score: 3, Informative

    "How happy/upset are you with your provider?"

    Two words: Rackspace Rules

  13. Re:No, thanks on PINE Releases 4.50 · · Score: 1

    What is their reason for rejecting Maildir support? That's one of the reasons I stopped using Pine in favor of mutt. Just curious.

  14. Information Site on Online Banking And Browser Support · · Score: 1

    I found this site a few days ago:

    http://www.blue-labs.org/financial-shames.php .

    Lots of good information on Banks and which browsers they support.

  15. Re:AOL's ad campaigns save you money on One Million AOL discs to be returned to AOL · · Score: 1

    What are you talking about? Postal have gone up more rapidly since AOL started sending these disks out than any other period in time?

  16. virtual users on Chroot Jails Made Easy · · Score: 1
    I would like to implement a chroot system but I would rather not have to add users to /etc/passwd.

    Does anyone know of a similar method that can authenticate users out of a virtual user database?

  17. Talk slower, Moto on If Programming Languages Could Speak · · Score: 1

    Its a shame that Moto was talking too fast for the others to hear. The could learn a lot from the fellow.

  18. Re:Yay! on Get Your Moto On · · Score: 1


    I still don't get what Moto has that other languages don't. If it's performance you're talking about, then why not just write a Python compiler? Honestly, it's not *that* hard, especially compared to writing a new language. And more importantly, Python is the most flexible language ever created. You can eschew brackets and semicolons, or you can use them (yes, the new Python supports semis). You can program in traditional imperative style, or more powerful functional style; most useful functional features are already built into Python, and the Xoltar toolkit provides the rest. And Python Server Pages, well, rule.

    Now who is doing the slashvertising ;)

  19. Re:PHP alternative on Get Your Moto On · · Score: 2


    Rather than spending time creating a PHP alternative, its a pity that some of the development effort hasn't been put into making PHP more of a stable and standard language.

    Moto isnt necessarily in the same market as PHP. Moto was designed so that you can write an application and sell it as a DSO without ever having to worry about people stealing your code. In other words, Moto is a great alternative to PHP for companies that would like to be able to sell a compiled product, while at the same time not giving up the low development times.

    PHP is RAPIDLY becoming bloat-ware, and its a shame - cos it's nice.

    I couldnt agree more. Having all the functions in the global namespace really is annoying. Why not at least give Moto a try and evaluate it based on its own merits, instead of disregarding it because "its not PHP."

    Check it out, and join the mailing list (moto-subscribe@webcodex.com) if you have any questions or suggestions that you would like to make. We would definately love to hear them.

  20. Re:Here's a weirdness.. on Get Your Moto On · · Score: 1


    Lets see how Moto handles a slashdotting!

    As an admin on the projectmoto.org server I can tell you that its doing just fine:

    # uptime
    12:15pm up 87 days, 7:08, 5 users, load average: 0.00, 0.00, 0.00

  21. Re:Good point on PHP on Larry Wall On Perl, Religion, and... · · Score: 1
    If you are eager to write language extensions then why not contribute to a project where you can make a difference.

    The Moto Programming Language is new language geared at web programming. The interesting thing about Moto is that you can run scripts in interpreted mode while developing, then when things are ready you can compile your entire site into an Apache DSO, so it can run at super quick speeds.

    We have basic MySQL connection abilities, PostgreSQL support will be out in one of the next few releases, and the user base is growing fairly fast.

    We would love to have more help with writing extensions, or even just testing new releases. A major overhaul of regular expressions will be available in the next release, with lots of small additions soon to follow.

    It would be great to have some sort of DBI-like model for Moto, but if you are itching to write a crypto interface then feel free.

    We have a low traffic mailing list (8-9 posts a week) that anyone can sign up for and post to. All new users are welcome to post suggestions!

    Try it out for yourself.

  22. Re:How do these compare to Squishdot? on E2 and LJ, Comparing Content Management Systems · · Score: 2, Informative

    Be sure to check out plone. Built on top of Zope+CMF, its definately worth a look.

  23. Re:"KDE Heavy?" on Red Hat 7.3 Coming Along · · Score: 0

    Another thing I find interesting is to see the work that has been done in the KDE and Gnome camps in the last two years or so.

    If I remember correctly Red Hat 7.0 came with KDE 1.2 (with optionaly KDE2 Beta) and a version of Gnome that looks pretty similar ones today. We are almost at 7.3 and already KDE has progressed through 2 more versions.

    So, in the 7.X Span the KDE folks have gone from

    RH KDE
    7.0 1.2
    7.1 2.1
    7.2 2.2
    7.3 3.0

    Meanwhile, Gnome pretty much looks the same in all of the versions.

  24. Re:Steps to greatness! on How Did You Become a UNIX Administrator? · · Score: 0

    just a note, you can safely skip 3

  25. stocks on VA Linux Dropping "Linux" From Name · · Score: 0

    uhm.... isn't there stock symbol LNUX?