HN user

parksb

314 karma

parksb.github.io/en

Posts24
Comments4
View on HN
parksb.github.io 1d ago

A concrete explanation of how a cache works

parksb
2pts0
github.com 1d ago

Slack Progress Bar

parksb
3pts0
parksb.github.io 8d ago

Reviving a 15-year-old netbook with Arch Linux

parksb
228pts172
parksb.github.io 17d ago

How railway timetables became Unix time

parksb
6pts0
www.lesswrong.com 19d ago

Tradeoffs in Complexity, Abstraction, and Generality

parksb
2pts0
parksb.github.io 24d ago

Why has the web become so complex?

parksb
3pts1
dl.acm.org 26d ago

Zoo Visitors' Initial Assessment of an Animaloid Robot as a Zoo Exhibit [pdf]

parksb
2pts0
parksb.github.io 1mo ago

But yak shaving is fun (2019)

parksb
307pts95
sah.borca.ai 3mo ago

Science Home

parksb
1pts0
github.com 4mo ago

Show HN: Simpesys – A headless document build tool for digital gardens

parksb
3pts0
jzhao.xyz 4mo ago

Networked Thought

parksb
2pts0
benji.org 4mo ago

Annotating for Agents

parksb
1pts0
hal.cs.princeton.edu 4mo ago

AI Agent Reliability Tracker

parksb
1pts0
hjaem.info 10mo ago

Introduction to Programming Languages

parksb
76pts9
syssec.kaist.ac.kr 1y ago

(In)Security of Mandatory Security Software for Financial Services in S. Korea [pdf]

parksb
4pts0
sakana.ai 1y ago

The AI Scientist Generates Its First Peer-Reviewed Scientific Publication

parksb
2pts0
www.rfc-editor.org 2y ago

RFC 9518: Centralization, Decentralization, and Internet Standards

parksb
4pts0
zap-lib.github.io 2y ago

Show HN: Zap – A library for building multi-device applications

parksb
1pts1
zap-lib.github.io 2y ago

Show HN: Zap – Turn your smartphone into a motion controller for PC

parksb
1pts0
mbtaviz.github.io 2y ago

An interactive exploration of Boston's subway system

parksb
117pts28
alper.datav.is 2y ago

What Do We Talk About When We Talk About Dashboards? [pdf]

parksb
1pts0
vis-society.github.io 2y ago

Interactive Data Visualization and Society

parksb
3pts0
batteryuniversity.com 2y ago

Battery University

parksb
7pts0
github.com 2y ago

Show HN: Collie – A minimal RSS reader just for you

parksb
12pts3

Yes, countries in the Sinosphere have historically used Chinese characters to write their languages. That's why Korean "yaksok" and Japanese "yakusoku" sound so similar. Both words are written with the same Chinese characters, "約束". The characters were borrowed from Chinese, but each language adapted them to its own pronunciation system.

For example, "library" is pronounced "tu-shu-guan" in Chinese, "do-seo-gwan" in Korean, and "to-sho-kan" in Japanese. All three can be written with the same characters, "圖書館". In modern Korea, though, people use Hangul, so very few Koreans actually know how to write "library" in Chinese characters. In Japan, Chinese characters are still heavily used, but for difficult ones, they often write kana alongside them as a reading aid.

It's very much like how Latin "universitas" became "university" in English, "universidad" in Spanish, and "università" in Italian.

Great work :) If you're interested in Korean programming languages, there's a functional one called 'Nuri': https://github.com/suhdonghwi/nuri/

Rather than just translating keywords, it lets you write code that actually uses Korean grammar. For example, "10을 5로 나누고 출력하다" (literally "10 by 5 divide and print") outputs "2".

You might already know this, but there's also a Korean programming language called 'Yaksok'. Here's a 2048 written entirely in Korean: https://github.com/yaksok/yaksok/blob/master/code_examples/2...