logoalt Hacker News

中文 Literacy Speedrun II: Character Cyclotron

73 pointsby surprisetalklast Monday at 12:28 PM33 commentsview on HN

Comments

pjc50today at 11:51 AM

Note on why this person is taking an unusual route: from https://blog.kevinzwu.com/cyborg-learning/ , they are a "second generation Chinese immigrant" and "heritage speaker"; that is, they live outside China, can speak the language because they learned it from their parents, but cannot read it.

Edit addendum: https://blog.kevinzwu.com/chinese-cursed-logographic-dags/ is a fun read. I've been using the imaginatively titled "kanji study" app, which uses the same Outlier database mentioned which has the graph based etymology.

There's an additional level of chaos when learning the "same" characters as kanji rather than hanzi.

maenbaljatoday at 12:17 PM

I liked the 10% @@@ example, demonstrated their point pretty well.

Also for anyone who speaks or is currently learning Chinese... I've been working on a multiplayer CJK word game that shares a similar efficient brute force style of learning to the author's approach (although presented via gameplay instead of tooling). Every turn you get a random character and must type in a word that contains the char in ANY position. If you like fast paced word games it might be up your alley: https://danobang.com/?game_lang=cmn

show 1 reply
yellow_leadtoday at 12:29 PM

> I would end up copy-pasting interesting words into the dictionary window to pull up the word entry. SLOW!

> I would then click on the component characters to open their nested dictionary entries. SLOW!

> If I needed to remember the stroke order, I would scroll down for the static display. SLOW!

So, all of these are included in Anki-xiehanzi(https://github.com/krmanik/Anki-xiehanzi). Free open source software like Anki & xiehanzi can save you from using all those tokens.

leo150today at 5:03 PM

I’ve switched from Duolingo to Immersive Chinese: https://apps.apple.com/us/app/immersive-chinese/id1451785130 It literally starts with wǒ and builds on top of the previously learned vocab

show 1 reply
ramon156today at 12:19 PM

> I opened Claude Code and started rambling into my mic. It wrote thousands of lines of questionably efficient JavaScript. I didn't read a single one.

Hm. I always knew voice mode was a thing, but I have never tried it. What's people's experience with it?

Being able to correct my words is a good thing. Hell, I did it ~3 times when writing this comment. I can't do that when I'm rambling. I'll trip, or CC will think I'm finished.

comboytoday at 1:35 PM

Great minds think alike :D https://hanzirama.com/character/%E5%AD%A6

It is also allowing me to see all relevant associations easily when revealing the card in built in SRS, you add cards to SRS as you browse, so they are related to what you already know / currently exploring.

Mind you, all data visible is collected from different reputable available sources. When you click "explain" there's a clearly marked LLM explanation, but my explanation generation pipeline pushed all generated explanations through 5 different models including all top Chinese-first for verification, and on average it took a few iterations back and forth to iron out any information that could potentially mislead the learner.

You can actually see thousands of words I typed just working on that pipeline here https://hanzirama.com/making-of

show 1 reply
Liftyeetoday at 3:40 PM

I can speak Chinese fluently but I need to improve my reading hugely. This sounds like exactly my usecase. I would actually be willing to pay for this (though less certainly for a subscription, preferably Pleco-like one-time fee - even if larger).

conjuredsptoday at 4:37 PM

The hack Chinese app is pretty slick. I really wish I had this when I was taking Chinese in college.

yorwbatoday at 11:31 AM

> A guy on a forum had hired a calligrapher to write three thousand characters in ballpoint pen

A shame that this amazing resource is not linked.

show 1 reply
rmeertenstoday at 2:26 PM

I very much agreed to the "build your own tools for learning" route they took. I made my own site to practice Japanese grammar as it was hard to get feedback on that. tokidoki.meertens.dev -> it's open source so anyone can adapt it to their needs as well!

varnaudtoday at 11:42 AM

I maintain an Anki deck for my chinese learning. Following the HSK books, I add new words to my deck with the character on front side and pinyin + definition + audio (from the CD and sliced using Audacity) on back side.

informixtoday at 3:18 PM

Awesome journey...I made a puzzle to take a twist of learning the character. Enjoy :)

https://wq-landing.netlify.app/

calpatersontoday at 11:06 AM

Interesting process. I wonder if he considered doing this with Anki. That would have given him a good SRS algo for free and Anki cards are also HTML+CSS+JS. I probably wouldn't try to put LLM calls onto my cards though

wren6991today at 11:20 AM

> I decided to go against the grain of the near-universal advice to "learn to read by reading".

...Why? That advice is universal for a reason. The side adventure with Claude Code strikes me as a distraction from the fact that there is a hard thing you want to do but are avoiding because it's hard.

show 5 replies
Onavotoday at 1:53 PM

If it's anything like learning Kanji in Japanese, you basically have to write it repetitively hundreds of times for each word to make it stick.

itsthecouriertoday at 12:34 PM

I'm trying something like Duolingo mixed with Dark souls

https://dondeng.com

WIP (need more work in multi-hanzi words), but won't stay in the same 5 words for more than a day. it has been working well for me

the most interesting thing was GPT helped with the sentences and simplified words meaning and bing translate provided the audios

the goal is get the ~2000 words you need to be proficient in 1 year, 5 words a day plus refresh old words, also it keep track of your progress against the year, no streaks

show 1 reply