Slashdot Mirror


User: dskoll

dskoll's activity in the archive.

Stories
0
Comments
1,375
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,375

  1. Re:Did South-Africa ... on Israel To Join CERN As First Non-European Member · · Score: 1

    It may interest you to know that most of the cease fires that've been negotiated between the Palestine and Israel in the last 15 years have been broken by Israel, not Palestine

    Citation, please?

  2. Re:Did South-Africa ... on Israel To Join CERN As First Non-European Member · · Score: 1

    So? Jimmy Carter has done and said a lot of things. Doesn't mean they're all true or all good.

  3. Re:Bad on Israel To Join CERN As First Non-European Member · · Score: 2

    I wonder how many potential Palestinian scientists have gone undetected, untrained and unfunded?

    From TFA: "In a news release on the agreement, CERN said Israel had supported Palestinian students studying and working there, as well as sending mixed Israeli-Palestinian contingents to its summer study programme."

  4. Re:wait a minute on Israel To Join CERN As First Non-European Member · · Score: 2

    Most of the Jews in Israel come from Poland/Germany

    That is not true. There are more Sephardim ("Oriental") Jews in Israel than Western.

    See http://en.wikipedia.org/wiki/Israel where it says: "Approximately 68% of Israeli Jews are Israeli-born, 22% are immigrants from Europe and the Americas, and 10% are immigrants from Asia and Africa (including the Arab World). Jews who left or fled Arab and Muslim lands and their descendants, known as Mizrahi or Sephardi Jews, constitute approximately 50% of Jewish Israelis."

  5. Re:Did South-Africa ... on Israel To Join CERN As First Non-European Member · · Score: 2

    Your question is irrelevant because Israel is not South Africa. It's not even like South Africa. The odious comparison is simply a propaganda point used to demonize Israel.

  6. Re:Bad on Israel To Join CERN As First Non-European Member · · Score: 4, Informative

    I wonder how many potential Palestinian scientists have gone undetected, untrained and unfunded?

    Probably dozens. Lebanon keeps Palestinians in poverty in refugee camps instead of integrating them into society. There were no universities at all in the West Bank prior to 1967. Hamas spends money on weapons that could be spent on education.

    Yes, indeed. Palestinian society, much like the rest of the Arab world, allows a criminal waste of human potential by diverting energy towards a conflict instead of towards building up civil society. That's why most Arab states have a low (and usually declining) human development index and shockingly inefficient economies compared to Israel.

    Devoting your energy to conflict and bitterness will destroy you before it destroys your enemy.

  7. Re:Military State on Israel To Join CERN As First Non-European Member · · Score: 4, Insightful

    Wow, what a condescending reply.

    Israel is not a "military state" in the sense that the military controls politics. It's a pretty dynamic democracy with a highly-diverse set of viewpoints. It also has a very educated labour force and a high number of high-tech companies and startups.

    Israel has long been known for innovation. Just google "Israeli Innovation".

    Those who propose BDS on the spurious basis of "Israeli Apartheid [sic]" are blind to reality, either out of ignorance or malice. While Israel is not perfect and its Arab citizens do suffer discrimination, it's nowhere near the level of South African Apartheid, and those same Arab citizens have more civil rights in Israel than in any Arab country.

  8. In other words... on $300M To Save 6 Milliseconds · · Score: 1

    This new cable runs Gentoo instead of <scoff>binary-only unoptimized distros</scoff>.

  9. Re:Tcl/Tk source on Ask Slashdot: Best Programs To Learn From? · · Score: 1

    Following up on myself... as a bonus, most of the important C functions and data structures have man pages.

  10. Tcl/Tk source on Ask Slashdot: Best Programs To Learn From? · · Score: 1

    For C code, I recommend reading the source to Tcl/Tk. It's beautiful code, well-structured and portable.

  11. Re:Change for the sake of change? on Linus Torvalds Ditches GNOME 3 For Xfce · · Score: 1

    Then why didn't he just stay with GNOME 2?

    Because maybe he wanted to stay with a living project rather than one that's fossilized and extremely unlikely to have further development, bug fixes, security fixes, etc.?

  12. Face reality on Seigniorage Hack Could Resolve Debt Limit Crisis · · Score: 1

    At some points, Americans and the American government are going to have to face reality: You can't keep living beyond your means indefinitely.

    One or more of these three things will happen, whether Americans like it or not:

    1. The government will cut spending.
    2. The government will raise taxes.
    3. The US dollar will devalue.

    Unfortunately, given that in the US political system it's impossible to make hard decisions, the balance between 1, 2 and 3 is likely to be sudden and sub-optimal.

  13. Re:Spamgourmet, better in every way on How To Get Websites To Ban Sign-ups From Gmail.com Accounts · · Score: 1

    You don't need the list of domains. The (comparatively tiny) list of MX machines will do...

  14. Silly scrapers.... on How To Get Websites To Ban Sign-ups From Gmail.com Accounts · · Score: 1

    Anyone who scrapes the list for alternate domains is supremely dumb. It's far easier to get a list of the small number of MX records. When we wanted to ban mailinator, we just banned any domain with an MX record that matched an IP address in the mailinator MX pool. Even if he uses a few different MX records for different domains, you'd only need a small list of domains to cover all the MX machines.

  15. Re:Fuck that on AMD Opens Israeli R&D Center, Hints At ARM Link · · Score: 1

    Israel is controlled by global ennemies of humanity, just like the US congress, german or french government

    Oops. I hope your Tin Foil Hat was not made in Israel... otherwise, you're doomed.....

  16. Hypocrisy in action... on RMS Cancels Lectures In Israel · · Score: 1

    Imagine if the situation had been reversed: Suppose an Israeli university had sponsored Stallman and then threatened to pull funding if he went on to speak at a Palestinian university. Do you think Stallman would have made the same choice? Do you think posters would say they "understand" the position of the Israeli university?

    Unfortunately, Stallman (who is normally very consistent in his behaviour and his beliefs) has messed up this time. He's compromised freedom for the sake of politics.

  17. Good idea, but... on A New Approach To Reducing Spam: Go After Credit Processors · · Score: 1

    It's a great idea to go after payment processors. I bet it could stop a lot of spam.

    But there's a lot more spam besides the ones that try to sell you something quasi-legitimately. Going after payment processors won't do anything to stop phishing attacks, lottery scams, Nigerian scammers, porn ads, wacko conspiracy theorists or questionable "newsletter" subscriptions. Also, the big spam rings will take advantage of dumb spammers who don't realize they'll get cut off for spamming. Unfortunately, there is no shortage of dumb spammers.

    Glancing at my traps, I would guess that about one in five of the spams would be affected by cracking down on payment processors.

  18. Re:Perl - the COBOL of scripting languages on Perl 5.14 Released · · Score: 2

    PHP alone is mostly eating its lunch

    Interesting you say that... our product's Web interface is written in PHP and I rue the day I made that decision. For all of Perl's faults, PHP is about 100 times worse. No proper namespaces, completely wild-west wacky naming "conventions", no decent DBI-like library, crappy add-on modules (just try finding a decent YAML parser for PHP.)

    If I had to do something new, I'd probably look at Python. I have very little experience with it, but it seems quite easy to use and fairly readable. Nevertheless, CPAN still takes the crown for a useful repo of modules.

    There are still a lot of companies developing in Perl. They tend not to tout it or make much noise about it, though. It's not trendy any more.

  19. Re:Perl - the COBOL of scripting languages on Perl 5.14 Released · · Score: 3, Interesting

    We still use Perl to develop our products (commercial and open-source.) Perl may be maligned, but it's still a good tool for a lot of purposes and if you pick and choose carefully, CPAN is an awesome resource. Perl has modern frameworks (eg, Catalyst) for Web development that are competitive with anything out there, and DBI is superior to most alternative languages' database libraries.

    While I'm bullish on Perl 5, I'm not so optimistic about Perl 6. I think it's suffring horribly from second system syndrome and may never see the light of day as a useful production tool.

  20. Great!!! on Canadian Music Industry Seeks Copy Tax On Memory Cards · · Score: 4, Funny

    This will stimulate international trade! US citizens will buy their drugs from Canada and we'll buy our storage media from the US.

  21. * Facepalm * on Face-Mounted Nose Stylus Created For Phones · · Score: 1

    Ouch!!! That hurt.

  22. It took a while, but... on Osama Bin Laden Reported Dead, Body In US Hands · · Score: 1

    Mazal Tov.

  23. Good move to take down page on Facebook, Zuckerberg Sued For $1 Billion Over Intifada Page · · Score: 1

    I'm glad Facebook took down the page; it was pretty vile hatred. I do support freedom of speech, but it should be on your own dime. A corporation like Facebook is not under any obligation to serve as a platform for speech and it can and should impose rules about what can be posted.

    On the other hand, I don't think the lawsuit is a good move. The plaintiff doesn't have a leg to stand on. Facebook did the right thing; it's time to move on.

  24. "or other alternate theories..." on Texas Bill Outlaws Discrimination Against Creationists In Academia · · Score: 1

    That's a nice loophole. So scientists should take a day across Texas to teach kids that:

    • The Universe was sneezed from the nose of the Great Green Arkleseizure, as described by the His Holiness Douglas Adams
    • People are not descended from the same common ancestor as other primates, but rather were created from wheat touched by The Noodly Appendage.
    • There are Invisible Pink Unicorns among us guiding creation.

    And of course, those who teach those theories cannot be discriminated against.

  25. Counterknowledge on The Encroachment of Fact-Free Science · · Score: 1

    There's a good book called "Counterknowledge" by Damian Thompson that explores some of these issues. It has a good web site as well.