Slashdot Mirror


User: Just+Some+Guy

Just+Some+Guy's activity in the archive.

Stories
0
Comments
11,329
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 11,329

  1. Re:What doesn't make sense on IBM Slams Microsoft, Calls OOXML "Inferior" · · Score: 4, Informative

    Except for the fact that OO.org is free.

    And the scary thing (for MS) is that it being free changes, well, everything. At my company, we used to have a few people who needed a word processor, so they got Office. When OOo got good enough, we start giving it out to everyone on our standard deployment. Have a PC? You're getting OpenOffice. Now we find ourselves in the position where OOo is our standard suite, and only a couple of people get MS Office (mainly because of legacy documents, like complicated spreadsheets etc.).

    In more recent news, my little Eee PC ships with OpenOffice. A few million units later, a lot of people will have OOo who never knew such a thing existed before. Free-of-charge isn't a huge selling point for large corporations where maintenance costs are more important than initial purchase costs, but it's extremely influential everywhere else. The thin end of the wedge is already in, and now it's starting to split the market wide open.

  2. Re:Does it support multithreaded queries? on PostgreSQL 8.3 Released · · Score: 2, Informative

    It would seem not to. Yeah, I wish it had that, too. The other posters who keep telling you to get faster IO miss the idea of having extra CPUs handling locking, cache management, etc. so that even single running queries are faster.

  3. Re:Why PostgreSQL doesn't have more of the market on PostgreSQL 8.3 Released · · Score: 2, Insightful

    I thought Wikis were shared by definition.

    Forget about the Wiki part. "Shared" here means that many clients are simultaneously reading from and writing to the same store. Sites like Slashdot and Wikipedia are darn near read-only in that sense, because a comment or article is typically viewed many thousands of times more often than it is written or edited.

    Contrast with something like a point of sale system where each time a clerk scans in a product, a unit is removed from the inventory database and the accounting system gets updated with the new revenue. Multiplied by a few thousand terminals, that is a large, shared data bank.

  4. Re:whuh? on PostgreSQL 8.3 Released · · Score: 2, Insightful

    I think the disconnect is that PostgreSQL has a different definition of schema than you are using.

  5. Re:How quickly they turn on you .. on PostgreSQL 8.3 Released · · Score: 1

    we're already posting minor (!) revision releases for PostgreSQL on the front page?

    Slashdot has always had a fetish for F/OSS that outperforms the competition. This isn't new.

  6. Re:asynchronous committ on PostgreSQL 8.3 Released · · Score: 1

    Why would you want to drop the durability part of ACID? Why would you risk losing data for speed?

    We run an hour job to copy legacy FoxPro data to PostgreSQL. It's squirreled away in its own schema, and should that schema get totally destroyed, it only takes about 20 minutes to do a full rebuild.

    I would happily trade integrity for speed on that schema, and anything that gives me that option is welcome.

  7. Re:XMPP is a PITA on Is XMPP the 'Next Big Thing' · · Score: 1

    What I was addressing was that the fault is in the library (or libraries) you've tried, not that writing a client is inherently difficult.

  8. Re:Ron Paul? on Best Presidential Candidate, Republicans · · Score: 4, Insightful

    Paul is not affecting this race.

    If you don't think that any of the other candidates are hearing the buzz around him and adjusting to steal some of that thunder, you're nuts.

  9. Re:XMPP is a PITA on Is XMPP the 'Next Big Thing' · · Score: 2, Informative

    We use jabber.py. It hasn't changed in years, but our needs are pretty simple and it meets all of them easily. For example

    import jabber

    node = jabber.Message()
    node.setSubject('Getting hungry')
    node.setBody('Hi there. Lunch?')

    server = jabber.Client('ourserver.example.com')
    server.connect()
    server.auth('me', 'mypassword', 'Python Jabber client')

    for dest in recipients: node.setTo(dest); server.send(node)
    server.disconnect()

    Honestly, I don't know how you could make that a whole lot simpler.

  10. Re:Am I too late... on Is XMPP the 'Next Big Thing' · · Score: 1

    Wouldn't it be easier to just make the fix in Pidgin and submit a patch?

    I haven't seen the Pidgin code or dealt with the community, so this may very well be off base: perhaps it's darn nigh unfixable, or the authors don't readily accept patches?

  11. Re:Just what we (didn't) need !! on Is XMPP the 'Next Big Thing' · · Score: 1

    E-Mail wrapped in an XML overcoat.

    Yes, because RFC 822 header fields are the pinnacle of parser research. Have you ever tried to write your own mail client? Have you ever tried to write your own mail server? By comparison, I'm pretty sure I could knock out a minimal compliant XMPP server in an afternoon, and it would support Unicode for free.

    But anyway, the biggest thing the "X" buys you is a lot of extensions. I'd say it's actually delivering on what it promises.

  12. Re:You would think... on Top 10 Most Memorable Tech Super Bowl Ads · · Score: 1

    I don't like it any more than I like the new discussion system.

    I actually like it a lot more. For once, all the comments aren't indented a couple of inches just because there's a navigation bar next to the story up at the very top.

  13. Re:Holy WTF?!? on How Pervasive is ISP Outbound Email Filtering? · · Score: 1

    I like that. Well played, sir.

  14. Holy WTF?!? on How Pervasive is ISP Outbound Email Filtering? · · Score: 3, Interesting

    I can understand and am sympathetic to ISPs who force outbound traffic to go through their servers. I'm not saying I agree with it, but I really do get what they're trying to accomplish. I also understand ISPs having spam filters on their outbounds, and think that's actually a pretty good idea. If you really need to send a virus so someone, then you should be technically competent to encrypt it or otherwise shield it from a scanner.

    But never in a million years can I even remotely condone actually scanning the text of emails and rejecting ones an ISP doesn't like. That's just Evil.

  15. Re:Cool! A new year! on Hardware Vendors Will Follow Money To Open Source · · Score: 1

    There, fixed that for you.

    Don't. Outside of a very small niche, you're wrong. Lots of kids have PS. A few adults, almost exclusively artists of different kinds, have PS. Almost no one else is interested in it, either legally or otherwise.

  16. Re:bah on Time for a Vista Do-Over? · · Score: 1

    In my defense, English is not my first language. My bad.

    That's OK. No one expects the whole world to have perfect English. Just please remember this before you start yelling at someone.

  17. Re:bah on Time for a Vista Do-Over? · · Score: 1

    Huh? You don't really have any idea what you're talking about, right?

    You're not great at this whole "reading comprehension" thing, huh? What he said was that Win7 will start out with a nice, compact kernel. Then some manager will insist that his pet project be run in kernel mode for performance reasons. And then another will think that's a great idea, and lobby for her project to be imported to the kernel. Repeat until we end up with, well, Vista.

  18. Re:Cool! A new year! on Hardware Vendors Will Follow Money To Open Source · · Score: 1

    You won't get any argument from me. I use Krita except when I absolutely must revert to Gimp (such as to run a specific filter).

  19. Re:Cool! A new year! on Hardware Vendors Will Follow Money To Open Source · · Score: 2, Insightful

    And they will love you for it, until they try to edit their photos with GIMP.

    I think your average user would be better served by other applications. And for all the times I hear "but they won't have Photoshop", I have to wonder how many people actually use PS in the first place. Outside a handful of graphic designers, no one I know has it installed.

  20. Re:Still sloppy - W3C HTML on W3C Publishes First Public Working Draft of HTML 5 · · Score: 1

    Tell me you're not serious about W3C creating any new non-XML based versions of HTML!!!

    Wish I could. Check this out:

    From 8.1.2.3. Attributes:

    Attributes can be specified in four different ways:

    Empty attribute syntax

    Just the attribute name.

    Unquoted attribute value syntax

    The attribute name, followed by zero or more space characters, followed by a single U+003D EQUALS SIGN character, followed by zero or more space characters, followed by the attribute value, which, in addition to the requirements given above for attribute values, must not contain any literal space characters or U+003E GREATER-THAN SIGN (>) characters, and must not, furthermore, start with either a literal U+0022 QUOTATION MARK (") character or a literal U+0027 APOSTROPHE (') character.

    Single-quoted attribute value syntax

    [as in XML]

    Double-quoted attribute value syntax

    [as in XML]

    And don't forget:

    From 8.1.2.4. Optional tags:

    A head element's end tag may be omitted if the head element is not immediately followed by a space character or a comment.

    A li element's end tag may be omitted if the li element is immediately followed by another li element or if there is no more content in the parent element.

    A tr element's end tag may be omitted if the tr element is immediately followed by another tr element, or if there is no more content in the parent element.

    So yes, right now, today, in 2008, people are seriously discussing rolling out another non-XML HMTL spec.

    At least I assume they'll be smart enough not to create any non-namespaced ones....

    I direct you to 8.3. Namespaces:

    The HTML namespace is: http://www.w3.org/1999/xhtml

    I hope that's sufficient.

  21. Re:RAM vs. battery life? on Hacking Asus EEE · · Score: 1

    When you get to slower frequency at lower CAS latency it is not as clear cut, because now the clocks you are using to measure the latency are not the same so even if the latency was the same the CAS latency would not be.

    Well, apparently the Eee's FSB is locked to 70MHz, so I'd imagine that the stock DDR2 533 is about as fast as it could possibly take advantage of. I guess what I was really wondering (but expressed poorly) is whether "faster" RAM was the same as "slower" RAM, just certified to work at higher clocks, or if there was some fundamental difference that would affect power consumption (such as earning the higher spec by drawing more voltage or something like that). Crappy car analogy that triggered this question: a Prius at 30MPH gets better mileage than a stock car at 30MPH because they're actually made differently, and holding them back to the same speed won't erase the difference.

  22. Re:My top annoyance with Vista? It ain't in the OS on Windows Vista Annoyances · · Score: 1

    Seriously - did I get the magic copy of Vista that works just fine or something?

    Not at all. My wife needed a laptop to run a certain industry-specific application, so we bought a Compaq that we later discovered to be XP-incompatible. That is, there are no XP drivers for the chipset or graphics card, so unless we want to give up USB, Wi-Fi, DMA, and resolutions above 800x600, we pretty much have to leave Vista on it.

    Know what? You're right. It's a nice OS that boots quickly and smoothly with plenty of nice eye candy. Never mind that none of our printers worked any more, or that it used up so much RAM that we can barely load any applications without swapping, and that it's somewhat incompatible with the application we bought it to run but not in any well-defined or deterministic ways that we can readily pin down. No, Vista itself is just fine. It's only when we have to actually load applications or print that we despise it and want to throw the laptop through a plate glass window.

  23. RAM vs. battery life? on Hacking Asus EEE · · Score: 1

    I just got issued an Eee PC for a travelling laptop. So far I'm planning on leaving it in "Easy Mode" - when in Rome, right? I want to spend more time actually using it than hacking on it.

    Having said that, 512MB RAM just isn't enough when there isn't swap to fall back on. Anyone know how much the extra capacity will increase power consumption and decrease battery runtime, assuming it takes more current to keep 2GB refreshed than .5GB? And in such things, is CAS 4 any different than CAS 5? Finally, higher speed RAM (such as 667 vs. 533) just means it's specced to run faster, and once you reach the FSB speed you don't act get any benefit, correct?

    Sorry for asking here, but most forums I've seen are along the lines of "how do i make the fonts smaller" and are silent on more technical questions.

  24. Re:HIV=AIDS is a $cam on AIDS Drug Patent Revoked In US · · Score: 2

    Meanwhile every day I meet more people refusing the medication (like myself), who are perfectly healthy, despite of bad lab numbers (High "viral load", low CD4).

    As long as they haven't had kids yet, I'm all for that. Darwin and all.

  25. Re:PLATO on What's the Best Game Console of All Time? · · Score: 1

    Online chat during multiplayer dungeon games, chess, etc., with users from across town or across the ocean.

    All games had that if you knew how to set it up.