스컬트 블로그 (skultz blog)

프로그래밍과 일상다반사 (Programming and etcs)

What are the best contracts on Social City

Dollars and Sense…I’ve taken the time to breakdown the different contracts to let you all know which one is the biggest bang for the buck. I have broken them into four categories: Short (5mins to 1 hr), Medium (1.5 hrs to 6 hrs), Long (6 hrs to 24 hrs) and Very Long (24hrs+). Listed below are the top five in each category.

Short (5 mins to 1 hr)
#1 Puffies –> 4020/hr
#2 Slinky –> 3800/hr
#3 Fertilizer –> 2780/hr
#4 Sailboat –> 2450/hr
#5 Dress –> 2340/hr

Medium (1.5 hrs to 6 hrs)
#1 Coffee Table Books –> 1040/hr
#2 Beds –> 968/hr
#3 Solar Panels –> 875/hr

Long (6 hrs to 24 hrs)
#1 Beef –> 805/hr
#2 Recliner –> 728/hr
#3 Crane –> 666/hr
#4 Tires –> 662/hr
#5 TVs –> 641/hr

Very Long (24+ hrs)
#1 PC –> 500/hr
#2 Cars –> 391/hr
#3 Motorcycles –> 381/hr
#4 CDs –> 362/hr
#5 Microchips –> 287/hr

Take into consideration the $20 cleanup fee that is charged every time that you build. For example, while Puffies profit is 4020,per hour, after the fee, it works out to 3780 profit (-$20*12). The slinky has almost identical profits (3720 after everything said and done), but is 15 minutes, and that excludes the time to process the contract. So, if you are playing short term contracts, the Slinky is the most efficient use of your time. The only drawback is, the cost of the contract, if you do not collect it in time, you will have lost a large amount of your investment.

As you can all see there are many different contracts that are out there…so depending on how much time you have available, use your time wisely to get the biggest bang to make dollars and sense.

Maybe the developers will hook me up with some extra “coin” for helping everyone out :)

GOOD LUCK!

Scraped from http://wiki.answers.com/Q/What_are_the_best_contracts_on_Social_City

Post to Twitter Tweet This Post

posted by 스컬트 in 잡담(BlaBla),컴퓨터 일반(Computer) and have No Comments

What’s differece between the Chromium os and traditional os

Above image shows, many of steps is skipped to make boot in short time. Because chromium os is for cloud computing through google systems, so it doesn’t need to spend time for that skipped steps. It’s really brilliant idea, but in my experience,  chromium os doesn’t fit with power user.(eg. programmer, designer, etcs)  There’s limitation of using application yet. Of course I heard that application market will be opened. Then some of this limitation will be solved.

Anyway, the Chromium OS will be released soon. I’m really looking forward it.

Post to Twitter Tweet This Post

posted by 스컬트 in 생각(Chats),컴퓨터 일반(Computer) and have No Comments

귀여운 악기, 오타마톤 (otamatone)

오래전에 구입한 오타마톤이라는 장난감 형식의 악기입니다.
손으로 꾹꾹 누르면 전자음이 입을 통해 나오는데, 나름 재미가 쏠쏠합니다.
음 높이는 low, mid, high 모드가 있으며, 음역은 대충 1.5 옥타브 정도 됩니다.
기타나 바이올린 같이 프렛을 누르는 악기를 다뤄보신 분들은 적응이 상당히 빠르게 되리라 봅니다.

하지만 음역의 제한으로 인해 연주에는 어느정도 제한이 있습니다. 음 높이 버튼을 아무리 빠르게 조작한다고 해도 선형적인 음의 변화가 아니기 때문에 누락되는 음들이 다수 발생하기 때문입니다.
그럼에도 불구하고 연주를 잘 하는 분들은 나타나기 마련이죠.

가격은 약 5만원 수준이며, 인터넷 쇼핑몰을 통해 구입하실 수 있습니다.
아기자기한 디자인 덕분에 인테리어 소품으로도 제격입니다.
하지만 흰색은 때가 타면 지우기 어렵기 때문에, 특별한 이유가 없으시다면 검은색을 추천드립니다.

Post to Twitter Tweet This Post

posted by 스컬트 in 일상(Diary),잡담(BlaBla) and have No Comments

[xperia] hard-spl setup

1. Install ‘.net framework 3.5′ on your windows.
2. Unset ‘using fast data sync’ of usb-to-pc setting on your phone.
(I’m not pretty sure what its exact name is, but I’m sure there’s only one check box)
3. Remove micro-sd card from your phone.
4. Install ‘security unlock’ program on your phone.
5. turn off your phone function.
6. Download and run X1_HardSPL.

All responsibility is up to you. Don’t blame me.

Post to Twitter Tweet This Post

posted by 스컬트 in 스마트폰(PPC) and have No Comments

[Linux] find and replace word(s) using linux command

When you need to change some words, then you can use this method.
This command will find word that you want to change, and it will be replaced.

command example :
find ./ -name “*.c” -exec perl -pi -e ‘s/target/toword/g’ {} \;

Post to Twitter Tweet This Post

posted by 스컬트 in 컴퓨터 일반(Computer) and have No Comments