">
British TV presenter Rico Daniels tells Wikinews about being ‘The Salvager’
December 31, 2021 · Uncategorized · (No comments)

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:

Retrieved from “https://en.wikinews.org/w/index.php?title=British_TV_presenter_Rico_Daniels_tells_Wikinews_about_being_%27The_Salvager%27&oldid=1100139”
">
Chilean actor Oscar Garcés accused of sexual abuse
December 31, 2021 · Uncategorized · (No comments)

Friday, April 23, 2010

Chilean actor Oscar Garcés was arrested last Saturday morning by Carabineros in Calama after a 25-year-old woman accused him of sexual abuse.

Garcés, who was the boyfriend of Francini Amaral, was traveling with Cristián Vidal and Francisco Schilling to Calama. A few hours before the incident, he had attended an event in the “Sala Murano” disco.

Prosecutor Pablo Medina reports that Garcés went at 5:00 AM to the Sonesta Hotel, and called the reception desk to request room service. Soon after, he was involved in a fight with a female hotel worker. The victim accused Garcés of forcibly attempting to kiss her and trying to molest her. Medina later said: “The detained was accused of sexual abuse against a woman.”

After the incident, the woman called Carabineros and later verified her lesions at the Carlos Cisternas Hospital. Police subsequently informed Medina, who ordered that Garcés be arrested. Medina reported the investigation will take about 80 days. Garcés is currently free with some restrictions.

“The accused cannot come within a 200-meter radius from the victim”, Medina said. He also explained that Garcés could be imprisoned from three to seven years.

After being set free, Garcés came back to Santiago, saying: “I’m very sad. I don’t want to say anything until I can talk with my lawyer,” La Cuarta reported.

Retrieved from “https://en.wikinews.org/w/index.php?title=Chilean_actor_Oscar_Garcés_accused_of_sexual_abuse&oldid=4606588”
">
OpenSync Interview – syncing on the free desktop
December 30, 2021 · Uncategorized · (No comments)

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”

Discount Dog Beds More Value For Your Money Deals

December 29, 2021 · Puppies For Sale · (No comments)

Discount Dog Beds More Value for Your Money Deals

by

michael russell

Pet owners can save a pretty penny by opting for discount pet supplies. It will also help you to save on other expenses without compromising on your pet’s needs. Discount dog beds will ensure a comfortable sleep for your pooch that would keep him off from your beds. More than a high price tag, comfort and functionality is more important as far the dog beds go.

Discount dog beds are available in dime a dozen patterns and styles. From the simple pillow type bed to the specialized orthopedic beds and warm beds there is a whole lot of choices on offer. The bed that you choose should be big enough for the dog to curl up or stretch as per his sleeping pattern, protecting them from cold and giving a place of their own to retire and relax after an active day

[youtube]http://www.youtube.com/watch?v=cXJk-vQhmXg[/youtube]

Dog beds play a big role in ensuring the well being of the pets and are not just luxury items. Choosing a dog bed requires diligence as many factors need to consider. If you have an aged dog that suffers from arthritis or joint pain, it is better to choose an orthopedic bed with pressure points that would ease its pain. Large dog beds should be bought in case your dog belongs to a large breed like bulldog or mastiff.

Dogs are highly active and like to jump up and down the furniture, which makes them prone to injuries. Dog beds will prevent the possibility of injuries as it can be put on the floor. If your dog likes to spend more time in your company, it will be a good idea to keep the dog bed in your bedroom. Dog beds with washable covers are good options as you can match it up to suit the room d cor. These are easy to clean as well.

Watch out for discount deals and stock clearance sales in online pet shops to grab some of the best deals in pet accessories like beds, leather leads or chew toys. Online auction sites where people dispose off dog beds that they don’t need any more are also good choices. Budget beds are excellent money savers that would leave you smiling even during the worst hit recession periods.

There are many online shops like Bigdogzzz.com where you can shop for

discount dog beds

and accessories like

raised feeders

that would keep your pets happy.

Article Source:

ArticleRich.com

New York business receives package containing unknown powder

">
New York business receives package containing unknown powder
December 28, 2021 · Uncategorized · (No comments)

Tuesday, October 21, 2008

In Buffalo New York, a suspicious package was received by National Action Financial Services, a subsidiary of Sitel, Inc.. According to FBI spokesperson Earl Gould Buffalo, the initial call was placed at 10:30AM EST Yesterday. The mail department found the package, evacuated the building, and contacted the local police department. The package has been described as containing some type of white powder.

The police department then contacted the Department of Homeland Security, who finished at the scene by 3:00PM EST.

After interviews with several employees were refused, one agreed – after being only identified as KR. He said management was being very “hush hush” about the incident, but when he came in he jokingly said that it was a “regular day at work now”.

National Action Financial media contacts were not available for comment, and the Amherst Police Department referred Wikinews to the local FBI office.

Special Agent Earl Gould stated as of 4:30PM no hospitalizations were required, but could not comment further as it is an ongoing investigation. He also stated the first responders to the scene did “everything right, and contained it immediately.”

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

World’s first double arm transplant undertaken in Munich

">
World’s first double arm transplant undertaken in Munich
December 27, 2021 · Uncategorized · (No comments)

Saturday, August 2, 2008

A 54-year-old German farmer who lost both arms in a farming accident six years ago has become the first patient to receive a complete double arm transplant. The patient, whose name has not been released, underwent the operation at the Klinikum rechts der Isar, part of the Technical University of Munich (Technische Universität München), last week; he is said to be recovering well.

The operation lasted 15 hours and was performed by a team of 40 specialists in Plastic Surgery, Hand Surgery, Orthopedics and Anesthesiology, under the direction of the head of the Plastics and Hand Surgery department, Prof. Hans-Günther Machens, Dr. Christoph Höhnke (Head of Transplants, Senior Physician; Plastics and Hand Surgery) and Prof. Edgar Biemer, the former Chief of Plastic Surgery at the Clinic.

In a press statement released by the clinic, it was revealed that the patient had been thoroughly physically checked and had psychological counselling prior to the surgery to ensure he was mentally stable enough to cope with the procedure. Since completion of the surgery, the patient has been on immuno-suppressant drugs to prevent rejection of the new limbs.

Following the surgery, the press release from the clinic’s press manager, Dr. Tanja Schmidhofer, included the following statement:

The flow of blood was [re-]started in intervals of 20 minutes because the anaesthetists had to make sure that the patient would not suffer from the blood flowing back from the transplanted parts. No significant swelling was seen, nor indeed any ischemia (lack of blood flow to the tissues). This is a testament to the surgeons who established a fully functioning blood flow…the main nerves, the Musculocutaneus, Radial and Ulnar nerves were all attached and sewn together, and finally an external fixator was applied, with pins in the lower and upper arms, avoiding the risk of pressure points and sores. The operation was successfully completed after 15 hours.

Without the immuno-suppressant drugs given to the patient, the risk of there being a Graft-versus-Host Reaction or GvHR, would have been significant due to the upper arm containing a large amount of bone marrow, consisting of ICC’s or Immuno-Competent Cells, which would have triggered a near total rejection of the new limbs. A GvHR is a condition which results in the cells from the transplant attacking the immune system of the body.

Indications from the clinic suggest that the double attachment went well, although it could be up to 2 full years before the patient is able to move the arms.

The donor arms came from an unnamed teenager, who is believed to have died in a car accident.

Retrieved from “https://en.wikinews.org/w/index.php?title=World%27s_first_double_arm_transplant_undertaken_in_Munich&oldid=4392779”

George Bush: Rescue plan will get through

">
George Bush: Rescue plan will get through
December 27, 2021 · Uncategorized · (No comments)

Tuesday, September 30, 2008

George W. Bush vowed to get the USD 700 billion economic rescue plan through congress in a statement to the media made today.

“Yesterday, the House of Representatives voted on a financial rescue plan that had been negotiated by Congressional leaders of both parties and my administration,” Bush reminded the audience. “Unfortunately, the measure was defeated by a narrow margin. I’m disappointed by the outcome, but I assure our citizens and citizens around the world that this is not the end of the legislative process.”

“Producing legislation is complicated, and it can be contentious. It matters little what a path a bill takes to become law,” he continued. “We’re at a critical moment for our economy, and we need legislation that decisively address the troubled assets now clogging the financial system, helps lenders resume the flow of credit to consumers and businesses, and allows the American economy to get moving again.”

Market Data

23:45, 30 September, 2008 (UTC)
  • DJIA
  • 10.850,70 485,21 4,68%
  • Nasdaq
  • 2.082,33 98,60 4.97%
  • S&P 500
  • 1.166,36 59,97 5,42%
  • S&P TSX
  • 11.752,90 467,83 4.15%
  • IPC
  • 24.888,90 933,23 3,90%
  • Merval
  • 1.598,170 52.720 3,41%
  • Bovespa
  • 49.541,27 3,513.21 7,63%
  • FTSE 100
  • 4.902,45 83,68 1,74%
  • DAX
  • 5.831,02 23,94 0,41%
  • CAC 40
  • 4.032,10 78,62 1,99%
  • SMI
  • 6.654,89 154,76 2,38%
  • AEX
  • 331,45 7,90 2,44%
  • BEL20
  • 2.672,20 82,73 3,19%
  • MIBTel
  • 19.512,00 110,00 0,56%
  • IBEX 35
  • 10.987,50 41,80 0,38%
  • All Ordinaries
  • 4.631,30 207,90 4,30%
  • Nikkei
  • 11.259,90 483,75 4,12%
  • Hang Seng
  • 18.016,20 135,53 0,76%
  • SSE Composite
  • 2.293,78 3,72 0,16%

    “I recognize this is a difficult vote for members of Congress. Many of them don’t like the fact that our economy has reached this point, and I understand that. But the reality is that we are in an urgent situation, and the consequences will grow worse each day if we do not act. The dramatic drop in the stock market that we saw yesterday will have a direct impact on the retirement accounts, pension funds, and personal savings of millions of our citizens. And if our nation continues on this course, the economic damage will be painful and lasting.”World and US markets today are up after severe declines yesterday. Most have recovered 30% of their previous losses, meaning that the potential government expenditure was similar to the market losses.

    Bush then said that he knows “many Americans are especially worried about the cost of the legislation.” He then attempted to justify the cost. “The bill the House considered yesterday commits up to 700 billion taxpayer dollars to purchase troubled assets from banks and other financial institutions. That, no question, is a large amount of money. We’re also dealing with a large problem. But to put that in perspective, the drop in the stock market yesterday represented more than a trillion dollars in losses.”

    If passed, the bailout plan would have allowed for the United States government to purchase devalued mortgage backed securities, resulting from the subprime mortgage crisis, from troubled financial institutions. The US Treasury Secretary Henry Paulson said the plan could cost up to $700 billion.

    Retrieved from “https://en.wikinews.org/w/index.php?title=George_Bush:_Rescue_plan_will_get_through&oldid=4492983”

    Balancing Work And Life Through Effective Time Management

    December 25, 2021 · Strata Management · (No comments)

    Submitted by: Vasantha C

    We see many people regretting that they worked hard all their lives but had never been able to pay enough attention to the other side of their lives and feel guilty, sad and unfulfilled. Why?

    It is because they did not manage their time effectively to pay attention to other areas of their lives and focused only on their profession or business. Effective time management is essential to strike a balance between work and life. You will have enough time for doing all the things that you need to enjoy fulfillment in every aspect of your life.

    What is Effective Time Management?

    You can divide your time through proper planning and allocation for each area of your life. This will enhance your quality of life and leave no room for complaint or regrets later on. This process of managing your time in the best way to achieve a well rounded life is known as Effective Time Management.

    I. Do not Mix Work and Personal Life

    [youtube]http://www.youtube.com/watch?v=x6iTF_tcZc0[/youtube]

    It is dangerous to mix work with the personal life as it can create problems in both areas. You should be able to divide and prioritize your time to keep your sanity and enjoy a satisfied life. Nurturing relationships is equally important to enjoy the quality of life and avoid regrets in future. You can also avoid complaints from your family and friends while equally contributing to your career or business.

    II. Spend weekends for private life

    Many of them bring their office work to home or work on the weekends and spoil their family life. If you realize this, you are one step closer to achieving work and life balance. The best way is to spend the weekends only for your interests other than work. Weekends are meant for the family, to spend quality time with your children, for playing indoor games or golf, tennis, or going for a long trek.

    III. Do not over Work

    What will happen, when you over work, the answer is you will get tired and you will need rest. There will also be no energy left for doing anything else even if you want to. If you spend most of your hours working even the little time that you could spend at home will be lost. So if you want to maintain a good work life balance you should never over work.

    IV. Maintain a Diary or Organizer

    Maintaining some kind of a record for listing your goals and priorities is essential to complete your activities in an organized manner without fail. So you can maintain a diary to note down the things you want to do and the time frame to do it. Technology is so advanced that you can carry your electronic organizer with you anywhere so that you never miss out on any of your commitments.

    V. Effective Time Management

    Effective time management is nothing but setting up goals and the time frame for achieving each goal and stick to the plan. Once you set up the goals and time lines and following them up strictly and draw boundaries accordingly you will be easily able to balance both work and life.

    Family and Personal Goals Fulfilling your family s aspirations and your goals (such as a vacation tour, higher education in a prestigious institution and so on)

    Business and Career Goals (Fixing the limitation on the Turnover or Aiming for the position that you dreaming for)

    Personal Development Goals (Increasing your wealth and social status)

    By following these simple steps you will soon begin to realize that balancing work and family life is indeed possible through effective time management.

    About the Author: Vasanta has been writing inspirational and self improvement/development articles since a long time. Her writings are immensely popular and well read. She presently manages the website “Your Personal Guide to Self Improvement”(

    smallstepstogreatresults.wordpress.com/

    ).

    Source:

    isnare.com

    Permanent Link:

    isnare.com/?aid=447341&ca=Finances

    Fire kills six at Moscow State Institute of State and Corporate Management

    ">
    Fire kills six at Moscow State Institute of State and Corporate Management
    December 24, 2021 · Uncategorized · (No comments)

    Tuesday, October 2, 2007

    A fire has broken out at the Moscow State Institute of State and Corporate Management, a five-story university, claiming at least six lives. More than two dozen are said to be injured.

    The fire started around 13:00 (09:00 GMT). Some students and teachers were trapped and had to climb out onto trees, jump four or five stories onto nets held by firefighters, or climb down drainpipes to escape.

    Helicopters were called in to evacuate the injured and engage in aerial firefighting activities.

    Spokesman for the Emergency Situations Ministry, Viktor Beltsov, said that six died and 30 were treated for smoke inhalation, burns and other injuries. The International Herald Tribune says that seven were killed and 35 injured, although it also quotes its figures from Mr Beltsov.

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

    Technology giant Microsoft completes acquisition of GitHub

    ">
    Technology giant Microsoft completes acquisition of GitHub
    December 23, 2021 · Uncategorized · (No comments)

    Monday, October 29, 2018

    On Friday, US-based technology giant Microsoft confirmed acquisition of software code hosting and version controlling website GitHub. The announcement was made by Microsoft via their official blog, which also mentioned Nat Friedman was to become new Chief Executive Officer of GitHub.

    Microsoft had announced plans to acquire GitHub for a price of 7.5 billion US dollars (USD) on June 4. On October 19, the European Union’s regulators approved the acquisition. According to the June announcement, Microsoft was to pay the amount in stock.

    After Microsoft made the announcement, Microsoft CEO Satya Nadella tweeted, saying, “I’m thrilled to welcome GitHub to Microsoft. Together, we will continue to advance GitHub as a platform loved by developers and trusted by organizations.”

    In a GitHub blog titled “Pull request successfully merged. Starting build…”, Nat Friedman said making the platform “accessible to more developers around the world” as well as “[r]eliability, security, and performance” were in “top of mind for” them. He also stated, “GitHub will operate independently as a community, platform, and business” and “will retain its product philosophy”, keeping “its developer-first values”. He also wrote today was to be his first day as GitHub’s CEO.

    Friedman was previously the CEO of Xamarin, a software company that allows developers to create native iOS, Android and Windows phone applications written in the C# programming language. Microsoft acquired Xamarin in 2016.

    According to Friedman’s blog, GitHub is used by more than 31 million developers worldwide. Technology giants including companies like Airbnb, Apple, Google, Facebook and Microsoft itself have been using GitHub for their open-source projects. However, on May 31, days before Microsoft announced plans for GitHub acquisition, desktop environment software GNOME completed moving from GitHub to GitLab, another software code sharing, hosting and version control providing website, a competitor of GitHub.

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