Software (4)
moreNotepad++
Image: https://notepad-plus-plus.org In Korea, most people write documents using the Hangul program (hwp). Reports or plans that need to follow specific formats and contain various data should be created in Hangul or Word. But do you really need to use paid programs even for simple text documents like diaries or to-do lists? Notepad++ is a great program to use in such cases. The reason people already use it so much isn’t simply because it’s free. Give it a try - think of it as an experiment. For general use, it’s an extremely powerful text editor! ...
Fotoo Digital Photo Frame
Image: https://play.google.com/store/apps/details?id=com.bo.fotoo Fotoo is an Android app that beautifully displays various photos. Connect photos from various sources and a nice digital photo frame is instantly created. Do you feel uncomfortable with awkward silence when you’re with parents, children, or family and relatives? In those moments, start a light conversation while looking at photos from the digital photo frame. We were young back then, the baby was so cute - with a word or two, you travel through time. Who knows? Maybe looking at a photo from 10 years ago will inspire you to actually travel to that place today? ...
GoldenDict
Image: Screenshot captured during work GoldenDict is a program that instantly searches various dictionaries. Are you still struggling to find words in the Great Chinese Dictionary using the find function in Hangul files? Are you flipping through dozens of books to reference various dictionaries when translating? Almost all languages are compatible - Great Chinese Dictionary, Idu Dictionary, Russian Dictionary, and more. Since this program has been used for decades, all kinds of dictionaries from around the world are publicly available. Install it now and watch your work speed increase dramatically! ...
Hanjeok Input Method
Hanjeok Input Method A program for entering Chinese characters using various methods, also convenient for finding variant character forms. Installation Download After extracting, install all 3 files Do not restart after each installation finishes Restart all at once after installing all 3 Run only with Hanjeok Input Method 2.1 How to Use You can input Chinese characters using Ppuribeop, Jeongmabeop, Jaechunbeop, etc. Only the simplest method, Jaechunbeop (character decomposition), will be explained. ...
Technical skills (2)
morePractical Regular Expressions 1
Image: https://www.hongkiat.com/blog/getting-started-with-regex/ Did you try the examples from my previous post A Taste of Regular Expressions? Practical skills (what we call “experience” or “know-how” in Korea) don’t develop just from understanding the method. You gain experience by trying once, failing twice, and getting stuck three times. This time, let’s work through some regex examples that you can use directly in real work. Regular expressions start with patterns and end with patterns. Regex is expressing those patterns using a defined syntax. ...
A Taste of Regular Expressions
Image: https://towardsai.net/p/l/regular-expression-regex-in-python-the-basics I used to revise a manuscript of several hundred pages dozens of times until my eyes turned red. I had to revise and re-revise things countless times—when guidelines changed, when I found typos, or when I needed to standardize terminology. Yes, that was me. Haha;;; After learning regular expressions, I finished work that would have taken a week in just 1-2 hours! For researchers who need to write papers or organize and process data, For journal coordinators who need to manage documents of dozens or hundreds of pages, For publishers who need to edit books year-round, And for translators who work with texts written in various languages— After learning regex, your world will be divided into “before regex” and “after regex.” ...