Slashdot Mirror


User: Webmonger

Webmonger's activity in the archive.

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

Comments · 896

  1. Re:But what about older browsers... on Retooling Slashdot with Web Standards · · Score: 1

    Not cookies. HTTP agent headers.

  2. Re:It's been done before (unofficially) on Retooling Slashdot with Web Standards · · Score: 1

    I'm sure it's not the only case. Even my personal web site has a Slashdot theme.

  3. Re:F5 on Retooling Slashdot with Web Standards · · Score: 1

    No sane browser will be at all fazed by whitespace.
    It seems unlikely that it consumes a noticeable amount of processor speed-- it's probably swallowed by image rendering or gzip decompression (or table layout!) on common browsers.

    The whitespace adds 3% to the size of the HTML after gzip compression. With whitespace, it's 9.8 K. Wihout meaningless ws, it's 9.5 K. It's also a godawful mess.

    You've got to remember that gzip is very good at compressing repeated data, e.g. long runs of whitespace.

  4. Re:Hey! Shortsighted people! on Analyzing AT&T's Anti-Anti-Spam Patent · · Score: 1

    IOW, you'd need pseudo-spam on a scale similar to that of real spam. Perhaps even *more* pseudo-spam than real spam. Without that kind of magnitude, it wouldn't affect spammers enough.

    It's a neat idea, but if you count pseudo-spam as spam, it would actually *increase* spam.

  5. Re:Hey! Shortsighted people! on Analyzing AT&T's Anti-Anti-Spam Patent · · Score: 1

    There's no need to create pseudo-spam. Real spam will teach people the lesson more effectively, and there's no shortage of that.

  6. Re:It does not help against spam (very much) on They Blocked My SMTP, Now What? · · Score: 2, Insightful

    Actually, I've only ever heard of ISPs blocking *outbound* port 25, i.e. blocking their users from accessing port 25 on remote machines.

  7. Re:Audits? on 1st Real Internet-Option Election in North America · · Score: 1

    At elections, there are people who validate the ballots from all interested parties. Something like that is bound to be noticed.

  8. Re:Still... on BitPass: Micropayment That Seems To Work · · Score: 3, Funny

    Go to a corner store. Look in the fridge. They're selling water. Desert not required.

  9. Re:"Most sequels"? on Shrek 2 Trailer Released · · Score: 1

    I'd still say "most sequels". More than half of sequels are worse than the original.

    Thank god for the exceptions.

  10. Re:Are you sure? on Dispelling the IPv4 Address Shortage Myth · · Score: 1

    What happens is non-NATed users connect to you, and NATed users connect to them. Direct connections between NATed machines are impossible (unless they're on the same network).

  11. Re:"Fairly Recently?" on Dispelling the IPv4 Address Shortage Myth · · Score: 1

    I don't know about Videoconferencing, or netgaming, but I'm behind NAT and I've never had a problem with participating in bittorrent. It works fine in both directions.

    Bittorrent is in the class of "works with NAT, but works best without it".

    If there's one seed behind NAT and no one else is downloading from it, you won't be able to download that torrent. If someone is downloading from the seed, they therefore don't have NAT, and therefore you CAN download from them.

  12. Re:"Fairly Recently?" on Dispelling the IPv4 Address Shortage Myth · · Score: 1

    If you want your machine to be public, get a public IP address, if you want it hidden, use an RFC 1918 addy.

    What if you don't want to run a public service, but do want a few others to connect to you?

    Videoconferencing, bittorrent and netgaming all work best with direct connections. Yet none of these match the traditional idea of a "server" as a dedicated machine that is always public and available.

  13. Re:"Fairly Recently?" on Dispelling the IPv4 Address Shortage Myth · · Score: 2, Insightful

    Putting a policy enforcement point (aka a firewall) between your network and the rest of the Internet keeps bad things from coming in and ensures that your users are using the network properly.

    Indeed. But firewalling without NAT is equally effective, and allows you to selectively unblock machines and/or ports.

  14. Re:"Fairly Recently?" on Dispelling the IPv4 Address Shortage Myth · · Score: 1

    The problem is that NAT breaks the interconnectedness of the Net. If two machines are NATed (and on different networks), they can't talk directly to each other.

    There are many situations where direct connections are desirable or necessary.

  15. Re:Personally this is a patent I want to go throug on Are MS, W3C Barking Up Wrong Prior Art Tree? · · Score: 1

    Tell me again where the downside to this is.

    The downside is it's a waste of time and money whose purpose is to make things worse than they currently are.

    Flash only works reliably in MS browsers. In others, it's iffy at best.

    In my experience, Flash works very reliably in Mozilla and Firebird.

    If a site depends on Flash for navigation, they've lost my patronage.

    And if you don't use a web site, it should be made to suffer?

  16. Re:Personally this is a patent I want to go throug on Are MS, W3C Barking Up Wrong Prior Art Tree? · · Score: 1

    1) Flash... this would not be a big loss

    Regardless what you think of flash, there are lots and lots of sites that depend on it, and they will have to be changed. That's costly and boring.

    2) PDF... not a big deal to have this run in another window.

    Depends what you use it for. At my work, there are situations where we display a UI on the left, and generate PDF on the right, in response to the user's settings. That would break badly if it were in another window.

  17. Re:Personally this is a patent I want to go throug on Are MS, W3C Barking Up Wrong Prior Art Tree? · · Score: 1

    If the patent stands, we'll have to rewrite every web site that uses plug-ins. The irony of seeing Microsoft shafted over patents is delicious, but it's not worth the pain of rewriting the web.

  18. Silly question on Is it Copyrighted or a Trade Secret When Using DRM? · · Score: 1

    Publication is not required for copyright. Freedom of access is not required for copyright (c.f. Scientology).

    However, publication one form of duplication, so the only way to make sense of your question is:

    "Should I be able to sell DRMed copies of Madonna CDs without paying her"?

    Somehow I doubt this is what you meant.

  19. Re:just do the math on Not Offering A Demo Better For Indie Games? · · Score: 1

    That's a specific example of a general problem: cookies don't track people, they track user accounts on specific browsers. So some demo users may use
    1. a different account
    2. a different browser
    3. a different computer

  20. Re:Jpedal on PDF Writers? · · Score: 1

    Apparently, it only supports reading:
    "What does it offer?

    An easy way to open pdf files, extract images and extract the raw text. It can also generate a view of a page."

  21. Sure on PDF Writers? · · Score: 1

    PDFLib lite
    This is the open-source version. It requires you to use and OSI-approved license on your app. PHP uses a version of PDFLib. We use the commercial version of PDFlib to produce reports like this sample report.

    Panda
    Panda is GPLed. I haven't tried it.

    These libraries should give you total control over your output. I'm not sure if you want that degree of power, considering you have to do a lot of work yourself. Note also the total lack of support for importing vector images in both (this is available in commercial versions of PDFlib by importing sections of external PDF documents).

  22. Re:There are other ways to deal with spam. on Anti-Spammers Win Major Court Battle · · Score: 1

    RTFA.

    Spamhaus was not trying to stop spam by legal means. They were trying to stop spam by technical means, AND THEY WERE SUED for it.

    This IS a win for civil liberties because it reinforces the right of spamhaus to publish any kind of blacklist they like.

  23. Re:Amazed on Meet The New PHP5 Toolkit, Pidget · · Score: 1

    Thanks-- that was it.

  24. Re:Amazed on Meet The New PHP5 Toolkit, Pidget · · Score: 1

    I was reading about another DHTML toolkit recently (damned if I can remember the name!), but what they did was mostly client-side. They used a hidden frame to communicate with the server when data needed to be updated, but otherwise, the widgets responded with no net lag.

  25. Google News RSS on Roll Your Own Yahoo! News RSS Feeds · · Score: 2, Informative

    It's not offical, but it's been there for ages:

    http://www.voidstar.com/gnews2rss.php