HackerTrans
TopNewTrendsCommentsPastAskShowJobs

taejo

2,431 karmajoined 15년 전

comments

taejo
·6일 전·discuss
How do you propose to use AI to grow fruit trees faster?
taejo
·12일 전·discuss
"I've opposed Wikipedia for twenty years. Now I'm banned for life." would also be a correct headline, and maybe a more honest one.
taejo
·19일 전·discuss
Well done! I had a somewhat similar experience twenty years ago in the informatics olympiads. I had no idea about the whole world of algorithms, complexity, etc. until a friend recommended to do the first round of our national informatics olympiad. The first round was pretty simple programming, the second round was a whole new world.

By the way "Ng" is Andrew Ng's surname, it's not NG with a capital G.
taejo
·3개월 전·discuss
Btw a visa is a document allowing entry into a country, while VISA is a word mark used by Visa, inc. for their payment cards and network. I think you're referring to the travel document, but since the context also includes payment networks, I'm not 100% sure.
taejo
·5개월 전·discuss
The point GP is making, is that everyday mathematics is not done in Lean, but in a language that's more like JavaScript, where equals doesn't always mean equals, + and • mean whatever seems convenient at the time, and objects sometimes change type without notice.
taejo
·10개월 전·discuss
Emojis, however, are a Japanese invention (related but different from emoticons).

BTW, even the word emoji (from Japanese e = picture, moji = character) is unrelated to the word emoticon.
taejo
·작년·discuss
AFAIK it's typical for whitehouse.gov to be completely replaced with every new president
taejo
·5년 전·discuss
The AAP says: "infants younger than 1 year are developmentally unable to learn the complex movements, such as breathing, necessary to swim. They may manifest reflexive swimming movement under the water but cannot effectively raise their heads to breathe. There is no evidence to suggest that infant swimming programs for those younger than 1 year are beneficial."

The evidence for swimming lessons before 1 year is discussed in this article: https://sciencebasedmedicine.org/summer-is-here-and-infant-s...
taejo
·5년 전·discuss
> Still not sure how to send an email that consists of a single dot on its own line though.

A line starting with a period is escaped by adding an extra period; the receiving side removes the first character of a line if it is a period.