Slashdot Mirror


User: obender

obender's activity in the archive.

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

Comments · 241

  1. Re:The Arab World... on Science In Islamic Countries · · Score: 1

    The Islamic Empire (a political phenomenon) brought civilization and urbanization to a region that had been largely nomadic. It brought, at least for a time, stability, security, and wealth. The culture of Islam was, at the time, more contemporary and metropolitan than its contemporaries (remember, we're talking about a period when Europe was in the Dark Ages).
    Europe is not limited to a few countries in the Western part of the continent. The rest of the Roman Empire was doing quite well. Bizantium was by far the pinnacle of civilization in those days and Northern Africa was also doing all right.

    contraception is wrong yet most Catholics still use it. This is a very fundamental test of belief
    Alcoholics know alcohol is is wrong for them yet they still use it.
  2. Easy answer on What Do You Want In iPhone 2.0? · · Score: 4, Funny

    In iPhone2 I want OpenMoko.

  3. Re:Um, sorry to correct the writer but... on Stem Cell Fraudster May Have Actually Made Breakthrough · · Score: 2, Informative

    The King James Version mistranslates the Hebrew word "almah", which means "young woman" as "virgin".
    The Jewish scholars who translated and compiled the Hebrew scriptures into a Greek version of the Old Testament, translated almah in Isaiah 7:14 as parthenos, which almost always means "virgin". Since these Jewish scholars were well acquainted with the meaning of the old Hebrew words as well as the Greek, their interpretation (developed hundreds of years before Jesus) should be given special weight.

    You can read the full article here

  4. Summum jus, summa injuria on A Year In Prison For a 20-Second Film Clip? · · Score: 1

    Extreme justice is extreme injustice. [Lat., Summum jus, summa injuria.]
    Author: Cicero (Marcus Tullius Cicero)
    Source: De Officiis (I, 10) In this text it was translated as: More law, less justice.

  5. Re:ok now I *DID* RTFA on Facebook Acquires Parakey's Web OS Platform · · Score: 1
    ajaxWrite:

    /apps/write/content/content.html was not found on this server Resin-3.0.21 (built Thu, 10 Aug 2006 12:03:19 PDT)

    TypeError: main.document.getElementById("previewframe") has no properties

    I'll stick to my OS for the time being.
  6. Re:Bullshit on Blogs Are Eating Tech Media Alive · · Score: 1

    I spent three years as a senior editor at InfoWorld
    I have never heard of InfoWorld before. Maybe Slashdot linked to it in the past but I did not notice. I did a short visit just now but I did not bookmark it.

    Yes, the world of media is going to shit. Yes, I hate it. Damned if I can do anything about it on my own, though.
    Your blog got me interested in a book about parasites. I think you are already doing something about it.
  7. Re:Flash is Cross Platform? I beg to differ? on Mono Coders Hack Linux Silverlight in 21 Days · · Score: 1

    Flash doesn't run on Linux x86_64.
    While you are right that there is no native 64 bit version you can still run the 32 bit version of flash in a 64 bit browser by using a wrapper plugin. Google for npwrapper.libflashplayer.so if you are interested.
  8. Six Europeans on Volunteer to Simulate a Mars Mission for the ESA · · Score: 1

    The crew will be made up of 4 Russians and 2 Europeans.
    Actually TFA correctly says:

    Four of the crew will be Russian, and two will come from countries that are members of ESA
    Russians are the most numerous ethnic group in Europe. Tha fact that they're not yet in the EU does not make them less European.
  9. Re:The LInux business community... on Linspire Signs Patent Pact With MS · · Score: 1

    Many years ago Microsoft started to hire all the famous people in free software. Soul after soul joined the dark side and the future looked grim. Slightly depressed after reading one more such announcement I fired up Napster and without thinking too much I searched for "free software". The song I found sounded worse than a donkey braying but listening to it made me realize there are still people that will not sell out. You can hurt your ears here

  10. Re:Herbert used it in Dune in 1965... on Liquid Lens Can Magnify at the Flick of a Switch · · Score: 2, Informative

    Are there any earlier mentions of liquid lenses before Dune?
    In the Mysterious Island novel by Jules Verne published in 1874, Cyrus Harding lits a fire with a lens made up of two watch glass lids stuck together and filled up with water. You can read the chapter here
  11. Contributing Corporations on A First Look At Firefox 3 Alpha 5 · · Score: 2, Interesting
    Out of curiosity I did a find and grep on the source tree to see what companies contributed to the code base. I have to say there is at least one I did not expect. Here they are in no particular order:

    IBM, Intel, Oracle, Mozilla, Microsoft, Netscape, MITRE, Digital Equipment, Novell, Activestate

    I looked for the Microsoft code and it was just stuff copied from the SDK samples. Still, I did another count:

    find . -name '*.c*' -exec grep -i Microsoft {} \; | wc -l
    332
    I would be really curious to do the same search on the IE7 code base, this time looking for Mozilla
  12. Re:how to learn git? on Linus on GIT and SCM · · Score: 1
    How do you get all the files out for a specific revision? I can only get the files out individually one by one but I would like to fetch them all with just one command.
    This is what I tried:

    ~/tmp/git_test$ vi a.txt
    ~/tmp/git_test$ vi b.txt
    ~/tmp/git_test$ git init-db
    defaulting to local storage area
    ~/tmp/git_test$ git add .
    ~/tmp/git_test$ git commit -a -m 'initial commit'
    Committing initial tree 478a3e8d61fa949e2e3b51e1ea935d3e9ba42f52
    ~/tmp/gi t_test$ vi b.txt
    ~/tmp/git_test$ git commit -a -m 'second commit'
    ~/tmp/git_test$ vi a.txt
    ~/tmp/git_test$ git commit -a -m 'third commit'
    ~/tmp/git_test$ rm a.txt b.txt
    ~/tmp/git_test$ git checkout master
    ~/tmp/git_test$ ls
    ~/tmp/git_test$ git checkout master .
    git-checkout-index: is not in the cache
    ~/tmp/git_test$ git log
    ~/tmp/git_test$ git checkout master 063e821eabea161248c7bb111977949f038caaa1
    git-chec kout-index: 063e821eabea161248c7bb111977949f038caaa1 is not in the cache
    ~/tmp/git_test$ git checkout 063e821eabea161248c7bb111977949f038caaa1
    ~/tmp/gi t_test$ ls
  13. This is not the free we know about on Microsoft Vs. TestDriven.NET · · Score: 0, Troll

    It was a small miracle getting Express to be available both for free and for commercial use for customers
    I would like to remind Fernandez in the unlikely case he reads slashdot that free means:
    • The freedom to run the program, for any purpose (freedom 0).
    • The freedom to study how the program works, and adapt it to your needs (freedom 1). Access to the source code is a precondition for this.
    • The freedom to redistribute copies so you can help your neighbor (freedom 2).
    • The freedom to improve the program, and release your improvements to the public, so that the whole community benefits (freedom 3). Access to the source code is a precondition for this.
    All MS has done was to let people make limited use of the software without paying.
  14. Re:Not in my case on Boredom Drives Open-Source Developers? · · Score: 1

    Personally, with a wife and four kids, a 50+ hour-per-week job and lots of hobbies, boredom is not a problem for me.
    Boredom is a state of mind, it has nothing to do with the hours you are officially busy.
  15. Re:Why would MS support Linux? on MS Silverlight a Step Back For Linux Users · · Score: 1

    Linux users do not pay for software; that's the nature of the beast.
    That's not entirely true. Linux users do not pay for compilers, text editors, media players and other applications that can be categorized as general use. However I paid for Bibble to process raw format photos taken with my digital camera. I bought some ID games that run on Linux. And if I need more software that makes a difference I will pay for it. However I will never buy anything that takes my data hostage by saving it into a proprietary undocumented format.
  16. Re:Sure on Top 10 Firefox Extensions to Avoid · · Score: 1

    Anyhow, it is not worth the read
    You should not say that. Let the newbies learn by themselves.
  17. Re:It's not the RIAA, it's the record labels. on Record Store Owners Blame RIAA For Destroying Music Industry · · Score: 1

    We keep talking about the RIAA like they are the baddies. They aren't.
    I always thought they represented all the record label baddies put together.
  18. Re:Run both firefox and Gran Paradiso ? on Gran Paradiso Alpha 3 · · Score: 1

    The point is: why should you need write access to a non-$HOME directory, no matter where it is? You don't. Make subdirectories under $HOME and you're OK. The whole point of using -profile is to allow you full control on where you place you settings.

    And last, for some of us c:\beta is home :)

  19. Re:Run both firefox and Gran Paradiso ? on Gran Paradiso Alpha 3 · · Score: 1

    What if you don't have write-access to c:\beta\firefox ? Then use a directory where you have write access. c:\beta was just an example.
    I thought you would easily figure that out given that you are running Debian.
  20. Re:Run both firefox and Gran Paradiso ? on Gran Paradiso Alpha 3 · · Score: 2, Informative

    Is there a way to run both firefox and Paradiso without affecting firefox settings and extensions etc ? Unzip firefox in a separate directory, for example c:\beta\firefox, make an extra directory for profiles and start firefox with the -profile option:

    set MOZ_NO_REMOTE=1
    c:\beta\firefox\firefox.exe -profile c:\beta\profile
    The MOZ_NO_REMOTE variable will prevent it from connecting to another running instance of Firefox. All the settings are stored in the profile directory so it will leave the regular installation alone.
  21. Re:Via/M-Audio/Chaintech has better sound quality on The Future of Creative and the Sound Card Market · · Score: 1

    Chaintech AV-710 is well known in the audiofile world as being a good pass-through card. Add a decent DAC and hardly anthing can beat it.
    Unfortunately I don't know any shop that sells it in Western Europe.

  22. Following In the Master's Footsteps on Wikipedia's Wales Reverses Decision on Problem Admin · · Score: 1
    From the Article Summary:

    my past support of EssJay in this matter was fully based on a lack of knowledge about what has been going on.
    EssJay did exactly the same thing. To this I can only add that I did not read the article so this post is also fully based on lack of knowledge.
  23. From TFA on An Overview of Parallelism · · Score: 5, Funny

    The target should be 1000s of cores per chip
    640 cores should be enough for anyone.
  24. Re:Article's autho works for a rival company, igno on Java's Greatest Missed Opportunity? · · Score: 1

    Eckel wrote Thinking in Java which he allows you to download for free in its entirety.
    Not any more, quote from here:

    However, his recent book, Thinking in Java, Fourth Edition, is no longer available in a free, electronic form.
  25. Re:Patentless? on Cheap, Safe, Patentless Cancer Drug Discovered · · Score: 1

    Thankfully, I never faced combat
    Well, thank you very much for sleeping in your boots. Do you know how difficult it was for us to keep that white flag hidden away for so long?