Slashdot Mirror


User: Just+some+bastard

Just+some+bastard's activity in the archive.

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

Comments · 48

  1. Eh? on Was Standardizing On JavaScript a Mistake? · · Score: 1

    A real way to include other javascript files.

    The "real" way is via the DOM.

    function include(url){
    var s = document.createElement("script");
    s.setAttribute("type", "text/javascript");
    s.setAttribute("src", url);
    var nodes = document.getElementsByTagName("*");
    var node = nodes[nodes.length -1].parentNode;
    node.appendChild(s);
    }

    A well defined way to say "The page is loaded, all your variables and objects are loaded, Time to execute!" rather then "You can only see the variables and objects that are defined 'above' you and not 'below' you in unloaded portions of the page".

    window.onload is the DOM event you're looking for.

  2. Re:The gov agrees. on FISA and Border Searches of Laptops · · Score: 1

    I'm just waiting for an update to the network stacks and routers to offer the option to set a flag which tells it to make every possible effort to avoid routing data over a network in the US :-)

    Steve Bellovin already thought of that we all thought it was a joke, in light of AT&T wiretapping I'm not so sure :-o

  3. Re:Problems on ICANN Board Approves Wide Expansion of TLDs · · Score: 5, Funny

    And it can be even worse; for example, in France, gosses means "children", whereas in Québec, it means "testicles".
    Won't somebody think of the testicles?
  4. Re:Slashdot can finally be what it wants on ICANN Board Approves Wide Expansion of TLDs · · Score: 1

    FQDNS names already have a trailing dot, it's just usually omitted.

    http://slashdot.org./

    That's http colon slash slash slash dot org dot slash

  5. Re:Linux? on Fastest-Ever Windows HPC Cluster · · Score: 3, Informative

    But does it run linux?
    It can but isn't, however this one does :)
  6. Re:Awesomebar? on A Few Firefox 3 Followups · · Score: 1

    I find the awesome bar irritating because I'm not used to it, but I know I'll have adapted by next week. As for firebug, Google is your friend Everyone I've updated has commented on how much faster it is compared to v2.

  7. Re:so how can i get back to v. 2? on Mozilla Outage On Firefox 3 Record Launch Day · · Score: 1

    all the images and buttons in firefox are huge- tried changing my dpi settings, etc, but that won't fix it
    Right click on the grey area to the right of the top menu, select "Customize..." from the context menu and check "Use Small Icons" in the dialog.
  8. Re:html-only email on User Not Found, Email Drops Silently · · Score: 1

    I realize there are people that rely on older technologies that can't render anything other than ASCII

    Yeah, I really should dump my 2005 release of PINE and build Alpine so I get wchar support...

    And your ASCII art e-mails take up less bandwidth and render better than HTML?

    HTML email is usually a minimum of twice the size of even quoted-printable plain text. I took the time to estimate the storage requirements of plain text and HTML based on a selection of real-world messages (paypal, amazon, ebay etc..), 14GB Vs. 56GB archived mail last year for my accounts alone. Thankfully most people don't send both. The actual size of my mail archive was around 25GB, including PDF's and images (procmail introduces ppt and doc to the null device on my behalf).

    As you should not be using color to convey semantic information; there's no advantage to sending HTML over trivially marked ASCII. The only issue is misguided use of proportional fonts which break ASCII formatted tables -- an edge case.

    However, I have never heard a good argument against HTML e-mail.

    You probably get out too much, perhaps read a bunch instead

  9. Re:Why it can't work on User Not Found, Email Drops Silently · · Score: 4, Interesting

    Here's a good summary of why such plans won't work:
    Here's another one: http://www.sox-online.com/act_section_802.html
  10. Re:SSL + SSP = Safer Web Apps on Mozilla Experiments With Site Security Policy · · Score: 1
    In theory SSP could be useful with one huge caveat, HTTP response splitting vulns completely negate it. If a site's vulnerable to XSS, it's badly coded and no SSP style mechanism corrects that. I tried the browser extension yesterday before this hit slashdot...
    • Currently only supports X-SSP-Script-Source.
    • Regex based when it should hook into the mozilla parser sink.
    • Converts application/xhtml+xml to (IIRC) text/html+ssp.
    • Filtered inline script from an XHTML page, removing the opening script element but leaving the closing script element.
    The current implementation is worse than useless and what I'd really like to see is UI allowing users to set local SSP policy. If we can rely on admins to add SSP headers, we can rely on developers to use unobtrusive script and thus disable javascript entirely for secure browsing sessions -- yeah?
  11. Re:Anti-bots? on Most Spam Comes From Just Six Botnets · · Score: 2, Insightful

    An MX record isn't required for sending mail, for receiving mail there's a fallback to A if no MX is found. The problem you're describing (backscatter) is solved by SPF; if only more people configured their MTA to check that before generating a bounce :(

  12. Re:Blocking known residential blocks sucks on Most Spam Comes From Just Six Botnets · · Score: 1

    I (like others I'm sure, but maybe not so many of us these days) run a mail/web server from home. I just use it for personal mail. I have SPF and rDNS set up, I play by all the rules. Why block me because I use ADSL at home with a static IP ?

    Actually I agree with you, I should have said "dynamic residential blocks". Most residential users have dynamic IPs with rDNS in the form *.adsl.isp.net and it's safe to assume these can be blocked. If you're running an MTA using a static IP with a valid rDNS entry (that doesn't look like a dynamic), there's absolutely no problem.

  13. Re:Possible means of blocking spam? on Most Spam Comes From Just Six Botnets · · Score: 1

    Is it possible to identify a trojanned machine that's sending out spam, like maybe find if it responds to some "unexpected" port?

    Not since the late '90s. Due to increased use of firewalls and NAT, most malware will establish an outbound connection to some other compromised machine (see Fast flux DNS).

  14. Re:Hmm on Most Spam Comes From Just Six Botnets · · Score: 2, Informative

    Is there a way to block these specific botnets!?

    No!?

    Rejecting on invalid Helo, no rDNS and checking the Spamhaus zen RBL is quite effective. Improving on that requires an admin to explicitly block known residential blocks via rDNS and IP (grumble).

  15. Re:Affront to Human Dignity? on Pope Denounces Some Biotech as Affront to 'Human Dignity' · · Score: 5, Insightful

    Most children didn't have a whole lot of choice regarding their participation.

    Sounds exactly like religion to me!

  16. Re:It's alright ... on Alpine 1.00 Brings Pine Back · · Score: 2, Insightful

    Seriously, if you need a console mail client you are either living in the 1970s or using mail for things that have been rendered obsolete by modern web and OS development. Either way you are outdated.

    When and how exactly did modern web and OS development render text obsolete?

  17. Re:I do exactly the opposite. on 'Extreme Security' Web Browsing · · Score: 1

    I browse without script and log into a separate user account for secure stuff. While it doesn't protect against an attacker who's gained root, a keylogger process spawned under $USER1 isn't capturing anything from $USER2.

    Using different browsers doesn't buy you anything more than using different profiles. Both are pointless if malware breaks the browser sandbox.

  18. Re:Pine vs. mutt? on Alpine 1.00 Brings Pine Back · · Score: 1

    I'm a long time vi user but pico feels far more natural for composing an email. If I want to use vi, I do the editing in another terminal and ^R it.

  19. Re:Pine vs. mutt? on Alpine 1.00 Brings Pine Back · · Score: 2

    I did switch to mutt a few years back (along with all the cool kids), after 2-3 months I switched back. Pine is available, requires minimal configuration and works the same on every box I have access to.

  20. Re:Anyone know if it supports S/MIME? on Alpine 1.00 Brings Pine Back · · Score: 1

    Pine supported S/MIME, you just needed to uncomment the SSL lines in platform specific Makefile. UW are now bundling their webmail client, I'm going to play with it over the weekend.

  21. Re:not this again... on Vinyl To Signal the End for CDs? · · Score: 3, Informative

    show me someone (besides a few classical nuts like Nigel Kennedy) who actually still mixes in analogue.
    Apart from anyone working with Jack White, Steve Albini and an entire industry, I'd have to agree with you. Amusingly even some of those you think are "mixing digitally" are actually doing passive summing
  22. Re:Greylisting and SMTP TLS on Novel Method for Universal Email Authentication · · Score: 1

    Occasionaly a "legitimate bulk spammer" will hit me as you described. That's why I have a firewall. I shut the door on him.

    I prefer to waste their resources until it becomes a problem. I'm not disagreeing with raising the cost to spammers, I'm disagreeing with raising the cost to everyone else. We've no immediate capacity issues but if zombies begin retrying (like my "legitimate bulk mailer" example) due to greylisting, it's going to cause widespread problems.

    And might I add TLS would have the additional benefit of encrypting our mail which sadly is plain text today.

    And as I said, many SME servers are actually bound to a private IP and NAT'd to a public address at the WAN router making TLS a no-go. There's little point in us configuring TLS when the majority of servers do not or cannot support it... and what about the poor old NSA ;P

    For those that want it there's always PGP for the message text.

  23. Re:My current approach on Novel Method for Universal Email Authentication · · Score: 1

    As the trend of zombies that use the "normal" MTA of their infected owners increases, you will increasingly be blacklisting valid (and large) email servers.

    I'm not seeing this. Compared to the volume of crap sent directly from zombies and cheap business DSL/hosting accounts, it's below radar. Major providers can't afford to have their relays blacklisted and spammers must know there's a higher chance of criminal investigation.

  24. Re:My current approach on Novel Method for Universal Email Authentication · · Score: 1

    Okay, I didn't realize you'd be firewalling connection attempts, rather I assumed you'd be rejecting at SMTP time. Good luck with your setup.

  25. Re:My current approach on Novel Method for Universal Email Authentication · · Score: 1
    Is rejecting (8192 * $CURRENT_SPAM_COUNT * $x) mails not going to cause you capacity issues on a single server?

    where $x is the number of times zombies are now beginning to retry - even on 554