Slashdot Mirror


User: khuber

khuber's activity in the archive.

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

Comments · 697

  1. Re:Sounds good, but..... on Step 2, Groceries · · Score: 2, Insightful
    I bet food in a normal supermarket is handled and mishandled by more bacteria-ridden people than the warehouse of the delivery service.

    All you have to do is judge the quality of the food you receive from the online place. If it sucks, don't buy there. For many, it's convenient. Several people I know use a similar service here and are very happy with it.

    -Kevin

  2. Re:By Sturgeon's Law on New Linux 2.5 Benchmarks · · Score: 1
    90/10 is not a law or empirical result, just a rule of thumb, and probably rarely true within a reasonable enough margin of error to plug it into another equation. So yes, 10 is just pulled out of someone's ass.

    Obviously some codes scale far beyond an order of magnitude or there wouldn't be supercomputers with hundreds or thousands of processors.

    Amdahl's law was used as an argument against massively parallel processing in the 1960s because it shows dramatically diminishing returns. Presumably IBM wanted people to buy their single processor systems... (See also Gustafson's law from the 1980s) It wouldn't apply to true parallel algorithms, for example. As other posters stated, the constant factor in Amdahl's law can change that curve significantly.

    -Kevin

  3. Re:4e6? on Domino Day '02 Ends with a New World Record · · Score: 1
    Why not just say 4 million

    4 megadominos

    -Kevin

  4. Re:Fresco on picoGUI: An X Alternative? · · Score: 2, Insightful
    But something like this could replace X in years to come

    I think it would take something amazing to replace the X Window System. There have been a few attempts to replace it. picoGUI appears to be a inspired by QNX's Photon microGUI (hence the blatantly similar name).

    I think you hit on the real problem though, standardization. There is no single central Unix vendor than can dictate UI design standards or enforce a single widget toolkit. picoGUI has a snowball's chance in hell of becoming the defacto widget/windowing system. Hence it will just serve to fracture the UI experience even more.

    My complaint about the UI on Linux/Unix has always been that it's so frickin inconsistent. Too often apps do things differently. Not better, just differently. Everyone can make their own super neato widget library and it's not that hard to make your own X replacement.

    That's the problem. Don't try to invent your own window system, menu ordering or UI interactions, just base them on Windows as much as possible and forget about "the best" way to do things. With KDE (don't know about Gnome, never liked it) that is happening, slowly. Maybe picoGUI is taking the right approach by limiting the ability to make apps with fucked up GUIs just because you can and "Windows sucks", but most Unix diehards will loathe the loss of flexibility.

    -Kevin

  5. Re:X is Good on picoGUI: An X Alternative? · · Score: 1
    This suggests that writing extensions is so hard that only a select few can do it. Not encouraging

    The RandR paper mentions the graveyard of failed X extensions. X extensions should be a last resort IMO, so it doesn't bother me if there isn't a new one every week.

    -Kevin

  6. Re:82 watts! on Intel Releases "Fastest Chip Ever" · · Score: 1
    Yes, I should have specified that I was talking about integer performance. I'm not sure what percentage of typical user tasks benefit from SIMD. Altivec is supposed to be more flexible. However, Altivec is not perfect either - it doesn't work on double precision floating point values like SSE2 does as I understand it.

    -Kevin

  7. Re:82 watts! on Intel Releases "Fastest Chip Ever" · · Score: 1
    Performance, or clock speed? They are different.

    The clock speed rating ratio between P4s and G4s is very close to the performance difference.

    -Kevin

  8. Re:Oh crap, I wish I didn't have to say this... on Linux 2.6 Multithreading Advances · · Score: 1
    Which thread library (Solaris has two)? The new thread library which is now standard in 9 is very good.

    -Kevin

  9. Re:Kernel vs user doesn't make sense on Linux 2.6 Multithreading Advances · · Score: 1
    Since the other poster answered your question, I just wanted to make the comment that the GNU Hurd blurs this user/kernel space distinction by minimizing what is in the kernel. A user can run and test their own kernel components independently from other users.

    -Kevin

  10. Re:Oh crap, I wish I didn't have to say this... on Linux 2.6 Multithreading Advances · · Score: 2, Informative
    IBM's System 360 had multithreading in 1964.

    Multics had multithreading in the early 1970s.

    Windows was still launched from DOS in 1992.

    Please go back to your "innovating" with Windows.

    -Kevin

  11. Re:You're an idiot, and so are the moderators. on Microsoft takes on PDF · · Score: 1
    No apologies necessary. I don't mind if things are closed. After all my, programs are all closed source. I was just trying to get across that neither PDF or XDoc is a standard like an ISO standard, that is vendor-neutral, and I wasn't that clear. Of course I do like using published de facto file formats and protocols at a minimum and open standards because it seems more flexible in the ling run.

    -Kevin

  12. Re:You're an idiot, and so are the moderators. on Microsoft takes on PDF · · Score: 1
    I'm not creating my own definitions here. There are just multiple definitions for "open". Are you familiar with The Open Group? I don't think you're qualified to discuss "the industry" as though you were a seasoned expert on standards issues if you are ignorant of that fact.

    Bear in mind that my original use of "open" was immediately preceded by me stating that Adobe controlled it and certainly a difference in definitions was no justification to call me an idiot, just like your haughtiness is unjustified.

    I personally use the term "open standard" for standards not controlled by vendors, and "published standards" otherwise.

    -Kevin

  13. Re:FUD Alert on Microsoft takes on PDF · · Score: 1
    You sound like you're parroting some XML marketing blurb. Well, I have been working with XML for years and I actually know what I'm talking about from experience and having read many of the W3C XML specs.

    I totally disagree with it being a matter of "knowing what the tags are". It's not that simple. What about CDATA and other encodings? What about the fragility of the format? Others have already posted markup from Microsoft that has hex strings. What the hell does a hex string mean? You need to be able to decode it. PostScript is usually plain text. Have you ever looked at a PostScript file with embedded font information? You'd have to reverse engineer that data unless you knew the binary font format.

    -Kevin

  14. Re:You're an idiot, and so are the moderators. on Microsoft takes on PDF · · Score: 1
    I meant open in terms of being controlled by a standards organization, d000d.

    -Kevin

  15. Re:I'm not buying into this... on Microsoft takes on PDF · · Score: 1
    Thanks for the correction. Ugh! That sucks rocks.

    -Kevin

  16. Re:Sorry boys on Microsoft takes on PDF · · Score: 1

    No, PDF is just not an editing format. I'm not alking about read/write. Sure you _can_ edit it, but it's not a working document format. Working document formats carry semantic information like "this is a paragraph".

  17. Re:Wow, that's stupid on Microsoft takes on PDF · · Score: 1

    Right, I meant open as in controlled by a standards organization, not open as in free of licensing (which it is).

  18. Re:Sorry boys on Microsoft takes on PDF · · Score: 1
    Yes, sorry. Ignore the crazy man talking to himself.

    I usually use gv in Linux for viewing pdfs which AFAIK doesn't allow cut & paste.

    -Kevin

  19. Re:Sorry boys on Microsoft takes on PDF · · Score: 1
    Sorry to burst your bubble but not only can you cut and paste from acrobat, you can cut and paste from text in images with on-the-fly OCR...

    Ack you're right. I've gone insane. Sorry about that.

    -Kevin

  20. Re:Yes, but... on Microsoft takes on PDF · · Score: 1
    I can't see how Xdocs gives MS any more leverage than they already have with .doc, .xls and so on.

    It gives them a lot of leverage. PDF users are a significant market segment, especially in high end publishing. If MS's format becomes popular then they gain leverage over Adobe and other PDF supporters, and consequently the publishing industry. It appears that XDocs is primarily for forms, however, which is just one use of PDFs (and I've never been thrilled about them as I've said elsewhere).

    -Kevin

  21. Re:Yes, but... on Microsoft takes on PDF · · Score: 1

    Addendum. If you mean free as in "does it require a license fee to create PDFs like Unisys and their evil GIFs"? No it is free beer as far as licensing.

  22. Re:Wow, that's stupid on Microsoft takes on PDF · · Score: 2, Insightful
    Neither PDF or Java are open standards, they are published proprietary standards.

    -Kevin

  23. Re:Sorry boys on Microsoft takes on PDF · · Score: 1
    Portable Document Format. As in documents you can edit.

    Not true! PDF is designed as a display/rendering format, not an editable document format. Generally SGML or XML content is rendered into PDF and then PDF is rendered into output.

    -Kevin

  24. Re:Yes, but... on Microsoft takes on PDF · · Score: 1
    PDF is a file format, not an application, so free beer doesn't apply. Adobe publishes the PDF spec, but it's not an "open" spec.

    -Kevin

  25. Re:Sorry boys on Microsoft takes on PDF · · Score: 1
    You can't even cut and paste from Acrobat (let alone repaginate).

    PDF is widely used in the printing industry. It allows metadata and can be used in a workflow.

    -Kevin