Slashdot Mirror


User: beakburke

beakburke's activity in the archive.

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

Comments · 817

  1. Re:Put it together on Microsoft Looking to Sell Slate Magazine · · Score: 1

    Actually I don't expect them to unload XBOX and MSN. XBOX /MSN is their way of trying to slip the "media center PC" into everyone's livingroom and replace webTV. It's a consumer level platform that microsoft just happens to control much more tightly than a regular PC. As long as MS can get the major apps on there (Games, MSN everything, office, and maybe PVR), people might be willing to give up their PC and use the XBOX instead. It really would be the true consumer electronics version of the PC.

  2. Hasn't he heard of on Project GoneME Fixes Perceived Gnome UI Errors · · Score: 2, Insightful

    XFCE. Seriously, if he's all anti-bloat and whatnot and is all up in arms about GCONF and lauguages other than C, then he should go use XFCE.

  3. Don't feed the troll now!! on FreeBSD Moves to X.Org · · Score: 1

    nt

  4. Re:NASA's budget doesn't match its jobs. on Plans for International Space Station Cut Back · · Score: 1

    Yeah, except the US has been reducing it's nuclear warheads stockpile for years. It's all been trending that direction. Any "new" weapons are pretty much ment to replace the aging ones. And I doubt you'll see the total number climb much, unless someone decides to get into an arms race.

  5. Re:Increase in tax != Increase in revenue on Plans for International Space Station Cut Back · · Score: 1

    The problem with raising taxes is that tax increases exhibit diminishing revenue increases. Thus a 10% increase in the tax rate does not give a 10% increase in revenue. Besides that, there is no way to guarantee that congress won't spend the money instead of reducing our deficit. The real solution is for all government programs to sunset after a certain period of time. And the only way to get them back is to rewrite them from scratch.

  6. Re:NASA's budget is HUGE! on Plans for International Space Station Cut Back · · Score: 1

    The Defense budget was not 200B only a few years ago, maybe 250-300B, but thats not reall much different from now. Iraq is worth about 100B/year.

  7. Re:35 Goddamn years.... on Plans for International Space Station Cut Back · · Score: 1

    You may or may not be right about N Korea, but of course the situation there is slightly different than that in Iraq. (Espcially given the vested interest the S Korea, China, and Japan have there.

  8. Re:NASA's budget doesn't match its jobs. on Plans for International Space Station Cut Back · · Score: 1

    Where did you get the information that western europe has been gaining on the US since the 70s. I'd be curious to see it.

  9. Re:How will this stop spamming? on Microsoft to Deploy SPF for Hotmail Users · · Score: 1
    I think you miss the point though. There are currently two strategies for fighting spammers using zombies.

    The first one is that ISPs should block outbound 25 requests and force customer's to relay their mail through the ISP's mailhub. Upside, ISP's know anyone on their network is trying to send rediculous volumes of email and is probably a zombie. The obvious downside is that you MUST use their mail server if you are attached to their network and it may have certain limitations, plus you have to change your SMTP server every time you switch locations, or you have to use webmail. (Unless you are using VPN or something).

    The second strategy is to use SMTP auth over TLS. Upsides, you can reject joe-jobs (at least for those domains with SPF) at the recieveing end without waiting for the ISP with the zombie's to find the joe-jobers. It also means that each mail address is associated with a outgoing server(s), just like each account has it's own incoming server(s) (imap/pop). This way every message that claims to be from a certain domain can be guaranteed to come from that domain, if they have SPF record. No real downside that I can see

    Of course if your work chooses to use SMTP auth and SPF, and your home ISP chooses to block port 25 (which is really an ugly hack), then you have to resort to webmail to send from your home address when you are at work and you have to use webmail or use SMTP over TLS on port 587 to send work mail from home.

  10. Re:Blocking authorized SMTP on Microsoft to Deploy SPF for Hotmail Users · · Score: 1

    I've seen lots of blocking of port 25 on "consumer level" service but I've never seen port 587 blocked.

  11. Re:SRS? on Microsoft to Deploy SPF for Hotmail Users · · Score: 1
    Bounces never worked correctly for a forged from address anyways, since they bounced to the "given" address. Forwarding under the old system was just allowing you to forge the from address, which made spamming and mail bombs super easy.

    Frankly if forwarding is the only thing this breaks, then we've done well. Besides, you shouldn't need to forward if you email client doesn't suck.

  12. Re:How will this stop spamming? on Microsoft to Deploy SPF for Hotmail Users · · Score: 1

    This would still be an improvement over the current situation. Firstly, at least the virus writers would have to discover the correct mailhub. Even if they do, then the sending ISP would know immediately that it had an infected customer. This would make spam trojans orders of magnitude more difficult to write.

  13. The real problem on Microsoft to Deploy SPF for Hotmail Users · · Score: 1

    But we already have tools to fight open relays. And SPF isn't that much of a burden. What it will force us to do is use SMTP auth, webmail, or VPNs to relay email instead of using the SMTP host of the ISP you are connected to when you travel.

  14. Making no sense on Microsoft to Deploy SPF for Hotmail Users · · Score: 1

    I don't see how this will make some people more vunerable. Sure their share of the joe-job burden will go up, but only because THEY WON'T BE ABLE TO FORGE AS MANY DOMAINS. It's not like it makes the other users more vunerable than before, it just puts them in a shrinking pool of exploitable domains.

  15. Re:nice concept but not as practical in all scenar on Microsoft to Deploy SPF for Hotmail Users · · Score: 1

    Most of the big cable providers do, in order to prevent spam zombie's from sending spam from their IP net (basically forcing you to use their SMTP server unless you use port 587 (reserverd for SMTP over TLS) or some other nonstandard port.

  16. Borken rulesets are sendmail's problem on Microsoft to Deploy SPF for Hotmail Users · · Score: 1

    SMTP using auth over TLS for submissions would be just fine. Most ISPs aren't blocking port 587, just 25.

  17. Riight on Microsoft to Deploy SPF for Hotmail Users · · Score: 1

    Just what we need, a totally imcompatible and bug filled protocol that no one wants to adopt due to the inertia of the existing technology. Frankly it would be easier to break little thinks in SMTP than to adopt this new and exciting protocol.

  18. Re:Hosted DNS? on Microsoft to Deploy SPF for Hotmail Users · · Score: 1

    And they will get behind it, as soon as their customers demand the ability to add txt records.

  19. not really on Microsoft to Deploy SPF for Hotmail Users · · Score: 1

    You should only get filtered if the domains you send from HAVE an SPF record and you send from servers not on the approved list for those domains. (And only then if the reciever checks the records and rejects on the basis rather than just filter.)

  20. Re:not a solution on Microsoft to Deploy SPF for Hotmail Users · · Score: 2, Informative

    Well, actually they would need to spoof thier IP address over TCP (as opposed to UDP) This would prove to be rather more difficult than the current spam sending regime.

  21. Re:Left meets Right on Ted Turner's Beef With Big Media · · Score: 1

    When did Turner become right-wing?

  22. Re:On one hand...and on the other on No 2.7 Linux Kernel Branch Due Soon · · Score: 1

    I shouldn't say LVM2 is missing from 2.6, just that certain features of it from 2.4 are missing.

  23. On one hand...and on the other on No 2.7 Linux Kernel Branch Due Soon · · Score: 1

    The only thing that really upset me here was the offloading of stabilization to distros. What about distros that don't have a huge developer army (Slackware for example). Before this the vanilla kernel was actually useable. I wonder if this will make it less so. OTOH 2.6 isn't really feature complete quite yet. Some things like LVM2 still are missing from 2.6. So I guess I don't mind feature additions as long as they don't destablilize the main tree, thus requiring distros to use a non-vanilla kernel. Once we do that, you force distros to use an even more highly patched kernel than they currently do.

  24. Wrong on Software Monoculture in Schools? · · Score: 2, Insightful

    Again the comparison is not really fair, as the schools aren't buying $500 whiteboxes with XP home without Ghost and antivirus software. They are buying more reliable (and expensive) optiplexes with XP Pro (more $$) and buying Ghost corporate and anti-virus licenses for all the computers. The eMac is cheeper, even upfront.

  25. Re:Defending Freedom? on 1984 Comes To Boston · · Score: 1

    Why the condecending attitude? The need to "clue me in" because obviously anyone that doensn't agree with you must be stupid or ignorant. Of course bin Laden wants the US out of the middle east, but that's not where his goals end. Anyone willing to pull their head out of the sand and look at bin Laden's own statements should be able to reach that conclusion on their own. So the idea that suddenly leaving the middle east would make bin Laden happy is a gross misunderstanding of his real, stated goals.