Slashdot Mirror


User: PetriW

PetriW's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:Same? on Memorizing Language / Spelling Techniques? · · Score: 1

    If anyone has good ways of passing that, I'd be really grateful to hear them. I've long wanted to learn Japanese, but this has been a pretty efficient roadblock...

    I'd recommend Remembering the Kanji by James W. Heisig, it's what got me through kanji after failing the "normal" way of doing it. Takes about 2-3 months if you put in a lot of time. Took me about 4 months at a somewhat relaxed pace entering about 100 kanji into Anki each weekend, each kanji taking about 5 minutes.
    Once you can read the kanji studying japanese becomes a lot easier. The language isn't all that hard, just need to spend a lot of time, like with any language.

    For more info I'd recommend checking out Reviewing the Kanji and it's forum at: http://kanji.koohii.com/

  2. Re:Heisig's technique on Memorizing Language / Spelling Techniques? · · Score: 1

    Remembering the Kanji along with Anki has worked great for me. Can't recommend it enough.
    I learned the first 200 or so kanji in the traditional order and it's was a major pita. With Hesig kanji became fun and a lot easier.

    From what I've read Remembering the Hanzi is good as well so one should most certainly check it out.

  3. Re:Speaking as a user on "Side By Side Assemblies" Bring DLL Hell 2.0 · · Score: 2, Informative

    Try a real programming language, like C, C++, and other languages with machine-code compilers, not souped-up interpreters (not even souped up in VB's case.)

    Delphi does not produce interpreted code and it never has. It has produced native code since Delphi 1 and Turbo Pascal did the same before that.

    (Delphi.NET does though. ;))