Slashdot Mirror


User: dodobh

dodobh's activity in the archive.

Stories
0
Comments
1,765
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,765

  1. Re:Slut!!! on OSS Projects Offer Bounties For Features · · Score: 1

    $150 buys you a week of my time. Outsourcing anyone?

  2. Anti spyware tool on Stopping Unstoppable Malware? · · Score: 1

    Click here or here or even here

  3. Re:One word reason "Support" on Microsoft 'under attack' On All Fronts · · Score: 1

    Not really. Microsoft's empire was founded on _cheap_, and then on a bunch of marketing agreements which did not let PC makers ship other operating systems.

    Ease of use is a relatively new term, and it has come into use only because there are so many people who have learnt to use a particular interface and don't want it changed,

  4. Re:One word reason "Support" on Microsoft 'under attack' On All Fronts · · Score: 1

    Linux is easier than Windows.

    Your comment and mine have equal value.

  5. Re:syslog! on How Should an Application's Logs Work? · · Score: 1

    syslog-ng.
    Alternatively, there is a Pg logging module for Apache (dblog, IIRC).

  6. Re:My two cents... on How to Leave a Job on Good Terms? · · Score: 1

    Remember to use a laser pointer.

    Oh, and I always point with my finger, so the other three fingers are merely getting out of the way.

  7. Re:ISPs should take some responsibility on Sober.P Worm Accounts for 5% of all Email Traffic · · Score: 1

    A conventional SMTP client. Just not a MUA.

    These clients download email addresses from websites, and a message, and proceed to send them out over port 25/tcp, by speaking SMTP.

    Remember, a server opens a listening socket, a client merely talks to one.

  8. One word^Hm (was Re:White hats...) on Sober.P Worm Accounts for 5% of all Email Traffic · · Score: 1

    Welchia

  9. Re:ISPs should take some responsibility on Sober.P Worm Accounts for 5% of all Email Traffic · · Score: 1

    Just block port 25 outbound and inbound. Note that ISP MTAs do not normally have spare CPU for virus scanning.
    Viruses do not set up SMTP servers. Most of them install SMTP clients.

  10. Re:Let's settle this for once and for all on Red Hat/Apache Slower Than Windows Server 2003? · · Score: 1

    Identical budgets, rather than hardware. Makes for more fun.

  11. Re:The performance of compiled code on A Review of GCC 4.0 · · Score: 1

    Code quality? No. Program quality? Yes!

    If your code is used by a million people whose time is worth a dollar an hour, saving them each an hour of runtime is equivalent to saving a million dollars during the lifetime of the program. Compared to that, programmer time is *cheap*. Even if you bill at 200 USD/hour, and spend 20 hours on it.

  12. Re:Not a cron replacement, a init replacement on Does launchd Beat cron? · · Score: 1

    Oh, every time I setup a system. Once the system requirements stabilise, the config files are not edited, but otheriwse, I always edit by hand and then cvs commit

  13. Re:SVG Support... on Firefox 1.1 Plans Native SVG Support · · Score: 1

    The response of spammers to better filters has been to send more spam. Spam is a DoS attack on network resources, CPU cycles, disk space, administrator time and user time.

  14. Re:Better than Java? on Fortress: The Successor to Fortran? · · Score: 1

    Multiplatform?
    non x86 Linux?

  15. Re:illogical name on Fortress: The Successor to Fortran? · · Score: 2, Insightful

    Alsoran

  16. Re:The third world need wireless mesh. on Thin Client With OSS for Developing Nations · · Score: 1

    Actually, what we need is communication. Once the means of communication are in place, the rest can be implemented and kept working.

  17. Re:Let me just say it... on Spitzer Sues Intermix Media for Bundling Spyware · · Score: 1

    I am sure he can afford to buy a Mac, and not use IE, Outlook, Outlook Express and the rest od MS office.

  18. Re:Overzealous on AOL Placed on Spam Blacklist · · Score: 1

    A small email service provider. We provide hosting for some large freemail providers.

  19. Re:Overzealous on AOL Placed on Spam Blacklist · · Score: 2, Informative

    Try harder. We have 41 million users, with over a million SMTP sessions a minute handled (90% rejection at the edge, and 80% of what gets through is still spam). We *need* DNSBLs.

  20. Re:Hey Brits!! on Britons Frustrated by DRM · · Score: 1

    I think that they make know more about a liquid which is almost like but quite unlike tea.

  21. Re:Life is easy... on MPAA Under Investigation for Illegal NYPD Payoffs · · Score: 1

    I am sure you could give them a cheque and ask for the excess money back in cash.

  22. Re:Microsoft Plug And Play on Microsoft's New Mantra - It Just Works · · Score: 1

    FSVO hardware. When it can pick up any random hardware I can throw at it, I'll be impressed.

  23. Re:A few email tips I try to live by on E-mail As the New Database · · Score: 1

    This advice is great if your job doesn't deal with much email. I and my boss find it easier to email each other than to phone (we are in different cities).
    Email gets processed as it comes on our time.
    Phone calls interrupt work.

  24. Re:I want a real RDBMS on E-mail As the New Database · · Score: 1

    DBMail
    Run your own :)

  25. Re:*sigh* on Lack of Testing Threatening the Stability of Linux · · Score: 1

    You cannot add security on a bad codebase. MS will have to essentially rewrite Windows, and do enough auditing on the codebase for the OS to be secure "enough". Removing large components from the base OS /kernelspace would be good for starting. Video drivers, IE (including all the HTML rendering components), .... Essentially, strip down the OS, set sensible defaults, have a sudo like command.

    And _all_ this on desktops, including older ones (Pentium I or better).