Slashdot Mirror


User: Dlugar

Dlugar's activity in the archive.

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

Comments · 249

  1. Re: double standards? on Apple Music Store Coming to Europe & iTunes in China · · Score: 5, Insightful

    The big issue, stated time and again, is that Microsoft has a desktop monopoly, so they can't bundle the same things that others can. If Apple were in a monopoly position, you can bet your bottom dollar that the Slashdot crowd would be hollering just as loud as they do against Microsoft (which isn't, incidentally, that loud).

    It doesn't have anything to do with the mysterious anti-Microsoft pro-Apple conspiracy. People just like rooting for the underdog, even if the underdog would be just as Evile as the top dog if/when given the chance.

    Dlugar

  2. Re:geez, your spelling! on FCC Plans to Allow Wireless Networking on Unused TV Channels · · Score: 1

    Your version is the same amount of characters, and less readable. I think the "cat" version is better.

    Dlugar

  3. Re:Not only pyramids on Egyptian Linux Advocates' Replies · · Score: 1

    correction:

    a hamza is a glottal stop.

    an 3ayn is a pharyngeal consonant. For example to say l3b, you would say "lob" but constrict your throat while saying the vowel (kinda).

    Dlugar

  4. More particularly, on Ask the Egyptian Installfest Organizers · · Score: 4, Interesting

    I'm interested in: what's the best distro with regards to Arabic support? I've been studying Arabic for a year or two now and I enjoy tinkering around with Arabic on Linux, but sometime's it's so hard to get things to work! (I recently tagged some of my Arabic-language mp3s with Arabic Unicode in the id3 tags, and so far the only player I've found that will display the Arabic tags is the Beep Media Player (gtk2 fork of xmms).

    Dlugar

  5. Are you sure? on MP3.com Hastily Re-launches -- But Will It Fly? · · Score: 4, Informative

    Maybe they've changed it ... according to this page, you can recover the account, plus three songs, for free, and get additional songs hosted for $6.99 each.

    Or, alternatively, you can simply pay a one-time fee of $99 to get all your songs back, no ads on your band's page, and unlimited hosting for all your songs for life.

    Well, so says the site, anyway. Can anyone verify if it's true?

    Dlugar

  6. Opera too slow? on Miguel de Icaza on Longhorn · · Score: 1

    Just curious on this one ... that's one of the reasons I'm loathe to switch to Firefox on my Linux desktop--it runs ever-so-slightly slower than Opera. Opera just responds faster to everything ... are you sure it runs slower than Firefox on your machine?

    Dlugar

  7. Re:Hmm.. on Update on Playfair · · Score: 2, Interesting
    More than a year on, iTunes is going strong. If anything, from the numbers it seems to be gaining momentum. Seems to me like it works just fine.
    iTunes is going strong--but would it be going any less strong if they had, by some magical miracle, convinced the RIAA to go with non-DRM protected AAC files?

    Furthermore, do you think the DRM they do have stops anybody who wants to from copying the music? I doubt it--it's just a bone thrown to satisfy those who don't understand that DRM is "FLAWED LOGIC THAT WON'T WORK!!!" to quote the grandparent.

    Programs and products that use DRM may work--they may work very well. But DRM will never, short of a police state, prevent people from copying DRM'd stuff.

    Dlugar
  8. Searle and the Mandarin Cabin on Ask the Robotic Psychiatrist · · Score: 1

    What are your thoughts on Searle's Chinese Room thought experiment? Do you agree with him? If not, what's your reply?

    Dlugar

  9. Re:The Clipboard on Groklaw Tries Their Own Linux Usability Study · · Score: 1

    By that same logic, none of the problems PJ talked about would be "Linux problems". They'd be "Midnight Commander" problems or "man" problems or "documentation" problems. The key is--what problems, in whatever piece of software (or paperware), are keeping Linux from more widespread adoption? PJ talks about documentation--I'm talking about problems with X and copying. Either way, they're Linux problems to me.

    Dlugar

  10. The Clipboard on Groklaw Tries Their Own Linux Usability Study · · Score: 5, Informative
    Everyone knows the clipboard in Linux has some problems. But few know exactly how deep these problems go.

    In my opinion, there should be two separate clipboards, which I refer to as the "Tempboard" and the "Permboard" for clarity. Yes, I hear many of you saying--this is the way it's implemented. Well, yes--partially. Let me first explain The Right Way to Do It, followed by applications that break the rules.

    The Right Way to Do It:

    On Selection:
    * Send selected-stuff to Tempboard
    On Shift-Ins or Middle-Click:
    * Paste contents of Tempboard
    On Deselection:
    1) Leave the Tempboard as is
    or 2) Clear the Tempboard

    On CTRL-C/CTRL-X:
    * Send most recently selected stuff from active window to Permboard.
    On CTRL-V:
    * Paste contents of Permboard


    (I'm using Eterm 0.9.2, Gaim 0.75, and Opera 7.23 on a Fedora box. Please let me know if these errors don't happen on other versions or other distros.)

    1. Select some text in a Gaim window, then close that window and attempt to middle-click paste it into another program. No pastage.
      Problem: The Tempboard gets deleted when the window is closed.
    2. In Gaim, select some text in the textbox and then attempt to middle-click pa ste it to the same text box. No pastage.
      Problem: The Tempboard gets deleted when you middle-click inside the same text input widget.
    3. Highlight some text in Opera. Then unselect it. Try to middle-click paste it somewhere. It works!
      Problem: Opera uses "fake selects" in order to work around the clumsy situation of not being able to highlight multiple things at the same time. Firefox does is that well, and so does OpenOffice.org. As we shall see, they don't always get it right.
    4. Highlight some text in Opera. Unselect it. Highlight something in another window and close that window. Try to middle-click paste--you get the old fake Opera-select.
      Problem: The Tempboard reverts to Opera's old fake-select when the window is closed.
    5. Highlight something in an Opera textbox. Middle-click it to the url box. It works. Highlight something using the keyboard. Middle-click it to the url box. It pastes instead your old highlight.
      Problem: Highlighting with the keyboard doesn't update the Tempboard.
    6. In the Gaim textbox, type "Text1". Select the text and CTRL-X it. Type "Text2" in the textbox. From another window, select "Text3".
      Go back to Gaim, select "Text2", and type Shift-Ins. "Text1" is pasted.
      Problem: Shift-Ins pastes from the Permboard, not Tempboard.
    7. CTRL-X "Text1" in Gaim again. Select text from Eterm. Shift-Ins in the terminal window. Shift-ins in Gaim. Different things are pasted to each window!
      Problem: Shift-ins pastes from the Tempboard in Eterm, but pastes from the Permboard in the Gaim window.
    8. CTRL-C text in Gaim's chat screen, and try CTRL-V to paste it into the textbox below. It instead pastes what was previously in the Permboard.
      Problem: Selecting chat text and CTRL-C doesn't update the Permboard.
    Does anybody else have ones they'd like to add to my list?

    Dlugar
  11. Re:GooOS? on Google's Next Steps · · Score: 1

    jy's 'n doos.

  12. Prawnography is a serious problem. on U.S. Justice Department Prepares Assault on Pr0n · · Score: 3, Funny

    Just visit www.prawnography.net if you don't believe me.

    Filthy, absolutely filthy. How can the government allow people to publish this smut--and online, where anybody can access it! Please, won't somebody think of the children?

    Dlugar

  13. Assuming, of course ... on Pigeons' Bandwidth Advantage Quantified · · Score: 1

    That's assuming that your bandwidth is initially limited by your finite number of pigeons. Perhaps it's not--you have plenty of pigeons--you just can only tape thumbdrives to pigeons at a very slow rate, say. Thus as the distance increases, your surplus pigeons decrease (although you still have a surplus), but you're still limited only by your thumbdrive taping speed, so doubling the distance wouldn't affect the bandwidth at all.

    Dlugar

  14. This is Mozilla we're talking about. on Mozilla 1.7 Beta Is Faster And Smaller · · Score: 1, Troll

    When you're talking about Mozilla, removing features could very well be a good thing.

    Dlugar

  15. Er, I think the point is ... on Linux the Tortoise to Microsoft's Hare? · · Score: 5, Informative

    "Slow and steady wins the race"?

    Sheesh. Don't people read Aesop any more?

    Dlugar

  16. Wait a minute ... on Ripping DVDs to Handhelds = Fair Use? · · Score: 5, Insightful

    So if the movie companies did sell low-resolution copies of their movies (fully DRM'd, of course) for handhelds, for say $4 a movie, then it would somehow no longer be fair use to copy our DVDs to our handhelds? It would be illegal to do so (under the DMCA) and we should have to fork out an additional $4, on top of whatever we paid for the DVD, in order to watch it on a Palm or Zaurus?!

    That's bullsh**.

    Dlugar

  17. Wrong. on Celebrating Spam's Ten-Year Anniversary · · Score: 1

    Anybody can own a car, even a blind person or someone with Down's Syndrome. But you can only drive it on your own property--once you start driving it on somebody else's (like the government's) property, you're going to need permission (a government license) from that somebody else.

    Dlugar

  18. XFree86 porn on MSN Search Blocking Results For XFree86? · · Score: 4, Interesting

    Searching for Xfree86 porn works, too! Strangely enough ...

    Dlugar

  19. Re:I call troll. on FreeS/WAN Project Bows Out · · Score: 1

    Sorry I didn't make myself more clear ... as I said, there are a good handful of proprietary software programs that are older than five years old and still in development. Now look at the number of proprietary software packages that have died in that same time period.

    Is the percentage of dead proprietary software compared to still-in-development proprietary software any greater than the percentage of dead OSS compared to still-in-development OSS? As far as I can tell, the answer is No.

    Dlugar

  20. I call troll. on FreeS/WAN Project Bows Out · · Score: 5, Insightful

    How many commercial products are there that were started over five years ago that are still in current development? There are quite a handful still in current development--but vastly more that have been abandoned completely.

    Both in the open source world and in the commercial world, the vast majority of projects die. The difference is that in the open source world, the dead projects can still be put to good use in a new reincarnation down the line.

    Dlugar

  21. Exactly. on Young Programmer, Stop Advocating Free Software! · · Score: 2, Interesting

    I've got a house, a car, a job, and a family--and I prefer Open Source. I've contributed to various projects, I run OSS on my desktop and at work, and if I came up with some program on my own time I'd be more likely to GPL it than make it shareware or try to sell licenses.

    But I charge people money for writing code that they want me to write. That's how I get paid--that's where my monthly paychecks come from. 99% of that code is in-house code that nobody will ever see again. But if they do manage to sell it again to other people, more power to them--I don't think it's immoral. But like the parent said, releasing my code for free doesn't mean not getting paid for writing it.

    Dlugar

  22. What's the big deal with Media Player? on EU Rejects Microsoft Settlement Proposal · · Score: 5, Interesting

    Now, I'm no Microsoft fanboy, but I really don't see what the big deal is with Windows Media Player. Like somebody pointed out (Monkeyboy Ballmer IIRC), Windows has shipped with a Media Player since Windows 3.1 at least, and nobody's complained about illegal bundling.

    Of course, what they might be doing (although I haven't been able to find any reputable sources for this) is disallowing OEMs to pre-install, say, Quicktime and Realplayer on the systems they sell. If indeed they're doing this, that is (imnsho) abusing their monopoly, and they should be forced to allow OEMs and others to pre-install whatever software they want.

    But to require them to bundle Quicktime/Realplayer/whatever with Windows? That seems wrong on so many levels ...

    Dlugar

  23. *sniff* on Microsoft Source Follow-Up · · Score: 2, Funny

    A low Slashdot user ID? *sniff, sniff* Well... that's just the nicest thing anyone's ever said about me! I feel so happy ... thanks anomynous coward!

    Dlugar

  24. I wonder ... on Microsoft Source Follow-Up · · Score: 1

    I wonder if we'll see responses from Microsoft saying, "See? It's all Linux's fault--darn, insecure Linux full of bugs and backdoors--that allowed our SuperSecret Source Code to be stolen."

    Sounds pretty likely to me ...

    Dlugar

  25. Re:Writing better? on Kids Improve Writing Online · · Score: 5, Interesting
    However, grammar is still poor, as most kids are not taught the rules of the english language, I'm learning more about sentence construction in my German class than I have in English over the past 13 years.
    I went to a lecture by John Searle a couple of weeks ago, and he made the statement that "You never really learn grammar until you study a foreign language." I think that's very true--I honestly don't think "English grammar" should be taught in schools--teach them Latin, or German, or any other language for that matter--and you'll end up teaching them more about English grammar than they ever would have otherwise learned.

    Dlugar