Chilean President Piñera discontinues “catastrophe state” in O’Higgins, Maule and Bío Bío regions

Saturday, April 3, 2010

The opposition to the Chilean President Sebastián Piñera have criticized his management after the earthquake. Piñera however gave a stability message to the Chilean people last Wednesday. On Thursday morning, he announced that he would discontinue the “catastrophe state” declared in the most affected regions by the earthquake: O’Higgins, Maule and Bío Bío. He also emphasized the actions he has taken during the twenty days he has been as President.

Piñera also said that the decree that declares as affected zones the Valparaíso, Santiago Metropolitan, O’Higgins, Maule, Bío Bío and Araucanía regions will be kept in order to ease the aid plans, and military forces will stay in these areas.

“We’ve decided to keep the Armed Forces on the affected areas with a double purpose: they can still collaborate in aid humanitarian works with the enormous job to reconstruct what the earthquake and tsunami destroyed,” said Piñera. “We want to halt the delinquency, as we did last March 29 in the Day of the Combatant Young [Día del Joven Combatiente],” he added.

He also said he was satisfied with the promulgation of the “bono marzo” (“March bonus”, a bonus of money that poor people will receive), one of his symbolic proposals for his government.

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.

Fitzpatrick family offers reward in search for missing Mijas teenager

Monday, February 18, 2008

The family of Amy Fitzpatrick, an Irish expat who disappeared from Mijas, Spain on New Year’s Night, has announced a reward for reliable information which could lead to finding the missing teenager. The news came in a statement from Dave Mahon, the partner of Amy’s mother, Audrey, who said all information would be treated in the strictest confidence, and calling on anyone who may have a possible lead to contact either the family or the Civil Guard. In the statement Mahon said that “a substantial reward is on offer to anyone who can provide reliable information on Amy’s whereabouts. Any information received will be treated within the strictest confidence.”

There has been no news on whether detectives have managed to locate a vehicle which they believe Amy may have taken, a British-registered white Ford Fiesta, with the registration number C955 SLK. Anyone who may see the vehicle is asked not to touch it to avoid destroying any evidence, and to call 062 urgently.

Amy disappeared when she was walking home to the Riviera del Sol Urbanisation from the Calypso area at around 10 p.m. on New Year’s Night, and was wearing black track suit bottoms and a T-shirt with the word ‘Diesel’ when she was last seen. She has black hair, and is 1.65 m tall. The contact telephone numbers for any information on her whereabouts are 112, 952 487 036, 062, 686 044 181 and 952 474 030.


This article is based on Fitzpatrick family offers reward in search for missing Mijas teenager by TypicallySpanish.com which has a copyright policy compatible with our CC-BY 2.5. Specifically “CC-BY-3.0

IEEE approves 802.11n standard after six years

Saturday, September 12, 2009

On Friday, the Institute of Electrical and Electronics Engineers (IEEE) ratified the next generation of Wi-Fi Alliance certification known as 802.11n. The path to ratification began on September 11, 2003 with 11 major drafts of the specification over the course of six years. Even though just approved, wireless devices have been available on the the market for over two years, running on what is known as “draft n” or “pre-N”.

The 802.11n standard operates on both the 2.4Ghz and 5.0Ghz frequencies. This will allow it to be backwards compatible with 802.11a, 802.11b and 802.11g, provided that the base station has dual radios. The speeds of 802.11n are substantially faster than that of its predecessors with a maximum theoretical throughput of 600Mbit/s.

Very few additions were made to the 802.11n draft standard over the last two years, so most if not all “draft n” hardware available on the market today is expected to be compatible with n-standard devices available in the future. In a similar process of the upgrade from “pre-G” to 802.11g, it is expected that most manufacturers of wireless hardware will release new firmware to bring all draft devices up to full standard compliance.

Looted, possibly contaminated body parts transplanted into USA, Canadian patients

Monday, March 20, 2006

Fears of contaminated bone and skin grafts are being felt by unsuspecting patients following the revelation that funeral homes may have been looting corpses.

Janet Evans of Marion Ohio was told by her surgeon, “The bone grafts you got might have been contaminated”. She reacted with shock, “I was flabbergasted because I didn’t even know what he was talking about. I didn’t know I got a bone graft until I got this call. I just thought they put in screws and rods.”

The body of Alistair Cooke, the former host of “Masterpiece Theatre,” was supposedly looted along with more than 1,000 others, according to two law enforcement officials close to the case. The tissue taken was typically skin, bone and tendon, which was then sold for use in procedures such as dental implants and hip replacements. According to authorities, millions of dollars were made by selling the body parts to companies for use in operations done at hospitals and clinics in the United States and Canada.

A New Jersey company, Biomedical Tissue Services, has reportedly been taking body parts from funeral homes across Brooklyn, New York. According to ABC News, they set up rooms like a “surgical suite.” After they took the bones, they replaced them with PVC pipe. This was purportedly done by stealth, without approval of the deceased person or the next of kin. 1,077 bodies were involved, say prosecuters.

Investagators say a former dentist, Michael Mastromarino, is behind the operation. Biomedical was considered one of the “hottest procurement companies in the country,” raking in close to $5 million. Eventually, people became worried: “Can the donors be trusted?” A tissue processing company called LifeCell answered no, and issued a recall on all their tissue.

Cooke’s daughter, Susan Cooke Kittredge, said, “To know his bones were sold was one thing, but to see him standing truncated before me is another entirely.” Now thousands of people around the country are receiving letters warning that they should be tested for infectious diseases like HIV or hepatitis. On February 23, the Brooklyn District Attorney indicted Mastromarino and three others. They are charged with 122 felony counts, including forgery and bodysnatching.

British TV presenter Rico Daniels tells Wikinews about being ‘The Salvager’

Saturday, March 14, 2009

Rico Daniels is a British TV presenter living in France who is known for his two television series — The Salvager — whilst he still lived in the UK and then Le Salvager after he moved to France. Rico has been in a variety of jobs but his passion is now his profession – he turns unwanted ‘junk’ into unusual pieces of furniture. Rico’s creations and the methods used to fabricate them are the subject of the Salvager shows.

Rico spoke to Wikinews in January about his inspiration and early life, future plans, other hobbies and more. Read on for the full exclusive interview, published for the first time:

Several Common Types Of Auto Parts Repair In Johnson County

byAlma Abell

A reliable, properly functioning car or truck has come to seem like a basic necessity of life to many people in the area. Unfortunately, even a well-maintained vehicle will sometimes break down.

When one of the many subsystems that make up a modern car fails, experts at Auto Parts Repair in Johnson County will almost always be able to help. Instead of having such a component replaced with a new one, arranging for a fix to be effected can be both more convenient and more affordable.

Some Automotive Parts and Systems Are Especially Susceptible to Failure

Of the various such problems that people in the area sometimes run into, a few consistently rank among the most common. Some of the components that most regularly end up being candidates for an Auto Parts Repair in Johnson County include:

* Starter motor.

* Just about every modern vehicle includes a compact, electric motor that is used to get the engine running. This small part must generate and withstand truly prodigious forces to be able to set a far larger internal combustion engine in motion. Having a starter motor repaired when it seizes up or otherwise refuses to work can easily save a vehicle owner a good deal of money.

* Transmission.

* Whether in vehicles equipped with stick shifts or those where the changing of gears happens automatically, transmissions fail fairly often, as well. As a replacement part can cost thousands of dollars to buy, having a transmission repaired or rebuilt will often prove to be much more economical.

* Turbo.

* Although turbochargers used to be found mostly in high-performance vehicles, they can be used to improve fuel economy, as well. As a result, many cars in the area are now equipped with such devices, and having a failing one fixed can pay off.

A Quick, Affordable Fix is Never Far Away

Instead of having a brand new part or subsystem installed, it will therefore often make sense to simply ask that an existing one be repaired. Contact usand it will be easy to see that this option is one that can make for a choice that is both more affordable and considerably more convenient.

2008 Canadian Championship: Toronto FC vs. Montreal Impact

Thursday, May 29, 2008

May 27, 20087:30 PM (EDT)
Toronto FC 1–0 Montreal Impact Saputo Stadium, Montreal, Quebec Attendance: 12,083 Referee: Paul Ward
Brennan 32’Wynne 37’Dichio 41’Smith 41’Valez 72′ (1) 24′ Di Lorenzo 24′ Ribeiro 37′ Pesoli 53′ Pesoli

Toronto FC opened up the Nutrilite Canadian Championship with a 1-0 win against Montreal Impact at Saputo Stadium on Tuesday night.

Reds defender Marco Velez scored the only goal of the game, 1st in tournament history. Velez jumped to head home a cross from Laurent Robert. The goal came in the 72nd minute.

Montreal played for much of the 2nd half with 10 men after defender Stefano Pesoli was sent off for a second yellow card.

Toronto FC striker Danny Dichio has been struggling with a groin strain in recent weeks and was forced to leave the game before half time. He was replaced by Jarrod Smith.

Toronto FC now prepare to face Los Angeles Galaxy in Major League Soccer on Saturday at 3:30 p.m. at BMO Field. Toronto FC play their next Nutrilite Canadian Championship game on July 1st against Vancouver Whitecaps at BMO Field. The Impact’s next game is on Friday against the Portland Timbers at Saputo Stadium.

President Bush tours Katrina affected region

Thursday, January 12, 2006

President George W. Bush made a stop over in two of the worst hit cities by Hurricane Katrina today. His stops included New Orleans, Louisiana, and Bay St. Louis, Mississippi.

The president made small speeches in both cities, with references to the many problems that still exist due to a lack of housing, the slow pace of Small Business Administration Loans, problems with homeowners insurance payments and the urgent need for bridge rebuilding.

“People in faraway places like Washington, D.C., still hear you and care about you,” Bush said standing in a gymnasium at St. Stanislaus College in Bay St. Louis. “I recognize there’s some rough spots. We’re going to work to make them as smooth as possible.”

Bush also recognized and promised that his administration is learning the lessons of its “all-to-slow” and “much-criticized” response to Katrina. “Obviously the federal response in parts of this devastated area could have been a lot better. We want to know how to make them better. We want to make sure that when there is a catastrophe of any kind, this government, at the federal level, is capable of dealing with it in conjunction with the state and local governments.We want to know how to make it better,” Bush said during his speech. “I just want to assure you, we are, we are.”

Bush went on to praise the city’s success in getting the essential utilities, such as, water and electric “mostly” on-line. He also said that federal tax incentives will encourage businesses to create jobs and promised that the new levy system will make the city “both safer and more attractive for investment.” He also added that all those things will help New Orleans and the rest of the Gulf, back into a “shining part of the South.” He also said “New Orleans is a great place to have a convention” and a “heck of a place to bring your family.”

Bush promises that the federal government has allocated 85 billion dollars for reconstruction efforts, $25 billion of which has already been spent on mostly the effort to clean up the debris and provide temporary housing for citizens.

Hurricane Katrina struck the south central U.S. on late August 29, 2005.

Katrina first made landfall in Miami, Florida on August 25, 2005 as a category one hurricane resulting in dozens of deaths in South Florida and spawning several tornadoes.

Katrina then passed over Florida and headed into the Gulf of Mexico where it strengthened into a massive category 5 storm.

She then made her second landfall on the morning of August 29, 2005, near Buras-Triumph, Louisiana with winds at 125 MPH and a central pressure of 920 mbar, a strong Category 3 storm.

Katrina is quite possibly the strongest hurricane on record ever, but estimating the size of storms from before the 1960s (the pre-satellite era) is difficult to near impossible.

As of January 4, 2006, the confirmed death toll from Katrina stands at 1,386.

Demographers estimate of New Orleans’ 400,000 residents prior to Katrina only 25% have returned.

Shopping Basket