Slashdot Mirror


User: metamatic

metamatic's activity in the archive.

Stories
0
Comments
5,494
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,494

  1. Re:Why? AIM won't go away. on Google Instant Messenger Coming Really (or Not?) · · Score: 1

    If Google use Jabber, users of the Google service will be able to message anyone on AIM, and anyone on MSN.

  2. Re:RSS vs. ATOM on RSS Wins, Signals Atom's Death Toll? · · Score: 1

    Extensions aren't too hard. Feedparser shows the way to do it--keep a list of known namespace declaration URLs. Then when you hit an xmlns declaration, you record the prefix they specify, and the standard one you prefer, in a hash.

    Once you've done that, you just need to preprocess every XML element by mapping the namespaces through the hash to standardize them. I then map the namespaced element to an object field by converting the : to an _.

  3. Re:RSS vs. ATOM on RSS Wins, Signals Atom's Death Toll? · · Score: 1

    The problem is how you tell whether something is encoded HTML or not. As I've said elsewhere, sniffing the content is not a good solution.

  4. Re:RSS vs. ATOM on RSS Wins, Signals Atom's Death Toll? · · Score: 1

    With no indication of the type of the textual data in description elements, the only way to include HTML in RSS is to assume that the reader will sniff for HTML by looking at the contents and guessing the data type. Any programmer who's not an inexperienced hack will realize that's not a good idea.

  5. Re:RSS 1 by the W3C on RSS Wins, Signals Atom's Death Toll? · · Score: 1
  6. Re:RSS vs. ATOM on RSS Wins, Signals Atom's Death Toll? · · Score: 1
    I don't know how you've come to the conclusion that Atom is more complicated than RSS1.0

    By implementing parsers for both.

  7. Re:RSS vs. ATOM on RSS Wins, Signals Atom's Death Toll? · · Score: 1

    Bullcrap. RSS 2.0 and RSS 1.0 have no way to indicate whether content is HTML or text, so they do not support HTML.

    Sure, some people shove HTML in the text elements, and some feed readers sniff the text to see if it looks like HTML, but that's a long way from saying the format supports it.

  8. Re:Who Cares? on RSS Wins, Signals Atom's Death Toll? · · Score: 1

    Someone has to implement the feed parser. Those people, i.e. developers, care.

  9. Re:Who Cares? on RSS Wins, Signals Atom's Death Toll? · · Score: 3, Insightful

    Well, developers care, because the RSS specs (all nine different ones) are a mess, whereas Atom is quite carefully specified. RSS has the same problems as "Netscape HTML", whereas Atom is more like XHTML.

  10. Re:RSS vs. ATOM on RSS Wins, Signals Atom's Death Toll? · · Score: 5, Informative

    RSS has 11 different varieties, 9 if you exclude the two attempts at an "RSS 3". Atom has a single variety.

    RSS 1.0 has a way to include HTML in the feed. RSS 2.0 doesn't. Atom does, and also supports XHTML.

    RSS 1.0 is extensible in a standard way via namespaces. RSS 2.0 is extended via ad-hoc additions. Atom is extensible via namespaces.

    Atom is more complicated than RSS 1.0, which is more complicated than RSS 2.0.

  11. Re:I prefer clockspeed's taiclock on Expert Network Time Protocol · · Score: 1

    According to chronyd's documentation, it doesn't support leap seconds. WTF is the point of an NTP replacement that doesn't handle leap seconds?!

  12. Re:I prefer clockspeed's taiclock on Expert Network Time Protocol · · Score: 1

    NIST's published instructions on setting up NTP for Windows and Mac users actively invite using them as your NTP server. (Check the PDFs.) If they don't want to be used as time server, they shouldn't have invited it.

  13. Forensic purposes on Expert Network Time Protocol · · Score: 1

    As the reviewer said, precise synchronization is absolutely critical for forensic purposes. Can you conclusively demonstrate that Event A on machine Foo occurred before Event B on machine Bar?

    If you think you might ever need to do that, better hope you're not using BSD syslog or that the intruders are kind enough not to do so during the wrong time window.

  14. Re:Replies are scarier than the story on Is Your Boss a Psychopath? · · Score: 1
    Do the 71% of Americans who claim to go to church actually listen?

    Do you really need to ask?

  15. Re:Screen them "in" is more like it... on Is Your Boss a Psychopath? · · Score: 1
    The point being that a psycopathic manager, while many of the characteristics may seem desirable in isolation, is there only to serve his/her own goals and has no loyalty to the company. They do what they do for their own self interests, and if there are shortcuts that help them achieve it they will take those shortcuts even if it harms the company.

    If you look at the next level up, that's exactly how the company behaves towards society. In fact, that's how the company is required to behave. Oh, the irony.

  16. False dichotomy on ZOTOB Not Quite as Bad as Expected? · · Score: 1

    A virus could easily be extremely malicious, yet unlikely to be detected for days.

    For example, it would be relatively simple to write a virus which had a database of common names, and rude words to replace them with. It would know enough about Word's file format to seek out Word documents and quietly switch the names. You could do the same with web pages.

    Most businesses wouldn't notice, until someone sent a letter to a major client starting "Dear Dick Head..." or the press wondered why the CEO's web page called him "Fat Crook".

    You could even make the substitute words the same length as the search words, so you wouldn't need to understand the file format and wouldn't need to rewrite files. Target the newest files first for maximum effect, or target the oldest files first for longest time before detection. You might even manage to hold out undetected for long enough that people's backups would be corrupted too.

  17. Reintroducing extinct fauna on Reintroduce Megafauna to North America? · · Score: 1, Funny

    If we're re-introducing extinct fauna to America, why don't we try re-introducing liberals?

    As recently as the 1930s the liberal was found in great herds across the continent, even throughout Texas. This good-natured creature was sadly unable to adapt to defend itself against a new species of vicious and ruthless predator. Nowadays the liberal is all but extinct, surviving only in a few isolated colonies such as Berkeley, Cambridge and Austin.

  18. Re:Attracting new users, competing with Python? on Perl 6 Now by Scott Walters · · Score: 1

    I basically don't like syntax at all, which is why I like Ruby. There's very little syntax to remember, and it's all remarkably consistent.

  19. Not from my point of view on Perl 6 Now by Scott Walters · · Score: 1, Troll

    I gave up Perl this year. Now I write Ruby. Never been happier. Ruby is what Perl 6 ought to be.

  20. Re:Attracting new users, competing with Python? on Perl 6 Now by Scott Walters · · Score: 1

    It seems like you're reading a different Perl 6 design commentary from me. To me, Apocalypse 12 (for example) is a cruft sandwich with a side-order of bloat, sprinkled with liberally with sigils. More thoughts at http://www.xciv.org/~meta/2005/03/02#2005-03-02, but basically the way I see it is that Perl doesn't need more ideas, it needs fewer.

    (Still writing Ruby, still liking it.)

  21. Not touching it on Sun's Linux Killer Examined · · Score: 1

    I used Solaris 2 for years and loved it.

    However, in the wake of the SCO lawsuit, why would anyone in their right mind touch anything tainted with System V code?

  22. Video games of movies--look at the reviews on Warren Spector on Licensing · · Score: 2, Informative

    Almost all video game conversions of movies (and TV shows) fucking suck, just like all movie versions of video games fucking suck.

    Looking at the Metacritic list of PS2 games in score order, the best movie game ever is Lord of the Rings: Return of the King, at 85%--but that puts it at #183 on the chart. So basically, there are hundreds of games better than the very best video game ever based on a movie.

    Now look at the bottom of the chart. By my count, 15 of the 40 worst PS2 games ever are movie/TV games.

    Personally, I find it amazing that people are still willing to throw money at developing video game tie-ins for movies and TV, and even more amazing that suckers are willing to buy them.

  23. Re:Here's what's up on What's Up With The PSP? · · Score: 1

    Probably. Wouldn't be the first time.

    It always amazes me when SCEE creates a game, already in English, and SCEA passes up releasing it in the US. We eventually got Wipeout Fusion and Dropship via a third party distributor.

  24. Re:RIAA should address the cause on Recordable Media a Bigger Threat Than Filesharing? · · Score: 1
    The "copyright infringement isn't theft" is my favorite, as it in no way justifies breaking of the law.

    Perhaps eventually, then, the proponents of copyright will wise up and stop lying that copyright infringement is theft. That way there will be no need for distracting "Copyright infringement isn't theft" responses, yes?

  25. Here's what's up on What's Up With The PSP? · · Score: 2, Insightful

    I still haven't seen a PSP. Until I see one, I'm not likely to want it, am I?

    Come on, Sony, get that clue you so desperately need. Start having PSPs on display in stores. I know this will sound strange, but people tend not to buy $300 gadgets sight unseen. Maybe they did in the .com 90s, but not any more.