Thursday, 5 May 2011

Top tips for finding a new job

This is from BBC the link is bellow:
http://news.bbc.co.uk/1/hi/programmes/newsnight/9455886.stm
here is the printable version (only for my personal use)


Deborah Meaden's top tips for finding a new job
As savings are made in the public sector, thousands of employees will be looking for new jobs this year. The government hopes the private sector can pick up the slack, but are former public sector workers equipped for change?
Dragons' Den investor and successful entrepreneur Deborah Meaden, one of four business mentors helping public sector workers facing redundancy in Newsnight's Job Market Mentors, gives her top tips on making the transition. DON'T DELAY


Often when faced with something pretty traumatic like losing your job, people have a tendency to bury their heads in the sand.
Don't. Doing so is bad for you, and it sends a bad message to any potential employers.
If you know you are going to lose your job then be proactive and start to plan before it even happens.
If it has just happened then get moving now.

TAILOR YOUR EFFORTS
Your CV needs more than just a brush-up. It needs to be completely re-worked and then carefully tailored for each and every job that you go for.
If you send the same CV out for 10 different jobs, nine times out of 10 you will be sending the wrong CV.
Employers in the private sector often have pre-conceptions about people from the public sector - that they are risk averse, that they want long holidays and short hours - you need to be able to dispel all of those pre-conceptions.
Realise that you are in a new environment now and make sure that your CV works for that new environment.
Don't just dwell on what you have done, but really think "how do I fit that job?" then tinker with your CV to show that you do.
Stop thinking in terms of what you do and fixating on the job that you have had. Start thinking instead about the transferable skills it takes to do that job. I could take anyone who has had a job and apply at least 75% of the skills that they have acquired in it and use them in another role.

BE FLEXIBLE
Get used to the idea that the first step you take into the private sector may not be perfect.
You may not get your ideal job straight away, it may be the second job or even the third that fits best, but you have to take that first step and get going.
And take that step with enthusiasm - private sector employers are waiting for that hangdog public sector attitude that some think exists, that lack of enthusiasm, and you need to show that's not you.
I would rather get out there and be working, even if it is not in the best job in the world, than be sitting at home doing nothing.
Even if what you are doing isn't the perfect job it can still be a very good thing. Because not working for a long period can be dangerous.
It is very, very easy to get out of the habit of working, and if you have long breaks between jobs on your CV it sends a bad message to prospective employers.

GET TALKING
Talk to people. Lots of jobs and business opportunities come out of conversation.
People in this country often find it very difficult to say "I'm good at that", but so long as you don't say it with arrogance, and aren't afraid to also admit when you aren't so good at something there is nothing wrong with it.
So think about what you are good at and talk to people, network as much as possible, keep your radar switched on and bring out ideas and plans through conversation.
ATTITUDE MATTERS MORE THAN AGE
If you've been working in the same job for a long time it could suggest to a private sector employer that you have chosen to stay in a safe environment and are perhaps starting to wind your career down.
You need to be sensitive to that and ensure that instead of fuelling that notion, you eradicate it. Be enthusiastic and passionate. It is not about age, it is about attitude.

RISE TO THE CHALLENGE
Often the best things come out of really difficult times. That idea you've been considering, that change of direction you've been thinking about - now is the time.
You could now be saying to yourself: "What have I got to lose?"

Friday, 11 February 2011

How to edit PATH?

How to edit PATH?

setting the path is very easy.

if you use a bash shell (as you probably do) just type

$ export PATH=$PATH:/im/appending/this/to/the/path
 
$export ROS_PACKAGE_PATH=$PWD:$ROS_PACKAGE_PATH

if you want to make the change came true everytime (otherwise you will have to type it everytime you open a new shell) there's a hidden file in your home:

~/.bashrc

Edit it with you text editor and append the line above to the file.
This file contains a bunch of command that are always executed everytime you start a shell. So edit it and then restart a shell and you will have all those command executed. If you appended the comand above you will have your path set too.

In this same file you can actually do some other cool stuff, for example you can set some alias.

Alias are very useful!!
I guess you get bored as anybody to have always to write long command like:

$ sudo apt-get install mypackage

you can then define an alias in your .bashrc like this :

alias ai='sudo apt-get install'

so you can istall stuff just typing:

$ ai mypackage

You can also define an other alias like

alias asrc='sudo apt-cache search'

so you can search a, for example, browser package from commanf line just typing:

$ asrc browser

and so on. There are already a few examples in the files that are commented, like

alias ll='ls -al'

which is pretty useful too, faster and better than usual ls. If you like it just take out the # from the baginning of the line to activate it.

Be careful to check if your alias already exists as a command anyway, or you risk to "hide" some useful command.

If you for example redefine cd

alias cd='ls'

everytime you use cd to change directory it will actually list the content of the directory. You probably shoudn't want to do that!

Saturday, 22 January 2011

顺其自然 let it be

地道英语表达“顺其自然”

Don't trouble trouble until trouble troubles you. 别自找麻烦了,顺其自然吧。
Some of us like to have our future mapped out, others like to go with the  flow.
有些人喜欢规划未来,有些人喜欢顺其自然。
 It's best to take the world as you find it, then you won't be disappointed.
还是顺其自然最好,这样,你就不会失望了。
Be that as it may, I'll leave it as it is.  无论如何我们也只能听其自然。
Since there is nothing we can do, why notlet nature take its course?
既然我们无能为力,何不顺其自然呢?
Your opposition won't make any difference, just let it be.  
你反对也不能起什么作用,顺其自然吧。
 We will cross the bridge until we come to it.  走一步看一步吧,顺其自然。
 Whatever will be, will be.   万事不必苛求,顺其自然。
The Beatles - Let it Be Lyrics
When I find myself in times of trouble, mother Mary comes to me,
speaking words of wisdom, let it be.
And in my hour of darkness she is standing right in front of me,
speaking words of wisdom, let it be.

Let it be, let it be, let it be, let it be.
Whisper words of wisdom, let it be.

And when the broken hearted people living in the world agree,
there will be an answer, let it be.
For though they may be parted there is still a chance that they will see,
there will be an answer. let it be.

Let it be, let it be, .....

And when the night is cloudy, there is still a light, that shines on me,
shine until tomorrow, let it be.
I wake up to the sound of music, mother Mary comes to me,
speaking words of wisdom, let it be.

Let it be, let it be, .....

Thursday, 13 January 2011

'Used to do' or 'use to do' vs would & Used to something

'Used to do' or 'use to do' vs would 

If we say something used to happen we are talking about repeated events and actions in the past, usually things that happened a long time ago and are now finished.
To express this we can use either used to or would.
  • When I was young I used to play with my dolls. = When I was young I would play with my dolls.
Of course I no longer play with dolls!
  • We used to go out a lot in the summer.
Implies that we no longer go out much.
If you want to talk about repeated states or habits in the past, you must use used to, you cannot use would : :
  • My dog used to bark at cats.
  • I used to smoke.
  • I used to be an administrative assistant.
  • I used to live in England.
You should use 'use to' without a d in sentences when it follows 'did' or 'didn't' (don't worry too much about this because lots of people get it wrong).
The question form is ‘Did you use to…?'. When asking a closed question you put did/didn't in front of the subject followed by use to, you cannot use would.
  • Did you use to go out with my sister?
  • Did they use to own the company?
  • Didn't we use to go to the same school?
Also when asking questions about states in the past you cannot use would.
  • What sort of things did you use to like when you were young?
. In the negative you cannot use would without a change in meaning.
  • I didn't use to play with my dolls.
If I said I wouldn't play with my dolls. It would mean I refused to play with my dolls.
  • We didn't use to go out much in the winter months.
If I said we wouldn't go out much. It would mean we refused to go out much.
!Note - The general rule is when there is did or didn't in the sentence, we say use to (without d) when there is no did or didn't in the sentence, we say used to (with d).


Used to something



 used to has another meaning, it can be used as an adjective and we use it to talk about things that have become familiar, and are no longer strange or new.
Used to usually comes after verbs such as be, get or become.
  • After a while you get used to the noise.
  • She will become used to the smell.
  • I was used to the web site.
You can also say that someone is used to doing something.
  • I'll never get used to getting up at six o'clock in the morning.
  • It took me a while until I was used to driving on the right-hand side of the road.
This all modified form a useful English learning Website LEO Network.

Website for Cars

http://www.carautoportal.com

Wednesday, 12 January 2011

Mine Sovos SVEBK5B 5 inch E-Reader+ (Black)

  • Key Features:
  • COMPATIBLE WITH DRM EPUB
  • 5" Easyread TFT EBook Reader with Audio playback /Photo/Movie support
  • 1GB Internal memory
  • SD card slot (can be 8G )
  • USB 2.0 port
  • Intregal Speaker
  • 3.5mm Stereo earphone jack
  • Calendar function
  • Voice recorder function
  • Screen rotate function
  • Power Off timer
  • 3 OSD Languages (English / Swedish / Norwegian)
  • EBook Formats supported:ANSI/UNICODE TXT/PDF/HTML/FB2/PDB/EPUB
  • Audio Formats supported:
  • MP3 - Bit Rate: 8Kps - 320Kps
  • WMA - Bit Rate: 5Kps - 320Kps
  • APE, FLAC, AAC
  • Image Formats supported: JPEG, BMP
  • Other Features:
  • Rechargeable 7.4V Li-Polymer Battery - 1900mA

My Brief Review:  This item is 5starts   Customer rating: 5 out of 5 stars
 
Why I gave it 5 stars?

For its multi-functions, not just a E-reader, but a music and video player, does everything it clams. for this price its a bargain and  really deserve the money.

But , but... it does have shortcomings, especially for people like me getting used to smart phones--mine is HTC Desire---you will find the item's function is very limited and just forward, it even does not have a home button, every time you wanna do back, you have to press the 'BACK' button many times until you get lost(because its not very fast and cannot catch up with the speed i press the button, as i said i got used to HTC Desire's speed).

Not works very well with PDF files, but the EPUB files is good enough, i just using it reading news transferring from  caliber, if you do like buy this item, i recommend you using caliber with it, you can download a portable version from Portable apps, OR you just using this one to directly DOWNLOAD )

In a word, it deserves this price, if you wanna a E-reader and multimedia player, I recommend you buy it.

One more thing, if you wanna enjoy music you have to buy your own headphones coz the one with the Ereader is really crappy. :D

Tuesday, 11 January 2011

HOWTO: Notepad++ on Ubuntu via WINE

HOWTO: Notepad++ on Ubuntu  via WINE





Steps(Easier than expected):
  1. System > Administration >Synaptic Package Manager
  2. Supply password and Quick Search for "WINE" (no quotes)
  3. Mark WINE for installation and Apply
  4. (let the package manager install the dependencies it needs)
  5. Download Notepad++ 
  6. Extract the zip file
  7. Create a  application launcher with  command of:
    wine <path-to-notepad++.exe>
For instance:
 Download the npp.5.8.6.bin.zip file and  unzip to the "notepad" folder under "Downloads" file.  
the corresponding notepad application launcher command is:
wine /home/srs/Downloads/notepad/ansi/notepad++.exe

Some useful resources to read if the above doesn't work for you would be the "Official"documentation.  You can also google notepad++ and WINE to get some more gems.

 WINE let's you run a good smathering of Windows applications on Linux.