‘Each makes the other more difficult to recover from’: University of Sussex professor L. Alan Winters speaks to Wikinews on trade, COVID-19, Brexit

Wednesday, June 30, 2021

Earlier this month, Wikinews spoke with University of Sussex professor of economics L. Alan Winters regarding the decision of the United Kingdom to leave the European Union (EU) in the 2016 Brexit referendum and the subsequent negotiations leading up to and following the EU–UK Trade and Cooperation Agreement of December, which he has researched extensively. In a call, a Wikinews correspondent spoke with Professor Winters about recent developments in UK trade policy to learn more about his observations.

Winters is professor of economics at the University of Sussex, as well as founding director and fellow of the UK Trade Policy Observatory (UKTPO). His career spans over 15 years, including as chief economist at the Department for International Development, director of the Development Research Group of the World Bank, CEO of the Migrating Out of Poverty Research Programme Consortium and advisor for the Organisation for Economic Co-operation and Development, the Commonwealth Secretariat, the European Commission, the European Parliament, the United Nations Conference on Trade and Development, the World Trade Organization and the Inter-American Development Bank.

Three reports where Winters is listed as an author were used as reference during the interview: “COVID-19 will reinforce the Brexit shock”, “The Costs of Brexit” and “Taking stock of the new UK-EU Trade and Cooperation Agreement: governance, state subsidies and the level playing field”.

Winters was awarded the title “Companion of the Most Honourable Order of the Bath”, styled C.B., on June 16, 2012 as part of the 2012 Birthday Honours.

Retrieved from “https://en.wikinews.org/w/index.php?title=%27Each_makes_the_other_more_difficult_to_recover_from%27:_University_of_Sussex_professor_L._Alan_Winters_speaks_to_Wikinews_on_trade,_COVID-19,_Brexit&oldid=4660015”

Ontario Votes 2007: Interview with Libertarian candidate Zork Hun, Parkdale-High Park

Tuesday, October 2, 2007

Zork Hun is running for the Libertarian party in the Ontario provincial election, in the Parkdale-High Park riding. Wikinews’ Nick Moreau interviewed him regarding his values, his experience, and his campaign.

Stay tuned for further interviews; every candidate from every party is eligible, and will be contacted. Expect interviews from Liberals, Progressive Conservatives, New Democratic Party members, Ontario Greens, as well as members from the Family Coalition, Freedom, Communist, Libertarian, and Confederation of Regions parties, as well as independents.

Retrieved from “https://en.wikinews.org/w/index.php?title=Ontario_Votes_2007:_Interview_with_Libertarian_candidate_Zork_Hun,_Parkdale-High_Park&oldid=722519”

Death toll from Brazil mudslides rises to sixty

Sunday, January 3, 2010

At least sixty people have been confirmed dead after mudslides in southeastern Brazil, mostly on Ilha Grande, caused by torrential rainfall.

Rescue efforts are still continuing in the state of Rio de Janeiro for people feared to be buried under houses, which collapsed due to the deluge of mud and rain. Rescuers used shovels and heavy machinery to dig through the rubble.

Colonel Jerri Andrade, who is supervising the rescuers, commented on the current status of rescue efforts. “The weather is improving, which helps us with the search, but we won’t rest as long as we suspect that there are more bodies underneath the remains.”

More rain is forecast in the days ahead, making additional mudslides a possibility. The authorities have warned that the death toll could increase as more bodies are found. Three days of mourning were declared in the Rio de Janeiro greater area, and celebrations scheduled for January 6 were called off.

Retrieved from “https://en.wikinews.org/w/index.php?title=Death_toll_from_Brazil_mudslides_rises_to_sixty&oldid=3314893”

Inaugural African Protected Areas Congress closes

Thursday, July 28, 2022

The inaugural African Protected Areas Congress hosted in Kigali, Rwanda, closed on Saturday with delegates adopting the Kigali Call to Action, committing countries to greater investments in the conservation of nature.

The conference ran from July 18-23, and was organised by Rwanda, the International Union for Conservation of Nature and the African Wildlife Foundation, with the aim of discussing the challenges and opportunities in the conservation of nature and wildlife across Africa. Over 2300 delegates were present representing countries, the private sector, indigenous groups and conservation organisations.

Initiatives included the launching of a Pan-African Conservation Trust, with African governments encouraged to approve its establishment. This would see a $200 billion pan-African trust fund created for the financing of all 8,500 of Africa’s protected areas in perpetuity.

Congress closed with delegates adopting the Kigali Call to Action, committing countries to spending 1% of their GDP on funding biodiversity programs, alongside increasing collaborations between the public and private sectors. The Call to Action also called for the strengthening of the rights of indigenous peoples and local communities.

Retrieved from “https://en.wikinews.org/w/index.php?title=Inaugural_African_Protected_Areas_Congress_closes&oldid=4691862”

OpenSync Interview – syncing on the free desktop

Friday, May 19, 2006

This interview intends to provide some insight into OpenSync, an upcoming free unified data synchronization solution for free software desktops such as KDE, commonly used as part of the GNU/Linux operating system.

Hi Cornelius, Armin and Tobias. As you are now getting close to version 1.0 of OpenSync, which is expected to become the new synchronisation framework for KDE and other free desktops, we are quite interested in the merits it can provide for KDE users and for developers, as well as for the Open Source Community as a whole. So there’s one key-question before I move deeper into the details of OpenSync:

What does OpenSync accomplish, that no one did before?

Cornelius:

First of all it does its job of synchronizing data like addressbooks and calendars between desktop applications and mobile devices like PDAs and cell phones.
But the new thing about OpenSync is that it isn’t tied to a particular device or a specific platform. It provides an extensible and modular framework that is easy to adopt for application developers and people implementing support for syncing with mobile devices.
OpenSync is also independent of the desktop platform. It will be the common syncing backend for at least KDE and GNOME and other projects are likely to join. That means that the free desktop will have one common syncing solution. This is something really new.

How do the end-users profit from using synching solutions that interface with OpenSync as framework?

Cornelius:

First, the users will be able to actually synchronize all their data. By using one common framework there won’t be any “missing links”, where one application can sync one set of devices and another application a different one. With OpenSync all applications can sync all devices.
Second, the users will get a consistent and common user interface for syncing across all applications and devices. This will be much simpler to use than the current incoherent collection of syncing programs you need if you have more than the very basic needs.

How does OpenSync help developers with coding?

Cornelius:

It’s a very flexible and well-designed framework that makes it quite easy for developers to add support for new devices and new types of data. It’s also very easy to add support for OpenSync to applications.
The big achievement of OpenSync is that it hides all the gory details of syncing from the developers who work on applications and device support. That makes it possible for the developers to concentrate on their area of expertise without having to care what’s going on behind the scenes.
I have written quite a lot of synchronization code in the past. Trust me, it’s much better, if someone just takes care of it for you, and that’s what OpenSync does.

Tobias:

Another point to mention is the python wrapper for opensync, so you are not bound to C or C++, but can develop plugins in a high level scripting language.

Why should producers of portable devices get involved with your team?

Cornelius:

OpenSync will be the one common syncing solution for the free desktop. That means there is a single point of contact for device manufacturers who want to add support for their devices. That’s much more feasible than addressing all the different applications and solutions we had before. With OpenSync it hopefully will become interesting for manufacturers to officially support Linux for their devices.

Do you also plan to support applications of OpenSync in proprietary systems like OSX and Windows?

Cornelius:

OpenSync is designed to be cross-platform, so it is able to run on other systems like Windows. How well this works is always a question of people actually using and developing for this system. As far as I know there isn’t a real Windows community around OpenSync yet. But the technical foundation is there, so if there is somebody interested in working on a unified syncing solution on Windows, everybody is welcome to join the project.

What does your synchronisation framework do for KDE and for KitchenSync in particular?

Cornelius:

OpenSync replaces the KDE-specific synchronization frameworks we had before. Even in KDE we had several separate syncing implementations and with OpenSync we can get replace them with a common framework. We had a more generic syncing solution in KDE under development. This was quite similar from a design point of view to OpenSync, but it never got to the level of maturity we would have needed, because of lack of resources. As OpenSync fills this gap we are happy to be able to remove our old code and now concentrate on our core business.

What was your personal reason for getting involved with OpenSync?

Cornelius:

I wrote a lot of synchronization code in the past, which mainly came from the time where I was maintaining KOrganizer and working on KAddressBook. But this always was driven by necessity and not passion. I wanted to have all my calendar and contact data in one place, but my main objective was to work on the applications and user interfaces handling the data and not on the underlying code synchronizing the data.
So when the OpenSync project was created I was very interested. At GUADEC in Stuttgart I met with Armin, the maintainer of OpenSync, and we talked about integrating OpenSync with KDE. Everything seemed to fit together quite well, so at Linuxtag the same year we had another meeting with some more KDE people. In the end we agreed to go with OpenSync and a couple of weeks later we met again in Nuernberg for three days of hacking and created the KDE frontend for OpenSync. In retrospect it was a very pleasant and straightforward process to get where we are now.

Armin:

My reason to get involved (or better to start) OpenSync was my involvement with its predecessor Multisync. I am working as a system administrator for a small consulting company and so I saw some problems when trying to find a synchronization solution for Linux.
At that point I joined the Multisync project to implement some plugins that I thought would be nice to have. After some time I became the maintainer of the project. But I was unhappy with some technical aspects of the project, especially the tight coupling between the syncing logic and the GUI, its dependencies on GNOME libraries and its lack of flexibility.

Tobias:

Well, I have been a KDE PIM developer for several years now, so there was no way around getting in touch with synchronization and KitchenSync. Although I liked the idea of KitchenSync, I hated the code and the user interface […]. So when we discussed to switch to OpenSync and reimplementing the user interface, I volunteered immediately.

Can you tell us a bit about your further plans and ideas?

Cornelius:

The next thing will be the 1.0 release of OpenSync. We will release KitchenSync as frontend in parallel.

Armin:

There are of course a lot of things on my todo and my wishlist for opensync. For the near future the most important step is the 1.0 release, of course, where we still have some missing features in OpenSync as well as in the plugins.
One thing I would really like to see is a thunderbird plugin for OpenSync. I use thunderbird personally and would really like to keep my contacts up to date with my cellular, but I was not yet able to find the time to implement it.

Tobias:

One thing that would really rock in future versions of OpenSync is an automatic hardware detection mechanism, so when you plugin your Palm or switch on your bluetooth device, OpenSync will create a synchronization group automatically and ask the user to start syncing. To bring OpenSync to the level of _The Syncing Solution [tm]_ we must reduce the necessary configuration to a minimum.

What was the most dire problem you had to face when creating OpenSync and how did you face it?

Cornelius:

Fortunately the problems which I personally would consider to be dire are solved by the implementation of OpenSync which is well hidden from the outside world and [they are] an area I didn’t work on 😉

Armin:

I guess that I am the right person to answer this question then 🙂
The most complicated part of OpenSync is definitely the format conversion, which is responsible for converting the format of one device to the format that another device understands.
There are a lot of subsystems in this format conversion that make it so complex, like conversion path searching, comparing items, detection of mime types and last but not least the conversion itself. So this was a hard piece of work.

What was the greatest moment for you?

Cornelius:

I think the greatest moment was when, after three days of concentrated hacking, we had a first working version of the KDE frontend for OpenSync. This was at meeting at the SUSE offices in Nuernberg and we were able to successfully do a small presentation and demo to a group of interested SUSE people.

Armin:

I don’t remember a distinct “greatest moment”. But what is a really great feeling is to see that a project catches on, that other people get involved, use the code you have written and improve it in ways that you haven’t thought of initially.

Tobias:

Hmm, also hacking on OpenSync/KitcheSync is much fun in general, the greatest moment was when the new KitchenSync frontend synced two directories via OpenSync the first time. But it was also cool when we managed to get the IrMC plugin working again after porting it to OpenSync.

As we now know the worst problem you faced and your greatest moment, the only one missing is: What was your weirdest experience while working on OpenSync?

Cornelius:

Not directly related to OpenSync, but pretty weird was meeting a co-worker at the Amsterdam airport when returning from the last OpenSync meeting. I don’t know how high the chance is to meet somebody you know on a big random airport not related at all to the places where you or the other person live, but it was quite surprising.

Tobias:

Since my favorite language is C++, I was always confused how people can use plain C for such a project, half the time your are busy with writing code for allocating/freeing memory areas. Nevertheless Armin did a great job and he is always a help for solving strange C problems 🙂

Now I’d like to move on to some more specific questions about current and planned abilities of OpenSync. As first, I’ve got a personal one:

I have an old iPod sitting around here. Can I or will I be able to use a program utilizing OpenSync to synchronize my calendars, contacts and music to it?

Cornelius:

I’m not aware of any iPod support for OpenSync up to now, but if it doesn’t exist yet, why not write it? OpenSync makes this easy. This is a chance for everybody with the personal desire to sync one device or another to get involved.

Armin:

I dont think that there is iPod support yet for OpenSync. But it would definitely be possible to use OpenSync for this task. So if someone would like to implement an iPod plugin, I would be glad to help 🙂

Which other devices do you already support?

Cornelius:

At this time, OpenSync supports Palms, SyncML and IrMC capable devices.

Which programs already implement OpenSync and where can we check back to find new additions?

Cornelius:

On the application side there is support for Evolution [GNOME] and Kontact with KitchenSync [KDE] on the frontend side and the backend side and some more. I expect that further applications will adopt OpenSync once the 1.0 version is released.

Armin:

Besides kitchensync there already are a command line tool and a port of the multisync GUI. Aside from the GUIs, I would really like to see OpenSync being used in other applications as well. One possibility for example would to be integrate OpenSync into Evolution to give users the possibility to synchronize their devices directly from this application. News can generally be found on the OpenSync web site www.opensync.org.

It is time to give the developers something to devour, too. I’ll keep this as a short twice-fold technical dive before coming to the takeoff question, even though I’m sure there’s information for a double-volume book on technical subleties.

As first dive: How did you integrate OpenSync in KitchenSync, viewed from the coding side?

Cornelius:

OpenSync provides a C interface. We wrapped this with a small C++ library and put KitchenSync on top. Due to the object oriented nature of the OpenSync interfaces this was quite easy.
Recently I also started to write a D-Bus frontend for OpenSync. This also is a nice way to integrate OpenSync which provides a wide variety of options regarding programming languages and system configurations.

And for the second, deeper dive:

Can you give us a quick outline of those inner workings of OpenSync, from the developers view, which make OpenSync especially viable for application in several different desktop environments?

Cornelius:

That’s really a question for Armin. For those who are interested I would recommend to have a look at the OpenSync website. There is a nice white paper about the internal structure and functionality of OpenSync.

Armin:

OpenSync consists of several parts:
First there is the plugin API which defines what functions a plugin has to implement so that OpenSync can dlopen() it. There are 2 types of plugins:
A sync plugin which can synchronize a certain device or application and which provides functions for the initialization, handling the connection to a device and reading and writing items. Then there is a format plugin which defines a format and how to convert, compare and detect it.
The next part is a set of helper functions which are provided to ease to programming of synchronization plugins. These helper functions include things like handling plugin config files, HashTables which can be used to detect changes in sets of items, functions to detect when a resync of devices is necessary etc.
The syncing logic itself resides in the sync engine, which is a separate part. The sync engine is responsible for deciding when to call the connect function of a plugin, when to read or write from it. The engine also takes care of invoking the format conversion functions so that each plugin gets the items in its required format.
If you want more information and details about the inner workings of OpenSync, you should really visit the opensync.org website or ask its developers.

To add some more spice for those of our readers, whose interest you just managed to spawn (or to skyrocket), please tell us where they can get more information on the OpenSync Framework, how they can best meet and help you and how they can help improving sync-support for KDE by helping OpenSync.

Cornelius:

Again, the OpenSync web site is the right source for information. Regarding the KDE side, the kde-pim@kde.org mailing list is probably the right address. At the moment the most important help would be everything which gets the OpenSync 1.0 release done.
[And even though] I already said it, it can’t be repeated too often: OpenSync will be the one unified syncing solution for the free desktop. Cross-device, cross-platform, cross-desktop.
It’s the first time I feel well when thinking about syncing 😉.

Armin:

Regarding OpenSync, the best places to ask would be the opensync mailing lists at sourceforge or the #opensync irc channel on the freenode.net servers.
There are always a lot of things where we could need a helping hand and where we would be really glad to get some help. So everyone who is interested in OpenSync is welcome to join.

Many thanks for your time!

Cornelius:

Thanks for doing the interview. It’s always fun to talk about OpenSync, because it’s really the right thing.

Armin:

Thank you for taking your time and doing this interview. I really appreciate your help!

Tobias:

Thanks for your work. Publication and marketing is something that is really missing in the open source community. We have nice software but nobody knows 😉

Further Information on OpenSync can be found on the OpenSync Website: www.opensync.org


This Interview was done by Arne Babenhauserheide in April 2006 via e-mail and KOffice on behalf of himself, the OpenSource Community, SpreadKDE.org and the Dot (dot.kde.org).It was first published on the Dot and is licensed under the cc-attribution-sharealike-license.A pdf-version with pictures can be found at opensync-interview.pdf (OpenDocument version: opensync-interview.odt)

This article features first-hand journalism by Wikinews members. See the collaboration page for more details.
This article features first-hand journalism by Wikinews members. See the collaboration page for more details.

Retrieved from “https://en.wikinews.org/w/index.php?title=OpenSync_Interview_-_syncing_on_the_free_desktop&oldid=4635201”

Palestinian President Mahmoud Abbas cuts ties with Israel

Sunday, March 2, 2008

The President of Palestine, Mahmoud Abbas has cut all diplomatic ties and relations with Israel including any and all communications.

Abbas made his decision after recent Israeli crackdown on Palestinian militants has left over 100 people dead and dozens injured. On Saturday March 1, 70 Palestinians were killed in clashes. At least two soldiers of the Israeli Defense Force were also killed.

Abbas says that he will continue his silence towards Israel until “all aggression” against Palestine is stopped.

“The negotiations are suspended, as are all contacts on all levels, because in light of the Israeli aggression such communication has no meaning. The Israeli government has decided to prosecute an unjust war and the open slaughter of our people. It bears sole responsibility for the hindering the peace process and all the effects and consequences of this decision,” said Nabil Abu Rudeina, a spokesman for Abbas in a statement to the media.

According to reports by Africasia quoting Agence France-Presse (AFP), Israel calls the move by Abbas a mistake.

“Suspending peace talks is a mistake and it gives the keys to the negotiations to Hamas,” said an Israeli official to AFP who was not named.

The United States among other nations have called for Israel to stop its strikes, but Prime Minister Ehud Olmert said that “nothing will prevent us from continuing operations to protect our citizens.”

Retrieved from “https://en.wikinews.org/w/index.php?title=Palestinian_President_Mahmoud_Abbas_cuts_ties_with_Israel&oldid=616222”

Category:Tattoos

This is the category for tattoos, a form of body modification using ink and a needle.

Refresh this list to see the latest articles.

  • 8 April 2014: Scottish artist Alan Davie dies at age 93
  • 19 March 2014: Texas police name ‘person of interest’ in DeBerry woman’s disappearance
  • 25 July 2012: Wikinews interviews Great Britain men’s national wheelchair basketball player Joni Pollock
  • 21 June 2011: Jackass star Ryan Dunn dies in car accident aged 34
  • 7 October 2008: Tattoo with identifying details leads to prosecution of thief in Bristol, UK
  • 24 July 2008: Amy Winehouse wax model unveiled
  • 9 January 2008: Von D from “LA Ink” TV series sets world record for tattooing
  • 12 October 2007: Augusten Burroughs on addiction, writing, his family and his new book
  • 23 May 2007: Reports say body of missing US soldier found in Iraq
  • 27 January 2007: Aussies ignore flag ban at Big Day Out festival
?Category:Tattoos

From Wikinews, the free news source you can write.



Sister projects
  • Commons
  • Wikipedia
  • Wiktionary

Pages in category “Tattoos”

Retrieved from “https://en.wikinews.org/w/index.php?title=Category:Tattoos&oldid=2595550”

U.S. Coast Guard investigation finds ‘poor safety culture’ contributed to Deepwater Horizon disaster

Sunday, April 24, 2011

An investigation by the United States Coast Guard has concluded the largest oil spill in the history of the petroleum industry was partly the result of a “poor safety culture” aboard the Deepwater Horizon oil rig. The April 2010 explosion aboard the rig, which is located in the Gulf of Mexico, triggered a disaster that led to widespread environmental damage.

The report squarely blames Transocean, which managed the Deepwater Horizon, for being largely responsible for the explosion that claimed eleven lives. The rig had “serious safety management system failures and a poor safety culture,” the report says. Transocean fiercely rejected allegations that crews aboard the rig were badly trained and equipment was poorly maintained.

Deepwater Horizon and its owner, Transocean, had serious safety management system failures and a poor safety culture.

A slapdash safety environment on Deepwater Horizon would mean equipment was not mended or replaced if it meant losing valuable hours of drilling, the Coast Guard found. Electrical equipment believed to have caused a spark that ignited flammable gas was described as being in “bad condition” and “seriously corroded.” The report found that other deficiencies—improperly assembled gas detectors and emergency equipment; audible alarms switched off because of nuisance false warnings; complacency with fire drills; and poor preparation for dealing with a well blowout—all contributed to the disaster.

Transocean attacked the report’s conclusions and suggested the Coast Guard may have played a role in the disaster. A spokesperson for the company said Deepwater Horizon had been inspected by Coast Guard officials only months before the explosion, officials who said it complied with safety standards. “We strongly disagree with—and documentary evidence in the Coast Guard’s possession refutes—key findings in this report,” the company said.

This week, Deepwater Horizon owner BP launched legal action against Transocean. It also filed a lawsuit against Halliburton, the company that cemented the well, and Cameron, which manufactured the rig’s failed blowout preventer. BP is reportedly seeking to claim US$40 billion in damages, and alleges it has taken a massive financial hit and loss of reputation. In a statement, BP said it filed the lawsuits “to ensure that all parties … are appropriately held accountable for their roles in contributing to the Deepwater Horizon accident”.

In the lawsuit against Transocean, BP claims the company missed signs that a disaster was imminent and that it “materially breached its contractual duties in its actions and inactions leading to the loss of well control, the explosion and the loss of life and injuries onboard the Deepwater Horizon, as well as the resulting oil spill.” Halliburton, BP alleges, was riddled with “improper conduct, errors and omissions, including fraud and concealment” which led to the disaster, and continues to refuse to cooperate with investigators.

Transocean dismissed the lawsuit as “desperate” and “unconscionable,” and announced a countersuit against BP, which it claims was responsible for the disaster “through a series of cost-saving decisions that increased risk, in some cases severely.” Halliburton and Cameron, which is also countersuing, announced they would defend themselves against BP’s allegations.

U.S. President Barack Obama marked the anniversary of the explosion by conceding that although “progress” has been made to ensure the safety of deep water drilling rigs, “the job isn’t done.” Obama’s comments came less than a week after leading experts raised serious questions over the security of deep water drilling as the U.S. government approves more exploration without improving safety measures.

Charles Perrow, a professor at Yale University, said the oil industry “is ill prepared at the least” to deal with another oil spill, despite repeated assurances from the industry and the government, which insists lessons have been learned from the Deepwater Horizon disaster. “I have seen no evidence that they have marshaled containment efforts that are sufficient to deal with another major spill,” he said. “Even if everybody tries very hard, there is going to be an accident caused by cost-cutting and pressure on workers. These are moneymaking machines and they make money by pushing things to the limit.”

However, politicians have insisted they are doing all they can to help clean the coast of oil. “Cleanup efforts in some places are still ongoing, and the full scale of the damage done to our state has yet to be calculated, but the good news is that most all of our fishing waters are back open again,” said Louisiana Governor Bobby Jindal at a press conference. “All of us here today want the entire nation to get the message that Louisiana is making another historic comeback.”

I don’t see any hope at all. We thought we’d see hope after a year, but there’s nothing.

Gulf Coast residents, activists and relatives of the crewmen who were killed in the explosion paused this week for the anniversary of the oil spill’s beginning. A helicopter took the victims’ families from New Orleans to over the site where the rig stood, where it circled. “It was just a little emotional, seeing where they were,” said one victim’s mother. Remembrance services and candlelight vigils were held in the Gulf Coast region, which continues to suffer from the fallout of the catastrophe. The families have expressed anger at BP, who they say is being unfair and slow in paying out compensation from a $20 billion fund.

The area is still heavily affected by the disaster and reconstruction of the seafood industry that once thrived is slow. While tourists are beginning to return to the region, many are angry at BP and the Obama administration over how they handled the disaster. All the fishing waters in the area have now opened again, but people who live in the area remain dissatisfied. “I don’t see any daylight at the end of this tunnel,” one fisherwoman said. “I don’t see any hope at all. We thought we’d see hope after a year, but there’s nothing.”

Retrieved from “https://en.wikinews.org/w/index.php?title=U.S._Coast_Guard_investigation_finds_%27poor_safety_culture%27_contributed_to_Deepwater_Horizon_disaster&oldid=3133895”

Multifaith council commends Malaysian politician’s comments on conversion to Islam

Saturday, May 3, 2008

The Malaysian Consultative Council of Buddhism, Christianity, Hinduism, Sikhism and Taoism issued a statement Friday praising comments made Wednesday by Malaysian politician Datuk Seri Ong Ka Chuan on conversion to Islam. Malaysian Consultative Council president Datuk A. Vaithilingam said that Ong’s views are shared by Malaysians from all religious faiths in the country.

“Conversion to Islam should not be abused as a means to evade one’s legal obligations to one’s family. A person’s conversion to another religion should not cause pain and suffering for other members of the family,” said Vaithilingam. He asked state and federal government authorities to take necessary steps to fix loopholes in the law, so that Malaysians could freely practice religion in the country.

Conversion to Islam should not be abused as a means to evade one’s legal obligations to one’s family.

Ong is the current Minister of Housing and Local Government in the Malaysian cabinet, and also serves as the secretary-general of the {{w|Malaysian Chinese Association]] (MCA) and Perak MCA chairman. In his Wednesday statement, he said that individuals who convert to Islam through the marriage process should be permitted to renounce the religion if they leave the marriage. Ong also stated that the religion of a minor child with one Muslim parent should be determined by both parents, or remain the same until the child turns 18.

Ong said that issues involving divorce, custody of children and inheritance in matters of constitutional rights of non-Muslims had increased dramatically in the last three years. Ong emphasized the importance of civil law as related to non-Muslims in the country, as opposed to that of Syariah (Sharia), Islamic religious law.

We urge the Government to be transparent in this process.

“Non-Muslims are not to be subjected to any form of Syariah laws and for any disputes or overlapping areas involving the jurisdiction of civil and Syariah courts, civil laws must prevail. […] We urge the Government to be transparent in this process,” said Ong.

Ong’s comments were made as part of an 11-page motion of thanks on the royal address. His motion was seconded by Bintulu Minister of Parliament Datuk Seri Tiong King Sing. Ong also spoke about the corruption, education, crime and security and the economy in his two-hour speech.

Of the 27 million people in Malaysia, 60 percent are Muslim Malaysian Malays, 25 percent are Chinese and mainly Buddhists or Christians, and 7.8 percent are ethnic Indians and mainly Hindus.

Retrieved from “https://en.wikinews.org/w/index.php?title=Multifaith_council_commends_Malaysian_politician%27s_comments_on_conversion_to_Islam&oldid=4552944”

Apple to hold media event on September 1, may update iPods and Apple TV

Friday, August 27, 2010

Apple Inc. will hold a music-centered event in San Francisco, California on September 1. It has been widely speculated that the company will introduce an updated line of iPod portable music players and a new Apple TV.

The company e-mailed invitations for the event to various media organizations on Wednesday. The message included a picture of a guitar and the time of the event. Apple did not release any information about what products would be involved.

Apple has released new iPods through previous similar events in September in anticipation of the holiday shopping season. This year, Apple may unveil a new iPod Touch with two cameras, similar to their recent iPhone 4 design. It will likely also update the iTunes music store and software.

Speculation about a new Apple TV is mixed. While many blogs are reporting that a refresh of the device will be announced, analysts say that it is unlikely to happen during next Wednesday’s event. According to Reuters, sources are saying that Apple is negotiating with major television networks, including ABC and NBC, in order to provide shows for purchase on iTunes. However, they also reported that the deal has not been completed, and none of the companies involved have commented on the rumors.

It has also been rumored that Apple will introduce a new online music service. In 2009, Apple took over a company that allowed users to stream music online rather than download individual songs. Apple has not confirmed the rumors.

Last September’s media event saw the return of Apple CEO Steve Jobs after he took a break to undergo a liver transplant. This year, the event will be held in San Francisco’s Yerba Buena Center for the Arts, previously used by Apple in April for the unveiling of the iPad.

Retrieved from “https://en.wikinews.org/w/index.php?title=Apple_to_hold_media_event_on_September_1,_may_update_iPods_and_Apple_TV&oldid=4237151”