movie posters

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Saturday, December 15, 2012

Enable "Google Latitude" in Korea

Posted on 5:55 AM by Unknown
UPDATE 2013-06-22: The same features of Google Latitude are now available in the Google+ App, under the "Locations" sidebar. You'll need to enable location sharing to a specific Google+ circle, and your former Latitude friends will have to enable their location sharing to you, but it works much the same. 

UPDATE  2013-02-23: A nice replacement app for Latitude is Backitude, which gives greater control over location updates. This app will only report your location. For your own Location History, you'll need to install a modded version of the latest Maps version with "World Navigation" active. 

UPDATE  2013-02-19: Apparently as of Maps 6.14.2, Latitude is now removed even from the English interface. Buzz among Korean bloggers indicates that, at the moment, the method below must be done while assigned a US-based IP address (i.e. use a proxy or VPN).

===============

Problem:
You want to use Google Latitude to obsessively stalk your Korean boyfriend keep up with your friends, but the version of the Google Maps app (Android)  in Korea doesn't have the Latitude feature.

Solution:
It actually does, but it's disabled in the Korean settings. Here is how to make it work:
  1. Switch the phone's overall system language from Korean to English.
  2. "Settings" -> "Applications" -> "Manage applications" -> Maps
  3. Hit the "Clear data" button
  4. Hit "Uninstall" (if it says it will revert to the factory version, that's fine)
  5. Go to Android Market aka Google Play Store. Reinstall Google Maps.
  6. DO NOT ALLOW IT TO AUTOMATICALLY UPDATE, or you'll have to do this all over again every single time. I suggest changing Play Store's preferences to forbid any/all apps from auto-updating.
  7. Open Maps, Launch Latitude, change settings to enable "Location Reporting" and to allow friends (you) to view that Location Data. "Location History" is unnecessary.
  8. TURN OFF THE PHONE. TURN ON THE PHONE AGAIN, WHILE STILL IN ENGLISH. If you do not do this, Maps will revert to non-Latitude status when you change the language back to Korean.
  9. Now launch Maps again. Verify Latitude is still working.
  10. Change phone's language back to Korean. Done.
Note that although Latitude will not appear in Maps anymore (because it's set back to Korean), the location will still be reporting and be visible to your Latitude friends or your Latitude dashboard. This can be verified by checking the phone's "Running Services."
Note also that this will only succeed in reporting the phone's location. It will not, so long as it is set to Korean, allow you to view your friends' locations.

Now when your boyfriend calls you at 3am, slurredly says he doesn't know where he is, then passes out drunk, you can go fetch him easily. Just be aware that Latitude updates rather infrequently, so the room-salon his location is reporting may only be where he was an hour ago. Thus, you are advised to check the local gutters in a half-mile radius, lest he end up on this site.
Read More
Posted in android, google, google latitude, korea, latitude, room salon | No comments

Monday, November 12, 2012

Dokdo KakaoTalk theme

Posted on 12:59 AM by Unknown
Thank god, someone has finally created a Dokdo theme for KakaoTalk. I haven't even installed it, but I'm giving it 5 stars! ✰✰✰✰✰

(I'm thinking I know where he got the English name "Bruce" from...) 
Read More
Posted in bruce lee, dokdo, kakao, kakaotalk | No comments

Friday, July 13, 2012

Extend SubDownloader beyond 30 days

Posted on 8:39 AM by Unknown
Problem:
You love using SubDownloader to download a lot of subtitle files for your media collection, but SubDownloader (for Windows) limits you to 30 days. Other versions do not.

Solution:
1) Open run (start menu -> run).
2) Type "regedit" (without ""'s)
3) Registry Editor should be open, press CTRL+F (find for something in registry)
4) Check, under "Look at", only "Keys", uncheck "Values" and "Data". Then also check "Match whole string only"
5) Search for "SubDownloader" (without ""'s)
6) When you find it, there should be folder named "mainwindow" under it. Click on it, then change the value of "size2" into "1861826968.484"

Source: http://forum.opensubtitles.org/viewtopic.php?t=1733
Read More
Posted in .smi, .srt, subtitles, 자막 | No comments

Sunday, June 24, 2012

Right-click on Korean websites that block it

Posted on 7:46 AM by Unknown
Problem:
You want to copy or highlight text from a Korean blog/website, or right-click to save an image from it, but the site prevents you from right-clicking.

Solution:
I use this simple add-on for Firefox. One click on this non-obtrusive button in the tool-bar, and the page reloads will full right-click and highlight privileges.

RightToClick :: Add-ons for Firefox
Read More
Posted in add-ons, firefox, korea, korean, right-click | No comments

Thursday, June 21, 2012

Moving from Livejournal (via Wordpress) to -> Blogger, a step-by-step guide

Posted on 3:03 AM by Unknown

Introduction:

I know many people have had trouble doing this, particularly on the step requiring the Google Blog Converter like this one here. I finally got it to work for me after an entire day and trial and error, so I thought I'd share what worked for me. Hopefully this should help those of you, like me, who are uncomfortable using the command line, and hopefully it can work for you also.

Background:

I had a very large LiveJournal (~700 entries) that I wanted moved to Blogger. 
But because LiveJournal has no convenient export feature (other than month-by-month, which would have taken forever by hand), I first copied the LiveJournal to WordPress.
Why? Because WordPress can whole-scale import a blog directly from LiveJournal. 
So I signed-up for a dummy WordPress blog, and used their "Import" option under the "Tools" setting.
This took quite awhile and a few tries to get it right, so make sure it's done properly before you continue.
From here, you can now "Export" the blog (I just used the default option, exporting entries, comments, etc). as a WordPress-specific .xml file. Save this on your hard drive.

Using Google Blog Converter on the command line:

There is a fabulous online conversion tool to convert between various blog formats, but the problem is that it won't handle files over 1MB. My blog, in WordPress .xml format, was around 7MB. Too big.
So I downloaded the latest .tar.gz source files from here. 

(Note: ---- here begins what I did in Ubuntu. I have no idea how this would work in Windows or Mac, though it is probably very similar----)

In Ubuntu, I right-clicked the downloaded file and chose "Extract Here". The file was extracted into a folder containing all the necessary blog converters. 
Now then, I opened my terminal.
First we need to tell the terminal to "change directory" into the folder we just created (when we extracted the .tar.gz). So for me, I needed to input:
cd ~/Downloads/google-blog-converters-r89
Note that you may need to change the last part depending on the folder's title (which will depend on which release version you download)
Next, just for simplicity and to follow the Readme file as closely as possible, I went back to my desktop and moved my WordPress-exported blog file (the .xml file) into the folder called "samples" inside the "google-blog-converters-r89" folder (the one that was created when I right-clicked and extracted the .tar.gz download.
Now then, back in the terminal, I typed:
bin/wordpress2blogger.sh samples/myjournalsample-wordpress.xml
Of course, you can substitute whichever blog converter you want in the first part (to find the correct name, look inside the "bin" folder inside the "google-blog-converters-r89" folder). And the second part should be the name of your WordPress-exported file. Mine was "myjournalsample-wordpress.xml"

Now if everything worked well, the terminal should chug away working and working, eventually stopping with a huge chunk of text visible (part of your entries). When that's done, you can move to the next section "Importing to Blogger." If it didn't work, you might have this problem that I ran into, featured below.

My problem using LiveJournal via WordPress

This step in the terminal would return an error, claiming the file is not a real WordPress document. It turns out that the reason was that the file included a bunch of LiveJournal metadata mixed-in with the WordPress data that couldn't be processed by the converter. So I had to remove these parts. I chose to use the "Find / Replace" feature of LibreOffice.

However, before I could do this, I had to add a special extension to LibreOffice to allow me to remove all instances automatically. I downloaded the "Alternative dialog Find & Replace for Writer" and installed it to LibreOffice using the "Extensions Manager" in LibreOffice's "Tools" menu (using the "Add..." button). I then restarted LibreOffice.

Once this extension was installed, I could "Find / Replace" what I needed. As it turns out, all of the ""  tags needed to be removed, along with all the meta data information (left over from the import from LiveJournal) stored between them. So, using the new extension's "Find / Replace" feature, I input this string in the "Find" box:
[::BigBlock::]
The "big block" regular expression can be found in the "Extended" menu of the dialog box also.

Then, leaving the "Replace" field blank, I clicked "Replace All"

This took awhile, as my blog was over 2000 pages in LibreOffice. But it worked-- all these tags and the unprocessable data between them were removed. 

Then I saved the document as plain text in LibreOffice, closed LibreOffice, and renamed the document extension from ".txt" -> ".xml" (I didn't do an actual conversion in LibreOffice because it seemed to keep locking up on me.)

Importing to Blogger

Earlier I had done this command:
bin/wordpress2blogger.sh samples/myjournalsample-wordpress.xml
It should work, leaving the resulting output file in your terminal window. But how do you get it out of there? Turns out, it's quite simple. Run the command again with a small addition, telling the terminal to dump the converted blog into a text file.

bin/wordpress2blogger.sh samples/myjournalsample-wordpress.xml > hopefully.txt 

Adding that last part, the "> hopefully.txt" meant that the dump of converted blog data would be written to a file called hopefully.txt

Finally I am done with the Terminal!

Now I go to my file manager and find this file, which for me was just inside the "google-blog-converters-r89" folder. I renamed it "hopefully.xml" (since that's really what it is) and went to Blogger.


I set-up a new blog there, went to the Options page, chose "Import" and selected the file.
It seemed to be uploading Ok for about 10 minutes....... but then.......... ERROR! Cannot Import the Blog!


Don't panic. After closing out of that dialog, I discovered that in fact it had imported all ~700 of my entries, WITH COMMENTS!!!!! They just remained unpublished.

The last step was to manually publish them all, made easier by displaying 50 posts at a time on the Blogger Posts page (you can display 100 at a time, but batch operations only work up to 50). So by displaying 50 entries per page, I had about 13 pages of blog posts, unpublished.
All that remained was to click the top-left checkbox to select all entries on the page, and click "Publish" and let it post them! Then move to the next 50, repeat...... etc........etc....... it took about just 5 minutes.

Now they are all posted on Blogger! All in their original dates! All with original comments! FINALLY

Conclusion

This was an incredibly difficult and mind-boggling process for me, so don't give up. I'm sure there is an easier or more efficient way than I've done it, but I surely didn't see anything online about it. Hopefully something in this guide can help you get out of a rut. Good luck!

Read More
Posted in blogger, blogspot, export, google, import, livejournal, migration, wordpress | No comments

Thursday, December 1, 2011

Use Naver Maps offline on your iPod Touch / etc.

Posted on 3:16 AM by Unknown
Problem:
You don't want to be lost around Seoul, or anywhere in Korea for that matter, but you don't have a smartphone. You do have an iPod Touch (or iPhone) or other wifi-only device, but what if no wifi signal is available?

Solution:
Use the offline cache feature of Naver Maps. Here's how:

Download the Naver Maps app at the Apple App Store or Android Market
(this tutorial uses the Android version)
  1. Press the Menu button
  2. Select the 저장 ("Storage") button on the bottom-left
  3. A pop-up menu appears, with two options: 지도 저장 (Save Map Info) and 저장 목록보기 (View Stored Map)
  4. Choose 지도 저장
  5. The map appears with a centered circle. That circle will be the downloaded map area. Choose the size of the area you want saved (250m, 500m, 750m, 1km, or 3km)
  6. Click 완료 (Done).
  7. Wait as the app downloads the map data
  8. A confirmation will pop-up when complete. Choose 듣기 (Done)
To view your cached map data offline, repeat steps 1-3, but choose 저장 목록보기 to view a list of your saved maps. Note that you can save multiple map areas (I like to keep offline map areas of my local area as well as of Itaewon / Hongdae / central Seoul, just in case...)

You can use GPS or wifi-location-matching to find your current location on your downloaded map. You can zoom in/out as usual. Note, however, that you will be unable to search or get transit directions.

EDIT 2012-06:

The interface is slightly different now. New instructions are:
  1. Press the Menu button
  2. Select the 다운로드 ("Download") button on the bottom-center
  3. A pop-up menu appears, with two options: 내 기기에 지도 다운로드하기 (Download Map to my Device) and 다운로드한 지도 목록보기  (View Downloaded Map List)
  4. Choose 내 기기에 지도 다운로드하기
  5. The map appears with a centered circle. That circle will be the downloaded map area. Choose the size of the area you want saved (250m, 500m, 750m, 1km, or 3km)
  6. Click the download icon (arrow pointing downward).
  7. Wait as the app downloads the map data
  8. When 100% is reached, Choose 완료 (OK)
Read More
Posted in android, ipod, maps, naver, naver maps | No comments

Saturday, November 19, 2011

Automatically remove line breaks from text

Posted on 6:12 AM by Unknown
Problem:
You just copied/pasted a bunch of text from an e-mail, a .PDF file, or an e-book, and it looks ugly because the line breaks are all in the wrong spot. You want to remove these line breaks, to make the text flow nicely, but doing it manually is annoying and takes forever.

Solution:
In your word processor, you can use the "Find/Replace" tool. Just:
  1. Go to Edit->Find/Replace
  2. In the "Find" field put the dollar sign ("$" without quotes) for LibreOffice, or caret-P ("^p" without quotes) for Microsoft Word
  3. In the "Replace" field, just hit the space bar to put a space.
  4. (LibreOffice only) Click "More options..."
  5. (LibreOffice only) Check/tick the box for "Regular Expressions"
  6. Click "Find/Replace All"
Or, you can just copy/paste your text into either of this handy online tools:
  • http://www.textfixer.com/tools/remove-line-breaks.php
  • http://removelinebreaks.com/

Source: http://lucydebate.blogspot.com/2009/09/tech-tip-removing-extra-line-breaks.html
Read More
Posted in libreoffice, line breaks, pdf, tools | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • How to save people's KakaoTalk profile photos
    To save friends' KakaoTalk profile pictures, you don't have to rely on taking screen-shots. There are actually several apps that can...
  • Set Naver as your browser's default search engine
    To set your browser to use Naver as its default search engine (i.e. it will bring you to a Naver search results page when you type search te...
  • Naver's English <> Korean Translator now available
    Naver has released a Translation program that appears very similar to Google Translate . It operates, much as Naver Dictionary , as a mobil...
  • "21st Century Family" (21세기가족) download link
    I'm usually not a fan of K-drama, but for this I made an exception. "21st Century Family" (Korean title: 21세기 가족) is basicall...
  • Kakao Story now available on the desktop
    KakaoStory now has a desktop version via the web called, not surprisingly, KakaoStory Web (카카오스토리 웹). You can find it at http://story.kakao...
  • Korean emergency alert messages on your phone
    If you bought a phone in Korea, now and then you'll receive Emergency Alert text messages from the Korean government . These arrive as a...
  • VICE "Motherboard" says Baidu top in Korea?
    On principle, I don't support tourist travel to North Korea, when its a useless quirky luxury that does nothing to help the impoverished...
  • Yellow ribbon to support Sewol ferry disaster families & victims
    You may have noticed this image appearing as Koreans' KakaoTalk or Facebook profile pictures recently: This is a "Yellow Ribbon Ca...
  • RSS feeds for Facebook Pages
    Facebook Pages have RSS feeds available for all their wall content posted by the admin. The feed URL follows this form, where XXXXXXXXXX is ...
  • Google Maps Pokemon found in Korea
    Today for April Fool's Day, Google Maps had a Pokemon challenge . As best I could find, there were two Pokemon to be found in Korea. The...

Categories

  • .hwp
  • .smi
  • .srt
  • active x
  • adblock
  • add-ons
  • advertising
  • android
  • angry quotes
  • baidu
  • bicycle
  • bike
  • bios
  • blogger
  • blogs
  • blogspot
  • boobs
  • bruce lee
  • bruno
  • chat
  • chrome
  • cinema
  • cinest
  • civil defence drills
  • convert
  • daum
  • dell
  • dictionary
  • dokdo
  • emart
  • encoding
  • endic
  • english
  • exif
  • export
  • facebook
  • fart
  • feedburner
  • feedly
  • feeds
  • films
  • finger
  • firefox
  • flash
  • food
  • galaxy s
  • gas
  • gmail
  • GOM
  • google
  • google latitude
  • haansoft
  • hamel
  • hangul
  • hansoft
  • homeplus
  • hwp
  • ifttt
  • IM
  • import
  • internet
  • internet explorer
  • ipod
  • jailbreak
  • kakao
  • kakaohome
  • kakaotalk
  • korea
  • korea times
  • korean
  • latitude
  • libreoffice
  • line breaks
  • linux
  • livejournal
  • lubuntu
  • maps
  • mcrib
  • migration
  • mobile
  • motherboard
  • movies
  • nate
  • nateon
  • naver
  • naver maps
  • news
  • noraebang
  • north korea
  • ok to be takei
  • pdf
  • photos
  • pidgin
  • pokemon
  • porn
  • reddit
  • renamer
  • rental
  • right-click
  • room salon
  • rooting
  • rss
  • samsung
  • semen
  • seoul players
  • sewol
  • sex
  • slang
  • stupid titles
  • subtitles
  • sync
  • tegrak
  • tesco
  • tools
  • translate
  • trolling
  • tv
  • twitter
  • ubuntu
  • vice
  • video
  • vnc
  • waygook
  • webtoons
  • wifi
  • windows
  • wordpress
  • yeosu
  • yeosu expo
  • 노래방
  • 자막

Blog Archive

  • ▼  2014 (37)
    • ▼  July (5)
      • Korean emergency alert messages on your phone
      • RSS feed for Reddit searches
      • Dragnet (1987) Korean subtitles - 드라그넷 한글자막
      • RSS feeds for Facebook Pages
      • How to fix the graphics drivers on a Dell Inspiron...
    • ►  June (2)
    • ►  May (3)
    • ►  April (6)
    • ►  March (2)
    • ►  February (5)
    • ►  January (14)
  • ►  2013 (11)
    • ►  December (1)
    • ►  October (1)
    • ►  July (2)
    • ►  June (1)
    • ►  May (3)
    • ►  March (1)
    • ►  February (2)
  • ►  2012 (5)
    • ►  December (1)
    • ►  November (1)
    • ►  July (1)
    • ►  June (2)
  • ►  2011 (7)
    • ►  December (1)
    • ►  November (1)
    • ►  October (2)
    • ►  September (2)
    • ►  August (1)
Powered by Blogger.

About Me

Unknown
View my complete profile