Slashdot Mirror


User: SCHecklerX

SCHecklerX's activity in the archive.

Stories
0
Comments
2,760
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,760

  1. I can't believe I'm saying this... on Mom Blasts Ballmer Over Kid's Vista Experience · · Score: 1

    ...but balmer does have one good point.

    He explains how now that vista is doing some things right wrt security, that apps that are poorly written are now broken. But, of course, windoze should never have encouraged the behavior in the first place, and there wouldn't be this mess.

    Ok, I take it back. His point isn't good, because it's M$'s fault to begin with :)

  2. Re:E-mail is dead for mass communication on Admins Accuse Microsoft of Hotmail Cap · · Score: 1

    Or you could configure your server to put a maximum number of recipients per envelope and also limit the number of envelopes sent at a time, if necessary. I did this to stop this exact problem. It's more efficient since you only send the stuff once (albeit, broken up into more than one message), but it is accepted vs. the constant retrying and whittling of the original recipient list.

  3. Re:increase in security budgets on Businesses Spend 20% of IT Budgets on Security · · Score: 2, Insightful

    It's more because infrastructure 'security' has been commoditized. You now by a product to do this, another to do that, etc. What management doesn't get is that security is a process, and good security does not equal buying a bunch of commodity products. We can do without them, but most companies would rather pay consultants and vendors than listen to their own security analyst staff who have likely already given the managment 10 different ways to mitigate vulnerability to specific threats, but it only became 'real' when there was something to buy to deal with it.

  4. ob pic on Linspire Releases Controversial Version 6.0 · · Score: 1
  5. Remote unlocking too... on Stalling Cars Via OnStar · · Score: 2, Insightful

    Doesn't onstar already have the ability to unlock car doors remotely? That alone was scary to me before.

  6. Re:How is this new? on Most Users Think They Have AntiVirus Protection, While Only Half Do · · Score: 1

    The real problem is that viruses are a social issue, not a technical one. I'm not talking about worms. I'm talking about viruses.

    If users practice simple common sense, then anti-virus software buys them NOTHING, and actually ends up causing a lot of problems with the proper functioning of the computer.

    Don't do stupid things, and keep your software up to date (arguably quite easy for home users using windows update, or yum, or whatever). Antivirus software doesn't help.

    You cannot replace common sense with 'smart' software that tries to protect idiots from themselves. Imagine the problems we'd have with cars that tried to drive themselves (had to get the flawed car analogy in :-).

  7. Re:Destroying someone's life on White House Lauds MN RIAA Win, Analysis of Victory · · Score: 1

    I'm a prince fan, but he recently did The Wrong Thing.

    So much for so-called heroes against the evil empire.

  8. Re: ai on DX10 - How Far Have We Come? · · Score: 2, Interesting

    You are assuming that the mob would just sit there and wait for the player, like it usually does in pretty much every game. In reality, a "level" would not necessarily know that Gordon Freeman is on his way. Neither will they have the patience to sit in their assigned ambush places, waiting for him all day long. A better AI would actually "live" in the environment where it is placed, so that it would react to the player instead of waiting for him. It would also be fun to watch. In Half-Life I really enjoyed watching those occasional scenes where monsters are wondering around doing things; like when the bullsquids feed on the headcrabs. I wish there were more things like that, things worth watching.


    I like the beginning where, if you look through a window as your are going by in the hall, you see a scientist fighting two head crabs. He knocks a a filing cabinet over on one, killing it, and jumps up and down pointing at it in glee. The other one then proceeds to jump on his head. Classic!

    Stuff like that got more sparse as the game went on. It's as if they were running out of time to get the game out the door.
  9. Re:Listserv Idiocy on DHS Injects Itself With DDoS · · Score: 1

    I yelled at an employment recruiter for doing this last month. I haven't gotten another mailing from them since. It would have been a good time to start my own headhunting business though, I guess.

  10. Re:Why only extrapolate bad news? on Antarctic Ozone Hole Shrinks 30 Percent · · Score: 1

    Yeah. You can really get a feel for how insignificant we really are on affecting climate if you check out the history channel's "how the earth was made". We've been here about a blink of an eye in the earth's history:

    http://www.history.com/shows.do?action=detail&episodeId=242366

  11. Re:Still barking up the wrong f'ing tree... on Novel Method for Universal Email Authentication · · Score: 4, Informative
    I dunno. I've been pretty spam-free for the past several years using mimedefang, milter-greylist, and spamassassin.

    The key is to reject the obvious nonsense before invoking your cpu-intensive analysis. I reject on the order of 90+% of everything that my mail server sees (even more at the last place I worked where they were using the same system). False positives on my home mail server are near 0. The ones that are mistakenly flagged, are simply flagged as spam, so I still see them, they weren't rejected or discarded. More at work got through, but that is because we have to be more conservative due to not having a good way to do bayesian filtering for individuals (I left before I had the time to run that project with the internal mail admins).

    1. Implement Greylisting. Spammers don't retry
    2. Reject if sending server is in zen.spamhaus.org or list.dsbl.org
    3. Reject if helo is not a FQDN or IP Address
    4. Reject if envelope sender claims to be an address from your domain (obviously our real users get through)
    5. Reject if helo claims to be your own mail server
    6. Reject if helo is an ip address from RFC1918 (again, short circuit on your own routing)


    Then call spamassassin on anything that is left (SA will increase/decreas scores based again on RBLs that we don't outright reject, SPF records, etc):
    1. use sa-update daily both with standard spamassassin rule updates, and, more importantly, the stuff at saupdates.openprotect.com
    2. if you are able, create a way to easily train your bayes on false positives and stuff that wasn't rated high enough. I do this with specific courier IMAP folders that get checked once an hour
    3. Tune your sa rules to taste. I had to decrease some things (lots of friends use yahoo mail), and increase others (Stock image spam. Ugh).

  12. Re:That's the problem. on Novel Method for Universal Email Authentication · · Score: 2, Insightful

    Which is kind of like greylisting. The FIRST problem is that the spammers have adapted to this and retry.


    This is exactly why greylisting is effective. It pushes the cost of spamming back on the spammers. Now they have to have a semi-legitimate mail relay, vs. fire and forget. If everyone greylisted, then the spammer's mail queues would be huge.

    Of course, all bets are off with zombies that start using legitimate SMTP servers, but there are solutions to that already in place:
    1. Many ISPs volunteer their list of non-smtp sending subnets (comcast will let you run a server, and even allow it to send outbound, but many other ISPs then block your mail because comcast submitted this info to the blacklists)
    2. Corporate firewalls should ALWAYS block outbound SMTP that is not originating from their own servers


    The only place this fails is if the spammers as part of their owning of zombie hosts begin to check for the proper SMTP server to relay through and configure accordingly. Admittedly, this is not too difficult to do, but they aren't doing it yet.
  13. Re:What's REALLY needed on Intel Releases Mashups for the Masses · · Score: 1

    'Mashup' is far better than 'blog'. But, I still prefer "Web Page"

  14. Re:"Yeah, those suspicious e-lectronics". on MIT Student Arrested For Wearing 'Tech Art' Shirt At Airport · · Score: 1

    Ok..so anything that isn't in a pretty, professional package...is considered a possible bomb?


    I made a high capacity battery pack once. It wasn't in a pretty professional package. It also managed to short circuit and catch fire. Oops.

    Probably not the safest sort of thing to allow on an airplane.
  15. Re:Voice dialing on What Do You Want In iPhone 2.0? · · Score: 1

    That's a dumb law. It encourages using a phone while driving. Something that falls under driving distracted and shouldn't be done.

  16. Re:Spam Assassin for PBX on Do Not Call Listings to Expire in 2008 · · Score: 1

    You can sort of do it using vgetty with a custom answer script (ring 1 usually comes in before any phones actually ring in my house). You can definitely do it if you set up a home PBX with asterisk.

  17. Re:"Incumbent Patent Holders", not "Inventors" on Inventors Protest Patent Reform Bill · · Score: 1
    Easy.

    1. No more software or business method patents
    2. No patent without working model or design


    Patents should protect those who have ideas who actually want to make something of them. I have lots of ideas. But I lack the time and ambition to make something of them, so I certainly am not going to patent them.

    Patent your idea. Work with a company to bring it to market, if you can't do it yourself. If you don't do that, and fail to have a model or design in a reasonable amount of time, too bad, squatter. You shouldn't have the ability to make money off of somebody ELSE's hard work to bring an idea to fruition.

    Since there is no physical device involved with software or methods, they don't require patents to 'protect' them. I can write code and come up with processes, which are the final product, without an investment in physical devices to build the 'thing'. You don't need a patent to protect you, as the product is instantly created. Copyright, sure. Patent? No way.
  18. Re:power management? on GNOME 2.20 Released · · Score: 1

    Well, then the summary is mis-worded. That's not gnome doing power management, it's just re-writing the apps to cooperate with power management.

  19. power management? on GNOME 2.20 Released · · Score: 1, Interesting

    other than an interface for configuration, what does gnome have to do with linux power management?

  20. Re:Ewwww on Koster's Areae Unveils Metaplace · · Score: 1

    The other problem is that 3D doesn't really add much to most interactions. It's neat to think of having a 3D TV and all that, but will you -really- get much more out of the experience over regular TV?


    You obviously aren't thinking of porn.
  21. Re:Integrate SpamBayes! on Mozilla Creates New Internet Mail and Communications Company · · Score: 1

    The client isn't the right place to do this.

  22. Re:Ms, your case is lost on IBM Challenges Microsoft with Free Office Suite · · Score: 4, Insightful

    And since IBM isn't really in the PC operating system business any more, they aren't abusing a monopoly position to do this. This is a beautiful move by IBM.

    There's still a long way to go to bring back open standards and real competition, but whittling away at the office suite is a good start.

  23. From the way the article reads... on Microsoft Loses EU Anti-Trust Appeal · · Score: 1

    ...couldn't M$ simply price a version of windows without the media player higher than the version with it?

    This seems like a typical tactic they would employ to maintain their dominance and squeeze out competition.

  24. Re:Entertainment Cartels Want it All on Apple, the RIAA, and Ringtones · · Score: 1

    It's a just a question of time before key producers decide it makes sufficient financial sense to bypass them completely.

    Like Prince?
  25. Re:How about this one... on Word 2007 Vs. Open Office 2.3 Writer · · Score: 1

    Ah, but OODraw *IS* a part of open office. It works great for labelling my pirated CDs.