Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Holding back? (Score 4, Informative) 460

Actually, I -really- like Pulse.
For the first time since, err, RedHat 5?, I can actually hear music on amarok, watch a movie on youtube and get a call using skype without blocking the system.
I can dynamically reduce the volume of streams that I don't like (E.g. flash) without dropping the volume on other applications (E.g. amarok) or dynamically move streams from one device to another (E.g. Switch music stream from on-board / headphone to SB Audigy / 5.1).
I could never achieve that, not with Alsa (Linux w/ or w/o dmix) nor with OSS (under both Linux and FreeBSD).

Now, ***you*** may not appreciate or need it, but calling a very stable (at least on Fedora) a useless piece of shit just because ***you*** don't use it, should have earned you a -5 troll.

- Gilboa

Comment Re:Derp. (Score 1) 669

You do realize that my previous comments, which included large amounts of factual information were largely ignored by you, right?
Let me point a few:
1, By international law, the so-called occupied territories are not occupied at all.
2. Most Palestinians live under PA and Hamas control. Both of which violate basic human rights on a daily basis; a fact that's completely ignored by so-called human right groups.
2a. Unlike their PA and HAMAS controlled brothers, Israeli-Arab (Read: Palestinians who have Israeli citizenship) enjoy full civil rights (including the right to vote and be elected)
3. In a series of peace threats Israel redraw on a number of occasions from so-called occupied territories, treaties that were largely violated by the Palestinian side. (E.g. Stopping state sanctioned incitement for terror acts in PA controlled media and schools; Stopping state sanctioned terror acts; Changing the Palestinian treaty to acknowledge Israel's right to exist [...], etc)
4. Each time Israel withdraw from so-called occupied territories (with or w/o a peace treaty) the Palestinians immediately launched a wave of terror in return which usually targeted targets (like my Supermarket...).
5. In most cases, the attacks originated from Palestinian Civilian centers, relaying on Israel's reluctance to attack civilian targets. ... and I can continue.

Now, would I think different if I was sitting in Gaza right now? Most likely I would. Should it matter, as -my- house is being attacked by rockets fired from so-called Palestinian territories and when -my- Supermarket was blown by a suicide bomber killing and injuring dozens of civilians? Not really. ...Neither would you.

The only thing standing between us and peace is Arab recognition of the Jewish people's right to its own independent state. As the Palestinian still bluntly [1] refuse [2] to accept [3] our presence [4] here [5], peace could not be further away.

Last question? Might I inquire where do you live?

- Gilboa
[1] http://en.wikipedia.org/wiki/Mohammad_Amin_al-Husayni
[2] 10 point plan (which objects to SC 242), Official PA page in the UN site: http://www.un.int/wcm/content/site/palestine/pid/12354
[3] http://israelinsider.net/profiles/blogs/abbas-rejects-jewish-state
[4] http://www.youtube.com/watch?v=KPsOe9yRqTU
[5] http://www.youtube.com/watch?v=GueURvTbIss&feature=related

Comment Re:Derp. (Score 1) 669

I believe this sums up my words (from the link you posted):

"We will not harm the supply of food for children, medicine for those who need it and fuel for institutions that save lives," Olmert said at the time.
"But there is no justification for demanding we allow residents of Gaza to live normal lives while shells and rockets are fired from their streets and courtyards (at southern Israel)," he added.

- Gilboa

Comment Re:Derp. (Score 1) 669

I could have wasted my time and started by quoting article 42, of the 1907 Hague conversion (comments mine):
"Territory [Who's territory?] is considered occupied [from?] when it is actually placed under the authority of the hostile army [hostile to whom?]", pointing out that:
1. Israel has a peace agreement with Egypt which does not claim sovereignty over Gaza.
2. Israel has a peace agreement Jordan which does not claim sovereignty over the West-Bank.
3. There was never a Palestinian state in said territories. (Hence the "whom" part)
4. Hence, by all account Israel is legally free to continue holding these lands (at least until Egypt or Jordan change their position).

I could also point out that most of the Palestinian population is already living under Palestinian rule (be that the PA in the West bank or the Hamas militia group in Gaza) and has been doing so since the 1992-1995 Oslo peace agreement(s), which more or less negate the "oppression" argument (If anything, by all accounts the Hamas militia is currently violently oppressing the Palestinian populous under its rule - but somehow I don't see you demonstrating against them [Come to think about it, go to Gaza and demonstrate against Hamas' disregard for basic human rights, I'll bring pop-corn, it should be fun to watch).

I could further point out that each time we tried to redraw completely from so called Palestinian territories, we were met by a suicide bombers and rocket attacks against restaurants, buses, hospital and urban centres. (E.g. In December alone [!!!] more than 40 rockets and mortar shells were fired from the Hamas held Gaza strip on Israeli civilian towns and villages surrounding the Gaza strip)

I could end by pointing out that the only thing keeping the PA alive, preventing the Hamas from taking over the west-bank by force (much like they did in t

Comment Re:Derp. (Score 1) 669

... At least you didn't put us as genocidal maniacs, or were you?
In the current atmosphere of "Israel is to be blamed for GW, Al-Qaeda, world hunger and, well, Opera", I could actually consider your post fairly-balanced.

So, just before I go about my business (which apparently includes slaughtering baby seals, burning their corpses in an effort to release additional CO2 to the atmosphere), care to explain in what exactly we did this time?

- Gilboa

Comment Re:Mugabe (Score 1) 669

"India's shift was very violent as well, Israel's was the same"

Care to elaborate?
AFAIR, we chose Democracy by-more-or-less default. (Almost ended up a pseudo-socialist-Democracy, but that's another story)

- Gilboa

Comment Re:Linux already runs on thousands of cores (Score 1) 462

Pressed send too early (3am here).
My example goes to show that one must not threat the Linux kernel (or any other kernel for that matter) as a single entity that "needs redesign".
The code paths that we used might have been huge-SMP safe, but it's very likely that other parts of the kernel might not be.
When talking about redesign, one should be specific: Are they talking about the memory management? network stack? driver layer? workqueues? scheduler? IRQ handling? etc, etc, etc.

- Gilboa

Comment Re:Linux already runs on thousands of cores (Score 1) 462

The linked article doesn't really explain what was simulated and how. (At least not in depth, unless I missed something).

However, I cannot disagree more.
In one of my previous projects we developed a kernel based traffic monitoring software that was originally designed when top of the lines servers (such as the HP DL-585G1) had 4-socket, single core CPUs (A total of 4 cores).
The same software scaled -linearly- (*) when 4 socket, 12 cores (AMD Opteron) and 8 core / 16 thread (Xeon EX) CPUs were released. (A total of 48 cores on AMD Opteron machines and 32 cores / 64 threads on Xeon EX machines)

Now, if the Linux kernel (at least the short code paths that we used) had severe problems with scaling above, say, 48 cores, a 64 core Xeon EX performance would have scaled poorly compared to 48 core AMD Opteron machine, let alone a 24 cores Xeon EP (dual socket), but our experience seems to suggest otherwise.

- Gilboa

* Actually, we saw better-than-linear scaling, but this can be attributed to the huge L2/L3 caches in modern CPUs.

Comment Re:But... but... (Score 1) 323

Why someone voted your post as insightful is beyond me.
Vocal idiots sit on both ends of GW debate: From the "think about the children" idiots on one end, to "The UN black helicopters will take over the old" idiots on the other.

Your assumption that people who watch Fox (most likely due to them being right-conservative as opposed to the left-liberal main media) automatically makes them idiots, puts you smack in the middle of the "think about the children" camp.

- Gilboa

Comment Re:Overheating means waste of energy (Score 1) 79

*Sigh*

Lets assume, for a second, that I have a system that scales linearly from 12 to 48 cores (2S Xeon 56xx/Opteron 2xxx to 4S Opteron 6xxx) and requires ~4GB per core. (48-192GB)
Now, lets assume that I'm willing to switch to ARM.
1. I will need a board that with at-least 24-96 soon-to-be-released ARM 2.0 Ghz Coretex A9 dual core core CPUs.
2. This board will also need unbelievably wide (and extremely complicated) crossbar, as I can no longer simply put 4 independent buses (one per CPU) and simply connect the sockets via a high-speed inter-CPU bus as AMD and Intel currently do.
3. Let alone the fact that this board will also require huge amounts of L3 cache / snoop-cache, as the built-in per-CPU cache will have a horrible cache hit/miss ratio.
4. ... And this of-course, assuming the ARM can:
    a. Address more than 64GB RAM. (As I recall, ARM was limited to 36bit)
    b. Capable of working on MP configuration.
5. Lets assume that someone actually managed to solve all of the above, this doesn't solve one issue: This machine will have abysmal single thread performance. Even if my application scales nicely into 96 threads (and most applications don't), I will still have code-paths that will be core-speed dependent; and these code-paths will be dog slow on this machine.

In short, currently ARM doesn't come even close to replacing a cheap 2S Xeon/Opteron servers, let alone a super-high-end 4S/8S server.

- Gilboa

Comment Re:Showing its age (Score 2, Interesting) 148

(I use CentOS on development machines, RHEL for production)

1. Releases: Please compare the release date of say, RHEL 4.8 (19/5/09) to CentOS 4.8 (21/8/09).
Or better yet, compare RHEL 5.5 (30/3/10) to CentOS 5.5 (will be ready when its ready).
Now, CentOS devs tend to follow RedHat security updates fairly closely, and I usually see the CentOS updates ~12-48h after their RHEL parents.
However: A. In production environment, I rather not wait 12-48h. B. Given the complexity of major updates (E.g. RHEL 5.5), CentOS tends to lag RedHat by a considerable margin.

2. Support: We once had a RHEL kernel fix, specifically tailored to our issue, within 24h. CentOS devs simply cannot compete with RedHat. Period.

Make no mistakes, I bow before the CentOS devs for maintaining a great distribution, but when my job is on the line, I rather put RHEL. Period.
Nobody gets fired for using RHEL.

- Gilboa

Slashdot Top Deals

"Religion is something left over from the infancy of our intelligence, it will fade away as we adopt reason and science as our guidelines." -- Bertrand Russell

Working...