Little Omar

Petit Omar or Little Omar was the nickname of Yacef Omar (1944-1957), a notable figure of the Algerian War for Independence.

Biography

Yacef Omar was born in 1944 at the Casbah of Algiers in a kabyle family. He is the nephew of Yacef Saadi, leader of the Autonomous Zone of Algiers. Little Omar was the liaison officer between the fighters and the leaders of the FLN (National Liberation Front) during the “Battle of Algiers”.

Omar grew in the big familial house with Yacef Saadi. This allowed him to see the figureheads of the Algerian Revolution like Abane Ramdane, Krim Belkacem, Colonel Ouamrane, Rabah Bitat, and Ali La Pointe who visited his uncle regularly. Courier between the militants and the FLN leaders, he succeeded to cross all police roadblocks and elude the French paratroopers in the hardest moments of the Battle of Algiers.

On October 8, 1957 paratrooper commandos of the 1st Foreign Parachute Regiment destroyed the house where he was hiding following their refusal to surrender, killing him along with Hassiba Ben Bouali, Ali La Pointe, Hamid Bouhamidi and 16 others.

Tribute

A new ultramodern hospital located at Draa Ben Khedda was named “Yacef Omar Hospital” in tribute to the child of the Casbah. His uncle Yacef Saadi was present the day of the inauguration on February 18, 2014.

Omar is played by Mohamed Ben Kassen in the 1966 Italian-Algerian movie The Battle of Algiers.

gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
gollark: So surely YOU can do it, if ""deforming things"""" is so easy.
gollark: I can't really do art, in general.

References

    • Jean-Louis Gérard, Dictionnaire historique et biographique de la guerre d'Algérie, Éditions Jean Curtuchet, 2001 ISBN 9782912932273
    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.