Live data from Hacker News

Viewing profile — archena

archena

HN member
Joined
Mon, Apr 07, 2014, 6:46 PM UTC
HN karma
87
Public activity
15 items

About archena

Co-founder of Fuzzy Labs - http://fuzzylabs.ai

Recent public activity

  1. comment
    Comment #10087643

    But there's a key difference between language and writing: while writing is taught formally, language is learnt by imitation. If that's how we've evolved to use language, I don't s…

  2. story
  3. story
  4. comment
    Comment #7672168

    It would need the ability to coin plausible replacement words too, like 'firststuffs'.

  5. comment
    Comment #7623067

    Not to nit-pick, but Chinese has as much grammar as any other language. The idea that Chinese "lacks grammar" needs to die. It seems to stem from the very eurocentric view that gra…

  6. comment
    Comment #7623004

    What do "implict" and "explicit" languages even mean? Chinese uses a different grammar, so in that sense it puts ideas into words differently, but the idea that Chinese is somehow …

  7. comment
    Comment #7622965

    Much of this article focuses on the writing system, but it's possible to learn to converse in a language without being literate in it. It's a fallacy to say that Chinese is "hard" …

  8. comment
    Comment #7616296

    That and tail-call optimisation :)

  9. comment
    Comment #7616292

    I'd include combinatorics under 'useful' too - although the basics are usually covered in statistics courses. Odd that the list mentions differential equations but not basic calcul…

  10. comment
    Comment #7566457

    Why do you think SQL doesn't qualify? it's certainly not the only example of declarative programming, and maybe not the most interesting, but it is one which most developers have c…

  11. comment
    Comment #7565091

    I've encountered a lot of c++ programmers who seem to dislike a lot of c++; even refusing to use the STL. Perhaps it's because c++ and Python have different cultural backgrounds: a…

  12. comment
    Comment #7561813

    I like these. Another generator version: def fbgen(text, divisor): while True: for i in range(1, divisor): yield "" yield text def derrangedBuzz(max): fizzer = fbgen("Fizz", 3) buz…

  13. story
  14. story
  15. story